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

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	height: 100%;
	font-size: 12px;
	background: url(../images/background.png) #e6dfc3;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

#wrapper {
	background: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 966px;
	margin: 0 auto -150px;
	padding-bottom: 30px;
}

#header {
	background: url(../images/header.jpg) #fff;
	width: 966px;
	height: 168px;
	margin: 0 auto;
}

#logo {
	width: 150px;
	height: 152px;
	padding-left: 20px;
	padding-top: 5px;
	float: left;
}

#header_text {
	font-size: 22px;
	color: #ff3f30;
	float: right;
	height: 37px;
	width: 400px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 115px;
	padding-right: 30px;
	text-align: right;
}

#header_text h1 {
	font-size: 18px;
	color: #008546;
	font-weight: normal;
	line-height: 32px;
}

#nav {
	background: url(../images/charlotte2.png) no-repeat bottom center;
	width: 966px;
	height: 242px;
	text-align: right;
	font-size: 12px;
	letter-spacing: 1.2px;
	padding-right: 20px;
	margin-left: -10px;
}

#nav span {
	padding: 0px 15px;
	margin-top: 6px;
	display: inline-block;
}

#nav span a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav span a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav span a:hover {
	color: #e6dfc3;
	font-weight: bold;
	text-decoration: none;
}

#nav span a:hover.dropdown {
	color: #e6dfc3;
	font-weight: bold;
	text-decoration: underline;
	width: 100%;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	background: #0152a1;
}

#nav ul li {
	position: relative;
}

#nav ul li.mainitem {
	display: inline;
}

#nav ul li.subitem {
	position: relative;
	display: block;
	float: left;
	width: 100%;
}

#nav li ul {
	position: absolute;
	left: 0px;
	top: 19px;
	display: none;
	text-align: left;
	width: 200px;
	padding-bottom: 10px;
}

#nav li ul.small {
	position: absolute;
	left: 0px;
	top: 19px;
	display: none;
	text-align: left;
	width: 150px;
	margin-left: -18px;
	padding-bottom: 10px;
}

#nav ul li a {
	display: inline;
	text-decoration: none;
	padding: 5px;
	border-bottom: 0;
	width: 100%;
}

#nav li:hover ul, li.over ul { 
	display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

	
#accordion {
	width: 500px;
}

#accordion h3 {
	padding: 10px 0px 10px 30px;
}

#content {
	width: 906px;
	padding: 30px;
	margin: 0 auto;
	line-height: 16px;
}

#content_image {
	width: 986px;
	height: 217px;
}

#content h1 {
	font-size: 20px;
	color: #0152a1;
}

#content h1.red {
	font-size: 16px;
	color: #ff3f30;
}

#content a:link {
	color: #0152a1;
	text-decoration: none;
}

#content a:visited {
	color: #0152a1;
	text-decoration: none;
}

#content a:hover {
	color: #008546;
	text-decoration: none;
}

#left_column {
	background: url(../images/content-top.jpg) no-repeat;
	width: 439px;
	padding: 10px 0px 0px 10px;
	float: left;
}

#left_column p {
	margin: 5px 0px 15px;
}

#left_column_wide {
	background: url(../images/content-top-wide.jpg) no-repeat;
	width: 649px;
	padding: 10px 0px 0px 10px;
	float: left;
}

#left_column_wide p {
	margin: 5px 0px 15px;
}

#left_column_wide h2 {
	margin: 15px 0px 15px;
	font-size: 16px;
	color: #0152a1;
}

#left_column_wide ul {
	width: 80%;
	margin-left: 30px;
	padding: 10px 0px 20px;
}

a.sitemap {
	font-weight: bold;
}

ul.staff {
	list-style: none;
}

ul.staff li {
	margin: 5px 0px;
}

#right_column {
	width: 426px;
	float: right;
	text-align: right;
}

#right_column p {
	float: left;
	margin-left: 10px;
}

#flv {
}

#right_column_wide {
	background: url(../images/right-column.png) repeat-y;
	width: 195px;
	float: right;
	text-align: right;
	padding: 5px;
}

#right_column_wide span {
	background: url(../images/right-column-link.png) no-repeat;
	color: #0152a1;
	width: 205px;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	display: block;
}

#right_column_wide span.lastlink {
	border-bottom: 1px #fff dotted;
}

#right_column_wide span.active {
	background: url(../images/right-column-link-active.png) no-repeat;
	width: 205px;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	display: block;
}

#right_column_wide span.testimonial {
	background: url(../images/right-column-link-testimonial.png) no-repeat;
	width: 205px;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	display: block;
	color: #fff;
}

#right_column_wide a:link {
	color: #0152a1;
	text-decoration: none;
	line-height: 20px;
	width: 100%;
	display: block;
}

#right_column_wide a:visited {
	color: #0152a1;
	text-decoration: none;
	width: 100%;
	display: block;
}

#right_column_wide a:hover {
	color: #ff3f30;
	text-decoration: none;
	width: 100%;
	display: block;
}

#right_column_wide a:link.active {
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	width: 100%;
	display: block;
}

#right_column_wide a:visited.active {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}

#right_column_wide a:hover.active {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}

#right_column_wide blockquote {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	width: 90%;
	text-align: left;
	margin: 0 auto;
}


#footer {
	background: url(../images/footer.png);
	color: #0152a1;
	font-size: 12px;
	width: 966px;
	height: 120px;
	border-top: 1px solid #008546;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	letter-spacing: 1.2px;
	line-height: 16px;
}

#footer a:link {
	color: #0152a1;
	text-decoration: underline;
}

#footer a:visited {
	color: #0152a1;
	text-decoration: underline;
}

#footer a:hover {
	color: #008546;
	text-decoration: underline;
}

.push {
	background: #fff;
	height: 150px;
	width: 966px;
	margin: 0 auto;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
}

.img_right {
	float: right;
	padding: 5px 10px;
}

.img_left {
	float: left;
	padding: 5px 10px;
}

.news {
	margin: 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px #0152a1 dotted;
}

.lastnews {
	margin: 10px 0px;
	padding-bottom: 10px;
}

.label {
	width: 175px;
	color: #0152a1;
	vertical-align: top;
	display: inline-block;
}

.input {
	width: 200px;
	border: 1px solid #008546;
	color: #008546;
	background: #e6dfc3;
}

.textarea {
	width: 200px;
	height: 90px;
	border: 1px solid #008546;
	color: #008546;
	background: #e6dfc3;
}

.label_quote {
	width: 90%;
	color: #0152a1;
	vertical-align: top;
	display: block;
}

.input_quote {
	width: 90%;
	border: 1px solid #008546;
	color: #008546;
	background: #e6dfc3;
}

.textarea_quote {
	width: 90%;
	height: 90px;
	border: 1px solid #008546;
	color: #008546;
	background: #e6dfc3;
}

.checkbox {
	border: 1px solid #008546;
	color: #008546;
	background: #e6dfc3;
}

.checkbox_wrapper {
	width: 65%;
}

.label_small {
	width: 90px;
	color: #0152a1;
	vertical-align: middle;
	display: inline-block;
	padding: 5px 0px 0px 5px;
	vertical-align: top;
}

.label_check {
	width: 200px;
	color: #0152a1;
	vertical-align: middle;
	display: inline-block;
	padding-left: 5px;
}

.label_tiny {
	width: 45px;
	color: #0152a1;
	vertical-align: middle;
	display: inline-block;
	padding: 5px 0px 0px 5px;
}

.input_small {
	width: 145px;
	border: 1px solid #008546;
	color: #008546;
	background: #e6dfc3;
}

.input_medium {
	width: 342px;
	border: 1px solid #008546;
	color: #008546;
	background: #e6dfc3;
}

.label_gps {
	color: #0152a1;
	vertical-align: top;
	display: inline-block;
	padding-left: 5px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.button {
	background: #e6dfc3;
	color: #008546;
	border: 1px solid #008546;
	padding: 3px 10px;
	text-transform: capitalize;
}

.btn {
	padding-right: 10px;
}

.red {
	color: #f00;
	font-size: 12px;
	line-height: -.5px;
}

.blue {
	color: #0152a1;
}