@charset "UTF-8";

/* COMMON SITEWIDE STYLES*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bgGradient.jpg);
	background-color: #384A5C;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#wrapper {
	background-color: #FFFFFF;
	padding: 10px;
	width: 830px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 1em;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #004c80;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #004c80;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #004c80;
}
a:link, a:visited {
	color: #004c80;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
img.padded_float {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
ul.list {
	margin-left: 25px;
	list-style-type: disc;
	margin-bottom: 1.2em;
}
ul.list li {
	margin-bottom: .7em;
}




/* HEADER AND UTIL NAV*/

#header img.logo {
	margin-left: 15px;
}
#header ul {
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 30px;
}
#header li {
	display: inline;
}
#header a {
	color: #666666;
	display: block;
	float: left;
	margin-right: 20px;
	font-size: 10px;
}
#header a:hover, body.home #header #home a, body.contact #header #contact a, body.sitemap #header #sitemap a {
	color: #384A5C;
	text-decoration: underline;
}
#header {
	height: 70px;
	width: 830px;
	position: relative;
}
#header #home a {
	background-image: url(../images/icon_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 14px;
}
#header #contact a {
	background-image: url(../images/icon_contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 17px;
}
#header #sitemap a {
	background-image: url(../images/icon_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 15px;
}

#header #newsletter a {
	background-image: url(../images/icon_newsletter.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 15px;
}



/*TOP BAR*/

#navigation {
	float: left;
	height: 28px;
	width: 590px;
}
#phone {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	float: right;
	width: 225px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}





/* MAIN CONENT PANELS*/

#contentWrapper {
	margin-top: 1px;
	display: block;
}
#panel_left {
	width: 589px;
	float: left;
}
#panel_right {
	background-color: #EAEAEA;
	float: right;
	width: 240px;
}




/*BANNER PHOTOS*/

#banner_photo {
	background-image: url(../images/photo_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 214px;
	width: 589px;
	position: relative;
	margin-bottom: 1px;
}
#banner_photo p {
	position: absolute;
	left: 25px;
	top: 150px;
	margin: 0px;
	font-size: 16px;
	color: #FFFFFF;
}
#banner_photo a {
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	margin-top: 5px;
}
#panel_photo {
	height: 70px;
	width: 240px;
}





/*TITLE BAR*/

#title_bar {
	background-image: url(../images/ttlBar_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 70px;
	width: 589px;
	position: relative;
}
#title_bar h1 {
	position: absolute;
	left: 26px;
	top: 25px;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
}
#title_bar .subnav {
	float: left;
	position: absolute;
	right: 25px;
	top: 30px;
	color: #FFFFFF;
	font-size: 11px;
}
#title_bar .subnav a {
	color: #FFFFFF;
}





/*BODY COPY*/

#body_copy {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	line-height: 1.5em;
}
#body_copy p.last {
	margin-bottom: 0px;
}







/*GLOBAL PANEL*/

#global {
	background-color: #DFE0C2;
	background-image: url(../images/panel_map.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 194px;
	width: 200px;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#global h1 {
	font-size: 15px;
	color: #004c80;
	margin-bottom: .7em;
	font-weight: normal;
}
#global p {
	margin-bottom: .7em;
}





/*CALLOUTS PANEL*/

#callouts {
	padding-right: 20px;
	padding-left: 20px;
}
#callouts h1 {
	font-size: 16px;
	margin-bottom: .5em;
	font-weight: normal;
}
.callout {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 15px;
}
.callout_last {
	margin-top: 15px;
}
#panel_right_bottom {
	background-color: #CBCBCB;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 14px;
}






/*FOOTER*/

#footer {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	font-size: 10px;
	color: #c4c9ce;
}





/*SUBNAV*/

#subnav ul {
	list-style-type: none;
}
#subnav a {
	display: block;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#subnav .last a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#subnav a:hover {
	background-color: #933314;
	color: #FFFFFF;
	text-decoration: none;
}
#subnav li.current a {
	background-color: #CCCCCC;
	color: #333333;
}
#subnav li.current_last a {
	background-color: #CCCCCC;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#subnav {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
}
.smallText {
	font-size: 10px;
	line-height: 13px;
}
