/* universal styles */

.hpadding { 
	color: #483d8b; 
	font-weight: bolder; 
	font-size: 12px; 
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular; 
	padding: 0px 10px; 
}

.textpadding { 
	color: #000; 
	font-size: 10px; 
	line-height: 11px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	margin: 0px; padding: 0px 10px; 
}

a { 
	color: #fff; 
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular;		
	font-size: 10px; 
	line-height: 12px;
	font-weight: bold;  
	text-decoration: none; 
	hover: FF00FF; 
 }

a.header {
	font-size: 11px;
	line-height: 13px; 
}

a.bolder {
	font-size: 10px;
	font-stretch: expanded;
	font-weight: bolder;    
	color: #666;	
}

a.subhead {
	font-size: 11px;	
	line-height: 13px;
	font-stretch: expanded;
	font-weight: bolder;	
	color: #000;	
}

h1 { 
	color: #d31f38; 
	font-size: 12px; 
	line-height: 12px; 
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular; 
}

h2 { 
	color: #fff; 
	font-size: 11px; 
	line-height: 11px; 
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular; 
}

h3 { 
	color: black; 
	font-size: 11px; 
	line-height: 11px; 
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular; 
}

h4 { 
	color: #fff; 
	font-style: normal; 
	font-weight: lighter; 
	font-size: 10px; 
	line-height: 12px; 
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular; 
}

td { 
	color: black; 
	font-size: 11px; 
	line-height: 13px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none; 
}

.content { 
	color: black; 
	font-size: 11px; 
	line-height: 13px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none; 
}

/* header styles */

#head_container {
	position: relative;
	width: 600px;
	height: 100px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 80px;
}

#toursnav {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 140px;
	height: 19px;
	background-color: #000;
}

#equesnav {
	position: absolute;
	top: 80px;
	left: 140px;
	width: 130px;
	height: 19px;
	background-color: #000;
}

#elkhornnav {
	position: absolute;
	top: 80px;
	left: 270px;
	width: 130px;
	height: 19px;
	background-color: #000;
}

#gallerynav {
	position: absolute;
	top: 80px;
	left: 400px;
	width: 110px;
	height: 19px;
	background-color: #000;
}

#contactnav {
	position: absolute;
	top: 80px;
	left: 510px;
	width: 90px;
	height: 19px;
	background-color: #000;
}


/* footer styles */

 #footer {
 	position:absolute;
 	top:900px;
 	left:0px;
 	width:453px;
 	height:60px;
 }
 
  #footer.htours {
 	top:1250px;
 }

  #footer.eques {
 	top:750px;
 }

#foot_container {
	position: relative;
	width: 451px;
	height: 21px;
	background-color:#221;
}

#fnav {
	position:absolute;
	top:3px;
	left:0px;
	width:450px;
	height:17px;
}

.footer {
	color: #fff; 
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular;		
	font-size: 10px; 
	line-height: 12px;
	font-weight: bold;  
	text-decoration: none;
}

/* home page styles */

#h_container {
	position: relative;
	width: 613px;
	height: 511px;
}

#h_header {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 606px;
	height: 100px;
}

#h_page_content {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 600px;
	height: 482px;
}


/* inner page styles */

#container {
	position: relative;
	width: 637px;
	height: 100%;
}

#short_container {
	position: relative;
	width: 637px;
	height: 100%;
}

#header {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 606px;
	height: 100px;
}

#page_content {
	position: absolute;
	top: 130px;
	left: 160px;
	width: 400px;
	height: 100%;
}

#sidenav {
	display: block; 
	position: absolute; 
	top: 150px; 
	left: 20px; 
	width: 122px; 
	height: 194px;
}

#infoarea {
	position:relative;
	width:400px;
	height: 100%;
}

#info {
	 position:absolute;
	 top:0px;
	 left:0px;
	 width:403px;
	height: 100%;
}

#anchortop {
	position:absolute;
	top:0px;
	left:0px;
	width:10px;
	height:10px;
}