/******************************************
    01. HTML ELEMENTS
******************************************/	

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	line-height:1em;
}
h1 {
	line-height: 40px;
	margin-bottom:.5em;
	font-size:2em;
	font-weight: bold;
	color: #515151;
}
h2 {
	font-size:1.2em;
	margin-bottom:.5142em;
	padding-top:.2em;
	font-weight:bold;
	color: #636363;
}
h3 {
	margin-bottom:.7em;
	padding-top:.3em;
	font-size:1.2em;
	font-weight:bold;
	color: #636363;
}
h4 {
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:.6em;
	margin-top:.9em;
	color: #636363;
}
h5, h6 {
	font-size:1em;
	margin-bottom:.5em;
	font-weight:bold;
}
p, blockquote, ul, ol, dl, form, table, pre {
	line-height:inherit;
	margin:0 0 1.5em 0;
}
ul, ol, dl {
	padding:0;
}
ul ul, ul ol, ol ol, ol ul, dd {
	margin:0;
}
li {
	margin:0 0 0 2em;
	display:list-item;
	list-style-position:outside;
}
blockquote, dd {
	padding:0 0 0 2em;
}
pre, code, samp, kbd, var {
	font:100% mono-space, monospace;
}
pre {
	overflow:auto;
}
abbr, acronym {
	text-transform:uppercase;
	border-bottom:1px dotted #000;
	letter-spacing:1px;
}
abbr[title], acronym[title] {
	cursor:help;
}
small {
	font-size:.9em;
}
sup, sub {
	font-size:.8em;
}
em, cite, q {
	font-style:italic;
}
img {
	border: none;
}
hr {
	display:none;
}
table {
	width:100%;
	border-collapse:collapse;
}
th, caption {
	text-align:left;
}
form div {
	margin:.5em 0;
	clear:both;
}
label {
	display:block;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
legend {
	font-weight:bold;
}
input[type="radio"], input[type="checkbox"], .radio, .checkbox {
	margin:0 .25em 0 0;
}
/******************************************
    02. COMMON
******************************************/	
	
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left:1em;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.first {
	margin-left:0 !important;
}
.last {
	margin-right:0 !important;
}
.top {
	margin-top:0 !important;
}
.bottom {
	margin-bottom:0 !important;
}
.push {
	margin-bottom: 20px;
}
.hidden, .print {
	display:none;
}
.graphic {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/******************************************
    03. BASE
******************************************/
	
body, table, input, textarea, select, li, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.2em;
	color:#000;
}
body {
	font-size:14px;
	background:#fff;
	margin:0;
	padding:0;
	text-align:center;
}
a, a:visited {
	text-decoration:none;
	color:#5b712f;
}
a:hover {
	color:#5b712f;
}
ins {
	text-decoration:none;
	color:#900;
	font-style:italic;
}
code {
	color:#555;
}
pre {
	margin-left:2em;
	padding-left:2em;
	border-left:1px solid #ccc;
}
blockquote {
	margin-left:2em;
	border-left:1px solid #ccc;
	font-style:italic;
}
dt {
}
th, td {
	padding:.5em 1em;
	line-height:1.5em;
}
th {
}
td {
}
caption {
	font-style:italic;
	color:#777;
	margin:.5em 0;
}
fieldset {
	border:1px solid #ccc;
	padding:1em 2em;
	margin:0 0 1.5em 0;
}
legend {
	padding:2px 5px;
}
form div.col {
	clear:none;
}
form div.first {
	clear:both;
}
form div {
	overflow:hidden;
}
input[type="text"], input[type="password"], textarea, .field, .area, .select {
	border:1px solid #aaa;
	padding:5px;
	background:#fff;
	width:300px;
	line-height:1em;
	margin:0;
}
.select {
	width:312px;
}
textarea, .area {
	overflow:auto;
	height:150px;
	width:400px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	outline:none;
}
.submit {
}
.note, .success, .error {
	display:block;
}
.error {
	color:#900;
}
.success {
	color:#060;
}
.note {
	font-weight:bold;
}
.notvalid {
	border:1px solid #900 !important;
}
.pullquote {
	width:20%;
	float:left;
	margin-right:2em;
	padding-right:2em;
	border-right:1px solid #ccc;
	text-align:right;
	font-size:1.1em;
	font-style:italic;
	color:#777;
	margin-bottom:.5em;
}
.boxout {
	width:20%;
	float:right;
	margin-left:2em;
	padding:1em 2em;
	border:1px solid #ccc;
	margin-bottom:.5em;
}
#qp_tooltip {
	border:1px solid #e1e1e1;
	padding:2px 10px;
	background:#f5f5f5;
}
/******************************************
    04. LAYOUT
******************************************/

#container {
	margin:0 auto;
	width:971px;
	text-align:left;
	position:relative;
	overflow: hidden;
}
.inner {
	position:relative;
}
#header {
	position:relative;
}
#footer {
	position:relative;
	clear:both;
}
.content {
	background: #fff;
	padding-top: 25px;
	clear:both;
}
.main, .sidebar, .tertiary, .quaternary {
	float:left;
	display:inline;
}
.header_top {
	height: 56px;
}
.content_top {
	background: url(../images/bg_content_top.png) no-repeat;
	height: 12px;
}
.content_bottom {
	background: url(../images/bg_content_bottom.png) no-repeat;
	height: 12px;
}
.search_box {
	position: absolute;
	right: 95px;
	top: 10px;
	float: right;
	text-align: right;
}
.search_box .search_button {
	position: absolute;
	top: -2px;
}
/******************************************
    05. SIDEBAR
******************************************/

.main {
	width:620px;
	margin-left: 15px;
}
.sidebar {
	width:280px;
	margin-left:20px;
}
/*
.main {
	width:600px;
	margin-left:330px;
}
.sidebar {
	width:280px;
	margin-left:-920px;
}*/
.main-home {
	margin: 0 auto;
	width: 100%;
}
.main-full {
	margin: 0 auto;
	width: 98%;
}
.sidebar {
	padding-bottom: 25px;
}
.sidebar .title {
	background: url(../images/bg_sidebar.png) no-repeat;
	display: block;
	line-height: 41px;
	height: 47px;
	font-family: "sans-serif", arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	text-indent: 15px;
	color: #fff;
}
.sidebar ul {
	background: url(../images/bg_sidebar.gif) repeat-y;
	list-style:none;
	margin: 0;
	padding: 0 10px 0 10px;
	border:none;
}
.sidebar li {
	margin:0;
}
.sidebar li a {
	display:block;
	padding:5px 5px 5px 15px;
	color:#000;
	text-decoration:none;
	width:100%;
	border-top: none;
	border-bottom: 1px solid #dedede;
}
html>body .sidebar li a {
	width:auto;
}
.sidebar li a:hover {
	background: #fff;
	color:#000;
	text-decoration: none;
}
.sidebar li a:visited {
	text-decoration: none;
}
.sidebar img {
	float: left;
	padding: 2px 3px 0 0;
}
.tertiary {
}
.quaternary {
}
.quote_box {
	background: url(../images/bg_quote.png) no-repeat;
	padding-bottom: 15px;
	position: relative;
	height: 286px;
	width: 281px;
}
/******************************************
    06. GRID
******************************************/

.cols {
}
.col {
	float:left;
	display:inline;
	width:47%;
	margin-left:4%; 
}
.cols3 .col {
	width:30%;
	margin-left:5%;
} 
.cols4 .col {
	width:22%;
	margin-left:4%;
} 
		
.col1, .col2, .col3 {
	float:left;
	display:inline;
}
.col1 {
}
.col2 {
}
.col3 {
}
.indent1 {
}
.indent2 {
}
.indent3 {
}
.brick {
	padding: 10px 2px 10px 0;
	display: block;
	color: #898460;
}
/******************************************
    07. NAVIGATION
******************************************/

#menu {
	margin: 0 auto;
	padding: 80px 0 0 6px;
	position: relative;
	width: 100%;
	height: 32px;
}
#nav, #nav ul, #nav li {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	float:left;
	display:inline;
	position:relative;
	line-height:32px;
}
#nav li a {
	background: url(../images/nav-active.gif) no-repeat;
	width: 152px;
	margin: 0 3px 0 3px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
}
#nav li a:hover {
	background: url(../images/nav-hover.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	display: block;
}
#nav .current_page_item a {
	background: url(../images/nav-hover.gif) no-repeat;
	color: #fff;
	display: block;
}
#nav ul {
	position:absolute;
	left:0;
	top:32px;
	padding:5px 10px;
	width:200px;
	background:#fff;
	display:none;
	z-index:1000;
}
#nav ul li {
	float:none;
	display:block;
}
.top-nav {
	margin: 0 auto;
	line-height: 25px;
	float: left;
	clear: both;
	text-indent: 15px;
}
.top-nav a {
	color: #555;
	font-size: 11px;
	font-weight: 400;
}
/******************************************
    08. HEADER
******************************************/

#header h1 {
	line-height:50px;
	height:50px;
	margin:0;
}
#header h1 a {
}
.header_top .logo {
	margin: 0 auto !important;
	border: none;
}
#header .info_box {
	margin: -53px 20px 0 0;
	font-size: 1.5em;
	font-weight: 700;
	color: #736944;
}
/******************************************
    10. CONTENT
******************************************/

.content a, .content a:visited {
	text-decoration:underline;
}
.home-intro {
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
}
.home-icons {
	margin-left: 6px;
	margin-bottom: 10px;
	float: left;
}
.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.check {
	background-image: url(../images/accept.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
li.one {
	font-size: 12px;
	font-weight: 700;
	background-image: url(../images/one.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 30px;
	margin: .4em 0;
}
li.two {
	font-size: 12px;
	font-weight: 700;
	background-image: url(../images/two.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 30px;
	margin: .4em 0;
}
li.three {
	font-size: 12px;
	font-weight: 700;
	background-image: url(../images/three.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 30px;
	margin: .4em 0;
}
/******************************************
    11. QUOTE BOX
******************************************/

#quote-box {
	background: url(../images/intro.gif) no-repeat;
	width: 960px;
	height: 200px;
}
/******************************************
    12. FORMS
******************************************/

.form fieldset {
	border:none;
	margin:0;
	padding:0;
}
.form legend {
	display:none;
}
.form div {
	clear:both;
	margin:.5em 0;
}
.form label {
	float:left;
	width:150px;
}
.form .field, .form .area {
	width:250px;
	padding:3px;
}
.form .select {
	padding:3px;
	width:256px;
}
.form .submit {
	margin-left:150px;
}
/******************************************
    12.1 WATERMARK
******************************************/
form.cmxform fieldset {
	margin-bottom: 10px;
}
form.cmxform legend {
	padding: 0 5px;
	font: bold 16px "Segoe UI", Arial, Helvetica, sans-serif;
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: bottom;
}
form.cmxform fieldset ol {
	margin: 10px 4px;
	padding: 0;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 3px;
	margin: 0;
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.cmxform label {
	width: 130px; /* Width of labels */
}
form.cmxform input[type=text], form.cmxform input[type=password] {
	width: 160px;
	font: 14px "Segoe UI", Arial, Helvetica, sans-serif;
}
form.cmxform textarea {
	width: 400px;
	font: 14px/22px "Segoe UI", Arial, Helvetica, sans-serif;
}
.watermark {
	color: #999 !important;
}
.watermark2 {
	color: #999 !important;
	font-style: italic !important;
}
.watermark3 {
	color: #c77 !important;
}
/******************************************
    12.2 AQ
******************************************/
.aq_inpage_zip {
	position: absolute;
	margin: 0 auto;
	width: 281px;
	text-align: center;
}
.aq_inpage_zip input {
	margin: 55px 0 0 0;
	line-height: normal;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.aq_inpage_zip .button {
	margin: 0;
}
/******************************************
    13. FOOTER
******************************************/
	
#footer a, #footer a:visited { 
	text-decoration:underline;
}
#copyright p, #copyright a {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 940px;
	font-size: 11px;
	color: #726f66;
	text-align: left;
	line-height: 15px;
}
/******************************************
    14. CLEARFIX
******************************************/

.inner:after, .content:after, .cols:after, .fixed:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.inner, .content, .cols, .fixed {
	display:block;
	min-height:1%;
}
* html .inner, * html .content, * html .cols, * html .fixed {
	height:1%;
}
/***************************************** 
    WP Captions
*****************************************/ 
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/***************************************** 
    WP Images
*****************************************/ 
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.clear {
	overflow: hidden;
	width: 100%;
}
/******************************************
    15. GOOGLE MAPS
******************************************/
.googleMap {
	margin: 0 auto;
}
#map_1 {
	margin: 20px auto;
	text-align: center;
}
#map_2 {
	margin: 20px auto;
	text-align: center;
}
#map_3 {
	margin: 20px auto;
	text-align: center;
}
.powered-by {
	margin: -10px 25px 0 700px;
	float: right;
}
