/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
	font-size: 12px;
	color: #342408;
	background:url(images/tile.jpg) 0 0 repeat;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#container{
	width:900px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	text-align:left;
	}

#shell{
	width:900px;
	height:747px;
	background:url(images/shell_bg.jpg) top left no-repeat;
	position:relative;
	}
	
#pics_top{
	width:391px;
	height:297px;
	top:0px;
	left:509px;
	position:absolute;
	z-index:70;
	}
	
#pics_btm{
	width:245px;
	height:248px;
	top:499px;
	left:0px;
	position:absolute;
	z-index:60;
	}			
	
/* Navigation */
#menu {
	width:171px;
	height:324px;
	left:0px;
	top:175px;
	position:absolute;
	z-index:100; 
	}
	
.menuTitle {
	cursor:pointer;
	}
	
.menuSubs { 
	display:block;
	text-align:right;
	width:171px;
	color:#342408;
	font:normal 12px Georgia, "Times New Roman", Times, serif, verdana, Arial, helvetica; 
	 }

.menuSubs a {
	display:block; 
	color:#342408; 
	text-decoration:none; 
	line-height:20px;
 
	}

.menuSubs a:hover {
	color:#00718F; 
	text-decoration:none;
	 }

.menuSubs div {
	padding:0;
	}
	
#menu1 {
	background:url(images/menu1_bg.jpg) 0 0 repeat-y;
	}
	
#menu2 {
	background:url(images/menu2_bg.jpg) 0 0 repeat-y;
	}
	
#menu3 {
	background:url(images/menu3_bg.jpg) 0 0 repeat-y;
	}	
	
#menu4 {
	background:url(images/menu4_bg.jpg) 0 0 repeat-y;
	}			

/* end navigation */	

#titles{
	padding-top:242px;
	margin-left:245px;
	z-index:80;
	}

#contentcopy{
	width:540px;
	height:350px;
	margin-top:27px;
	margin-left:249px;
	padding-bottom:0px;
	overflow:auto;
	z-index:100;
	}	
	
#footer{
	background: url(images/footer.jpg) 0 0 no-repeat;
	width:900px;
	height:53px;
	}
	
#footertag {
	float:left;
	color:#816E5E;
/*	width:900px;*/
	width:540px;
	text-align:right;
	font-size:10px;
	padding-top:30px;
	}
#footer_mailid{
	float:left;
	padding-top:27px;
	padding-left:5px;
	width:355px;
	text-align:left;
	font-family: "AGaramond Semibold", Georgia, "Times New Roman", Times, serif ;
	font-size:14px;
	font-weight:bold;
	color:#806f5f;
	
}

#footer_mailid a {
	color:#806f5f;
	text-decoration:underline;
	}
	
#footer_mailid a:hover {
	color:#00718F;
	text-decoration:underline;
	}
		
		

#footertag a {
	color:#816E5E;
	text-decoration:underline;
	}
	
#footertag a:hover {
	color:#00718F;
	text-decoration:underline;
	}
							

a {
	color:#00718F;
	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: "AGaramond Semibold", Georgia, "Times New Roman", Times, serif ;
 font-size:28px;
 color:#342408;
 font-weight:normal;
 margin-top:0px;
 margin-bottom:0px;
 }
 
 h2 {
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:20px;
 color:#00718F;
 font-weight:normal;
 margin-top:0px;
 margin-bottom:6px;
 }


 strong {
	 font-weight:bold;
	 color:#342408;
 }

li{
margin-bottom:5px;
line-height:18px;
}	

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: #001768; 
	font-size:28px;
	margin-bottom:0px;
	margin-top:0px;
	}	
	
/*  fun links  */

	#funlinks{
	background-color:#342408;  
	padding:1px;
	}
	
	#funlinks td{
	background-color:#FFFFFF; 
	padding:12px 12px 12px 12px;
	}
	
/*  end fun links  */	


/*  end  sIFR  */
	
.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 #342408;
color:#342408;
}	