/*
COLORS:
Light Green (breadcrumb bar) - #9BA39F
Medium  Green (background) - #64716B
Dark Green (Selected Nav) - #21342B
Burgandy (Nav, Line around page) #5B2822
Beige (Sidebar) - #E7E4C4
Yellow (special highlights) - #FFCC00
*/


.nav { color: #FFFFFF; font-weight: bold; font-size: 12px; font-family: Verdana; text-decoration: none; }

.news_titles { color: #5B2822; font-weight: bold; font-size: 12px; font-family: Verdana; text-decoration: underline; } 
.news_dates { color: #21342B; font-weight: bold; font-size: 11px; font-family: Verdana; text-decoration: none; text-transform: UPPERCASE; }
.news_desc { color: #333333; font-size: 11px; font-family: Verdana; text-decoration: none; }


.section_head { color: #21342B; font-weight: bold; font-size: 13px; font-family: Verdana; text-decoration: none; }
.rental_titles { color: #5B2822; font-weight: bold; font-size: 11px; font-family: Verdana; text-decoration: none; } 
.rental_text { color: #000000; font-size: 11px; font-family: Verdana; text-decoration: none; }

.small { color: #21342B; font-size: 10px; font-family: Verdana; }
.title { color: #5B2822; font-size: 22px; font-family: Times New Roman; }
.medtitle { color: #5B2822; font-size: 18px; font-family: Times New Roman; }
.subtitle { color: #5B2822; font-weight: bold; font-size: 11px; font-family: Verdana; }
.special { color: #FFCC00; font-size: 11px; font-weight: bold; font-family: Verdana; line-height: 130%; }

legend { color: #333333; font-weight: bold; font-size: 11px; font-family: Verdana; }
fieldset { border:1px solid #5B2822; }

P { color: #333333; font-size: 11px; font-family: Verdana; line-height: 130%; }
TD { color: #333333; font-size: 11px; font-family: Verdana; line-height: 130%;}
LI { color: #333333; font-size: 11px; font-family: Verdana; line-height: 130%;}
a { color: #333333; font-size: 11px; font-family: Verdana; }
DT { position:relative; left:10px; }
DD  { position:relative; left:-20px; }

.link { color: #21342B; border-bottom: 1px solid #FFCC00; text-decoration: none; }
.link:hover { color: #64716B; border-bottom: 1px solid #FFCC00; text-decoration: none; }

.linkb { color: #21342B; border-bottom: 1px solid #FFCC00; font-weight: bold; text-decoration: none; }
.linkb:hover { color: #64716B; border-bottom: 1px solid #FFCC00; font-weight: bold; text-decoration: none; }

.footer { color: #FFFFFF; font-size: 9px; font-family: Verdana; text-decoration: none; text-transform: uppercase; }
.dropcap { color: #21342B; font-size: 18px; font-family: Verdana; }


.button { border: 1px solid #000000; background-color: #FFCC00; font-size: 11px; font-family: Verdana; height:18px; }
.textbox { border: 1px solid #000000; font-size: 11px; font-family: Verdana; width: 200px; }
.dropdown { border: 1px solid #000000; font-size: 11px; font-family: Verdana; }

.searchbox { border: 1px solid #000000; font-size: 11px; font-family: Verdana; width:150px; height:18px; }
.searchdrop { border: 1px solid #000000; font-size: 11px; font-family: Verdana; width:150px; height:18px; }
.no_border { font-size: 11px; font-family: Verdana; }
.large_text { border: 1px solid #000000; font-size: 11px; font-family: Verdana; width: 200px; height: 100px; }

.imgposit { float:right;
			padding-left:10px;
			padding-bottom:10px;
			padding-top:30px; }

#dropmenudiv{
position:absolute;
border:0px solid black;
font: normal 12px Verdana;
/*line-height:18px;*/
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding:5px;
color: #FFFFFF;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #5B2822;
padding:5px;
}

div.hideMe {display: none; border:1px solid #E7E4C4; padding:10px; }
div.showMe {display: block; border:1px solid #E7E4C4; padding:10px;}

#rentallayout { padding-bottom:10px; padding-left: 6px; }

.dropcap { float:left; position:relative; color:#5B2822; font-size:55px; line-height:40px; padding-right:1px;padding-top:2px; font-family: Times; }

/* for adding details to questions and fees */
.infobox  { padding:10px; border:1px solid #21342B; background-color:#E7E4C4; }