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

body {
	background-color:#0A0A24;
	height: 100%;
	width: 100%;
	margin:0;
	text-align:center;
	background-image: url(images/bg-II.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
    }
#wrapper {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 173px;
	width: 920px;
	position: relative;
	top: 0px;
	background-image: url(images/header-II.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	width: 840px;
	position: absolute;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 3px;
	top: 100px;
	text-align: left;
}
#subnav {
	width: 840px;
	position: absolute;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 3px;
	top: 140px;
	text-align: left;
}
#footer {
	position: relative;
	top: 0px;
	width: 880px;
	margin-right: 10px;
	margin-left: 10px;
	border: 10px solid #FFFFFF;
	background-color: 176f9f;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/footer.jpg);
}



#bodybox {
	position:relative;
	width:900px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	top: 0px;
	}

#contentbox {
	width:850px;
	background-color:#FFFFFF;
	padding: 20px 15px 10px;
	margin: 0px 10px 10px;
	top: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: relative;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#contentboxshort {
	width:850px;
	background-color:#FFFFFF;
	padding: 20px 15px 10px;
	margin: 0px 10px 10px;
	top: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: relative;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
	overflow: auto;
	}
.imageright {
	padding: 2px;
	margin-left: 15px;
	border: 1px solid #999999;
}

#contentright {
	float: right;
	top: 0px;
	padding: 3px;
	border: 1px solid #999999;
	margin-left: 20px;
	margin-bottom: 20px;
	}
#home_slides {
	height: 300px;
	width: 450px;
	overflow: hidden;
}

#contentrighttop {
	width:200px;
	background-color: #3A474F;
	text-align: center;
	float: right;
	}
.quicklinks {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
}
#linkboxes {
	float: right;
	width: 410px;
}

.quicklinks a {
	color: #FFFFFF;
}


#adrotator {
	height: 293px;
	width: 390px;
	border: 10px solid #FFFFFF;
	top: 0px;
	float: left;
	text-align: center;
}

#rightcolumn {
	top: 0px;
	right: 0px;
	width: 410px;
	border: 10px solid #FFFFFF;
	float: right;
}
.footerfont {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	display: block;
	padding-bottom: 20px;
}
.footerfont a {
	color: #00CC99;
	padding-right: 4px;
	padding-left: 0px;
}
.footerfont a:hover {
	padding-right: 0px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #00CC99;
	color: #FFFFFF;
}



a {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #2879C8;
	padding-right: 3px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #30368A;
}
a:hover {
	color: #000000;
	text-decoration: none;
	padding-right: 0px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #009966;
	border-bottom-style: none;
}

.nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
}

.nav  a {
	color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nav a:hover {
	color: #F9F19C;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #F9F19C;
	padding-right: 2px;
}
.subnav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #00CC99;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.subnav  a {
	color: #CCCCCC;
	padding-left: 7px;
	padding-right: 7px;
}
.subnav a:hover {
	color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #00CC99;
	padding-right: 2px;
}
.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #003366;
	line-height: 24px;
	margin: 0px;
}
.titledark {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #3A6959;
}

.subtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
.copy10 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}
.copy12 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: normal;
}
.copy14 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}
.copy16 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
}
.copy18 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #666666;
}
.copy24 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #999999;
	text-indent: 0px;
	list-style-position: outside;
}
.columntitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	text-transform: capitalize;
	display: block;
	background-color: #454F51;
	padding: 5px 10px;
}
.columntitle2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	text-transform: capitalize;
	display: block;
	background-color: #3A474F;
	padding: 5px 10px;
}
.imageleft {
	padding: 2px;
	border: 1px solid #999999;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
li   {
	font-family: Helvetica, Arial, sans-serif;
	color: #eeeeee;
	font-size: 18px;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	margin: 0px;
	padding: 0px;
}

ol   {
	padding-left: 50px;
	margin: 0px;
}
ul {
	margin: 5px;
}
#ul_block-right {
	background-color: #999999;
	padding: 10px;
	width: 350px;
	border: 1px solid #999999;
	float: right;
	background-image: url(images/bg-II.jpg);
	background-repeat: repeat-x;
	background-position: left -135px;
}
.gallerybox {
	margin: 0px;
	padding: 0px;
	float: right;
}
.gallerybox a {
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.gallerybox a:hover {
	line-height: 1px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#ul_block-left {
	background-color: #999999;
	padding: 10px;
	width: 300px;
	border: 1px solid #999999;
	float: left;
	background-image: url(images/bg-II.jpg);
	background-repeat: repeat-x;
	background-position: left -135px;
}


li   a {
	color: #33FFCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
li   a:hover {
	color: #333333;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #00CC99;
	padding-right: 5px;
	text-decoration: none;
}
.subtitlewhite {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.interior   {
	padding: 10px;
	margin: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.galleryimage {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #009966;
	text-align: center;
	margin: 10px;
	display: inline-block;
	width: 400px;
	float: right;
	background-color: #DFDFEB;
	padding: 5px;
	border: 1px solid #999999;
}
#bioimagebox {
	display: block;
	width: 100%;
}

.bioimage {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #003366;
	width: 220px;
	text-align: center;
	margin: 15px;
	display: inline-block;
	float: left;
}
.bio_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
}
.biopages {
	background-image: url(images/bg-II.jpg);
	background-repeat: repeat-x;
	background-position: left -135px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	background-attachment: fixed;
}
td.headerrow {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #2B3153;
}
tr.headers {
	font-size: 12px;
	text-transform: uppercase;
	color: #485984;
}
