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

/** BROWSER RESET **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

.clear {
	clear:both;	
}

.hidden {
	display:none;	
}
/** END RESET **/

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#97A7A9;
	font-family:Verdana, Geneva, sans-serif;
}

#topwrapper {
	background-image:url(images/bg-top.gif);
	background-repeat:no-repeat;
	width:792px;
	height:8px;
	margin:0 auto;
	margin-top:10px;
}

#wrapper {
	width:792px;
	margin:0 auto;
	background-color:#fff;
}

#bottomwrapper {
	background-image:url(images/bg_bottom.png);
	width:792px;
	height:39px;
	margin:0 auto;
}

#footer {
	width:792px;
	margin:0 auto;
}


/************header*************/



#header {
	background-image:url(images/header_back.jpg);	
	background-repeat:no-repeat;
	width:792px;
	height:275px;
	
}

#header a#home_link {
	display:block;
	
	width:475px;
	height:116px;
	padding-top:55px;
	
}


ul#nav li {
	
	float:left;
	margin-right:70px;
}

ul#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:66px;
	font-size:14px;
	margin-left:45px;
}

ul#nav li a {
	text-decoration:none;
	color:#444444;
}

ul#nav li a:hover {
	color:#36BDDB;	
}


/***************content**************/


#content {
	
	background-image:url(images/sidebar_bar.jpg);
	background-position:left;
	
	background-repeat:repeat-y;
	
}

#mainbar {
	width:484px;
	float:left;
	background-color:#fff;
	padding-left:17px;
	padding-right:31px;
}

#mainbar {
	padding-top:15px;
}

#mainbar .text_image {
	margin-bottom:12px;
		
}

#mainbar p {
	font-size:12px;	
	margin-bottom:15px;
	line-height:14px;
}


#three_panel_nav {
	width:460px;
	margin:0 auto;	
	margin-top:40px;
}

#three_panel_nav img {
	margin-right:10px;
}





/*************sidebar ***************/

#sidebar {
	width:229px;
	background-color:#FD8B35;
	float:left;
	
	margin-left:28px;
	
}

#sidebar a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;

}

#sidebar img.arrow {
	float:left;
	margin-right:3px;
}

#sidebar a.after_arrow {
	display:block;
	margin-top:13px;	
	
	margin-bottom:35px;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

iframe {
	margin-bottom:20px;	
}

#sidebar img {
	margin-top:15px;	
}


/*****************footer *******************/

#footer {
	text-align:right;	
	margin-top:10px;
	margin-bottom:20px;
}

#footer small {
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
}

#footer small a {
	color:#000;
	text-decoration:none;
}

/******************misc*******************/

blockquote {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding-right:20px;
	margin-bottom:30px;
}

blockquote span.author {
	font-size:12px;
	color:#444;
	display:block;
	text-align:right;
	margin-top:15px;
}

.sidebar_top_image {
	margin-bottom:41px;	
}

.drop_cap_image {
	float:left;	
	margin-right:5px;
	margin-bottom:0px;
}

h3 {
	font-size:14px;
	font-size:14px;
	color:#36BDDB;
}

#left_stack {
	width:240px;
	float:left;
}

#right_stack {
	width:240px;
	float:left;
}

.section {
	font-size:12px;
	margin-bottom:28px;
	line-height:15px;
}

h4.state {
	font-size:12px;
	margin-bottom:17px;
	
}

h3.map_section {
	margin-bottom:20px;
	margin-top:14px;
}

a {
	color:#444444;	
}

a:hover {
	color:#36BDDB;	
}

.centered {
	display:block;
	margin:0 auto;
	margin-bottom:10px;
}

table {
	border:1px dotted #0C76BA;
	background-color:#84D5FF;
	padding-top:13px;
	padding-left:13px;
	padding-bottom:13px;
	padding-right:82px;
	
}

form {
	margin-bottom:45px;	
	font-size:11px;
	font-weight:bold;
	color:#0C76BA;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#84d5ff;
	width:420px;
	padding-top:15px;
	padding-bottom:10px;
}

form li label {
	display:block;
	margin-bottom:0px;
	width:64px;	
	float:left;
}

form li input {
	
}

form ul li {
	margin-left:13px;
	margin-bottom:5px;
}

input#sub {
	background-color:#36BDDB;
	color:#fff;
	font-weight:bold;
	margin-left:270px;
	cursor:pointer;
}

input, textarea {
		border:1px dotted #0c76ba;
}

.contact_top {
	margin-bottom:	44px;
}

.inset {
	padding-left:21px;	
}
