/* CSS Document */


body {
	height: auto;
	background-image:url(../images/apex-bkg.jpg);
	background-repeat:repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	color: #FFFFFF;
	line-height: 130%;
	}
	
div, ul, form, label { 
	margin : 0; 
	padding : 0; 
	} 
 
ul { 
	list-style-type : none; 
	} 

#wrap {
	height: auto;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	}
	
#header {
	width : 865px;
	height : 200px;
	position : relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/header_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	} 

#header #logoclick {
	width : 192px;
	height : 67px;
	position : absolute;
	top : 25px;
	left : 25px;
} 
	
#header ul {
	width : 865px;
	height: 35px;
	position: absolute;
	top:165px;
	font-size : 85%;
	background-image:url(../images/submenu-bkg_02.jpg);
	background-repeat: no-repeat;
	}

#header ul li {  
	color : #999; 
	width : 143px; 
	float : left;
	} 
 
#header ul li.menu { 
	color : #999; 
	text-decoration : none; 
	text-align : center;
	line-height : 35px; 
	border-right : 1px solid #333;  
	} 
 
#header ul li.right { 
	color : #999; 
	text-decoration : none; 
	text-align : center;
	line-height : 35px; 
	} 
	
#header ul li a { 
	height : 35px; 
	display : block; 
	color : #999; 
	text-decoration : none; 
	text-align : center; 
	line-height : 35px; 
	} 
 
#header ul li a:hover { 
	color : #fff; 
	text-decoration : none; 
	background-image : url(../images/header-over_02.jpg); 
	background-repeat : repeat-x; 
	} 
	
	 

#header #underline {
	width:865px;
	height:18px;
	top:200px;
	position:absolute;
	background-image:url(../images/header-underline.jpg);
	background-repeat:no-repeat;
	}
	

/*---Sub Category Menu---*/
	
#subCategories {
	height:15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size:75%;
	}
	
#subCategories p {
	margin:0px;
	text-align:center;
	}
		
#subCategories a { 
padding:0 10px 0; 
color:#FFCC99; 
text-decoration:underline; 
} 
 
#subCategories a:hover { 
color:#fff000; 
} 



/*---Main Body Elements---*/

#mainBody { 
	text-align : left;  
	padding: 10px 10px 10px 10px;
	}

#mainBody p {
	margin-bottom: 5px;
	font-size: 78%;
	}

#mainBody h1 {
	font-size: 160%;
	font-weight:bold;
	}

#mainBody h2 {
	font-size: 140%;
	font-weight:bold;
	}

#mainBody h3 {
	font-size: 120%;
	font-weight:bold;
	}

#mainBody a {
	color:#fff;
	}

#mainBody ul {
	margin-left:20px;
	list-style-type: square;
	list-style-position: outside;
	}

#mainBody li {
	font-size:78%;
	}

#links ul {
	list-style-type:none;
	} 
	
/*---Footer Elements---*/

 
#footer {
	width : 865px;
	height:233px;
	position : relative;
	margin : 0 auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
} 
 
#footer ul { 
width : 710px; 
position : absolute; 
top : 50px; 
left : 10px;
font-size:85%; 
} 
 
#footer li { 
float : left; 
} 
 
#footer ul li a { 
padding : 0 10px 0; 
color : #999999; 
text-decoration : underline; 
} 
 
#footer ul li a:hover { 
color:#fff000; 
} 


#copyright {
	width : 845px;
	color : #999;
	position : absolute;
	top : 181px;
	left : 10px;
	font-size:60%;
	line-height:normal;
	height: 50px;
	vertical-align: bottom;
} 

#copyright a {
	color:#999;
}

#sisterSites {
	width : 500px;
	color : #444;
	position : absolute;
	top : 103px;
	left : 10px;
	height: 72px;
	}

#sisterSites p {
padding-bottom:0px;
margin:0px;
font-weight:bold;
font-size:85%;
}

#sisterSites a {
color:#444;
font-size:80%;
padding-right:20px;
}



#accreditation {
font-size:58%;
color:#666;
float:right;
margin-right:10px;
}

#accreditation a {
color:#666;
}

