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

body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	color: #373737;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:38px;
}
body, div, ul, li, dl, dd, dt,         {
	padding: 0;
	border: 0;
	margin: 0;
	list-style:none;
	
}


table td {
padding:5px;
}

ul {
	list-style-position:inside;
}

.dottedList li{
	list-style:disc;
	list-style-position:inside;
	margin:0 0 7px 15px;
	padding:0;
}

p {
	padding: 0 0 15px 0;
}

a, a:link {
	outline: none;
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #373737;
}
a:hover, a:active {
	color: #373737;
	text-decoration: underline;
}

.highlight {
	color: #373737;
}

.formFormat{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#373737;
}

/* --------------------------------------------------------------------------------- */
/* ---------- TABLE FORMAT ---------- */
/* --------------------------------------------------------------------------------- */



table.format {
	text-align:center;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: #373737;
	border-collapse: collapse;
	background-color:#f7f8f9;
}
table.format th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: #373737;
	background-color: #f7f8f9;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.format td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color:#373737 ;
	background-color: #f7f8f9;
	-moz-border-radius: 0px 0px 0px 0px;
}
/* --------------------------------------------------------------------------------- */
/* ---------- NAVIGATION ---------- */
/* --------------------------------------------------------------------------------- */
.navDiv{
	height:77px;
	width:750px;
	float:left;
	text-align:center;
	margin:15px 0 0 95px;
		
}

.navbottom {
	margin-left:5px;
}
.navDiv ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;	
}
.navDiv li {
	float:left;
	margin-right:3px;
	margin-top:6px;
}



/* --------------------------------------------------------------------------------- */
/* ---------- main layout ---------- */
/* --------------------------------------------------------------------------------- */

#container {
	margin:0 auto;
	width:953px;
	z-index:1;
	position:relative;
}

#top {
	width:953px;
	height:130px;
	margin:0 auto;
	
}

.logo {
	width:195px;
	height:118px;
	margin:-10px 0 0 10px;
	float:left;
}

#content_holder {
	width:953px;
	height:auto;
	margin:0 auto;
}

.flashBanner{
	float:left;
	margin:50px 0 0 0;
	
}

#content_left {
	float:left;
	display:inline;
	width:765px;
	margin:40px 0 0 80px;
}

#content_left li{
	list-style:disc;
	margin:0 0 0 10px;
}
#content_left ul{
	list-style:disc;
	list-style-position:inside;
}


#content_right {
	float:left;
	display:inline;
	width:390px;
	margin:45px 0 0 40px;
	z-index:3;

}

#content_right2 {
	float:left;
	display:inline;
	width:300px;
	margin:65px 0 0 130px;

}


#content_right3 {
	float:right;
	display:inline;
	width:280px;
	margin:25px 0 0 20px;
	

}


.map{
float:right;
z-index:3;
}

.imgFloat{
float:right;
display:inline;
margin:0 0 20px 0;
}

.imgFloat2{
display:inline;
margin:0 0 20px 100px;
}

.contentMiddle{
    margin:20px 0 0 0;
    background-color:#eef2f4;
	width:975px;
	line-height:24px;
	font-family:Georgia;
	font-size:12px;
	color:#666666;
	}
	
.middleImage{
	float:left;
	display:inline;
	z-index:2;
	margin:15px 0 0 10px;
	padding:0 25px 0 0;

}

.middleText{
	float:left;
	margin:15px 0 0 0;
	width:300px;
	display:inline;
	padding: 0 0 0 20px;
}

.titleText{
font-size:21px;
color:#04405c;
font-family:Georgia;
}
.contentheading{
font-size:13px;
color:#04405c;
font-family:Georgia;
}

.titles{
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#04405c;
color:#04405c;
font-family:Georgia;
font-size:21px;
width:440px;
}

.bolder{
font-weight:bold;
}

.italic{
font-style:italic;
}

.box1{
background-color:#f7f8f9;
border-style:solid;
border:2px;
border-color:#04405c;
line-height:15px;
}

.tableFormat{
border-color:#04405c;
border-style:solid;
border-bottom-width:1px;
border-top-width:1px;

}

.box{
background-color:#f7f8f9;
border-style:solid;
border:1px;
border-color:#04405c;
line-height:15px;
padding:10px 10px 10px 10px;
}
.box2{
background-color:#f7f8f9;
border-style:solid;
border:1px;
border-color:#04405c;
line-height:15px;
padding:10px 10px 10px 10px;
text-align:center;
}

/* --------------------------------------------------------------------------------- */
/* ---------- FOOTER ---------- */
/* --------------------------------------------------------------------------------- */


.footer {
margin:30px 0 0 0;
background-color:#04405c;
width:953pX;
height:40px;
}

.internalFooter{
	width:953Spx;
	color:#FFFFFF;
	font:veranda;
	font-size:11px;
	margin:0 auto;
	padding-top:10px;
}


.internalFooter  a:link { color: #FFFFFF; text-decoration:none;} 
.internalFooter  a:visited { color: #FFFFFF; text-decoration: none;} 
.internalFooter  a:active { color: #FFFFFF; text-decoration: none;} 
.internalFooter  a:hover { color:#FFFFFF; text-decoration: none;} 


.footerLeft {
float:left;
text-align:left;
margin:0 0 0 10px;

}

.footerRight {
float:right;
margin:0 10px 0 0;
text-align:right;
}
.style3 {color: #FFFFFF}
.style4 {
	color: #FFFFFF;
	font-size: 18px;
	font-style: italic;
}
.style5 {
	font-size: 18px;
	font-style: normal;
}
/* dropdown menu */
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #022B3F;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:fixed;
	top: 181px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	height: 46px;
	left: 423px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #022B3F;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
.style6 {font-size: 12px}
.style7 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style8 {
	font-size: 12px;
	font-weight: bold;
	color: #022737;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style9 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
