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, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

html, body {
    height: 100%;
}

body {
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    text-align: center;
    background: #dd0000 url("/Common/Images/custom/POP/bg.png") repeat-x left top;
    color: #403e39;
}

h4 {font-size: 15px; color: #b00; margin: 0 0 5px;}

strong, b {color: #000;}

.clearer {
    clear: both;
}

img {
    vertical-align: top;
}

#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    min-width: 960px;
    background: url("/Common/Images/custom/POP/shadow_bg.png") no-repeat center top;
}

#container {
    width: 960px;
    margin: 0px auto;
    text-align: left;
    padding-bottom: 10px;
}

#header {
    background: url("/Common/Images/custom/POP/header_bg.gif") repeat-x 5px 38px;
    padding-top: 46px;
    position: relative;
    zoom: 1;
}

#logo {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -125px;
}

#navigation {
    background: url("/Common/Images/custom/POP/nav_bg.png") repeat-x left top;
    height: 45px;
}

#nav_left {
    float: left;
    background: url("/Common/Images/custom/POP/nav_left_bg.gif") no-repeat left top;
    padding-left: 2px;
}

#nav_right {
    float: right;
    background: url("/Common/Images/custom/POP/nav_right_bg.gif") no-repeat right top;
    padding-right: 2px;
}

#navigation a {
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    font-size: 18px;
    height: 36px;
}

#navigation a em {
    display: block;
    float: left;
    cursor: pointer;
    height: 18px;
    padding: 4px 17px 14px !important;
    padding: 0px 17px 0px;
    font-style: normal;
}

#navigation a:hover {
    color: #ffcd05;
    background: url("/Common/Images/custom/POP/nav_bg_hover.gif") repeat-x left top;
}

#navigation #nav_left a.last em {
    background: none;
}

#navigation #nav_left a em, #navigation #nav_left a.last:hover em {
    background: url("/Common/Images/custom/POP/nav_spacer.gif") no-repeat right top;
}

#navigation #nav_right a.first em {
    background: none;
}

#navigation #nav_right a em, #navigation #nav_right a.first:hover em {
    background: url("/Common/Images/custom/POP/nav_spacer.gif") no-repeat left top;
}

.tagline {
    float: left;
    margin-left: 20px;
}

#search_form {
    float: right;
    padding: 0px 11px 0px 10px;
    height: 41px;
    position:relative;
}

#search_form .left_round, #search_form .right_round {
    height: 41px;
    width: 10px;
    font-size: 0px;
    position: absolute;
    top: 0px;
}

#search_form .left_round {
    background: url("/Common/Images/custom/POP/search_form_left.png") no-repeat left top;
    left: 0px;
}

#search_form .right_round {
    background: url("/Common/Images/custom/POP/search_form_right.png") no-repeat left top;
    right: 0px;
    width: 11px;
}

#search_form .form_content {
    background: url("/Common/Images/custom/POP/search_form_bg.png") no-repeat left top;
    height: 23px;
    padding: 8px 0px 10px;
    float: left;
}

#search_form label {
    line-height: 23px;
    letter-spacing: -1px;
    padding: 0px 5px 0px 0px;
    float: left;
    color: #fff;
}

#search_form label img {
    vertical-align: text-bottom;
}

#search_form .search_input {
    font-size: 12px;
    font-family: "Trebuchet MS";
    color: #444;
    width: 170px;
    padding: 3px 0px 2px 5px;
    background: url("/Common/Images/custom/POP/search_input.gif") no-repeat left top;
    border: none;
    float: left;
    position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #search_form .search_input {
        top: -2px;
    }
}

#search_form .search_button {
    font-size: 11px;
    font-family: Tahoma, "Trebuchet MS";
    color: #fff;
    width: 65px;
    height: 23px;
    text-align: center;
    background: url("/Common/Images/custom/POP/search_button.gif") no-repeat left top;
    border: none;
    float: left;
    cursor: pointer;
}

#slides_banner {
    position: relative;
    padding: 0;
    margin-top: 85px;
    width: 960px;
    height: 343px;
    zoom: 1;
}

#slides {
    width: 840px;
    margin: 0px 60px;
    list-style-type: none;
    position: relative;
    z-index: 2;
}

#slides li.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 820px;
    padding: 0px 10px 100px;
    display: none;
}

#slides .slide_left {
    width: 235px;
    float: left;
}

#slides .slide_right {
    width: 190px;
    float: right;
}

#slides .slide_left p, #slides .slide_right p {
    font-size: 13px;
    color: #ffdd22;
    line-height: 15px;
    padding-bottom: 15px;
    text-shadow: 1px 2px 2px #000;
    position: relative;
    z-index: 50;
}

#slides h1 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
}

#slides h2 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
}

#slides .slide_image {
    position: absolute;
    left: 50%;
    margin-left: -243px;
}

.required
{
    color:#B90A07;
   padding-right:2px;
}

.Button-Red {
    display: inline-block;
    background: url("/Common/Images/custom/POP/Button-Red-Right.png") no-repeat right top;
    padding-right: 7px;
    height: 32px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
}

.Button-Red span {
    display: inline-block;
    background: url("/Common/Images/custom/POP/Button-Red-Left.png") no-repeat left top;
    padding: 0 8px 0 15px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-shadow: 1px 2px #600;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    zoom: 1;
}

.Button-Red:hover {
    background-position: right bottom;
}
.Button-Red:hover span {
    background-position: left bottom;
}

.Button-Submit {
	background: url('/Common/Images/custom/POP/Button-Submit.png') no-repeat left top;
	border: 0;
	width: 68px;
	height: 25px;
	cursor: pointer;
	margin-top: 8px;
}
.Button-Submit:hover {
	background-position: left bottom;
}

.red_button {
    display: inline-block;
    background: url("/Common/Images/custom/POP/red_button_left.png") no-repeat left top;
    padding: 0px 12px;
    height: 44px;
    line-height: 40px;
    color: #fff;
    text-shadow: 1px 2px #550004;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    zoom: 1;
}

.red_button:hover {
    background: url("/Common/Images/custom/POP/red_button_left_hover.png") no-repeat left top;
}

* html .red_button {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/red_button_left.png', sizingMethod='crop');
}

* html .red_button:hover {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/red_button_left_hover.png', sizingMethod='crop');
}

.red_button em {
    display: inline-block;
    height: 44px;
    width: 12px;
    cursor: pointer;
    font-size: 0px;
    background: url("/Common/Images/custom/POP/red_button_right.png") no-repeat left top;
    position: absolute;
    top: 0px;
    right: 0px;
}

.red_button:hover em {
    background: url("/Common/Images/custom/POP/red_button_right_hover.png") no-repeat left top;
}

* html .red_button em {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/red_button_right.png', sizingMethod='crop');
}

* html .red_button:hover em {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/red_button_right_hover.png', sizingMethod='crop');
}

.red_button span {
    display: inline-block;
    height: 44px;
    cursor: pointer;
    background: url("/Common/Images/custom/POP/red_button_bg.png") repeat-x left top;
    padding: 0px 12px;
    position: relative;
    zoom: 1;
}

.red_button:hover span {
    background: url("/Common/Images/custom/POP/red_button_bg_hover.png") repeat-x left top;
}

* html .red_button span {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/red_button_bg.png', sizingMethod='scale');
}

* html .red_button:hover span {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/red_button_bg_hover.png', sizingMethod='scale');
}

#slides .red_button {
    left: -5px;
}

#slides_banner .arrow_left, #slides_banner .arrow_right {
    display: inline-block;
    width: 30px;
    height: 45px;
    overflow: hidden;
    text-indent: -1000px;
    position: absolute;
    top: 125px;
    cursor: pointer;
}

#slides_banner .arrow_left {
    background: url("/Common/Images/custom/POP/arrow_left.png") no-repeat left top;
    left: 10px;
}

#slides_banner .arrow_left:hover {
    background: url("/Common/Images/custom/POP/arrow_left_hover.png") no-repeat left top;
}

#slides_banner .arrow_right {
    background: url("/Common/Images/custom/POP/arrow_right.png") no-repeat left top;
    right: 10px;
}

#slides_banner .arrow_right:hover {
    background: url("/Common/Images/custom/POP/arrow_right_hover.png") no-repeat left top;
}

#pager {
    position: absolute;
    bottom: 40px;
    left: 70px;
    z-index: 5;
}

#pager img {
    float: left;
}

#pager_bullets {
    display: block;
    background: url("/Common/Images/custom/POP/pager_bg.gif") repeat-x left top;
    height: 20px;
    float: left;
    zoom: 1;
}

#pager_bullets a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/Common/Images/custom/POP/pager_bullet.gif") no-repeat 1px 1px;
    overflow: hidden;
    text-indent: 1000px;
    margin: 4px 3px 0px;
}

#pager_bullets a:hover, #pager_bullets a.activeSlide {
    background: url("/Common/Images/custom/POP/pager_bullet_active.gif") no-repeat 1px 1px;
}

#SocialIcons {
    position: absolute;
    bottom: 38px;
    left: 735px;
    z-index: 6;
    width: 62px;
    height: 30px;
    background: url("/Common/Images/custom/POP/ConnectWithUs.png") no-repeat left top;
    padding: 3px 0 0 117px;
}


#SocialIcons img {
    border: 0;
    margin-right: 2px;
}

.three_cols {
    width: 719px;
    float: left;
    position: relative;
    margin-left: -6px;
    overflow: hidden;
    color: #000;
    padding: 14px 0px 18px 0px;
    zoom: 1;
}

.three_cols_layer2 {
    background: url("/Common/Images/custom/POP/three_cols_bg.png") repeat-y left bottom;
    text-align: center;
    padding-left: 6px;
    zoom: 1;
}

.three_cols_top {
    position: absolute;
    top: 0px;
    left: 0px;
}

.three_cols_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.image_box {
    float: left;
    padding-left: 12px;
    position: relative;
}

.image_box .yellow_button {
    position: absolute;
    left: 21px;
    top: 113px;
}

.one_col a, .left_col a, .main_column a {
    color: #bb0000;
    text-decoration: none;
}

.one_col a:hover, .left_col a:hover, .main_column a:hover {
    text-decoration: underline;
}

.yellow_button {
    display: inline-block;
    background: url("/Common/Images/custom/POP/yellow_button_left.png") no-repeat left top;
    padding: 0px 7px;
    height: 31px;
    line-height: 28px;
    color: #000;
    text-shadow: 0px 1px #ffcc00;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    zoom: 1;
}

.yellow_button:hover {
    background: url("/Common/Images/custom/POP/yellow_button_left_hover.png") no-repeat left top;
    text-shadow: 0px 1px #ffbb00;
}

* html .yellow_button {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/yellow_button_left.png', sizingMethod='crop');
}

* html .yellow_button:hover {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/yellow_button_left_hover.png', sizingMethod='crop');
}

.yellow_button em {
    display: inline-block;
    height: 31px;
    width: 7px;
    cursor: pointer;
    font-size: 0px;
    background: url("/Common/Images/custom/POP/yellow_button_right.png") no-repeat left top;
    position: absolute;
    top: 0px;
    right: 0px;
}

.yellow_button:hover em {
    background: url("/Common/Images/custom/POP/yellow_button_right_hover.png") no-repeat left top;
}

* html .yellow_button em {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/yellow_button_right.png', sizingMethod='crop');
}

* html .yellow_button:hover em {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/yellow_button_right_hover.png', sizingMethod='crop');
}

.yellow_button span {
    display: inline-block;
    height: 31px;
    cursor: pointer;
    background: url("/Common/Images/custom/POP/yellow_button_bg.png") repeat-x left top;
    padding: 0px 9px;
    position: relative;
    zoom: 1;
}

.yellow_button:hover span {
    background: url("/Common/Images/custom/POP/yellow_button_bg_hover.png") repeat-x left top;
}

* html .yellow_button span {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/yellow_button_bg.png', sizingMethod='scale');
}

* html .yellow_button:hover span {
    background: none;
    filter:progid:dximagetransform.microsoft.alphaimageloader(src='images/yellow_button_bg_hover.png', sizingMethod='scale');
}

.left_col .yellow_button:hover {
    text-decoration: none;
}

.one_col {
    position: relative;
    width: 252px;
    float: right;
    overflow: hidden;
    padding: 14px 0px 18px 0px;
    color: #000;
    margin-right: -6px;
    zoom: 1;
}

.one_col_layer2 {
    background: url("/Common/Images/custom/POP/one_col_bg.png") repeat-y left bottom;
    padding: 0px 6px;
    zoom: 1;
}

.homepage_one_col .one_col_layer2 {
    height: 150px;
}

.one_col_bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.one_col_top {
    position: absolute;
    top: 0px;
    left: 0px;
}

.colum_title {
    color: #bb0000;
    font-size: 16px;
    line-height: 39px;
    position: relative;
    top: -10px;
    background: url("/Common/Images/custom/POP/grey_dots_h.gif") repeat-x left bottom;
    padding-left: 13px;
}

blockquote {
    background: #fff url("/Common/Images/custom/POP/quotes.gif") no-repeat left top;
    margin:0px 12px;
    padding: 0px 0px 0px 7px;
    color: #544539;
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
}

blockquote i {
    color: #858585;
    font-size: 12px;
}

.grey_dots {
    background: url("/Common/Images/custom/POP/grey_dots_h.gif") repeat-x left top;
    padding-top: 5px;
    padding-left:10px;
}

#footer {
    margin-top: 10px;
    color: #fff;
    line-height: 20px;
    position: relative;
    padding: 5px 0px;
    zoom: 1;
}

#footer_layer2 {
    background: url("/Common/Images/custom/POP/footer_bg.png") repeat-y left top;
    padding: 0px 13px;
    zoom: 1;
}

.footer_top_round {
    position: absolute;
    top: 0px;
    left: 0px;
}

.footer_bottom_round {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#footer a  {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer_left {
    float: left;
}

#footer_right {
    float: right;
}

.spacer65 {
    height: 65px;
}

.left_col.one_col {
    float: left;
    margin-left:-6px;
    margin-right: 0px;
}

.one_col .image_box {
    margin: 0px 0px 10px -2px;
    float: none;
}

.three_cols.main_column {
    float: none;
    margin-right: -6px;
}

.main_column .three_cols_layer2 {
    padding: 10px 26px;
    text-align: left;
}

.main_column h1 {
    font-size: 20px;
    background: url("/Common/Images/custom/POP/red_dots_h.gif") repeat-x left bottom;
    padding-bottom: 10px;
    line-height: 20px;
    margin-bottom: 25px;
}

.main_column big {
    font-size: 15px;
}

.red {
    color: #bb0000;
}

.location_label {
    width: 110px;
    float: left;
}

.location_details {
    width: 145px;
    float: left;
    color: #403e39;
    line-height: 20px;
}

.yellow_button2, .main_column a.yellow_button2 {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    margin: 0px 7px 7px 0px;
    background: url("/Common/Images/custom/POP/yellow_button_bg2.gif") repeat-x left top;
    vertical-align: middle;
    position: relative;
    top: 2px;
}

.yellow_button2 span {
    display: inline-block;
    cursor: pointer;
    background: url("/Common/Images/custom/POP/yellow_button_left2.gif") no-repeat left top;
}

.yellow_button2 span span {
    background: url("/Common/Images/custom/POP/yellow_button_right2.gif") no-repeat right top;
    padding: 0px 10px;
}

.yellow_button2:hover, .main_column a:hover.yellow_button2 {
    background: url("/Common/Images/custom/POP/yellow_button_bg2_hover.gif") repeat-x left top;
    text-decoration: none;
}

.yellow_button2:hover span {
    background: url("/Common/Images/custom/POP/yellow_button_left2_hover.gif") no-repeat left top;
}

.yellow_button2:hover span span {
    background: url("/Common/Images/custom/POP/yellow_button_right2_hover.gif") no-repeat right top;
}

ul.ThreeColumn li, ul.FourColumn li {
	width: 211px;
	float: left;
	list-style-type: none;
	margin: 0 0 20px 11px;
}

ul.FourColumn li {
	width: 155px;
}

ul.ThreeColumn li p, ul.FourColumn li p {
	margin: 0 0 5px;
	color: #403e39;
	line-height: 17px;
}
ul.ThreeColumn li strong, ul.FourColumn li strong {
	font-size: 13px;
	color: #000;
}
ul.FourColumn li a.yellow_button2 {
	margin-top: 9px;
}

.main_column h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 18px;
}

.left_padding {
    padding-left: 12px;
    color: #808080;
}

.prices_list {
    list-style-type: none;
    padding-top: 10px;
}

.prices_list li {
    line-height: 22px;
    background: url("/Common/Images/custom/POP/grey_dots_h.gif") repeat-x left bottom;
    color: #808080;
}

.prices_list li .product_price {
    color: #bb0000;
    font-weight: bold;
    float: right;
}

.prices_list li b {
    color: #000;
}

#locations_form  {
    background: url("/Common/Images/custom/POP/grey_dots_h.gif") repeat-x left bottom;
    padding-bottom: 20px;
    margin-bottom: 15px;
    zoom: 1;
}

#locations_form .location_zone {
    width: 235px;
    float: left;
}

#locations_form .location_zone label {
    width: 45px;
    text-align: right;
    margin-right: 5px;
    display: inline-block;
}

#locations_form .text_input {
    border: solid 1px #bbb;
    background: #fafafa;
    margin-bottom: 3px;
}

#locations_form .or {
    float: left;
    background: url("/Common/Images/custom/POP/grey_dots_v.gif") repeat-y center top;
    padding: 17px 0px;
    margin-right: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #bb0000;
}

#locations_form .or span {
    display: inline-block;
    background: #fff;
}

#locations_form .location_zip {
    float: left;
    padding-top: 17px;
}

#locations_form .yellow_button2 {
    margin-top: 12px;
    float: right;
}

.nearers_locations_col {
    width: 257px;
    float: left;
}

.locations_list {
    list-style-type: none;
    margin-bottom: 20px;
}
.locations_list .location_item {
    display: block;
    border: solid 1px #fff;
    padding: 3px 10px;
    color: #403e39;
    text-decoration: none;
cursor:pointer;
}

.locations_list .location_item:hover {
    border: solid 1px #efdcd1;
    background: #fffbf6;
    text-decoration: none;
cursor:pointer;
}

.locations_list .location_item .distance {
    float: right;
}

.next_page {
    float: right;
}

.pagination {
    font-weight: bold;
    margin-left: 11px;
}

.selected_location_col 
{
    width: 382px;
    float: right;
}

.selected_location_col table
{
    width:100%;
}

.selected_location_col table td
{
    vertical-align:top;
}

.location_image {
    float: left;
    margin-right: 18px;
}

.location_info {
    width: 180px;
    float: left;
    line-height: 18px;
    color: #403e39;
}

.location_info big {
    line-height: 24px;
}

.location_info b {
    color: #000;
}

.location_info b.red {
    color: #bb0000;
}

.map {
    padding-top: 25px;
    zoom: 1;
}

.height_compensate {
    height: 44px !important;
    height: 50px;
}

.round_yellow_left {
    position: absolute;
    top: 38px;
    left: 0px;
}

.round_yellow_right {
    position: absolute;
    top: 38px;
    right: 0px;
}

.left_col .yellow_button {
    color: #000;
}

.right_column {
    width: 710px;
    float: right;
}

#footer.internal_footer {
    width: 710px;
    text-align: center;
}

#footer.internal_footer #footer_layer2 {
    background: url("/Common/Images/custom/POP/footer_bg_internal.png") repeat-y scroll left top;
}


/*------------------------------------newsWrapper---------------------------------*/
.newsWrapper .newsSnippet
{
border-bottom:dashed 1px #000;
padding-bottom:15px;
margin-bottom:15px;

}


/*------------------------------------submissionForm---------------------------------*/
.submissionForm
{
   margin-top:15px;
}

.submissionForm p
{
   margin-bottom:15px;
}

.submissionForm table td
{
   padding: 2px;
    vertical-align: top;
    color: #403e39
    font-size: 13px;
}

.submissionForm td input {
    position: relative;
    top: -3px;
}

.submissionForm .textbox, .submissionForm .commentsbox {
    width: 180px;
    border: 1px solid #bbb;
    padding: 2px 4px;
    color: #403e39;
    font-size: 13px;
}
.submissionForm .commentsbox {
    width: 400px;
}



/*------------------------------------employment---------------------------------*/
.employment
{
    margin-top:25px;
   margin-bottom:25px;
}


.employment table
{
    width:100%;
}


.employment table td
{
   vertical-align:top;
    padding:10px;
}


 .location_buttons{
width: 250px;
float: left;
color: #403e39;
line-height: 20px;
}
