/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
	font-size: 11px;
	color: #000000;
	background-color:#744D22;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#container{
	width:770px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	text-align:left;
	background: url(images/container_bg.jpg) 0 0 repeat-y;
	}	
	
#shell{
	width:770px;
	position:relative;
	}	
	

/* Navigation */
#menu {
	position:absolute; 
	top:0px; 
	left:0px; 
	 /*z-index:100;*/ 
	z-index:99;  
	}
#menu img{ 
	float:left; 
	cursor:pointer; 
	border:0px; 
	}
.menuSubs { 
	top:25px; 
	position:absolute;  
	display:block; 
	color:#FFFFFF; 
	font:normal 11px Verdana, Arial, helvetica;  
	white-space:nowrap;
	width:231px; 
	overflow:hidden; 
	z-index:100;
	
	}
.menuSubs a {
	display:block;
	text-align:center;
	line-height:23px;
	color:#FFFFFF;
	text-decoration:none;
	width:231px;
	background-color:#B29F59;
	}
.menuSubs a:hover {
	color:#FFFFFF;
	background-color:#DBC46D; 
	text-decoration:none; 
	}

/* end navigation */					
	
#contentcopy{
	width:420px;
	padding-top:285px;
	margin-left:315px;
	padding-bottom:15px;
	}		
	
#footer{
	width:770px;
	height:212px;
	background:#744D22 url(images/footer.jpg) 0 0 no-repeat;
	clear:both;
	}
	
#footertag {
	width:770px;
	font-size:10px;
	text-align:center;
	padding-top:53px;
	color:#C5A33C;
	line-height:16px;
	}

#footertag a {
	color:#C5A33C;
	text-decoration:none;
	}
	
#footertag a:hover {
	color:#DBC46D;
	text-decoration:underline;
	}	
						

a {
	color:#523618;
	text-decoration:underline;
	}
	
a:hover {
	color:#000000;
	text-decoration:underline;
	}
	
.centered{
	text-align:center;
	margin:0 auto 0 auto;
	}		
	
.right {
	margin:10px 0 14px 14px;
	float:right;
	}	
	
h1 {
 font-family: "BickhScrMM_600 SB", Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:69px;
 color:#000000;
 font-weight: normal;
 margin-bottom:18px;
 margin-top:0px;
 }
 
 h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:15px;
 color:#523618;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:5px;
 }
 
 h3 {
 font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:14px;
 color:#DBC46D;
 font-weight: normal;
 margin-bottom:0px;
 margin-top:2px;
 }

 strong {
	 font-weight:bold;
 }

li{
margin-bottom:5px;
line-height:18px;
}	

p {
	margin:4px 0 15px 0;
	line-height:20px;
	}
.sm {
	font-size:9px;
	}	
	
/*  sIFR tags  */

.sIFR-flash {
	visibility: visible !important; margin: 0;}
	
.sIFR-replaced {
	visibility: visible !important;}
	
span.sIFR-alternate {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 0; 
	height: 0; 
	display: block; 
	overflow: hidden; }
	
.sIFR-hasFlash h1 {
	visibility: hidden; 
	color: #000000; 
	font-size:69px;
	margin-bottom:18px;
	margin-top:0px;
	}

.altmenu {
	padding:10px;
	color: #666666;
	width: 90%;
	text-align:center;
	margin-bottom:10px;
	line-height:16px;
	}	
	