html {
	
}

body {
	background: #00b1ff;
	font: 0.875em/1.7 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#wrapper, #header, #footer, h1 {
	width: 960px;
}

#header {
	background: url(images/header.jpg) no-repeat top center;
	height: 250px;
	border-bottom: 6px solid #4b641f;
}

#wrapper {
	background: #fff url(images/sidebar-bg.gif) repeat-y left;
	margin: 20px auto 20px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

h1 {
	height: 150px;
	text-indent: -9999px;
	background: url(images/header.jpg);
	margin: 0;
	padding: 0;
}

img.symbol {
	margin-left: 25px;
	display: block;
	border: 0;
}

#left, #navcontainer {
	width: 200px;
}

#left {
	float: left;
	display: inline;
}

#contentarea {
	float: right;
	width: 745px;
	border-top: 0;
}

#content {
	padding: 20px;
 }
	
#navcontainer {
	padding: 0;
	margin: 0;
}

#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
}

/* nav */
#navcontainer a {
 	display: block;
	padding: 10px;
	margin: 0;
}

#navcontainer a:link, #navcontainer a:visited {
	background: #89a33e;
	color: #fff;
	border-bottom: 1px solid #4b641f;
	text-decoration: none;
}

#navcontainer a:hover, #navlist a:active {
	color: #4b641f;
	background-color: #FFFF99;
	text-decoration: none;
}

#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background: #90c03c url(images/uberlink.png) no-repeat 95% 50%;
	color: #4b641f;
	text-decoration: none;
	font-style: italic;
}

/* /nav */

h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

#content h2 {
	background: transparent url(images/heading-icon.png) no-repeat left center;
	font-size: 1.6em;
	font-weight: bold;
	color: #3896d0;
	padding: 0 0 0 32px;
	margin: 15px 0 10px 0;
}

#content h3 {
	color: #3896d0;
	font-size: 1.4em;
	margin: 10px 0 5px 0;
 }
 
 #content h4 {
 	font-size: 1em;
 }

#footer {
	display: block;
	text-align: center;
	padding: 20px 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border-top: 6px solid #4b641f;
	background: #b4c674;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0YzY3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmE1NDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b4c674 0%, #8fa543 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4c674), color-stop(100%,#8fa543));
	background: -webkit-linear-gradient(top, #b4c674 0%,#8fa543 100%);
	background: -o-linear-gradient(top, #b4c674 0%,#8fa543 100%);
	background: -ms-linear-gradient(top, #b4c674 0%,#8fa543 100%);
	background: linear-gradient(top, #b4c674 0%,#8fa543 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4c674', endColorstr='#8fa543',GradientType=0 );
}

#footer a {
	color: #fff;
}

.clearfloats {
	clear: both;
	height: 0px;
}
 
.footerlink:link, .footerlink:active
.footerlink:visited, .footerlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
 }

.subheading {
	font: 1em Georgia, Times New Roman, Times, serif bold;
	font-weight: bold;
	color: #993300;
}

.imageright {
	float: right;
	padding: 0px;
	border: 0;
}

.imageleft {
	float: left;
	padding: 0px;
	border: 0;
}

.hr {
	display: block;
	clear: both;
	overflow: hidden;
    height: 1px;
    width: 100%;
    background: #00ccff;
}

#contact {
	background: url(images/contactus.jpg) no-repeat top right;
	width: 445px;
	height: 500px;
}

/* unordered list stuff */
.list {
	line-height: 15px;
}

.list li {
	padding-top: 25px;
}

/* forms */
fieldset {
	border: 1px solid #ccc;
	padding: 0 10px 10px 10px;
	margin: 10px 0;
}

legend {
	padding: 0 10px;
	font-weight: bold;
	text-transform: uppercase;
}

label {
	display: block;
	font-weight: bold;
	margin: 20px 0 0 0;
}

input[type=text], .contact_input, textarea {
	background: #dedede;
	display: block;
	border: 1px solid #999;
	padding: 5px;
	margin: 0 0 5px 0;
	width: 90%;
	outline: none;
}

input[type=text]:focus, .contact_input:focus, textarea:focus {
	background: #ffffcc;
}

input[type=submit] {
	background: #ccc;
	border: 1px solid #999;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
	font-size: 1.2em;
	padding: 5px 20px;
	cursor: pointer;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type=submit]:active {
	top: 2px;
}

.form-error, .message_success {
	display: none;
}

#message_success {
	display: none;
	background: #98d297;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.form-error {
	background-color: #de6a6a;
	clear: both;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* goMaps */
#map {
	width: 100%;
	height: 400px;
	border: 1px solid #ccc;
	margin: 20px 0;
}

.gomapMarker {
	font-size: 12px;
}

.gomapMarker p {
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* call to action buttons */
.cta {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 118px;
	margin: 10px auto 10px auto;
	padding: 0;
	text-indent: -999em;
	border: 0;
}

.cta.email {
	background-image: url(images/cta-email.png);
}

.cta.map {
	background-image: url(images/cta-directions.png);
}

/* floating columns */
.columns {
	overflow: hidden;
}

.columns .column {
	float: left;
	width: 48%;
	overflow: hidden;
	border-right: 1px solid #ccc;
}

.columns .column.last {
	border: 0;
}

.columns .column .inner {
	padding: 0 10px;
}