/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
	font-size: 11px;
	color: #000000;
	background-color:#A89284;
	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;
	background:url(images/shell_bg.jpg) 0 0 no-repeat;
	}	
	

/* Navigation */
#menu {
	position:absolute; 
	top:0px; 
	left:380px; 
	 /*z-index:100;*/ 
	z-index:100;
	display:block; 
	}
#menu img{ 
	float:left; 
	cursor:pointer; 
	border:0px; 
	}
.navbtn {float:left;}

.sub{ position:absolute; z-index:100; top:99px; left:202px; }

.subs { border:solid 1px #A68F4E; background: #F1ECC1; _background:#F1ECC1; font:normal 12px Arial, Helvetica, sans-serif; text-align:center; }
.subs a {width:185px; display:block; color:#65190F; line-height:20px; text-decoration:none; }
.subs a:hover { display:block; color:#65190F;  text-decoration:none; background: #FFFFFF; }

#m1{height:0px;overflow:hidden; }
#m2{height:0px;overflow:hidden; }
#m3{height:0px;overflow:hidden; }

/* end navigation */	

#header{
	width:770px;
	height:183px;
	top:105px;
	left:0px;
	position:absolute;
	z-index:90;		
	overflow:hidden;
	}	
	
#contentcopy{
	width:510px;
	padding-top:312px;
	margin-left:207px;
	padding-bottom:10px;
	}		
	
#footer{
	width:770px;
	height:199px;
	background:#A89284 url(images/footer.jpg) 0 0 no-repeat;
	clear:both;
	}
	
#footertag {
	width:770px;
	font-size:10px;
	text-align:center;
	padding-top:179px;
	color:#563C3C;
	line-height:16px;
	}

#footertag a {
	color:#563C3C;
	text-decoration:none;
	}
	
#footertag a:hover {
	color:#EFE0DA;
	text-decoration:underline;
	}	
						

a {
	color:#65190F;
	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: "Futura LtCn BT", Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:26px;
 color:#65190F;
 font-weight: normal;
 margin-bottom:26px;
 margin-top:0px;
 }
 
 h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:15px;
 color:#65190F;
 font-weight:normal;
 margin-top:0px;
 margin-bottom:5px;
 text-transform: uppercase;
 }
 
 h3 {
 font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:14px;
 color:#563C3C;
 font-weight: normal;
 margin-bottom:0px;
 margin-top:2px;
 }

 strong {
	 font-weight:bold;
 }

li{
margin-bottom:5px;
line-height:18px;
}

.picright {
	margin:10px 0 14px 14px;
	float:right;
	}	
	
.picleft {
	margin:10px 0 14px 14px;
	float:left;
	}

p {
	margin:4px 0 15px 0;
	line-height:18px;
	}
.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: #65190F; 
	font-size:26px;
	margin-bottom:30px;
	margin-top:0px;
	}

.altmenu {
	padding:10px;
	color: #000000;
	width: 90%;
	text-align:center;
	margin-bottom:10px;
	line-height:16px;
	}	
	
.validation-failed {
  color:#003366;
  background-color:#FFE7E6;
  border: 1px solid #f00;
}
.validation-passed {
  color:#003366;
  background-color:#D7ECD2;
  border: 1px solid green;
}
.validation-advice {
display:inline;
  margin: 2px; 
  padding: 2px; 
  color:#420002;
  background-color:#FFE8E8;
  border:1px solid #CC0000;
}
#userform input{
padding:4px;
margin:4px;
}
#userform textarea{
padding:4px;
margin:4px;
}
#userform div{
padding-bottom:4px;
margin:4px;
}
.sendbtn{
border:1px solid #333333;
color:#003366;
}	
	