/* CSS Document */
body {
	background:url(../images/bkgd_header_blue.gif) repeat-x #636466;
}
/******  - Top Navigation - *****/
.topnav {
	position:absolute;
	top:0;
	right:0;
}
.topnav div {
	float:left;
}
.topnav ul {
	padding:0;
	margin:0;
}
.topnav li {
	float:left;
	list-style:none;
	background-color:#5393ad;
	height:21px;
	padding-top:8px;
	color:#FFF;
	font-size:10px;
}
.topnav li a {
	color:#FFF;
	float:left;
	display:block;
	padding:0 8px 2px 8px;
	text-transform:uppercase;
	text-decoration:none;
	height:19px;
	font-size:10px;
}
.topnav li a:hover  {
	background:url(../images/topnav_carrot_blue.gif) center bottom no-repeat;
}

/******  - Main Navigation - *****/
.navigation {
	height:26px;
	position:relative;
}
.navigation ul {
	/* padding-left:224px;*/
	padding-left:0px;
	margin:0;
}
.navigation li {
	float:left;
	list-style:none;
	color:#949494;
	font-size:11px;
}
.navigation li a {
	color:#FFF;
	text-transform:uppercase;
	padding:6px 25px 7px 25px;
	display:block;
	text-decoration:none;
}
.navigation li a:hover  {
	background:url(../images/bkgd_mainnav.gif) center top no-repeat;
}	
.mainnav {
	padding-top:6px;
	font-size:10px;
}
/******  - Navigation Tab - *****/
.navtab {
	position:absolute;
	right:0px;
	bottom:0px;
}
.navtab div {
	float:left;
}
.navtabbkgd {
	background-image:url(../images/navtab_bkgd.gif);
	width:115px;
}
.navtab a {
	display:block;
	height:22px;
	padding:14px 6px 0 6px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
}

/******  - Navigation Backgrounds - *****/
body#home .topnav li#home a  {
	background:url(../images/topnav_carrot_blue.gif) center bottom no-repeat;
}
body#aboutus .topnav li#aboutus a  {
	background:url(../images/topnav_carrot_blue.gif) center bottom no-repeat;
}
body#contactus .topnav li#contactus a  {
	background:url(../images/topnav_carrot_blue.gif) center bottom no-repeat;
}
body#opportunities .topnav li#opportunities a  {
	background:url(../images/topnav_carrot_blue.gif) center bottom no-repeat;
}
body#locations .topnav li#locations a  {
	background:url(../images/topnav_carrot_blue.gif) center bottom no-repeat;
}
body#precollegepitstop .navigation li#precollegepitstop a  {
	background:url(../images/bkgd_mainnav.gif) center top no-repeat;
}
body#steps1to6 .navigation li#steps1to6 a  {
	background:url(../images/bkgd_mainnav.gif) center top no-repeat;
}
body#ourprograms .navigation li#ourprograms a  {
	background:url(../images/bkgd_mainnav.gif) center top no-repeat;
}
body#forpastors .navigation li#forpastors a  {
	background:url(../images/bkgd_mainnav.gif) center top no-repeat;
}
body#micropartners .navigation li#micropartners a  {
	background:url(../images/bkgd_mainnav.gif) center top no-repeat;
}