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

body{
	margin:0px;
	padding:0px;
	text-align:left;
	background: #fff url(../img/headerbg.png) repeat-x;
	height:100%;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4e4e4e;
	text-align:left;
}

h1, h2, h3, h4{
	color: #004485;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
}

h1{font-size:1.1em;}
h2{font-size:0.9em; color: #ee1848;}
h3{font-size:0.8em;}
h4{font-size:0.7em;}

table, td, select, input, textarea{
	font: 100% Trebuchet MS, Helvetica, sans-serif;
}

.bold{font-weight:bold;}
.replace{text-indent:-9999px;}
.left{text-align:left;}
.clear{clear:both;}

/*-----------------container--------------*/

#container{
	margin:0 auto;
	width:770px;
	height:100%;
	background: #fff;
}

#searchcontainer{ /*used on search module page*/
	margin:0 auto;
	width:770px;
	height:2200px;
	background: #fff;
}

/*-----------------header------------------*/

#header{
	width:770px;
	height:276px;
	background: url(../img/header.jpg);
	position:relative;
}

#contactinfo{
	width:220px;
	height:60px;
	position:absolute; left:250px; top:180px;
}

#contactinfo p {
	font-size:12px;
	color:#004485;
	text-align:left;
}

/*----------------navigation--------------*/

.menu{
	font: bold 12px Arial;
	width: 100%;
	height:40px;
	background:url(../img/menubg.gif) repeat-x;
}

.menu ul{
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 100%;
	height:40px;
	background:url(../img/menubg.gif) repeat-x;
}

.menu ul li{
	display: inline;
}

.menu ul li a{
	float: left;
	color: #4e4e4e; 
	padding: 10px 9px 5px 9px;
	text-decoration: none;
	height:25px;
}

.menu ul li a:visited{
	color: #4e4e4e;
}

.menu ul li a:hover, .indentmenu ul li{
	color: #004485;
	padding: 11px 8px 4px 8px; /*shifts text down one pixel and accounts for 1px border*/
	background:url(../img/menubgactive.gif) repeat-x;
	border-right: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-top: 1px solid #4e4e4e;
	height:24px;
}

/*--------------------content-------------------*/

#content{
	width:770px;
	margin:0 auto;
	padding-top:10px;
}

#searchbox{
	width:770px;
	height:1850px;
	margin:0 auto;
}

.image{
	width:275px;
	float:right;
	margin-top:20px;
}

.image2{
	width:275px;
	float:right;
	margin: 5px 5px 3px 3px;
	padding:5px;
	border:thin solid #000;
}

#columnone{
	width:360px;
	height:100%;
	margin:0 auto;
	padding-top:5px;
	float:left;
}

#columntwo{
	width:360px;
	height:100%;
	margin:0 auto;
	padding-top:5px;
	float:right;
}

#contactbox{
	background:url(../img/contactboxbg.png) no-repeat;
	width:255px;
	height:186px;
	margin-top:10px;
	float:right;
	clear:both;
	padding:10px;
}

#contactbox p{
	text-align:center;
}

.thumbnail
{
	float: left;
	width: 200px;
	margin: 0 15px 15px 0;
	padding: 7px;
	font-family:Arial, Verdana, Tahoma;
	font-size:0.8em;
	color:#004485;
	text-align:center;
}

.thumbnail a {
	color:#004485;
	text-decoration:none;
}

.thumbnail a:hover {
	color:#ee1848;
	text-decoration:none;
}

.thumbnailbox{
	width:770px;
	height:auto;
	clear:both;
}

/*---------------Hover buttons------------*/

#buttonscontainer{
	width:755px;
	height:140px;
	margin-top:10px;
	margin-left:15px;
}

.buttons{
	width:93px;
	height:93px;
	background:url(../img/buttonbg.gif) no-repeat;
	float:left;
}

.buttons img{
	width:93px;
	height:93px;
	border:0;
	display:block;
}

* html {visibility:visible;}

.buttons a:hover img {visibility:hidden;}

.buttonstext, .buttonstext a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#004485;
	width:93px;
	display:block;
	border:0;
	float:left;
	text-decoration:none;
	font-weight:bold;
}

.buttonstext a:hover{color:#ed1845;}
	
/*----------------------Form--------------*/

.label{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.submitinput{margin-left: 4.5em;}

.input{
	color: #004485;
	background: #fee3ad;
	border: 1px solid #004485;
}

.submit input{
	color: #000;
	background: #ffa20f;
	border: 2px outset #004485;
}

fieldset{
	border: 1px solid #004485;
	width: 390px;
	padding:5px;
}

legend{
	color: #fff;
	background: #004485;
	border: 1px solid #004485;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
}

/*--------------------footer--------------------*/

#footer{
	width:100%;
	height:90px;
	background:url(../img/footerbg.png);
}

#footercontainer{
	margin:0 auto;
	width:770px;
	height:90px;
	position:relative;
}

#footercontainer p{
	text-align:center;
	font-size:10px;
}

#footercontainer a {text-decoration:none;}

#footercontainer a:hover {text-decoration:underline;}

.subtlelink a {color:#4e4e4e;}

#footerlinkscontainer{
	width:700px;
	float:left;
}

#footerlogo{
	width:50px;
	height:50px;
	position:absolute; left:715px; top:30px;
}


	


	
