

A {color:#669900}
A:active {color:#cec76b;}
A:visited {color:#976331;}
A:hover {color:#66cc00} 

BODY {
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #976331;
scrollbar-track-color: #c0a25b;
}

#dropmenudiv{
position:absolute;
border:1px solid #7c9149;
border-bottom-width: 0;
font:normal 10px verdana;
line-height:11px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{
background-color: #5a6e29;
}

ul.disc {list-style-type: disc; color: cec76b}
ul.square {list-style-type: square; color: 7c9149}
ul.none {list-style-type: none}

.headertop { font-weight: bold; color: ffffff; font-size: 7pt; font-family: arial, verdana; letter-spacing: 1pt  }

.title { color: 003300; font-size: 10pt; font-weight: bold; font-family: arial, verdana, times; letter-spacing: 1pt  }
.sbtitle { color: 003300; font-size: 9pt; font-weight: bold; font-family: arial, verdana, times; letter-spacing: 1pt  }
.ssbtitle { color: 003300; font-size: 9pt; font-weight: bold; font-family: arial, verdana, times }

.bodytext { color: 000000; font-size: 9pt; font-family: arial, verdana, times; letter-spacing: 1pt }
.bodybold { font-weight: bold; color: 000000; font-size: 9pt; font-family: arial, verdana, times; letter-spacing: 1pt }
.bodyitalic { font-style: italic; color: 000000; font-size: 9pt; font-family: arial, verdana, times; letter-spacing: 1pt }
.bodytextsm { color: 000000; font-size: 8pt; font-family: arial, verdana, times; letter-spacing: 1pt  }
.bodyboldsm { font-weight: bold; color: 000000; font-size:8pt; font-family: arial, verdana, times; letter-spacing: 1pt  }

.more { font-weight: bold; color: 000000; font-size:8pt; font-family: arial, verdana, times; letter-spacing: 1pt  }

.txtmnu { color: ffffff; font-size: 7pt; font-family: arial, verdana, times }
.sdmnu { color: 000000; font-size: 8pt; font-family: arial, verdana, times }

.footercities { font-weight: bold; color: ffffff; font-size: 9pt; font-family: arial, verdana; letter-spacing: 1pt  }
.footer { color: 003300; font-size: 7pt; font-family: arial, verdana  }



.dottedline { color: cee39b; font-size: 9pt; font-family: arial, verdana, times; letter-spacing: 2pt }



#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #976331;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Arial;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
