@charset "UTF-8";


body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:20px;
line-height:21px;
color:#377bae;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height:18px;
color:#005288;
border-bottom: solid 1px #377bae;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#005288;
}

h3+p {
margin-top:-10px;
}



/*Styles for site-wide links*/

a:link, a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#005288;
text-decoration:none;
}

a:hover {
color: #666666;
}

/*Styles for header*/


#header {
border-bottom: solid 4px #a3c0d9;
background-color:#005288;
background-image:url(bkgrd_img_grad.jpg);
background-repeat:repeat-x;
height:172px;
width: 100%;
}


/*Styles for main navigation*/

#navigation {
border-right: solid 1px #ffffff;
width:162px;
height: 1100px;
float:left;
background-image:url(nav_bkgrd_grad.jpg);
background-repeat: repeat-x;
background-color:#ffffff;
}

#navigation2 {
position:absolute;
top:240px;
width:150px;
border-top: 10px solid #fe7f00;
}

#navigation ul {
list-style:none;
margin:0;
padding:0;
display:inline;
border:none;
}

#navigation li {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
margin-top:5px;
margin-bottom:2px;
padding-left:2px;
}

#navigation a:link, #navigation a:visited {
color:#ffffff;
font-size:12px;
background-color:transparent;
display:block;
padding: 2px 2px 2px 2px;
text-decoration:none;
}

#navigation a:hover {
background-color: #999999;
padding: 2px 2px 2px 2px;
color:#ffffff;
}

#mainNav {
list-style-type: none;
margin-left:0;
}

.active:hover li {
display: block;
background-color:#73a4ca;
color:#FFFFFF;
}

.active li { 
display: none;
color:#ffffff;
}




/*Styles for main content area*/

#content {
float:left;
margin-left:30px;
margin-top:20px;
width:500px;
}

.mainList {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

.addressList {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
list-style-type:none;
}

.bulletList {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
list-style-type: square;
}


/*Styles for tables*/

.staff td {
font:Arial, Helvetica, sans-serif;
font-size:10px;
vertical-align:top;
width:140px;
}

/*Form Styles*/

form {
border: 1px dotted #669b93;
font-family:Arial, Helvetica, sans-serif;
font-size:85%;
padding: 5px;
}

input.txtName {
width: 250px;
}

input.txtState {
width: 60px;
}


/*Styles for sidebar*/

#sidebar1 {
border-left: solid 1px #CCCCCC;
height:1100px;
position:absolute;
left:800px;
top:180px;
width:200px;
padding-left:10px;
text-align:left;
}

#sidebar {
height:995px;
float: left;
width: 20%;
padding-left:10px;
margin-left: 2.5%;
margin-top:5px;
border-left: 1px solid #CCCCCC;
}

.newsList {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
list-style-type: square;
margin-left:0px;
}



/*Styles for the footer*/


#footer {
clear:both;
background-color: #CCCCCC;
padding-left:10px;
padding-top:1px;
vertical-align:middle;
height:35px;
}
