/* CSS Document */

body{background-image:url(assets/images/tile.jpg); margin:0px; font-family:Geneva, Arial, Helvetica, sans-serif; color:#2B3F1D; font-size: 11px;}

.top{background-image:url(assets/images/top.jpg); width:250px;}

.btnback{background-image:url(assets/images/btnback.jpg); padding-right:25px; height:40px;}

a:link, a:active, a:visited{ color:#2B3F1D; text-decoration:none;}
a:hover{color: #8E7148; text-decoration:underline;}

.contact {background-image:url(assets/images/btn_contact_over.jpg);
background-repeat: no-repeat; height: 35px; width: 155px; display: block;}
.contact a{background-image:url(assets/images/btn_contact.jpg);
background-repeat: no-repeat; height: 35px; width: 155px; display: block;}
.contact a:hover{background: none;}

.btmtext{font-size:10px; color:#F8F7E5;}

.main{background-image:url(assets/images/maintile.jpg);}
.btm{background-image:url(assets/images/btm.jpg); height:150px;}
.content{background-image:url(assets/images/contenttile.jpg); padding-left:75px; padding-right:75px;}

.bold{color:#C78E3A; font-size:125%;}
.color{color:#C78E3A; font-style:italic;}.LISTlinespacing {
	line-height: 18px;
}

.underline{text-decoration:underline;}

.grey{color:#CCC; background-color:#333;}
/*  dropdown menu*/
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 5px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #F8F7E5;
padding: 4px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #999;
}

.chromestyle ul li a:hover{
color:#fff;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " " url(assets/images/SpryMenuBarDownHover.gif); 
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-image:url(assets/images/sub_btn_back.png);
width: 125px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 4px;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image:url(assets/images/sub_btn_back_over.png);
}
