/******************************************
    01. HTML ELEMENTS
******************************************/	

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0;
	line-height:1em;
}
h1 {
	background: url(../images/bg_title.gif) no-repeat;
	line-height: 40px;
	margin-bottom:.5em;
	font-size:2em;
	font-weight: bold;
	text-indent: 15px;
	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;
}
.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: "Tahoma", Geneva, sans-serif;
	font-size: 1em;
	line-height:1.5em;
	color:#333;
}
body {
	font-size:13px;
	background:#555454;
	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 {
	font-weight:bold;
}
th, td {
	padding:.5em 1em;
	line-height:1.5em;
}
th {
	background:#eee;
}
td {
	border-bottom:1px solid #eee;
}
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 {
	background:#f5f5f5;
	outline:none;
}
.submit {
}
button {
	border:none;
	background:#555;
	color:#fff;
	padding:0 2.5em;
	height:2em;
	line-height:2em;
	cursor:pointer;
}
.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 {
	background: url(../images/bg_container.gif) repeat-y 0 0;
	margin:0 auto;
	width:950px;
	text-align:left;
	position:relative;
	overflow: hidden;
}
.inner {
	position:relative;
}
#header {
	position:relative;
}
#footer {
	position:relative;
	clear:both;
}
.content {
	padding-top: 25px;
	clear:both;
}
.main, .sidebar, .tertiary, .quaternary {
	float:left;
	display:inline;
}
.content_top {
	background: url(../images/content_top.gif) top no-repeat;
	height: 33px;
}
.content_bottom {
	background: url(../images/content_bottom.gif) bottom no-repeat;
	height: 33px;
}
/******************************************
    05. SIDEBAR
	B2K Uncomment .main, .sidebar if you
	want to move sidebar to left and
	comment the same bellow
******************************************/

.main {
	width:620px;
	margin-left: 15px;
}
.sidebar {
	width:280px;
	margin-left:20px;
}
/*
.main {
	width:600px;
	margin-left:330px;
}
.sidebar {
	width:280px;
	margin-left:-920px;
}*/
.sidebar .title {
	background: url(../images/bg_headings.gif) no-repeat;
	display: block;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 15px;
	color: #515151;
}
.sidebar ul {
	list-style:none;
	margin:0;
	padding:0 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: #f5f5f5;
	color:#000;
	text-decoration: none;
}
.sidebar li a:visited {
	text-decoration: none;
}
.tertiary {
}
.quaternary {
}
.quote_box {
	background: url(../images/bg_quote.png) no-repeat;
	padding-bottom: 20px;
	position: relative;
	height: 211px;
	width: 281px;
}
/******************************************
    06. GRID
******************************************/

.cols {
}
.col {
	background: url(../images/bg_cols.gif) no-repeat;
	float:left;
	line-height: 18px;
	letter-spacing: -1px;
	text-align: justify;
	display:inline;
	width:48%;
	margin-left:4%;
	padding: 10px;
	height: 210px;
}
.cols3 .col {
	width:26%;
	margin-left:5%;
}
.cols4 .col {
	width:18%;
	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
******************************************/

.sf-menu, .sf-menu * {
	list-style:none;
	margin:0;
	padding:0;
}
.sf-menu {
	background: #5b712f;
	width: 100%;
	height: 37px;
	float:left;
	line-height: 25px;
	border-bottom: 4px solid #9bbf71;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width: 200px;
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	background: #a7cd7a;
	visibility:inherit;
	z-index: 1;
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	font-weight: 700;
	display:block;
	padding:.75em 1.5em;
	position:relative;
	text-decoration:none;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:0;
	top:40px;
	z-index:99;
}
.sf-menu a, .sf-menu a:visited {
	color:#fff;
}
.sf-menu li li {
	background: #9bbf71;
	border-bottom: 1px solid #8eaf67;
}
.sf-menu li li li {
	margin-left: 56px;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
}
.sf-menu a.sf-with-ul {
	min-width:1px;
	padding-right:2.25em;
}
.sf-sub-indicator {
	background:url('../images/arrows-ffffff.png') no-repeat -10px -100px;
	margin: -5px 0 0 0;
	display:block;
	height:10px;
	overflow:hidden;
	position:absolute;
	right:.75em;
	text-indent:-999em;
	width:10px;
}
a > .sf-sub-indicator {
	background-position:0 -100px;
	top: 19px;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position:-10px -100px;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:0 0;
}
.sf-shadow ul {
	-moz-border-radius-bottomleft:17px;
	-moz-border-radius-topright:17px;
	-webkit-border-bottom-left-radius:17px;
	-webkit-border-top-right-radius:17px;
	background:url('../images/shadow.png') no-repeat bottom right;
	padding:0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background:transparent;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul, ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:10em;
	top:0;
}
.sf-menu ul .sf-sub-indicator, .sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position:-10px 0;
}
/******************************************
    08. HEADER
******************************************/

#header h1 {
	line-height:50px;
	height:50px;
	margin:0;
}
#header h1 a {
}
#header .logo {
	margin: 0 0 20px 30px;
	border: none;
}
#header .info_box {
	margin: -63px 20px 0 0;
	font-size: 1.3em;
	font-weight: 700;
	color: #736944;
}
.service-area {
	background:url(../images/now-servicing.gif) no-repeat;
	position: absolute;
	margin: 0 0 0 60px;
	padding: 0;
	width: 273px;
	height: 85px;
	top: -17px;
}
/******************************************
    09. CONTENT
******************************************/

.content a, .content a:visited {
	text-decoration:underline;
}
/******************************************
    10. 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;
}
/******************************************
    10.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;
}
/******************************************
    10.2 AQ
******************************************/
.aq_inpage_zip {
	position: absolute;
	margin: 0 auto;
	width: 281px;
	text-align: center;
}
.aq_inpage_zip input {
	margin: 39px 0 0 0;
	line-height: normal;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.aq_inpage_zip .button {
	margin: 0;
}
/******************************************
    11. FOOTER
******************************************/
	
#footer a, #footer a:visited {
	text-decoration:underline;
}
#copyright p, #copyright a {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 940px;
	font-size: 11px;
	color: #c9c9c9;
	text-align: left;
	line-height: 15px;
}
/******************************************
    12. 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%;
}
