.bottom_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B8B18F;
}

.bottom_nav a:link{
color:#B8B18F;
text-decoration:underline;
}

.bottom_nav a:visited{
color:#B8B18F;
text-decoration:underline;
}

.bottom_nav a:hover{
color:#B8B18F;
text-decoration:none;
}

.bottom_nav a:active{
color:#B8B18F;
text-decoration:underline;
}

.bottom_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CEC9B3;
}

.bottom_copy a{
	color: #CEC9B3;
	text-decoration:underline;
}

.bottom_copy a:hover, .bottom_copy a:active, .bottom_copy a:focus{
	color:#B8B18F;
	text-decoration:none;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5F5A3D;
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: url(../images/dot.gif);
	text-align: justify;
}

.body a:link{
color:#5F5A3D;
text-decoration:underline;
}

.body a:visited{
color:#5F5A3D;
text-decoration:underline;
}

.body a:hover{
color:#5F5A3D;
text-decoration:none;
}

.body a:active{
color:#5F5A3D;
text-decoration:underline;
}
.body_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0061BD;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0061BD;
	font-style: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0061BD;
	font-style: normal;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0061BD;
}

.btnbook {
	width: 250px;
	height: 40px;
	margin-left: 130px;
	border:thin;
	border:solid;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0061BD;
	line-height: 30px;
	background-color: #00D83D;
}
.btnbook a{
	color: #FFFFFF;
	text-decoration:none;
}

.btnbook a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}




.chromestyle{
width: 99%;
font-size: 12px;
margin-left: 7px;
}

.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: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #5F5A3D;
padding: 4px 4px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color:#5F5A3D;
text-decoration:none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
color:#000000;
font:normal 12px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #DFDECE;
width: 200px;
visibility: hidden;
//filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #5F5A3D;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F5F5EF;
}

.index-bullets ul {

}
.index-bullets li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: -25px;
	margin-bottom: 15px;
	color: #5F5A3D;
}

