/* CSS Document */

body {
	font-family:Arial, Verdana, Helvetica, sans-serif, "Futura Book";
	font-size: 12px;
	color: #000000;
	background-color:#C7C7C7;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
	
#container{
	width:792px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	text-align:left;
	background: url(images/container_bg.jpg) 0 0 repeat-y;
	}	

#shell{
	width:792px;
	background:url(images/shell_bg.jpg) top left no-repeat;
	position:relative;
	}
	

/* Navigation */
#menu {
	position:absolute; 
	top:173px; 
	left:0px; 
	height:45px; /*z-index:100;*/ 
	z-index:99;  
	}
#menu img{ 
	float:left; 
	cursor:pointer; 
	border:0px; 
	}
.menuSubs { 
	top:45px; 
	position:absolute;  
	display:block; 
	color:#00395B; 
	font:normal 12px arial, verdana, helvetica;  
	white-space:nowrap; 
	overflow:hidden; 
	z-index:100; 
	background:#84BFF6;
	border:1px solid #00395B; 
	border-width:1px 0 0 0;
	}
.menuSubs div {
display: none;
}
.menuSubs a {
	display:block;
	text-align:left; 
	color:#00395B; 
	text-decoration:none; 
	background:#84BFF6;
	text-align: center;
	border:1px solid #00395B; 
	border-width:0 1px 1px 1px;
	width: 143px;
	padding: 3px 0;
	}
.menuSubs a:hover {
	color:#FFFFFF; 
	text-decoration:none; 
	background:#0172B6;
	}
.menuSubs div { 
	width:143px; 
	}
/* end navigation */					
	
#homepic{	
	width:113px;
	height:295px;
	top:297px;
	left:635px;
	position:absolute;
	}	
	
#contact{	
	width:208px;
	height:92px;
	top:522px;
	left:37px;
	position:absolute;
	}
	
#pictures{	
	width:233px;
	height:377px;
	padding-top:237px;
	padding-left:30px;
	float:left;
	}						
	
#contentcopy_hm{
	width:340px;
	padding-top:248px;
	margin-left:279px;
	padding-bottom:15px;
	}
	
#contentcopy{
	width:469px;
	padding-top:248px;
	margin-left:279px;
	padding-bottom:20px;
	}
	
#footer{
	width:792px;
	height:129px;
	background:#C7C7C7 url(images/footer.jpg) 0 0 no-repeat;
	clear:both;
	}
	
#footertag {
	width:795px;
	font-size:10px;
	padding-top:30px;
	color:#333333;
	text-align:center;
	line-height:16px;
	}

#footertag a {
	color:#333333;
	text-decoration:underline;
	}
	
#footertag a:hover {
	color:#0172B6;
	text-decoration:underline;
	}	
						

a {
	color:#0172B6;
	text-decoration:underline;
	}
	
a:hover {
	color:#979797;
	text-decoration:underline;
	}
	
.centered{
	text-align:center;
	margin:0 auto 0 auto;
	}		
	
.right {
	margin:10px 0 14px 14px;
	float:right;
	}	
	
h1 {
 font-family: Avian, Arial, Verdana, Helvetica, sans-serif, "Futura Book";
 font-size:24px;
 color:#000000;
 font-weight: normal;
 margin-bottom:38px;
 margin-top:0px;
 }
 
 h2 {
 font-family:Arial, Verdana, Helvetica, sans-serif, "Futura Book";
 font-size:15px;
 color:#0172B6;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:5px;
 }
 
 h3 {
 font-family:Arial, Verdana, Helvetica, sans-serif, "Futura Book";
 font-size:14px;
 color:#333333;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:2px;
 }

 strong {
	 font-weight:bold;
	 font-size:13px;
	 color:#00395B;
 }

li{
margin-bottom:5px;
line-height:19px;
}	

p {
	margin:4px 0 15px 0;
	line-height:19px;
	}
.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:24px;
	margin-bottom:38px;
	margin-top:0px;
	}

/*  end  sIFR  */
	
/*  FAQ Formatting  */


	#faq li a {
	display:block;
	}

	.faqAnswer {
	width:85%; 
	padding:12px 12px 12px 16px; 
	color:#00395B; 
	margin-bottom:10px; 
	margin-top:5px; 
	font-size:12px; 
	}
	
	#faq{
	padding-bottom:28px;
	}

/*  end FAQ Formatting  */	
