/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
 */
/*====================== */
/*========= Hacks ============= */
/*====================== */	

/*</ul>*/
a, div, span, li, ul, input, button { outline:none; }
a:active { outline:none; }

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
 }
 .clearfix { display: inline-block; }
 /* start commented backslash hack \*/
 * html .clearfix { height: 1%; }
 .clearfix { display: block; }
 /* close commented backslash hack */

 /*====================== */
 * {
     margin: 0;
     padding: 0;
}

html {
    margin-top:28px;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #41585b;
    background-image: url(images/bg-slice.png);
    background-repeat: repeat-x;
    background-position: top;
}

h1, h2, .fauxh1, .fauxh2, .h2f {
    display:block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
}
input{
    font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h2 a, h1 a, .fauxh1, #fauxh2, #fauxh1 a, #fauxh2 a {
    color:#5c7d14;
    font-size: 35px;
    text-decoration:none;
}

hr{
    height:1px;
    border-top:#666 dashed 1px;
    background:none;
    margin:10px 0;
}
hr{
    border-bottom:none;
    border-left:none;
    border-right:none;
}

h2, #fauxh2 {
    font-size: 167%;
}

h3 {
    margin-bottom: 1em;
    text-transform: uppercase;
    font-size: 100%;
    color: #000000;
}
.cat-item-1 a{
    color:#3B3B3B;
}

.cat-item-1 a:hover{
    color:#3B3B3B;
    text-decoration:underline;
}
.cat-item-1 a:visited{
    color:#3B3B3B;
}

p, ul, ol {
    margin-bottom: 1.5em;
    line-height: 1.6em;
}

p {
}

ol {
}

ul {
    list-style: none;
}
ol li{

}
li{
    list-style:none;
}

ul li {

}

a {
    color: #3F8D05;
    cursor:pointer;
}
h1 a, h2 a, h3 a,{
    cursor:pointer;
    color:#1bbecd;
}
h2 .entry-title a{
    font-weight:normal;
}

a:hover, a:active {
    text-decoration: none;
    color: #3F8D05;
}

a:visited {
    color: #3F8D05;
}

img {
    border: none;
}

img.left {
    float: left;
    margin: 0 20px 10px 0;
}

img.right {
    float: right;
    margin: 0 0 10px 20px;
}

.byline {
    color: #CCCCCC;
}

.col-one {
    float: left;
}

.col-two {
    float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
    width: 250px;
}
#mainContainer{
    width:960px;
    height:auto;
    margin:0 auto;
    padding:0 0px;
    background-repeat: no-repeat;
    background-position: center top;
}

/* Boxes */

.box-orange {

}

.box-orange .section {
    font-size: 100%;
    color: #fff;
}

.box-orange .section b {
    display: block;
    height: 23px;
    padding: 7px 0 0 10px;
    background-color: #4E2F11;
    background-repeat: repeat-x;

}

.box-orange .content {

}

.box-blue {
}

.box-blue .section {

    font-size: 100%;
    color: #222222;
}

.box-blue .section b {
    display: block;
    height: 23px;
    padding: 7px 0 0 10px;
}

.box-blue .content {
    padding: 20px;
    background: #787878
}

.box-pink {
}

.box-pink .section {

    font-size: 100%;
    color: #222222;
}

.box-pink .section b {
    display: block;
    height: 23px;
    padding: 7px 0 0 10px;
}

.box-pink .content {
    padding: 20px;
    background: #787878
}

/* Header */

#header {
    width: 960px;
    height: 97px;
    margin: 0px auto 0 auto;
    float:left;
    background-image: url(images/header-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

/* Logo */

#logo {
    float: left;
    margin-top: 20px;
}

#logo h1, #logo h2 {
    float: left;
}

#logo h1 {
    padding-top: 40px;
    text-transform: lowercase;
    font-size: 34px;
    font-weight: normal;
}

#logo h2 {
    padding: 63px 0 0 3px;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

#logo a {
    text-decoration: none;
    color: #000000;
}
.top-links {
    float: right;
    width: auto;
    padding: 0px 5px 0 0;
}
/* Search */


#search {
    float: right;
    width: 300px;
    padding: 5px 5px 0 0;
}

#search form {
}

#search fieldset {
    border: none;
    margin:0;
}

#searchinput, #searchsubmit {
    font: bold 100% Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    margin:0;
}

#searchinput {
    padding: 2px 5px;
    width: 198px;
    /*background: #FFFFFF url(images/img02.gif) repeat-x;*/
    border: 1px solid #FFFFFF;
    margin:0;
}

#searchsubmit {
    padding: 0 2px;
    /*background: #F4A652 url(images/img03.gif) repeat-x;*/
    border: 1px solid #000000;
    text-transform: lowercase;
    margin:0;
}

/* Menu */

#menu {
/*    width: auto;*/
    width: 1035px;
    float:left;
    font-size: 13px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0px;
    clear: both;
}

#menu ul {
    margin: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
    display: block;
    float: left;
    padding: 0;
    width: auto;
    margin-right: 0px;
    height: 32px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #2A1704;
    font-variant: small-caps;
}

#menu a {
    display: block;
    float: left;
    text-decoration: none;
    color: #FFF;
    margin-right: 5px;
    height: 28px;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 0;
    padding-left: 15px;
}

#menu a:hover {
    color: #FFF;
    text-decoration:underline;
}

#menu b {
    display: block;
    float: left;
    height: 28px;
    font-weight: normal;
}

#menu li.current_page_item, #menu li.current_page_ancestor {
    color: #fff;
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 5px;
    background-color: #000;
}


#menu li.current_page_item a, #menu li.current_page_ancestor a {
    color: #CCF218;
    background-repeat: no-repeat;
    background-position: rleft top;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 0;
    padding-left: 15px;
    height: 25px;
    margin-right: 0px;
    background-color: #000;
}


/* Page */

#page {
    width: 960px;
    height:auto;
    margin-bottom: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/* Content */

#content {
    float: left;
    width: 610px;
    padding: 15px;
}
#content-wide {
    padding:15px;
    width:927px;
}
.list01{
    padding: 0 0 0 20px;
}
.list01 li{
    padding:0 0 0 0px;
    margin-bottom:15px;
}

/* Feature */

#feature {

}

/* Sidebar */

#sidebar {
    float: right;
    width: 280px;
    padding-left:10px;
    padding-top: 15px;
    padding-right: 10px;
}

#sidebar .col-one {
    width: 200px;
}

#sidebar .col-two {
    width: 200px;
}

/* Footer */

#footer {
    color: #CD0008;
    clear:both;
    background-repeat: repeat-x;
}
#footer a {

}
#footer p {
    margin: 0;
    text-align: center;
    font-size: 85%;
}

/* Menu */

#menu2 {
    width: 950px;
    height: 57px;
    margin: 0px auto 0 auto;
    background:url(images/buttBG.jpg) no-repeat;
    padding:0 0 10px 10px;
    float:left;
}

#menu2 ul {
    margin: 0;
    list-style: none;
    line-height: normal;
}

#menu2 li {
    display: block;
    float: left;
    margin-right:5px;
    padding: 0;
    /*background: url(images/navLiBG.gif) left no-repeat;*/
}

#menu2 a {
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    /*background: url(images/navLiBG2.gif) right no-repeat;*/
}

#menu2 a:hover {
    color: #222222;
    /*background:  url(images/navLiBG_hover.gif) left no-repeat;*/
}

#menu2 a:hover b {
    /*background:  url(images/navLiBG2_hover.gif) right no-repeat;*/
}

#menu2 b {
    display: block;
    float: left;
    height: 33px;
    padding: 24px 10px 0 10px;
}

#menu2 li.active {
    /*background:url(images/navLiBG_hover.gif) left no-repeat;*/
}

#menu2 li.active a {
    color: #222222;
    /*background:url(images/navLiBG_hover.gif) left no-repeat;*/
}

#menu2 li.active b {
    /*background:  url(images/navLiBG2_hover.gif) right no-repeat;*/
}



.entry-utility{
    display:none;
}
.entry-meta{
    display:none;
}
#comments-list{
    display:none;
}
#respond{
    display:none;
}
#footer .call {
    float: left;
    background-image: url(images/number-footer.png);
    height: 68px;
    width: 210px;
    margin-top: 35px;
    background-repeat: no-repeat;
}
#footer .footer-logo {
    margin-top: 45px;
    width: 343px;
    margin: auto;
}
#mainContainer .subhead {
    background-image: url(images/sub-head.gif);
    height: 217px;
    position: absolute;
    width: 277px;
    z-index: 0;
    left: 683px;
    background-position: right top;
    top: 0px;
}
#sidebar .top-box {
    background-image: url(images/sidebar-numberbox.png);
    background-repeat: no-repeat;
    height: 114px;
    margin-bottom: 10px;
    position: relative;
    width: 253px;
    z-index: 999;
}

#header .top-links ul {
    margin: 0 0 0 0;
    padding: 0px;
    display: block;
    float: right;
    color: #fff;
    font-size: 12px;
}
#header .top-links ul li a {
    color: #fff;
    text-decoration:none;
}
#header .top-links ul li a:hover {
    color: #fff;
    text-decoration:underline;
}
#header .top-links ul li {
    padding: 0px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#footer .content {
    margin: auto;
    width: 960px;
}

#sidebar form {
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-left: 20px;
    background-color: #f0f0f0;
    width: 233px;
    display: block;
    padding-bottom: 15px;
}
#sidebar form input {
    clear: left;
    float: left;
    width: 205px;
    padding: 5px;
    border-top-color: #abadb3;
    border-right-color: #AABCCE;
    border-bottom-color: #AABCCE;
    border-left-color: #AABCCE;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}



#sidebar form input:focus {
    background-color: #DAEDF8;
}

#sidebar form select:focus {
    background-color: #DAEDF8;
}

#sidebar form select {
    clear: left;
    float: left;
    width: 205px;
    padding: 5px;
    border-top-color: #abadb3;
    border-right-color: #AABCCE;
    border-bottom-color: #AABCCE;
    border-left-color: #AABCCE;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

#sidebar #sendbutton.sendbutton {
    background-image: url(images/form-submit.png);
    height: 52px;
    width: 181px;
    text-indent: -10000px;
    float: none;
    clear: both;
    display: block;
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin-top: 20px;
}
#sidebar label {
    float: left;
    clear: left;
    display: block;
}
#sidebar select {
    float: left;
    clear: left;
}
#sidebar form span {
    clear: left;
    float: left;
    display: block;
    font-weight: bold;
    font-size: 11px;
    padding-top: 5px;
}
#sidebar form li {
    float: left;
    display: block;
    clear: left;
}
#sidebar form fieldset {
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#sidebar .content form textarea {
    clear: left;
    float: left;
    width: 215px;
    padding: 5px;
    border-top-color: #abadb3;
    border-right-color: #AABCCE;
    border-bottom-color: #AABCCE;
    border-left-color: #AABCCE;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
#sidebar .linklove {
    display: none;
}
#sidebar .content form .reqtxt {
    display: none;
}#sidebar .content form .emailreqtxt {
    display: none;
}

#cformsform  legend {
    display: none;
}



.subhead-wrap {
    clear: both;
    position: relative;
    height: 150px;
    background-image: url(images/sub-head.gif);
    z-index: 0;
}
.call-btn {
    background-image: url(images/number-banner.png);
    height: 80px;
    width: 672px;
    clear: both;
}
.call-btn-link {
    float: right;
    background-color: #e5e5e5;
    padding: 5px;
    margin-right: 10px;
}
#header .call {
    float: right;
    clear: right;
    color: #fff;
    background-repeat: no-repeat;
    font-size: 16px;
    background-position: left center;
    padding-top: 0;
    top:5px;
    position:relative;
}
.call>a {
	position:absolute;
	right:19px;
	bottom:11px;
	text-decoration:underline;
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
.call .faux-h1 {
    font-size: 24px;
    font-weight: bolder;
    display: block;
    float: left;
}
.call .color {
    color: #c9f0f7;
}
.call .large {
    font-size: 30px;
}
.call .large.alt {
    color: #212D2E;
    font-style: italic;
    font-weight: lighter;
    display: inline-block;
    height: 32px;
    width: 1px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #222E2F;
    margin-bottom: -8px;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
}
.secondary-nav ul {
    display: block;
    width: 675px;
}
.secondary-nav ul li {
    float: left;
    display: block;
    background-image: url(images/sec-nav-check.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    margin-right: 10px;
}
#footer .site.map {
    float: none;
    clear: left;
    width: 960px;
    margin-top: 10px;
    padding-top: 5px;
    background-color: #321C07;
    padding-bottom: 5px;
    font-variant: small-caps;
}
#footer .site.map ul li {
    display: block;
    float: left;
    color: #FFF;
    font-size: 12px;
    margin-right: 10px;
    width: auto;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000;
    padding-left: 10px;
}
#footer .site.map ul li a {
    color: #fff;
    text-decoration:none;
}

#footer .site.map ul li a:hover {
    color: #3F8D05;
}
#footer .site.map ul li a:visited {

}#footer .site.map ul  ul {
    display: block;
    width: 100%;
}
#footer .site.map ul ul li {
    clear: left;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 3px;
    background-image: url(images/site-map-check.png);
    background-repeat: no-repeat;
    padding-left: 18px;
    background-position: left center;
    width: 90%;
    border: none;
}
.cf_info.success  {
    color:#0C3;
    font-size:14px;
}
.cf_info.failure  {
    color:#0C3;
    font-size:14px;
    clear: both;
}
.entry-content  img {
    padding: 5px;
    border: 1px solid #D6D6D6;
    margin-right: 5px;
}
#menu .navigation {
    float: left;
}
#main {
    background-color: #FFF;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e9dfd6;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e9dfd6;
    margin-top: 3px;
    clear: both;
    float: left;
    margin-bottom: 20px;
    width: 960px;
}

/*====================== */
/*========= Round Box - Page Element / Default ============= */
/*====================== */


.rounded-box {
    clear: none;
    height: auto;
    margin-bottom: 10px;
    width: 280px;
}

.roundboxinner{
    overflow: visible;
    width: auto;
} 

.rounded-box .top-leftRB {
    background-image: url(images/rounded-box-T-left.png);
    height: 5px;
    font-size: 2px;
    margin-right: 5px;

}
.rounded-box .top-rightRB {
    margin-top: -5px;
    background-image: url(images/rounded-box-Tright.png);
    height: 5px;
    width: 5px;
    font-size: 2px;
    float: right;
}
.rounded-box .content-RB {
    border-left: 1px solid #dbd9db;
    border-right: 1px solid #dbd9db;
    background-color:#FFF;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
}

.rounded-box .notopgapRB {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.rounded-box .nobottomgapRB {
    margin-bottom: 0;
}

.rounded-box .bottom-leftRB {
    background-image: url(images/rounded-box-B-left.png);
    height: 5px;
    font-size: 2px;
    margin-right: 5px;
}

.rounded-box .bottom-rightRB {
    background-image: url(images/rounded-box-B-right.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 5px;
    font-size: 2px;
    margin-top: -5px;
}

.roundboxcont-C-listing {
    overflow: visible;
    width: 285px;
} 
/*----Rounded Box Beige*/
.rounded-beige {
    width:260px;
    margin-top: 7px;
}

.rounded-beige .roundboxinner.beige{
} 

.rounded-beige .top-leftRB {
    background-image: url(images/rounded-box-T-left-biege.png);

}
.rounded-beige .top-rightRB {
    background-image: url(images/rounded-box-T-right-biege.png);
}
.rounded-beige .content-RB {
    background-color: #fbf0dc;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.rounded-beige .notopgapRB {
}

.rounded-beige .nobottomgapRB {
}

.rounded-beige .bottom-leftRB {
    background-image: url(images/rounded-box-B-left-biege.png);
}

.rounded-beige .bottom-rightRB {
    background-image: url(images/rounded-box-B-right-biege.png);
}



/*----end*/	

#sidebar .v-nav-heading {
    background-image: url(images/v-nav-heading-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 21px;
    width: 248px;
    padding: 5px;
}
.v-nav-heading h2 {
    color: #FFF;
    font-size: 16px;
    padding-left: 5px;
    padding-top: 2px;
}
#sidebar .rounded-box .content-RB .rounded-box.biege {
    width: 260px;
    margin-top: 10px;
}
#sidebar ul {

}
#sidebar ul li {
    background-image: url(images/maine-list-item.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    display: block;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom:dashed 1px #CCC;
    margin-bottom: 10px;

}
#sidebar ul li ul li {
    background-image: url(images/bkg_ico_related.png);
    background-position: left -3px;
    padding-left: 15px;
    padding-bottom: 0px;
    border-bottom-width: 0px;
    border-bottom-style: none;
    margin-bottom: 0px;

}
#sidebar ul li a {
    color: #090;
    font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar ul li ul li a {
    color: #4B2D10;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
}
#sidebar ul li a {
    color: #3F8D05;
    text-decoration:none;
}
#sidebar ul li a:hover {

    text-decoration:underline;
}
#sidebar ul li ul {
    margin-bottom: 0px;
}
#sidebar .rounded-box.general-cat ul li {
    margin-bottom: 0px;
    padding-bottom: 3px;
}
.rounded-box.general-cat  ul {
    margin-bottom: 5px;
}
#content .advertisment-box {
    background-color: #fcfaf3;
    border: 1px solid #cfcfcf;
    padding: 10px;
    clear: both;
}
#content .advertisment-box h2 {
    color: #CC2424;
    font-family: Arial, Helvetica, sans-serif;
}
.advertisment-box .ann {
    float: right;
    font-style: italic;
    color: #a0662b;
}
.advertisment-box .buttons .button {
    height: 78px;
    width: 285px;
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
    margin-right:4px;
    margin-left:4px;
}
.advertisment-box .buttons .button.one {
    background-image: url(images/ad-button1.png);
}
.advertisment-box .buttons .button.two {
    background-image: url(images/ad-button2.png);
}
.advertisment-box .buttons .button.three {
    background-image: url(images/ad-button3.png);
}
.advertisment-box .buttons .button.four {
    background-image: url(images/ad-button4.png);
}

.buttons {
    margin-top: 10px;
}
.buttons .button a {
    height: 100%;
    width: 100%;
    display: block;
}
#content .related-articles {
    clear: both;
    margin-top: 20px;
}
.related-articles h2 {
    background-color: #321C07;
    display: block;
    color: #FFF;
    font-size: 14px;
    padding-left: 45px;
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 10px;
    background-image: url(images/related-icon.png);
    background-position: 10px 5px;
    background-repeat: no-repeat;
}
.related-articles .related-articles-box {
    background-color: #fcfaf3;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #d4d4d4;
    border-bottom-color: #d4d4d4;
    border-left-color: #d4d4d4;
    padding: 10px;
}
.related-articles-box li a {
    color: #8e290d;
    list-style-type: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
    font-weight: bold;
}
.related-articles-box ul li {
    list-style: none;
    color: #321C07;
}

#states-list {
    margin-top:15px;
}

#states-list .fauxh2, #states-list .h2f, div.related-articles .h2f {
background-color: #321C07;
display: block;
color: white;
font-size: 14px;
padding-left: 45px;
padding-top: 7px;
padding-right: 5px;
padding-bottom: 10px;
background-image: url(images/related-icon.png);
background-position: 10px 5px;
background-repeat: no-repeat;
}
#states-list>div {
background-color: #FCFAF3;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #D4D4D4;
border-bottom-color: #D4D4D4;
border-left-color: #D4D4D4;
padding: 10px;
overflow:auto;
}
#states-list .states {
  float:left;
  width:120px;
  margin-left:35px;
}
#states-list .states:first-child {
  margin-left:0;
}
#states-list a {
    font-size:12px;
    text-decoration:none;
    color:#8E290D;
}

#main #page #content #feature .content  h2 {
    color: #8e290d;
    background-color: #F2F2F2;
    padding: 3px;
    margin-bottom: 5px;
}
#sidebar .advertisment {
    margin: auto;
    width: 248px;
    height: 140px;
}
#sidebar .more-info {
    margin-top: 10px;
    background-color: #EDF6DB;
    border: 1px solid #DED6C1;
    padding: 10px;
}
#sidebar .more-info h3 {
    color: #E15440;
    display: block;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}
#sidebar .more-info h3 a{
    color: #E15440;
}
#sidebar .more-info .learn-more {
    float: right;
    background-image: url(images/learn-more.png);
    height: 31px;
    width: 99px;
    text-indent: -99999em;
}
#sidebar .more-info .find-one {
    background-image: url(images/find-onetoday.png);
    float: right;
    height: 31px;
    width: 99px;
    text-indent: -99999em;
}
#sidebar .more-info .learn-more a {
    display: block;
    height: 100%;
    width: 100%;
}
#sidebar .more-info .find-one a {
    display: block;
    height: 100%;
    width: 100%;
}
.lightbox-ad {
    background-image:url(images/light1box-ad-bg.png);
    padding: 45px;
    background-color: transparent;
    height: 510px;
    width: 640px;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
}.lightbox-ad h1 {
    color: #000;
    font-family: georgia;
    font-weight: bold;
    font-size: 27px;
}
.lightbox-ad .greystrong {
    color: #666;
    font-weight: bold;
}
.lightbox-ad .greytext {
    color: #666;
}
.lightbox-ad h2 {
    font-family: Georgia;
    color: #893432;
}
.lightbox-ad h3 {
    text-transform: none;
    color: #9EBB5B;
}
.lightbox-ad .highlight {
    color: #333;
    background-color: #FF0;
}


/* LightBox Form */

.lightbox-ad .form_wrap {
    width: 240px;
    display: block;
    padding-bottom: 15px;
    float: right;
    margin-top: 130px;
    padding-top: 0px;
}

.lightbox-ad form {
    background-repeat: no-repeat;
    padding-left: 0px;
    background-color: transparent;
    width: 240px;
    display: block;
    padding-bottom: 0px;
    float: right;
}

.lightbox-ad form input {
    clear: left;
    float: left;
    width: 150px;
    padding: 1px;
    border-top-color: #abadb3;
    border-right-color: #AABCCE;
    border-bottom-color: #AABCCE;
    border-left-color: #AABCCE;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}



.lightbox-ad form input:focus {
    background-color: #DAEDF8;
}

.lightbox-ad form select:focus {
    background-color: #DAEDF8;
}

.lightbox-ad form select {
    clear: left;
    float: left;
    width: 205px;
    padding: 1px;
    border-top-color: #abadb3;
    border-right-color: #AABCCE;
    border-bottom-color: #AABCCE;
    border-left-color: #AABCCE;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    margin-bottom: 10px;
}

#cforms_q {
    margin-bottom:10px;
}

.lightbox-ad #sendbutton.sendbutton {
    height: 37px;
    width: 158px;
    float: none;
    clear: both;
    display: block;
    cursor: pointer;
    margin-top: 20px;
    background-image: url(images/lightbox-submit.png);
    background-color: transparent;
    border: none;
    text-indent: -999999px;
}
.lightbox-ad label {
    float: left;
    clear: left;
    display: block;
}
.lightbox-ad select {
    float: left;
    clear: left;
}
.lightbox-ad form span {
    clear: left;
    float: left;
    display: block;
    font-weight: bold;
    font-size: 11px;
    padding-top: 5px;
    color: #FFF;
}
.lightbox-ad form li {
    float: left;
    display: block;
    clear: left;
}
.lightbox-ad form fieldset {
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.lightbox-ad form textarea {
    clear: left;
    float: left;
    width: 215px;
    padding: 5px;
    border-top-color: #abadb3;
    border-right-color: #AABCCE;
    border-bottom-color: #AABCCE;
    border-left-color: #AABCCE;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
.lightbox-ad .linklove {
    display: none;
}
.lightbox-ad form .reqtxt {
    display: none;
}.lightbox-ad form .emailreqtxt {
    display: none;
}

#cformsform  legend {
    display: none;
}

#lightbox-adv {
    display:none;

}
.related-articles-box p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display:inline;
}
#content .content ul {
    display: block;
    padding-left: 25px;
    overflow:hidden;
}
#content .content ul li {
    display: block;
    padding-left: 25px;
    background-image: url(images/bullet.png);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}


#gimages_thumbs {
    margin-left:20px;
}
#sidebar #gimages_thumbs li {
    background-image:none;
    padding:0;
    margin:3px;
    border:none;
    height:75px;
    width:75px;
    float:left;
    vertical-align:middle;
    text-align:center;
    line-height:75px;
}

#sidebar #gimages_thumbs a {
    vertical-align:middle;
}

#sidebar #gimages_thumbs img {
    padding:1px;
}

#heading_container {
    overflow:auto;
}

#heading_container h1 {
    float:left;
    width:440px;
}
#heading_container img {
    float:left;
    margin-right:15px;
    padding-top:8px;
}

#cities-list {
    margin-top:20px;    
}
#cities-list a {
    text-decoration:none;
        }
        #cities-list>li {
            float:left;
            margin-right:10px;
            width:220px;
            min-height:175px;
        }
        #cities-list>li>a {
            font-size:18px;
            font-weight:bold;
            color: #8e290d;
        }
        #cities-list>li>span {
            font-size:11px;
            color:#666666;
            font-style:italic;
        }
        #cities-list>li>ul {
            padding-left:8px;
        }
        #cities-list ul>li>a {
            font-size:12px;
        }
        #cities-list .view_top_link {
            font-style:italic;
            font-size:11px;
            color:#666666;
        }
#cities-list .more-top-cities-link {
    font-size:11px;
    color:#666666;
    font-style:italic;
}

#cities-list-wrapper {
    margin-left:15px;
}
#cities-list-wrapper li a {
    text-decoration:none;
}

.more-top-cities-box{
}
.more-top-cities-box .heading, .top_income_cities_list .heading {
font-size: 18px;
font-weight: bold;
color: #8E290D;
display:block;
margin:10px 0 15px 0;
}
.more-top-cities-box ul, .top_income_cities_list ul {
    overflow:auto;
}
.more-top-cities-box li, .top_income_cities_list li {
    margin-bottom:6px;
    width:150px;
    float:left;
}

        .resources{
            clear:both;
        }
        .resources .heading {
            text-align:left;
          display:block;
          font-size:18px;
          border-bottom:1px dashed #666666;
          margin-bottom:10px;
        }

            #news{
        font-size:11px;
        overflow:auto;
        clear:both;
    }
    #news .fauxh2, #news .h2f {
      font-size:22px;
      color:#8E290D;
    }
    #news>div {
        width:200px;
        float:left;
        padding:15px;
    }
    #news img {
        float:left;
        margin: 0 10px 5px 0;
        border:1px solid #dddddd;
        padding:3px;
        -moz-box-shadow: 3px 3px 4px #b2adad;
        -webkit-box-shadow: 3px 3px 4px #b2adad;
        box-shadow: 3px 3px 4px #b2adad;   
    }
    #news>div>span {
        color:#295307;
        font-weight:bold;
    }

    #helpline-banner {
        display:block;
        margin: 0 0 20px 0;
    }

        #ad728x90 {
        margin: 10px 0 10px 0;
        width:728px;
        height:90px;
        background-color:#eeeeee;
    }
    #col1 {
        float:left;
        width:335px;
        padding:0 0 0 5px;
    }
    #col2 {
        float:right;
        width:555px;
        padding: 0 0 0 20px;
    }
    #nearby-facilities {
        clear:both;
    }

    address {
        font-style:normal;
    }
    .street-address {
        font-size:20px;
        color:#000000;
        display:block;
        font-weight:bold;
    }
    .locality, .region, .postal-code {
        color:#666666;
        font-size:16px;
        font-weight:bold;
    }
    .tel {
        display:block;
        color:#666666;
    }
    #edit-listing-snippet {
        font-size:12px;
        padding:20px;
    }
    #edit-listing-snippet p {
        margin-bottom:7px;
    }
    #edit-listing-link {
        text-decoration:none;
        font-size:11px;
        font-style:italic;
        display:block;
    }
    #photo-wrapper{
        margin-bottom:20px;
        position:relative;
        margin:25px 0 25px 0;
    }
    #photo-wrapper img {
        -moz-box-shadow: 0 0 15px 5px #c1b7a8;
        -webkit-box-shadow: 0 0 15px 5px #c1b7a8;
        box-shadow: 0 0 15px 5px #c1b7a8;
        width:320px;
        height:240px;
    }
    #photo-wrapper span {
        background-color:#ffffff;
        -webkit-background-origin:padding-box;
        width:100%;
        height:13px;
        position:absolute;
        right:0;
        bottom:-20px;
        -moz-box-shadow: 0 0 15px 5px #ffffff;
        -webkit-box-shadow: 0 0 15px 5px #ffffff;
        box-shadow: 0 0 15px 5px #ffffff;
        border-radius: 50% / 20px;
        -moz-border-radius: 50% / 20px;
        -webkit-border-radius: 400px 20px;                    
    }
    #photo-wrapper span:first-child {
        top:-20px;
    }
    #map {
        margin: 0 0 45px 0px;
        font-size:11px;
        text-align:right;
        position:relative;
        width:256px;
        height:256px;
    }
    #map a {
        text-decoration:none;
    }
    #map img {
        border:3px solid #6a4420;
    }
    #map .map_marker {
        border:none;
        position:absolute;
        top:125px;
        left:125px;
    }
    #nearby-zipcodes {
    }
    #nearby-zipcodes>span {
        color:#6a4420;
        font-size:14px;
        font-weight:bold;
    }

    #review-highlights {
        padding:10px;
        background-color:#f5f2e6;
        margin-bottom:8px;
    }

    #review-highlights h2 {
        font-size:18px;
        margin:0 0 6px 0;
    }

    #review-highlights>span {
        display:block;
        background-color:#eae6d5;
        color:#333333;
        padding:3px;
        margin:0 0 6px 0;
    }

    #review-call-to-action {
        background:transparent url(http://www.heroin.net/wp-content/themes/thematic/images/review-call-to-action-bg.png) no-repeat 0 0;
        padding: 6px 55px 6px 55px;
        height:36px;
        width:443px;
        color:#ffffff;
        font-weight:bold;
        font-size:12px;
        line-height:18px;
        margin-bottom:30px;
    }
    #review-call-to-action a {
        color:#f19797;
        text-decoration:none;
    }


    #business-info h3 {
        font-weight:bold;
        color:#5C7D14;
        text-transform:none;
        font-size:16px;
    }

    #additional-business-info {
        width:100%;
        margin-bottom:40px;
    }

    #additional-business-info tr {
        border-bottom:1px dashed #6A4420;
        display:block;
    }

    #additional-business-info td {
        padding:15px 0 15px 0;
        font-size:12px;
    }
    #additional-business-info tr td:first-child {
        padding-right:45px;
        font-weight:bold;
        color: #6A4420;
        width:205px;
        text-align:right;
    }

    #reviews-wrapper {
        margin-bottom:20px;
    }
    #reviews-wrapper .heading {
        font-weight:bold;
        color:#5C7D14;
        display:block;
        margin-bottom:20px;
        padding:8px;
        background-color:#f4f2ef;
        font-size:16px;
    }
    #reviews-wrapper .review {
        margin-bottom:20px;
    }

    .review {
        overflow:auto;
        clear:both;
    }

    .rating-criteria, .review-comment{
        float:left;
    }
    .rating-criteria {
        font-size:11px;
        color:#6a4420;
        width:230px;
        padding: 5px 15px 5px 0;
        border-right:1px dashed #6a4420;
    }
    .rating-criteria li {
        padding:8px 110px 8px 0;
        text-align:right;
        position:relative;
    }
    .rating-criteria li.stars {
        background:transparent url(http://www.heroin.net/wp-content/themes/thematic/images/grey-stars-bar.png) no-repeat 133px 7px;
    }
    .rating-criteria li.dollars {
        background:transparent url(http://www.heroin.net/wp-content/themes/thematic/images/grey-dollars-bar.png) no-repeat 133px 7px;
    }
    .rating-criteria li>span {
        display:block;
        position:absolute;
        top:7px;
        left:133px;
        height:16px;
    }
    .rating-criteria li.stars>span {
        background:transparent url(http://www.heroin.net/wp-content/themes/thematic/images/gold-stars-bar.png) no-repeat 0 0;
    }
    .rating-criteria li.dollars>span {
        background:transparent url(http://www.heroin.net/wp-content/themes/thematic/images/green-dollars-bar.png) no-repeat 0 0;
    }
    .star1 {
        width:9%;
    }
    .star2 {
        width:18%;
    }
    .star3 {
        width:27%;
    }
    .star4 {
        width:36%;
    }
    .star5 {
        width:45%;
    }
    .review-comment {
        font-size:12px;
        color:#6a4420;
        font-style:italic;
        width:235px;
        padding: 5px 10px 5px 30px;
    }
    .review-comment span {
        display:block;
        color:#666666;
        font-size:11px;
    }
    #submit-review-btn {
        display:block;
        text-align:right;
    }

                    #nearby-facilities {
                    background-color:#f5f2e6;
                    border:1px solid #dbdbdb;
                    overflow:hidden;
                    padding:20px;
                    clear:both;
                }

                #nearby-facilities>div {
                    float:left;
                }
                #large-map-wrapper{
                    position:relative;
                }
                #large-map{
                    position:relative;
                    width: 580px;
                    height:300px;
                    -moz-box-shadow: 0 0 15px 5px #bcb3a4;
                    -webkit-box-shadow: 0 0 15px 5px #bcb3a4;
                    box-shadow: 0 0 15px 5px #bcb3a4;    
                    margin-right:25px;
                    overflow:hidden;
                }
                #large-map-wrapper>span {
                    z-index:100;
                    background-color:#f5f3e6;
                    -webkit-background-origin:padding-box;
                    width:100%;
                    height:13px;
                    position:absolute;
                    right:0;
                    bottom:-20px;
                    -moz-box-shadow: 0 0 15px 5px #f5f3e6;
                    -webkit-box-shadow: 0 0 15px 5px #f5f3e6;
                    box-shadow: 0 0 15px 5px #f5f3e6;
                    border-radius: 50% / 20px;
                    -moz-border-radius: 50% / 20px;
                    -webkit-border-radius: 400px 20px;                    
                }
                #large-map-wrapper>span:first-child {
                    top:-23px;
                }
                #nearby-facilities .heading {
                    color:#5C7D14;
                    font-size:18px;
                    font-family: Georgia, "Times New Roman", Times, serif;
                    display:block;
                    width:280px;
                }
                #nearby-facilities li {
                    font-size:11px;
                    font-style:italic;
                    line-height:13px;
                    padding: 0 0 10px 0;
                    margin: 10px 0 0;
                    border-bottom:1px dashed #6a4420;
                    padding-left:25px;
                    background:transparent url(/wp-content/themes/thematic/images/brown-bullet.png) no-repeat 0 10px;
                    width:235px;
                    overflow:hidden;
                }
                #nearby-facilities li a {
                    text-decoration:none;
                    font-style:normal;
                    display:block;
                    font-weight:bold;
                    color:#333333;
                    font-size:14px;
                }

                    #paginated-listings-wrapper {
        margin: 0 0 20px 0;
        }
    .page-navigation{
        overflow:auto;
    }
    .page-navigation a {
        display:block;
        float:left;
        padding:3px 6px 3px 6px;
        margin-right:6px;
        text-decoration:none;
        background-color:#6a4420;
        color:#ffffff;
        font-size:11px;
    }
    .page-navigation a:hover, .page-navigation a:active, .page-navigation .active_page {
        background-color:#5C7D14;
        }

        #paginated-listings li {
            position:relative;
                    font-size:11px;
                    font-style:italic;
                    line-height:13px;
                    padding: 25px 0 10px 0;
                    margin: 0 0 0;
                    border-bottom:1px dashed #6a4420;
                    padding-left:35px;
                    background:transparent url(/wp-content/themes/thematic/images/brown-bullet.png) no-repeat 10px 20px;
                    width:895px;
                    overflow:hidden;
                    cursor:pointer;
                }
                #paginated-listings li.odd {
                    background-color:#f5f3e6;
                }

                                #paginated-listings li:hover {
                  background-color:#e5e0c3;
                }

                #paginated-listings li a {
                    text-decoration:none;
                    font-style:normal;
                    display:block;
                    font-weight:bold;
                    color:#333333;
                    font-size:14px;
                    position:absolute;
                    height:49px;
                    width:100%;
                    top:10px;
                    left:35px;
                }
                #paginated-listings li a:hover {
                    color:#5C7D14;
                }
.hide-first li:first-child {
display:none !important;
} 
                #breadcrumbs {
                    margin-bottom:15px;
                  }
                  #breadcrumbs a {
                      text-decoration:none;
                  }

                                      #directions-wrapper {
                    background-color:#f5f2e6;
                    border:1px solid #dbdbdb;
                    overflow:auto;
                    padding:20px;
                    clear:both;
                }

                #directions-wrapper>div {
                    float:left;
                }
                #directions-form {
                    margin-bottom:20px;
                    font-size:16px;
                    font-weight:bold;
                }
                #directions-form input {
                  padding:8px;
                  width:320px;
                }
                #directions-form #getdirections {
                    width:120px;
                }
                #directions-wrapper #large-map {
                    width:885px;
                    margin: 0 0 20px 0;
                }
                #directions {
                }

                    #cforms2form{
        margin:20px 0 0 20px;
    }
    #cforms2form label span {
        display:block;
        font-weight:bold;
        font-size:14px;
    }
    #cforms2form input, #cforms2form textarea {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #999999;
    font-size: 14px;
    padding: 7px;
    margin-right:8px;
}
#cforms2form textarea {
    width:400px;
}

.cf_hidden {
  display:none;
}

#usermessage2a {
    padding:10px;
    background-color:#eeeeee;
    color:#dd4021;
    }

.cities_by_region_list {
              float:left;
            margin-right:10px;
            width:220px;
            min-height:210px;
}
.cities_by_region_list a {
    text-decoration:none;
        }
        .cities_by_region_list>li {
            float:left;
            margin-right:10px;
            width:220px;
            min-height:175px;
        }
        .cities_by_region_list>li>a {
            font-size:18px;
            font-weight:bold;
            color: #8e290d;
        }
        .cities_by_region_list>li>a>span {
            font-size:11px;
            color:#666666;
            font-style:italic;
            font-weight:normal;
        }
        .cities_by_region_list>li>ul {
            padding-left:8px;
        }
                .cities_by_region_list ul>li>a {
            font-size:12px;
        }
        .cities_by_region_list .view_top_link {
            font-style:italic;
            font-size:11px;
            color:#666666;
        }
.cities_by_region_list .more-top-cities-link {
    font-size:11px;
    color:#666666;
    font-style:italic;
}

#top-bar {
    height:28px;
    width:100%;
    position:absolute;
    top:0;
    background-color:#96e110;
    text-align:center;
}
#top-bar>div {
    position:relative;
    width:960px;
    margin:auto;
    text-align:left;
}
#edit-listing-btn {
    position:absolute;
    right:25px;
    top:7px;
}

.h2f-sidebar {
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 5px;
    padding-top: 2px;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
}

.v-nav-heading {
    text-align: center;
}

#pop-promo-wrapper {
    overflow:hidden;
}
#pop-promo {
    width:445px;
    height:217px;
    padding-left:470px;
    padding-top:10px;
    background:#ffffff url(/wp-content/themes/thematic/images/pop-promo/pop-up-bg.png) no-repeat 0 0;
}
#pop-promo>div {
    width:445px;
}
#pop-promo .heading {
    font-family:georgia;
    font-size:24px;
    display:block;
    color:#5c7d14;
    margin-bottom:20px;
}
#pop-promo a {
    text-decoration:underline;
    color:#5c7d14;
    font-weight:normal;
}
#pop-promo li {
    font-weight:bold;
    color:#333333;
    padding-left:30px;
    background:transparent url(/wp-content/themes/thematic/images/pop-promo/magnifying-icon.png) no-repeat 0 0;
    margin-bottom:12px;
}
#pop-promo form {
    position:relative;
}
#pop-promo .query {
    background: transparent url(/wp-content/themes/thematic/images/pop-promo/search-bar.png) no-repeat 0 0;
    border: none;
    width: 275px;
    height: 17px;
    padding: 12px 8px 8px 35px;
    color:#666666;
    font-size:14px;
}
#findit-btn {
    position:absolute;
    top:2px;
    left:322px;
}
#TB_ajaxContent {
    padding:0 !important;
}

            #geo-bar {
                overflow:auto;
                position:absolute;
                left:0;
                top:0;
            }
            #geo-bar li {
                float:left;
                margin: 0 5px 0 5px;
                padding-top:5px;
            }
            #geo-bar li:first-child {
                padding-top:0;
            }
            #geo-bar a {
                text-decoration:none;
                color:#2f6e01;
                font-weight:bold;
            }
            #geo-bar li:last-child a {
                font-style:italic;
                font-weight:normal;
            }
            .geofy {
                display:none;
            }

                #city-outro {
      margin:15px 0 15px 5px ;
      background:transparent url(/wp-content/themes/thematic/images/services-box-bg.jpg) no-repeat 0 0;
      width:879px;
      height:524px;
      padding:40px 20px 20px 20px;
-moz-box-shadow: 0 0 15px 5px #C1B7A8;
-webkit-box-shadow: 0 0 15px 5px #C1B7A8;
box-shadow: 0 0 15px 5px #C1B7A8;
    }
    #city-outro>div {
        float:left;
        width:265px;
        margin: 0 20px 0 0;
    }
    #city-outro>div:last-child {
        margin-right:0 !important;
        }
    #city-outro .fauxh3 {
        padding: 0 0 0 28px;
        background:transparent url(/wp-content/themes/thematic/images/green-checkmark.png) no-repeat left center;
        font-family:georgia,serif;
        font-size:16px;
        margin: 0 0 5px 0;
        display:block;
        color:#c73a09;
    }
        #city-outro>div:first-child .fauxh3 {
        color:#006894;
        }
        #city-outro>div:last-child .fauxh3 {
            color:#333333;
        }
    #city-outro p {
        color:#333333;
        font-size:12px;
        padding: 0 0 0 45px;
    }
    #city-outro ul {
        padding: 0 0 0 45px;
    }
    #city-outro li {
        font-size:12px;
        color:#333333;
    }

    #travel a, #flight_options a {
        color:#ffffff;
        text-decoration:none;
    }

    #travel{
        overflow:auto;
        width:930px;
        margin-bottom:20px;
    }
    #travel>div {
      padding:15px;
      margin:0 4px 0 0;
      float:left;
      background-color:#5c7d14;
      color:#ffffff;
      overflow:hidden;
      height:150px;
    }
    #travel .fauxh2 {
        font-size: 22px;
        color: #8E290D;
        margin-bottom:10px;
    }
    #travel .fauxh3 {
        display:block;
        font-weight:bold;
    }
    #travel #facts {
      background:#c23403 url(/wp-content/themes/thematic/images/wikipedia-logo.png) no-repeat 10px 10px;
      width:220px;
      position:relative;
    }
    #facts .fauxh3 {
        display:block;
        padding:5px 0 0 80px;
        font-weight:bold;
        color:#ffffff;
    }
    #facts p {
        padding: 30px 10px 0 10px;
        margin:0;
        font-size:11px;
    }
    #flight-options {
        position:relative;
        width:235px;
    }
    #flight-options>a {
        display:block;
        margin: 15px 0 15px 10px;
    }
    #flight-options>p {
        margin: 0 0 0 10px;
        font-size:11px;
    }
    #flight-options>div {
        position:absolute;
        top:30px;
        right:60px;
        }

    #other-cities {
        width:372px;
        font-size:11px;
    }
    #other-cities>div {
        float:left;
        width:180px;
    }
    #other-cities>div:first-child {
        margin-right:5px;
    }
    #other-cities .fauxh3 {
        margin-bottom:10px;
    }
    #other-cities ul {
        margin-left:20px;
    }
    #other-cities li {
        list-style:disc;
    }

                #top-bar>div {
                width:960px;
                position:relative;
            }
            #geo-bar {
                overflow:auto;
                position:absolute;
                left:0;
                top:0;
            }
            #geo-bar li {
                float:left;
                margin: 0 5px 0 5px;
                padding-top:5px;
            }
            #geo-bar li:first-child {
                padding-top:0;
            }
            #geo-bar a {
                text-decoration:none;
                color:#2f6e01;
                font-weight:bold;
            }
            #geo-bar li:last-child a {
                font-style:italic;
                font-weight:normal;
            }
            .geofy {
                display:none;
            }

            #pop-promo-wrapper {
    overflow:hidden;
}
#pop-promo {
    width:445px;
    height:217px;
    padding-left:470px;
    padding-top:10px;
    background:#ffffff url(/wp-content/themes/thematic/images/pop-promo/pop-up-bg.png) no-repeat 0 0;
}
#pop-promo>div {
    width:445px;
}
#pop-promo .heading {
    font-family:georgia;
    font-size:24px;
    display:block;
    color:#5c7d14;
    margin-bottom:20px;
}
#pop-promo a {
    text-decoration:underline;
    color:#5c7d14;
    font-weight:normal;
}
#pop-promo li {
    font-weight:bold;
    color:#333333;
    padding-left:30px;
    background:transparent url(/wp-content/themes/thematic/images/pop-promo/magnifying-icon.png) no-repeat 0 0;
    margin-bottom:12px;
}
#pop-promo form {
    position:relative;
}
#pop-promo .query {
    background: transparent url(/wp-content/themes/thematic/images/pop-promo/search-bar.png) no-repeat 0 0;
    border: none;
    width: 275px;
    height: 17px;
    padding: 12px 8px 8px 35px;
    color:#666666;
    font-size:14px;
}
#findit-btn {
    position:absolute;
    top:2px;
    left:322px;
}
#TB_ajaxContent {
    padding:0 !important;
}

