@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Layout DIVs */

#main_container{
	width: 974px;
	margin: 0px auto;
}

#header{
	height: 135px;
}

#header_right{
	float: right;
	width: 784px;
}

#logo{
	width: 190px;
	height: 110px;
	float: left;
	margin-top: 10px;
}

#nav{
	font-size: 12px;
	margin-top: 35px;
	margin-right: 10px;
	text-align: right;
}

#tagline{
	margin-right: 10px;
	text-align: right;
	font-size: 30px;
	margin-top: 15px;
	font-style: italic;

}

#main_image_box{
	height: 365px;
	background-color: #94b2e2;

}

#main_image{
	width: 974px;
	height: 345px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-top: 9px;
	position: absolute;
	background-image: url(images/home_main_image.jpg);
}

#accred_image{
	width: 974px;
	height: 345px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-top: 9px;
	position: absolute;
	background-image: url(images/accreditation_main_image.jpg);
}

#mission_image{
	width: 974px;
	height: 345px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-top: 9px;
	position: absolute;
	background-image: url(images/mission_main_image.jpg);
}

#vis_staff_image{
	width: 974px;
	height: 345px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-top: 9px;
	position: absolute;
	background-image: url(images/visiting_staff_main_image.jpg);
}

#contact_image{
	width: 974px;
	height: 345px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-top: 9px;
	position: absolute;
	background-image: url(images/contact_main_image.jpg);
}

#information_image{
	width: 974px;
	height: 345px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	margin-top: 9px;
	position: absolute;
	background-image: url(images/information_main_image.jpg);
}

#content{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	

}

#footer{
	border-top-color: #94B2E2;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px;
	font-size: 12px;
}

#footer_left{
	float: left;
	width: 475px;
}

#footer_right{
	float: right;
	text-align: right;
}

/* Text styles */

.section_heading{
	font-weight: bold;
	font-size: 18px;
	color: #5F8AD3;
	height: 25px;
	margin-bottom: 15px;
	border-bottom-color: #94B2E2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}

.sub_heading{
	color: #5F8AD3;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.blue_line{
	color: #94B2E2;
	height: 1px;

}

/* List styles */
ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul li
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	margin-left: 0px;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

ul ul li
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left: 20px;
	margin-left: 2px;
/*	margin-bottom: .5em;*/
}

/* Link styles */

#nav a:link {
	color: #5F8AD3;
	text-decoration: none;
	margin-left: 7px;
	padding: 3px;
}

#nav a:visited {
	color: #5F8AD3;
	margin-left: 7px;
	padding: 3px;
	text-decoration: none;
}

#nav a:hover {
	color: #000000;
	margin-left: 7px;
	padding: 3px;
	text-decoration: none;
}

#nav a:active {
	color: #000000;
	text-decoration: none;
}

.nav_active {
	color: #FFFFFF;
	background-color: #94B2E2;
	padding: 3px;
	margin-left: 7px;
}

a:link {
	color: #5F8AD3;
	text-decoration: none;
}

a:visited {
	color: #5F8AD3;
	text-decoration: none;
}

a:hover {
	color: #5F8AD3;
	text-decoration: underline;
}

a:active {
	color: #5F8AD3;
	text-decoration: none;
}



/* img styles */

.home_sml_img{
	margin-top: 15px;
}


.table_shade{
	background-color:#D9E3F4;
}
