A:link { color:#fff; text-decoration: underline; }
A:visited { color:#fff; text-decoration: underline;}
A:hover { color:#fff; text-decoration: none; }

body {
	padding: 0px;
	text-align:center;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #000;
	color:#fff;
	}
	
	
#frame {
	width:697px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align: left;
	background: url(images/fullBg.jpg) repeat-y;
	page-break-before: always;
}

#framegallery {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align: left;
	background: url(images/fullBg.jpg) repeat-y;
	page-break-before: always;
}	
			
#mainbody {
	width:691px;
	padding:0px;
	float:left;
	margin: 0px;
	}

#mainbodyIndex {
	width:691px;
	padding:0px;
	float:left;
	margin: 0px;
	background-image: url(images/nowoffering.png);
	background-repeat: no-repeat;
	}
	
 p {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	padding-top: 5px;
}

#top {
	 width:691px;
	 height:139px;
	 padding:0px;
	 margin: 0px;
	 float:left;
				}

.caption	{
	font-size:10px;
	}
				
td	{
	vertical-align:top;
}
		
h1		{
	font: 24px "Georgia", Times;
	color: #679c68;
	padding-left: 10px;
	padding-right:10px;
	}
	
h2		{
	font: 16px "Georgia", Times;
	color: #679c68;
	padding-left: 10px;
	padding-top:10px;
	margin:0px;
	}
			
.heading	{
	font-size:14px;
	font-family:"Georgia", Times;
	font-weight:bold;
	color:#679c68;
		}

.floatr		{
	float:right;
	margin-right:30px;
	margin-left: 20px;
	margin-top: 20px;
	}
			 
.floatl	{
	float:left;
	padding:10px;
	 }

.clearboth { clear:both; }

.clear {clear:both;font-size:.1em;}

 ul {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 5px;
	margin: 10px 25px 15px 45px;
	}

 li {
	list-style: url(images/bullet.jpg);
	line-height: 1.8em;
	}

hr {border:1px dashed #679c68;
	margin-right:10px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
}

.floatlb {
	float:left;
	margin-bottom:5px;
	margin-left:5px;
	}

.floattl {
	float:left;
	margin-top:20px;
	margin-left:30px;
	}

.floatrb {
	float:right;
	margin-bottom: 5px;
	margin-left: 5px;
}

#framefoot {
	width:691px;	
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align: center;
	background: url(images/fullBg.jpg) repeat-y;
}				

#framefootgallery {
	width:800px;	
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align: center;
	background: url(images/fullBg.jpg) repeat-y;
}		
				
#footer	{
	width: 691px;
	border-top:2px solid #fff;
	padding:0px;
	margin:0px;
	
	}
#footer p	{
	padding:10px;
	font-family: "Verdana", Arial;
	font-size:10px;
	color:#679c68;
	margin:0px;
	}
				
#footer A:link { color:#ffffff; text-decoration: underline; }
#footer A:visited { color:#ffffff; text-decoration: underline;}
#footer A:hover { color:#ffffff; text-decoration: none; }

/*Start of horizontal Menu*/
.chrome{
	width: 689px;
	font-weight: bold;
	margin:auto;
	}

.chrome:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chrome ul{
	border: 0;
	width: 100%;
	padding: 4px 0;
	margin-top: 3px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	text-align: center; /*set value to "left", "center", or "right"*/
	list-style: url(images/bullet.jpg);
}

.chrome ul li{
	display: inline;
}

.chrome ul li a{
	color: #fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px 30px 0px 5px;
	margin: 0;
	text-decoration: none;
	border:0;
}

.chrome ul li a:hover{
	color:#ccc; text-decoration: none; /*THEME CHANGE HERE*/
}

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

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

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #fff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:bold 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: black;
	width: 200px;
	visibility: hidden;	
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: fff;
}

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

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