
/****************************WIDTHS veriables*****************************************/


.localguides_body {width:206px;}
.localguides_title {width:216px;}

/****************************COLOR veriables*****************************************/

.localguides_title  {color: #000000;} /*browse by state*/
.localguides_body{}
.ns_content_link {color: #497238;} /*state links*/
.localguides_body a:hover {color:#497238;}


/****************************FONT FAMILY veriables*****************************************/

.localguides_title {font-family:Arial, Helvetica, sans-serif;}/*browse by state*/
.localguides_body {font-family:Arial, Helvetica, sans-serif;}/*effects state links and box text content*/
.ns_content_link {font-family:Arial, Helvetica, sans-serif;}/*state link itself*/


/****************************FONT SIZE veriables*****************************************/

.localguides_title {font-size:14px;}/*browse by state*/
.localguides_body {font-size:11px;} /*state box text size*/
.ns_content_link {font-size:12px;} /*state links*/


/*COMMON*/
.ns_modulecounter {
    height: 200px;
    background: url("http://cache.directorym.com/articles_media/mbggeneric.png") repeat-x scroll left bottom #ffffff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px #a2a2a2;
    -moz-box-shadow: 0 1px 2px #a2a2a2;
    -webkit-box-shadow: 0 1px 2px #a2a2a2;
    display: block;
    border:1px solid #dfdfdf;
    width: 216px;
    margin: 40px auto;
}



.localguides_title {
    text-align: left;
    height:24px;
    line-height:24px;
    font-weight: bold;
    float:left;
}

.localguides_body {
    overflow-y: scroll;
    text-align: left;
    line-height:16px;
//line-height:17px;
    margin-left: 9px;
    margin-right: auto;
    height:170px;
    float:left;

}

.ns_content_link {
    text-decoration: none;
    font-weight:bold;
}

.localguides_body a:hover {text-decoration:none;}

