@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/bg.jpg) repeat-x #e7ebed;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	

}

h1{
	color:#586e82;
	font-family:Bauhaus Md BT, Arial, Helvetica, sans-serif;
	font-size:26px;
	margin:0px;}

#master{
	margin:0 auto;
	width:950px;
	height:auto;
	}
	
/* MENU start*/

#floatMenu {
		float:left;
		width:200px;
		padding-top:150px;
		}
		
#floatMenu2 {
		position:fixed;
		float:left;
		width:200px;
		padding-top:150px;
		}	
		
			#one a, #two a, #three a, #four a, #five a, #six a, #seven a, #eight a{
				display:block;
				background:url(../images/navbg.png) no-repeat;
				text-decoration:none;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				color:#63452D;
				font-weight:bold;
				padding:16px 5px 29px 9px;
			}
			
			#sel1 #one, #sel2 #two, #sel3 #three, #sel4 #four, #sel5 #five, #sel6 #six, #sel7 #seven, #sel8 #eight{
				background:url(../images/navbg2.png) no-repeat;}
				
			#one:hover, #two:hover, #three:hover, #four:hover, #five:hover, #six:hover, #seven:hover, #eight:hover {
			background:url(../images/navbg.png) no-repeat;
			}
			
/* MENU end*/
	
#banner{
	background: url(../images/banner-home.png) no-repeat;
	width:930px;
	height:710px;
	}
	
#banner2{
	background: url(../images/banner-inner.png) no-repeat;
	width:950px;
	height:147px;
	}
	
#logo{
	position:absolute;
	}


#eagle{
	padding-left:675px;
	}
	
#eagle2{
	float:left;
	padding-left:800px;
	}
	
#bod{
	padding: 25px 32px 25px 17px;
	}

#bod2{
	padding: 25px 100px 25px 185px;
	background:url(../images/bg2.png) repeat-y;
	/*width:640px;*/
	}
	
#foot{
	background:url(../images/foot.png) no-repeat;
	width:920px;
	height:50px;
	}
	
.cell1{/* home photos at bottom*/
	float:left;
	width:470px;
	text-align:center;}	
	
#footer{ 
	background: url(../images/footer.jpg) repeat-x;
	width:100%;
	height:52px;
	text-align:center;
	padding-top:30px;
	}


/* calendar page stuff start*/
#calendar{
	padding: 150px 75px 50px 75px; 
	background: url(../images/calendar.png) no-repeat;
	width:450px; 
	height:992px;
	font-size:14px;
	}
	
.abs{
position:relative;}

#step1{position:absolute; 
left: 25px; 
top: 13px; 
text-align:left
}

#step2{position:absolute; 
left: 2px; 
top: 252px; 
text-align:left}
/* calendar page stuff edn*/


#mapholder{
	position:relative;}

#map{
	position:absolute;
	left: 454px;
	top: -386px;
	}
#askus{
	border: thick #ff0000 solid;
	padding:10px;}

.clear{
	clear:both;
	visibility:hidden;
	}

a.finerpages:link, a.finerpages:visited{
	color:#000000;
	text-decoration:none;
	margin-right:15px;}


