html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #464646;
}

a {
    color: #8dc63f;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: #2c1a21;
}

a img {
    vertical-align: middle;
    text-decoration: none;
}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

#header {
    width: 940px;
    margin: 0px auto;
    text-align: left;
    padding-bottom: 30px;
}

#logo {
    float: left;
}

#call {
    float: right;
    padding: 38px 00px 0px 0px;
    color: #8dc63f;
    font-size: 23px;
    line-height: 30px;
    font-weight: bold;
    vertical-align: bottom;
}

#tagline {
    float: right;
    padding: 15px 00px 0px 0px;
    color: #8dc63f;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    vertical-align: middle;
}

#call img {
    vertical-align: top;
    margin-right: 5px;
    position: relative;
    top: -14px;
}

.green_banner {
    background: url("../images/green_banner_bg.gif") repeat-x left top;
    height:36px;
    min-width: 940px;
    margin-bottom: 32px;
    overflow: visible;
}

.green_banner_content {
    width: 940px;
    text-align: left;
    margin: 0px auto;
    padding-top:7px;
    line-height:21px;
}

#navigation {
    width: auto;
    height: 21px;
    margin: 0px auto;
    list-style-type: none;
    font-size: 13px;
    font-weight: bold;
    overflow: visible;
    display: inline-block;
    /*display: block;
    float: left;*/
    clear: both;
    padding-right:100px;
}

#navigation li {
    display: block;
    float: left;
    border-right: solid 1px #74ab21;
    border-bottom: solid 6px #6fa51f;
    position: relative;
    z-index: 1000;
}

#navigation li.last {
    border-right: none;
}

#navigation li a {
    display: block;
    float: left;
    padding: 0px 15px;
    color: #fff;
    height:21px;
    text-decoration: none;
    white-space: nowrap;
}

#navigation li a:hover, #navigation li a.hover {
    color: #2c1a21;
}

#navigation li a img {
    vertical-align: middle;
}

#navigation li ul {
    position: absolute;
    display: none;
    top: 27px;
    left: 0px;
    border: solid 1px #6fa41e;
    border-top: none;
    width: 150px;
}

#navigation li ul.large_list {
    width: 220px;
}

#navigation li ul li {
    float: none;
    border:none;
    text-align:left;
}

#navigation li ul li a {
    float: none;
    background: #8cc43e url("../images/right_arrow.gif") no-repeat 8px center;
    padding-left: 26px;
    border-top: solid 1px #6fa41e;
    height: 23px;
    line-height: 23px;
}

#navigation li ul li a:hover {
    background: #2c1a21 url("../images/right_arrow.gif") no-repeat 8px center;
    color: #fff;
}

#container {
    width: 940px;
    margin: 0px auto 25px;
    text-align: left;
    background: url("../images/grey_dots.gif") repeat-y 197px top;
}

#left_column {
    width: 160px;
    float: left;
    margin-right: 32px;
}

#center_column {
    width: 459px;
    float: left;
}

#right_column {
    width: 260px;
    float: right;
    line-height: 16px;
}

h1 {
    font-size: 25px;
    font-family: Georgia;
    font-weight: normal;
    color: #8fc640;
    padding-bottom: 15px;
    line-height:30px;
}

h2 {
    font-size: 23px;
    font-family: Georgia;
    font-weight: normal;
    color: #8fc640;
    padding-bottom: 15px;
    line-height: 30px;
}

h4 {
    font-size: 23px;
    font-family: Georgia;
    font-weight: normal;
    color: #8fc640;
    padding-bottom: 15px;
    line-height: 23px;
}

h3 {
    font-size: 15px;
    font-family: Georgia;
    font-weight: normal;
    color: #8fc640;
    padding-bottom: 2px;
    line-height: 22px;
}

.main_body_checked_list {
    list-style-type: none;
    margin-bottom: 10px;
}

.main_body_checked_list li {
    background: url("../images/list_dots.gif") repeat-x left bottom;
    padding-bottom: 1px;
    line-height: 20px;
}

.main_body_checked_list li span {
    background: url("../images/green_checked.gif") no-repeat left 7px;
    padding-left: 13px;
    font-weight: normal;
    color: #464646;
    text-decoration: none;
}

.main_body_checked_list li a:hover {
    text-decoration: underline;
}


.left_column_checked_list {
    list-style-type: none;
    margin-bottom: 10px;
}

.left_column_checked_list li {
    background: url("../images/list_dots.gif") repeat-x left bottom;
    padding-bottom: 1px;
    line-height: 20px;
}

.left_column_checked_list li span {
    background: url("../images/green_checked.gif") no-repeat left 7px;
    padding-left: 13px;
    font-weight: normal;
    color: #464646;
    text-decoration: none;
}

.left_column_checked_list li a:hover {
    text-decoration: underline;
}

.left_column_checked_list li a:link {
    font-weight: normal;
    color: #464646;
    text-decoration: none;
}
.left_column_checked_list li a:visited {
    font-weight: normal;
    color: #464646;
    text-decoration: none;
}

.contact_form {
    background: url("../images/contact_bg.gif") repeat-y left top;
    line-height: 16px;
    zoom: 1;
}

.contact_form .top_round {
    background: url("../images/contact_top_round.gif") no-repeat left top;
}

.contact_form .bottom_round {
    background: url("../images/contact_bottom_round.gif") no-repeat left bottom;
    padding: 12px 14px;
}

.contact_form label {
    font-weight: bold;
    color: #b22d00;
}

.contact_form .text_input, .contact_form textarea {
    width: 130px;
    border: solid 1px #dbd8d7;
    background: #fff;
    margin-bottom: 3px;
    padding: 3px 0px;
    font-size: 12px;
    color: #464646;
}

.contact_form .text_input.verification {
    width: 70px;
    float: left;
}

.contact_form .verification_img {
    border: solid 1px #dbd8d7;
    float: right;
}

.contact_form .submit_button {
    border: solid 1px #dbd8d7;
    background: #fff;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #b22d00;
    margin-top: 10px;
    cursor: pointer;
    text-decoration:none;
}

.cycle_placeholder {
    list-style-type: none;
    position: relative;
    border-bottom: solid 25px #fff;
    height: 229px;
    overflow: hidden;
}

.center_column_content {
    width: 400px;
    padding: 0px 0px 10px 30px;
    line-height: 16px;
}

.center_column_checked_list {
    list-style-type: none;
}

.center_column_checked_list.left {
    width: 188px;
    float: left;
}

.center_column_checked_list.right {
    width: 188px;
    float: right;
}

.center_column_checked_list li {
    line-height: 16px;
    margin-bottom: 7px;
    background-image: url("../images/orange_checked.gif");
    background-repeat: no-repeat;
    background-position: 6px 6px;
    padding: 1px 0px 1px 20px;
    font-size: 11px;
}

.center_column_checked_list li.orange {
    background-color: #f9f4d6;
    color: #c17305;
}

.center_column_checked_list li.red {
    background-color: #f9f4d6;
    color: #b22d00;
}

.red {
    color: #b22d00;
}

.about_image {
    float: right;
    margin: -7px 0px 0px 15px;
}
.dennis_image {
	float: left;
	margin: -18px 5px 0px 0px
}

.dotted_spacer {
    height: 25px;
    font-size: 0px;
    background: url("../images/list_dots.gif") repeat-x left center;
}

.testimonial_image {
    float: left;
    margin: 0px 12px 8px 0px;
}

.footer_call {
    text-align: center;
    font-weight: bold;
    line-height: 21px;
    color: #fff;
}

.footer_call img {
    vertical-align: middle;
    margin-right: 3px;
}

#footer {
    text-align: center;
    font-size: 11px;
    line-height: 19px;
    color: #401400;
    width: 940px;
    margin: -20px auto 0px;
    padding-bottom: 10px;
}

.internal_center_banner {
    border-bottom: solid 25px #fff;
}

.internal_center_banner .content {
    border: solid 6px #f9f4d6;
    background: #eaeaea;
}

.internal_center_banner_no_border {
    border-bottom: solid 25px #fff;
}

.internal_center_banner_no_border .content {
    border: solid 6px #fff;
	background: #ffffff;
}


.button {
	position:relative;
	width: 32px;
	height: 34px;


}

#spinner {
  position:absolute;
  left: 0px;
  top: 5px;
  display:none;
}

.arrow_link {
  text-decoration:none;
}

.arrow_link span {
  text-decoration:underline;
}

#message_box .msg {
  color:#b22d00;
  font-weight:bold;
  padding: 7px;
  border: solid 1px #b22d00;
  margin-bottom:10px;
  background:#f9f4d6;
}

.navigation_table {
    empty-cells: show;
    display: table;
    margin: 0px auto;
}

.navigation_table td {
    text-align: center;
}
