/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* CSS coded by Robin Rowell for Your Way Web */
/* ************ September 2006 ************** */

* {margin:0; padding:0;}/*sets all elements in the DOM to 0, across all browsers*/

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {background:#fff; color:#1f2038; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}

#outer{height:100%; min-height:100%; width:100%; margin:auto; text-align:left; position:relative;}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#headerwrap {background: #fff url(../images/bg_header.gif) top left repeat-x;}
.header {height:100px; width:760px; margin:auto; text-align:left;}
#header_homepage {height:325px;}

#navwrap {height:27px; padding-bottom:30px;}


#contentwrap {background:url(../images/bg_content.gif) top left repeat-x; min-height:112px;}
#content {width:760px; margin:auto; text-align:left;}

#sidebar {width:210px; padding-bottom:100px; float:left; background:url(../images/bg_sidebar.jpg) top left no-repeat;}
#sidebar h4 {color:#a3a3a3; text-transform: uppercase;}
#sidebar ul {margin: 0 0 0 15px;}
.checklist ul li {list-style-image:url(../images/icon_checkmark.gif); vertical-align: middle;}

#primesub{float:right; width:539px;}
#primesub .sectionimage {padding-bottom:20px;}
#primesub ul li {margin: 0 15px; }
#primesub h3 {font-size:17px; margin-bottom:10px; color:#988a3a; border-bottom: 1px solid #9ac047;}

#footerwrap {position:absolute; bottom:0; left:0; background:#f9f5e9; height:40px; border-top:1px solid #e0dfdb; width:100%;}
#footercontent {width:760px; height: 10px; margin:auto; text-align:left; background:url(../images/logo_footduotone.gif) center left no-repeat;
color:#737373; font-size: 10px; text-indent: 160px; padding: 15px 0;}
#footercontent a {color: #737373;}
#footercontent a:visited {color: #737373;}

#clearfooter{clear:both; height:40px;}/*needed to make room for footer*/
.clear {clear:both;}



.logoNStrap {padding:39px 0 0 0;}
.logoNStrap img {border:none;}

#homeFlash {}

.alignRight {float:right;}
.alignLeft {float:left;}
.thumbnail {float:right; margin: 0 0 10px 10px; border: 1px solid #222; padding: 3px; background:#444;}

/* UL CLASSES */
ul.services {list-style-type: none; /*padding: 10px;*/ border-left: 1px solid #9ac047;}

/* BULLET (li) CLASSES */
.links {list-style-image:url(../images/icon_linkguide.gif);}
.info {list-style-image:url(../images/icon_info.gif);}
.term {font-weight: bold; font-size: 10px; color:#739723; text-transform: uppercase; letter-spacing: 1px;}

/* TABLE CLASSES */
.contact td {padding: 5px;}


/* TAGS */
a {color: #1e52c3;}
a:visited {color: #445782;}
a:hover {text-decoration: none;}

h1 {font-size: 17px; margin-bottom: 10px; letter-spacing: -1px; border-bottom: 7px solid #dacd81;}
h2 {font-size: 14px; margin-bottom: 10px; letter-spacing: -1px;}
h4 {font-size: 12px; margin-bottom: 10px;}

ul {margin-bottom: 16px;}
p {line-height: 16px; margin-bottom: 16px;}
li {line-height: 16px; vertical-align: middle;}

fieldset {padding: 10px; border: 1px solid #739723;}
fieldset a img {border:none;}
legend {font-size: 10px; font-weight: bold; color:#739723; text-transform: uppercase; letter-spacing: 1px; padding: 0 4px 10px;}

form {display: inline;}
textarea {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px;}
input {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px;}

