body {
	background-image: url(images/bg1.jpg);
	margin: 0px;
}
#bigbluebar {
	background-image: url(images/bigbluebarbg.jpg);
	background-repeat: repeat-x;
	height: auto;
	background-position: 0px 92px;
}
#whitecenter {
	height: 650px;
	width: 850px;
	background-image: url(images/bigwhitebg.png);
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: relative;
}
#logo {
	z-index: 10;
	height: 91px;
	width: 255px;
	left: 15px;
	top: 30px;
	position: absolute;
}
#whitetop {
	background-image: url(images/bigwhitetopbg.png);
	height: 43px;
	width: 790px;
	background-position: center;
}

#whitemiddle {
	background-image: url(images/bigwhitemiddlebg.png);
	width: 790px;
	background-position: center;
	text-align: center;
	padding-top: 49px;
	position: relative;
	height: auto;
	min-height: 485px;
}
#homeimage {
	position: relative;
	z-index: 1;
	margin-left: 1px;
}
#topnavbox {
	height: 49px;
	width: 500px;
	position: absolute;
	right: 15px;
	z-index: 99;
	top: 60px;
}

/*Nav bar styles*/
/* The first step is to remove the indents and bullets from the unordered list and define the width of our menu items. */
 #navcontainer
 {
	padding: 0;
	height: 20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
 }

 #navcontainer ul
 {
 border: 0;
 margin: 0;
 padding: 0;
 list-style-type: none;
 text-align: center;
 }

 #navcontainer ul li
 {
 display: block;
 float: right;
 text-align: center;
 padding: 0;
 margin: 0;
 }

 #navcontainer ul li a
 {
	background: #FFFFFF;
	width: 120px;
	height: 22px;
	padding: 0;
	color: #005488;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #005488;
 }

 #navcontainer ul li a:hover
 {
	color: #FFFFFF;
	background-color: #608098;
 }

 #navcontainer a:active
 {
	color: #FFFFFF;
	background-color: #608098;
 }

 #navcontainer li#active a
 {
	color: #fff;
	background-color: #608098;
 }

/* End */


#whitebottom {
	background-image: url(images/bigwhitebottombg-index2.png);
	height: 64px;
	width: 790px;
	background-position: center top;
	clear: both;
	background-repeat: no-repeat;
}
#bottomboxes {
	width: 760px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/bottomboxesbg.png);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#bottomboxes a {
	color: #09304D;
	text-decoration: none;
}
#bottomboxes a:hover {
	color: #000000;
	text-decoration: underline;
}
#introbox {
	min-height: 200px;
	height: auto;
	width: 301px;
	position: relative;
	float: left;
	color: #FFFFFF;
	text-align: left;
	/*padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;*/
}
#introbox p, #newsbox p, #expertisebox p {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#introbox h1 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #608098;
	width: 291px;
	height: 2em;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 0px;
}
#newsbox {
	height: auto;
	min-height: 200px;
	width: 218px;
	position: relative;
	float: left;
	/*padding-right: 10px;
	padding-bottom: 10px; */
	text-align: left;
	color: #608098;
}
#newsbox h1 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #608098;
	width: 188px;
	height: 2em;
	padding-top: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 0px;
	background-image: url(images/homeh1bg.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#expertisebox {
	height: auto;
	min-height: 200px;
	width: 241px;
	position: relative;
	float: left;
	/* padding-bottom: 10px;*/
	color: #608098;
	text-align: left;
}
#expertisebox h1 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #608098;
	width: 211px;
	height: 2em;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(images/homeh1bg.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#bodycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 757px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#selections a {
	color: #09304D;
	text-decoration: none;
	font-size: 11px;
}
#selections a:hover {
	color: #000000;
	text-decoration: underline;
}
#bodycopy {
	text-align: left;
	float: right;
	padding: 25px;
	width: 410px;
}
#selections {
	background-color: #93AEC1;
	width: 232px;
	height: auto;
	float: left;
	margin-left: -1px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	min-height: 260px;
	text-align: left;
	background-image: url(images/selectionsbg.jpg);
}
#selections h1{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #93AEC1;
	height: auto;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 25px;
	font-style: normal;
	font-weight: bold;
	padding-right: 0px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#bodycopy h1 {
	font-size: 18px;
	color: #09304D;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/subh1bg.gif);
	background-position: 0px center;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#bodycopy h2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#bodycopy h3 {
	font-size: 12px;
	color: #09304D;
}
#whitebottomsub {
	background-image: url(images/bigwhitebottombg.png);
	height: 64px;
	width: 790px;
	background-position: center;
	clear: both;
}
.bioimg {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #95B0C4;
}
#bodycopy a {
	color: #09304D;
}
#bodycopyadmin {
	text-align: left;
	padding: 25px;
	width: 600px;
	position: relative;
	margin-top: 60px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 50px;
}
#bodycopyadmin h1 {
	font-size: 18px;
	color: #005488;
}
#bodycopyadmin a {
	color: #005488;
}
.newstable {
	margin-bottom: 10px;
	margin-left: 10px;
}

#introbox a {
	color: #FFFFFF;
}
#introbox a:hover {
	text-decoration: underline;
}
.caption {
	font-size: 9px;
}
#expertisebox #directref {
	border: 1px solid #608098;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin: 10px;
	width: 215px;
}
#expertisebox h4 {
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
a:hover img {
	text-decoration: none;
}
