body {
	margin-top: 20px;
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited, a:active{
	background: none transparent scroll repeat 0% 0%;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	background: #4d351d;
	color: #FFFFFF;
}

a.MasterMenu:link, a.MasterMenu:visited, a.MasterMenu:active{
	background: none transparent scroll repeat 0% 0%;
	font-size: 12px;
	background: #cac98e;
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bolder;
}

a.MasterMenu:hover {
	background: none transparent scroll repeat 0% 0%;
	font-size: 12px;
	background: #e5e5c7;
	color: #000000;
	text-decoration: none;
	margin-right: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bolder;
}

a.FooterMenu:link, a.FooterMenu:visited, a.FooterMenu:active{
	background: none transparent scroll repeat 0% 0%;
	font-size: 12px;
/*	background: #cac98e;*/
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bolder;
}

a.FooterMenu:hover {
	background: none transparent scroll repeat 0% 0%;
	font-size: 12px;
	background: #e5e5c7;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bolder;
}

a.ContactLink:link, a.ContactLink:visited, a.ContactLink:active{
	background: none transparent scroll repeat 0% 0%;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a.ContactLink:hover {
	background: #4d351d;
	color: #ffffff;
}

.ContactText{
	font-size: 12px;
	font-weight: bold;
}

h1 {
	color: #95931e;
	font-size: 18pt;
	font-style: italic;
	text-align: center;
	background-color: #32381d;
	margin: 0px;
	padding: 10px;
}

.copyright {
	color: #626262;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
}

.SmallBold {
	font-size: 80%;
	font-weight: bold;
}

/* LIGHT BOX*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ 
	float: left; 
}
#keyboardMsg{ 
	float: right; 
}
#closeButton{ 
	top: 5px; 
	right: 5px; 
}

#lightbox img{ 
	border: none; 
	clear: both;
} 

#overlay img{ 
	border: none; 
}

#overlay{ 
	background-image: url(../LightBox/overlay.png); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(LightBox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../LightBox/overlay.png", sizingMethod="scale");
}



/* Form CSS Here*/
fieldset.displayAds {
	background: #FFF6EA;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0px;
	border: thin solid #8B4513;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
	
.required {
  	COLOR: #FF0000;
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}	
	
.formError{
  	COLOR: #FF0000;
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}
.formNormal{
	color: #000000;
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}

/* Google Map */
td.Google {
	font-size: 8pt;
	font-weight: normal;
}
.Googletable {
	font-size: 8pt;
	font-weight: normal;
	border: thin solid #0B51A1;
}
