/* info pages include pages like contact, about, etc. as well as the starter site (probably now defunct) */

/* text on the starter page */
.startpagetext {
	color: #424242;
}

/* main area of page - width etc. */
.main_section {
	float:left;
	width: 650px;
}

/* column along the side for ads etc. */
.side_col {
	float:left;
	width:170px;
	margin-left:35px;
}

/* about us pages */
.about_section {
	width: 850px;
	margin: 10px auto;
	background-color: white;
	padding-right:2px;
}

.about_nav {
	width: 250px;
	height:638px;
	float: right;
	background-image: url('/images/side/palmtree.1268260835.jpg');
	padding-top: 30px;
	margin-top: 10px;
}

/* tabs with semi-transparent backgrounds */
.about_nav_tab {
	font-size: 22px;
	font-weight: bold;
	width: 220px;
	height: 36px;
	padding-top: 4px;
	padding-left: 5px;
	background-color: #CCCCCC;
	opacity: .5;
	filter: Alpha(Opacity=50); //IE
}

/* divs with links in them - will be relatively positioned on top of the tabs so the text can be fully opaque */
.about_nav_link {
	width: 220px;
	height: 36px;
	padding-top: 4px;
	padding-left: 5px;
	background-color: transparent;
	position: relative;
	top: -40px;
}

.about_nav_link_selected {
	background-color: white;
}

.about_nav_link a {
	display: block;
	height: 32px;
	width: 210px;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	color: #222280;
}

.about_nav_link a:hover {
	color: #4444BB;
}

.about_main {
	width: 535px;
	margin-right: 55px;
	float: right;
	background-color: white;
	padding: 5px;
	color: #424242;
	font-size:12px;
}

/* /connect does not need the extra right hand margin */
.about_main .connect {
	width: 585px;	
	margin-right: 5px;	
}

.about_main a {
	color: #A5C4DC;
}

.about_main a:visited {
	color: #728292;
}

.about_heading {
    color:#0D78DC;
	font-size: 23px;
}

.about_subheading {
    height:23px;
    line-height:28px;
    color:#0D78DC;
	font-size: 23px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/* images of the idg icon on the about gen page */
.about_subheading .image {
	float:left;
	vertical-align:middle;
}

.about_subheading .text {
	float:left;
	margin-top:-2px;
	margin-left:5px;	
}


.about_divider {
	margin-top: 35px;
}

.about_main .general {
	line-height:18px;	
}

.about_team_bio, .about_vendor_bio {
}

.about_team_bio_img {
	float: left;
	margin-right :5px;
	padding: 1px;
	border: 1px solid #DDDDDD;
}

.about_team_bio_img {
	width: 91px;
	height: 91px;
	margin-bottom: 2px;
}

.about_main .vendors .intro {
	margin-top:15px;	
}

.about_vendor_bio_img {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

.about_team_bio_text, .about_vendor_bio_text, .about_team_conclusion {
	margin-top: 20px;
	margin-bottom: 20px;
}

.about_team_conclusion {
	font-style: italic;
}

.about_team_bio_name, .about_vendor_bio_name {
	font-size: 14px;
	font-weight: bold;
}
.about_vendor_bio_name a, .about_vendor_bio_name a:visited {
	font-size: 14px;
	color: #424242;
}

.about_team_bio_title {
}

.about_team_bio_fxn, .about_vendor_bio_fxn {
	font-style: italic;
}

.about_team_bio_desc {
	font-size: 11px;
	margin-top: 10px;
}

.about_vendor_bio_desc {
	font-size: 11px;
	margin-top: 3px;
}


.about_connect_section {
}

.about_connect_widget_row {
	padding-top: 40px;
	clear: both;
}

#about_connect_facebook1 {
	float:left;
}

#about_connect_linkedin1 {
	float:left;
	margin-left: 65px;
}

#about_connect_twitter1 {
	float:left;
}

#about_connect_twitter2 {
	float:left;
	margin-left: 50px; 
}

.about_contact_webform {
	margin-right: 20px;
	padding: 15px;
	border: 1px solid #DDDDDD;
	background-color:#ebf1ff;	
}

.about_contact_checkbox, .about_contact_mailinglist_checkbox {
	margin-right: 2px;
	margin-left: 12px;
}

.about_main .contact input, .about_main .contact textarea, .about_main .contact .checkbox_intro {
	margin-top:5px;
	margin-bottom:5px;	
}

.about_main .contact .checkbox_intro {
			
}

.about_contact_mailinglist_checkbox {
	margin-top: 8px;
	margin-bottom: 8px;
}

.about_contact_postal {
	margin-top: 5px;
}
