/*	=RESET
----------------------------------------------------*/

/* Based on http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, caption{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
body {
    margin: 0 auto;
    position: relative;
    background-color: #b6b5b5;
    color: #fff;
    font: 12px/16px Georgia, "Times New Roman", serif;
    text-align: center;
}
ul {
    list-style: none;
}
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
.clearfix{
    clear: both;
}

:focus {
    outline: 0;
}
nav, header, footer, section, aside{
    display: block;
}
/* tables may still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.contain{
    zoom:1;
    overflow: hidden;
}
.unit{float:left;}

.flr{
    float: right;
}
h2{
    color: #000;
    font: bold 14px/1.3em Helvetica, 'Helvetice Neue', Arial, sans-serif;
}
.events h2{
    margin-bottom: .5em;
}
h3, legend{
    color: #006eaa;
    font: bold 13px/1em Georgia, 'Times New Roman', serif;
    margin-bottom: .7em;
}
p{
    margin: 1.5em 0;
}
.full{
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 1em;
    margin-top: 0;
}
    .full input, .full textarea {
        width: 93%;
    }
    .full .check{
        width: auto;
    }
.half{
    float: left;
    width: 49%;
    padding-bottom: 1em;
    margin-top: 0;
}
    .half input, .half select{
        width: 90%;
    }
input, textarea{
    padding: .4em;
}
fieldset{
    margin-bottom: 2em;
}

.notice{
    color:#9F6000;
    background: #FEEFB3;
    border: 1px solid;
    font: 12px/1.5em Arial, sans-serif;
    padding: 10px;
    display: block;
    width: 93%;
}
.info{
    color:#00529B;
    background: #BDE5F8;
    border: 1px solid;
    font: 12px/1.5em Arial, sans-serif;
    padding: 10px;
    display: block;
    width: 93%;
}
.success{
    color:#4F8A10;
    background: #DFF2BF;
    border: 1px solid;
    font: 12px/1.5em Arial, sans-serif;
    padding: 10px;
    display: block;
    width: 93%;
}
#classified_form, #annual_form{
    position: relative;
}
.order_total{
    font-size: .8em;
    float: right;
    width: auto;
    text-align: center;
    position: absolute;
    right: 0px;
}
.total{
    font-size: 3em;
    display: block;
    line-height: 1.1em;
}
/*	=GLOBAL
----------------------------------------------------*/
#wrap{
    width: 944px;
    padding: 0 8px 1.5em 8px;
    margin: auto;
    background: #fff;
    color: #222;
    text-align: left;
    position: relative;
}
.tab_ad{
    position:absolute;
    top: 50px;
    left: -28px; /* tab images are 148 and we need 20 for tab */
    width: 28px;
    overflow: hidden;
}
.tab_ad span{
    display: block;
    width: 28px;
    height: 124px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.tab_ad2{
    top: 178px;
}
#searchBtn{
    background-color: #0394e4;
     background-image: -moz-linear-gradient(top, #0394e4, #006eaa); /* FF3.6 */
     background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0394e4),color-stop(1, #006eaa)); /* Saf4+, Chrome */
               filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#0394e4', EndColorStr='#006eaa'); /* IE6,IE7 */
           -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0394e4', EndColorStr='#006eaa')"; /* IE8 */
    color:#fff;
    text-transform: uppercase;
    padding: .3em 1em;
    font: 12px Helvetica, Arial, sans-serif;
    border: 0;
    margin-right: 10px;
}
.btn{
    background-color: #0394e4;
     background-image: -moz-linear-gradient(top, #0394e4, #006eaa); /* FF3.6 */
     background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0394e4),color-stop(1, #006eaa)); /* Saf4+, Chrome */
               filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#0394e4', EndColorStr='#006eaa'); /* IE6,IE7 */
           -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0394e4', EndColorStr='#006eaa')"; /* IE8 */
    color:#fff;
    text-transform: uppercase;
    padding: .3em 1em;
    font: 12px Helvetica, Arial, sans-serif;
    -webkit-border-radius: 4px; /* Saf3-4 */
             border-radius: 4px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

/*	=HEADER
----------------------------------------------------*/
header{
    margin-top: 2.66em; /* Should be ~32px */
}
.logo{
    margin-left: 5px;
    margin-bottom: 3px;
}
header img{
    margin: 1em 0 0 0;
}
.subscribe{
    width: 200px;
}
.subscribe ul{
    margin-top: 1.5em;
    margin-bottom: 0;
    font-size: 1.3em;
    margin-left: 20px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: right;
    width: 150px;
    float: left;
}
.subscribe a{
    color:#545353;
    display:block;
    margin-bottom: 8px;
}
.subscribe a span {
    color: #006eaa;
}
.subscribe .btn{
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
}
.coverImg{
    margin-top: -10px;
       -moz-box-shadow: 0px 0px 4px #666; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 4px #666; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #666; /* Opera 10.5, IE 9 */
    margin-right: 2px;
    float: right;
}
.test{
    background: #eee;
    height: 100px;
}
/*  =NAV
----------------------------------------------------*/
nav {
    background: #545353;
    color: #fff;
    font: 12px Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    clear: both;
    float: left;
    width: 100%;
}
nav a:link{
    color: #fff;
    
}
nav ul{
    float: left;
    width: 100%;
    margin: 0;
}
nav li.unit a,
nav li.unit a:link{
    border-right: 1px solid #f4f704;
    padding: .3em 15px;
    display: block;
    float: left;
    color: #fff;
}
nav li {
    padding: .5em 0;
    display: block;
    float: left;
    position: relative;
}
nav .searchItem {
    padding: 3px 0;
    float: right;
}
nav .searchItem input[type="text"] {
    width: 150px;
}
nav li.lastUnit a,
nav li.lastUnit a:link{
    border-right: 0;
    color: #fff;
}
nav li .subNav{
    display: none;
    background: #333;
    text-transform: none;
    width: 200px;
    z-index: 9999;
    -moz-box-shadow: 0px 0px 10px #000; /* FF3.5+ */
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.5); /* Saf3.0+, Chrome */
}
nav li .subNav li, nav li .subNav ul, nav li .subNav a{
    float: none;
}
nav li .subNav li{
    padding: 0;
}
nav li .subNav a,
nav li .subNav a:link{
    float: none;
    color: #fff;
    border-right: 0;
    border-bottom: 1px dotted #777;
    padding: .6em 0 .6em 20px;
}
nav li .subNav a:hover{
    background: #eee;
    color: #333;
}
nav li:hover{
    background: #333;
}
nav li:hover .subNav{
    display: block;
    position: absolute;
    left: 0px;
    top: 100%;
}
nav li.lastUnit a{
    border-bottom: 0;
}
