 body{
	margin: 0px;
	text-align:center;
	background-color:#ffffff;
	font-family:Arial, Sans-Serif;
	font-size:0.75em;
	overflow:hidden;
}

.logo {
	margin: 220px auto; 
	width: 410px;
}
.smallFont {
	font-size: 12px;
}
.box 
{
	margin: 200px auto;
	width: 474px;
	background:url('images/overlayBack.png') left bottom repeat-x;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	-ms-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}
.menu
{
	height:30px;
	border-top:solid 1px #dccfbb;
	border-bottom:solid 1px #dccfbb;
	background-color:#4d3a24;
}
.menu div
{
	padding:10px 30px;
}
.menu a
{
	margin:0px 10px;
	color:#fecd28;
	text-decoration: none;
}
.rightSep {
	margin-right: 5px;
}
.tal { text-align:left; }
.content
{
	padding:10px 30px;
}
#contactFormContainer
{
	position:absolute;
	margin-top:-200px;
}
#contactForm
{
	height:220px;
	width:474px;
	background:url('images/overlayBack.png') left bottom repeat-x;
	display:none;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}
#contactForm fieldset
{
	border:none;
	padding: 20px;
}      
#contactForm label
{
	display:block;
	color:#ffc400;
}      
#contactForm input[type=text]
{
	display:block;
	border:1px solid #bfbfbf;
	width:100%;
	
	margin-bottom:10px;
	margin-top:10px;
	height:28px;
	size:44px;
}  
#contactForm textarea
{
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
}              

 #contactForm input[type=button]
{
	background: #4d3a24 url('images/btnBack.png') repeat-x left bottom;
	padding:5px;
	border-radius:6px; 
	border:2px solid #91862d; 
	color:#ffffff; 
	height:32px; 
	cursor:pointer;
	font-size:12px;
	margin-top:5px;                
}               
.icon { width: 16px; height: 16px; margin-left: 8px; }
.tar { text-align:right; }
.clear { height: 1px; clear: both; }
.w50 { width: 50%; }
.w40 { width: 40%; }
.l { float:left; }
.r { float:right; }
#H6

#contactLink
{
	height:40px;
	width:351px;
	display:block;
	cursor:pointer;
}
.m0 { margin: 0; }
.tm5 { margin-top: 5px; }
.socialLabel { display:inline-block; width: 190px; }
#messageSent
{
	color:#ff9933;
	display:none;
}
.hoverOn
{
	background-color:#505050;            
	display:block;
} 

