body {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/elements/bg_blue2.gif);
	background-repeat: repeat-x;
	/*background-attachment: fixed;*/
	margin: 0;
	}
	
	a img {border:0px;}

.floatright { float: right; }
.floatleft { float: left; }


#wrapper { width: 930px; 
	margin: auto; 
	overflow: auto;
	}

#header { 
	height: 98px;
	width:930px;
	background-image: url(../images/elements/hdr_bg.png);
	background-repeat: no-repeat;
	float:left;
	//display: inline;
	}



#columnOne {width: 441px; float: left;}

#columnOne .mainBlock {background-color: #ffffff;}
#columnOne .mainBlock p {font-size: 12px; color:#999;line-height: 18px; padding:20px;}
#columnOne .mainBlock .partnerBlock {margin:0px 0 59px 40px; width: 401px;}


#columnTwo {
	width: 488px;
 	float: left;
 	background-image: url(../images/elements/columnTwo_bg.jpg);
	background-repeat: no-repeat;
	}
	
#columnTwo .mainBlock {}

#tabs {}


#tabs ul {
	width: 487px;
	height: 46px;
	margin: 133px 0 0 0;
	padding: 0;
	}
	
#tabs li, #tabs li a {
	color: #1a6677;
	font-size: 1px;
	height: 46px;
	list-style: none;
	display:block;
	float: left;
}

#tabs li a:hover { background-position: 0 -46px;}
#tabs a.active { background-position: 0 -46px;}

#tabs li.resources a {
	width: 187px;
	background-image: url(../images/elements/tab_resources.png);
	}
#tabs li.learning a {
	width: 168px;
	background-image: url(../images/elements/tab_learning.png);
	}
#tabs li.people a {
	width:132px;
	background-image: url(../images/elements/tab_people.png);
	}
	
#tabs.resources .feature, ul.feature {margin: 0px; padding:0px;}

#tabs .subfeatureOne, #tabs ul.subfeatureOne {
	width:244px;
	height:389px;
	background-image: url(../images/elements/subfeatureOne_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 84px 0;
	padding: 0;

}
#tabs .subfeatureTwo, #tabs ul.subfeatureTwo {
	width:244px;
	height:389px;
	background-image: url(../images/elements/subfeatureTwo_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 0;
}

#tabs h2 {font-size: 13px; font-weight: bold; color:#265ea6; padding-left:15px;}
#tabs h2 a {text-decoration: none; color:#265ea6;}
#tabs h2 a:hover {color: #25346a;}

#tabs p {font-size: 11px; color:#333;padding: 0 15px 0 15px;line-height: 18px;}
#tabs p a {text-decoration: none; color:#265ea6;}
#tabs p a:hover {text-decoration: underline;}


#footer {clear:left;}

#footer p {
text-align: center;
font-size: 11px; 
font-weight: normal; 
color:#265ea6; 
padding: 15px;

}


.hide { display: none; } /* required */
