﻿body        {
			font-family: Verdana;
			font-size: large;
			color: #553E2F;
			background-color: #000000;
			}
             
a:link      { 
			color: #A42B31; 
			text-decoration: underline; 
			}

a:hover     { 
			text-decoration: underline; 
			font-style:italic 
			}
/* H1 is used as Page Title  */
h1			 {
			 font-family: Verdana;
			 font-size: 14pt;
			 color: #FFFFFF;
			 text-align:center;
			 font-weight:bold;
			 position: relative;
			 }
			 
h2          { 
			color: #842B31; 
			font-size: 12pt; 
			font-style: italic; 
			font-weight: bold 
			}

h3			{
			color: #A42B31;
			font-size:10pt;
			font-weight:bold;
			text-align:center;
			}

h5			{ 
			font-family: Verdana; 
			color: #FFFFFF; 
			text-align: left; 
			font-size:9pt; 
			font-weight:200;
			}
			
h6			{ 
			font-family: Verdana; 
			color: #ffffff; 
			text-align: center;
			}
img.noborder { border:0 none }  

/*  Page Header Definitions  */
table.main	{
			border-collapse: collapse;
			border-top-style:solid;
			width=800;
			}
div.main	{
			position: relative;
			top: -20; 
			}

td.main1	{
			background-image: url('images/bg_pearl_shd.jpg');
			width: 600;
			padding: 10px;
			font-style: normal;
			font-size: x-small;
			}

td.main2 	{
			background-color: #646F6F;
			font-family:Verdana; 
			font-size: 8pt; 
			width:200;
			}

/*  Homes Page Cell entries  */

table.mapcell {border: 2px solid #DDD1C7}

table.mapcell td	{ 
			padding: 10px 0px;
	border: 1px solid #DDD1C7;
background-image: url('images/map_bg_mapcell.png'); 
				width:225; 	height:175; 
				vertical-align:top; 
				text-align:center; 
				font-family:Verdana; 
				font-size: 8pt; 
				color: #FFFFFF; 
				background-repeat:no-repeat
}
			
table.mapcell img	{
			width:204px; 
			height:130px; 
			}

			
table#restats {
	width: 207;
	background-color: white;
	border-style:  solid;
	border-width: 1px;
	border-color: red;
	font-family: verdana;
	font-size: 7pt;
	border-collapse:collapse;
			}

table#restats td {
			border-width: 1px;
			border-color: #842B31;
			border-style: solid;
			}
			.chromestyle{
width: 90%;
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{
position: relative; top: -25px; right: -80px;
border: 0px; 
width: 600px;
background: #000000; /* url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
font:normal 14px Verdana;
font-weight: bold;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #f1e5db;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: #f1e5db;   
color: #646f6f;
}

.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;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #646f6f;
color: #fdfdfd;
width: 200px;
visibility: hidden;
text-align: left;
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;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fdfdfd;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
cursor: hand;
background-color: #f1e5db;
color: #646f6f;
}
			