/* GLOBALS ________________________________________________________________________________________________*/
* {
	margin:0;
	padding:0;
}
img {
	vertical-align:text-bottom;
}
a {
	text-decoration:none;
	position:relative;
	outline: none;
}
a:hover { 
	text-decoration:underline;
}
a img {
	border:none;
}
p img {
	margin:5px;
}

body {
	background-color: #ededed;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
map, img {	
	position:relative;
}

/* H1, H2, H3 ________________________________________________________________________________________________*/
#content h1, #interCont h1 {
	display:block;
	background-image:url(../images/h1-bg.jpg);
	padding:4px;
	color:#FFF;
	font-size: 21px;
	text-transform:uppercase;
	background-color: #376CA2;
	background-repeat: repeat-x;
} 
p + h1 {
	margin-top:20px;
}

h2 {
	color:#333;
	text-transform:uppercase;
	font-size:18px;
	margin: 10px 0 10px 0;
}
h2 + h3 {
	color:#666;
	margin-left:35px;
	font-size:16px;
	font-weight:normal;
}
* html h3 {
	color:#666;
	margin-left:35px;
	font-size:16px;
	font-weight:normal;
}
/* Links __________________________________________________________________________________________*/
#interCont a, #content a {
	color:#386CA5;
}


/* FONT Treatment ______________________________________________________________________________________________________*/
#content p, #interCont p {
	font-size:14px;
	color:#454545;
}
#content p, #interCont p {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 15px;
}
h1 + p {
	margin-top:5px;
}

#leftCol #contact {
	text-transform:uppercase;
	font-size:12px;
	color:#52524e;
}

/* Lists ______________________________________________________________________________________________________________________________*/

#interCont ul {
		margin-left:30px;
}
#interCont ul li {
	list-style:none;
	display:block;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	margin-bottom:7px;
}

#interCont ul li a {	
	display:block;
	padding-left:10px;
	font-size:14px;
}

#interCont dl dt {
	color: #666666;
	margin-top:15px;
}
#interCont dl dt strong {
	color:#333;
}
#interCont dd {
	margin-left:25px;
	color: #343434;
}


/* Misc. Classes _______________________________________________________________________________________________________________________*/
.left {
	float:left;
}
.right {
	float:right;
}
.noResults {
	height:300px;
}
.result {
	margin:0px 0 0 10px;
	font-size:13px;
	color:#666666;
	padding:8px 0 8px 15px;
	border-bottom:solid 1px #666;
}
.searchInfo {
	display:block;
	padding: 5px 10px 5px 20px;
	
}
/*.pdf {
	background-image: url(../images/pdficon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
	width: 150px;
}*/
.marginLeft {
	margin-left:25px;
}

.officers .title {
	float:left;
	width:200px;
	text-align:right;
}
.officers .name {

	float:right;
	width:275px;
	font-size:13px;
	color:#666666;
}
.officers small {
	text-align:right;
	display:block;
	clear:both;
	font-style:italic;
	color:#666666;
	font-size:11px;
	
}
small.sep {
	border-bottom: solid 1px #999999;
	margin-bottom:10px;
}

#subNav span.small a {
	color:#999999;
	font-size:10px;
	display:block;
	text-align:right;
	padding-right:4px;
}
/* General Layout _______________________________________________________________________________________________________________________*/

#top {
	background-image: url(../images/banner.jpg);
	height: 90px;
	width: 758px;
	margin:0 auto 0 auto;
}

#wrapper {
	width: 758px;
	margin:0 auto 0 auto;
	background-image: url(../images/wrapper-bg.png);
	background-position: center;
}
#leftCol {
	float:left;
	display:inline;
	margin-left:4px;
	width:211px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
}
#leftCol #contact {
	padding: 8px 0 0 10px;
}

#rightCol {
	float:left;
	width: 539px;
}
#rightCol #header {
	background-image: url(../images/mainImg.jpg);
	height: 203px;
}
#rightCol #content {
	margin:5px 10px 10px 11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #454545;
}
#interCont {
	background:url(../images/intContent-bg.jpg) no-repeat;
	padding: 18px 21px 0 21px;
}

#bottom {
	background-image: url(../images/bottom-bg.png);
	height: 11px;
	width: 758px;
	margin:0 auto 0 auto;
}


/* Navigation ____________________________________________________________________________________*/
#nav ul li {
	list-style:none;
}
#nav ul li a, #subNav {
	display:block;
	background-color:#FFF;
	color:#333;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 0 1px 0 9px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d6d6d6;
	border-left-color: #d6d6d6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
}
		/* Hides from IE5-mac \*/
		* html #nav ul li a {height: 1%; margin-top:-2px;}
		/* End hide from IE5-mac */
			
#nav ul li a:hover {
	background-color:#D8E2ED;
	padding-left:10px;
	color:#395F86;
	text-decoration:none;
}
#subNav {
	background-image:url(../images/subNav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:10px 3px;
	text-align:center;
}  * html #subNav {margin-top:-2px;}


/* PNG FIXES ____________________________________________________________________________________ */

* html #wrapper {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/wrapper-bg.png", sizingMethod="scale");
}

* html #bottom {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/bottom-bg.png", sizingMethod="scale");
}
