/*
Tan #E8D4A1
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}

.daHand{cursor:pointer;cursor:hand; color:#636D7C;}
  .daHand:hover{color:#000000}
  
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	background-color:#000000;
}

a{color:#000000; font-weight:bold; text-decoration:none;}
a:hover{color:#E8D4A1;}

.boldText{font-weight:bold;}

#clearit{clear:both;}

h1{font-size:16px; font-weight:bold; margin-bottom:15px;}
h2{font-size:12px; font-weight:bold; line-height:15px; padding-top:10px;}
h3{font-size:11px; font-weight:bold; line-height:13px; font-style:italic; }


#wrapper{
	width:900px;
	height:765px;
	background-image:url(images/bkgnd.jpg);
	margin:20px auto 0 auto;
	position:relative;	
	border: 2px solid #E8D4A1
}

#home{
	position:absolute;
	left:77px;
	top:29px;
	width:546px;
	height:85px;
	z-index:2;
}

#head{position:absolute; left:655px; top:39px; color:#E8D4A1; line-height:20px;}
	#head a{color:#E8D4A1; text-decoration:none;}
	#head a:hover{color:#000000;}

#headPic{
	position:absolute;
	left:61px;
	top:111px;
	height:40px;
	z-index:2;
	text-align:left;
}

#title{
	position:absolute;
	left:95px;
	top:300px;
	height:40px;
	z-index:2;
	text-align:left;
}	

#content {
	position:absolute;
	left:97px;
	top:345px;
	width:393px;
	height:309px;
	z-index:2;
	text-align:left;
}
	
#hilite{
	position:absolute;
	left:536px;
	top:290px;
	width:169px;
	height:209px;
	z-index:1;
	text-align:center;
}
#map{
	position:absolute;
	left:265px;
	top:280px;
	width:566px;
	height:379px;
	z-index:1;
	text-align:center;
}

#nav{
	position:absolute;
	left:0;
	top:660px;
	width:900px;
	height:40px;
	z-index:2;
	text-align:left;
}
	
	
#pageFoot{width:900px; margin:5px auto; line-height:15px; text-align:center; font-size:10px; padding:0 0 20px 0; color:#E8D4A1;}
