/* @override http://bob.local/www.shawneepeak.com/terrain/_css/terrain.css */

/* Text/Body Styles */

*{
	margin: 0px;
	padding: 0px;
}

body{
	height: 100%;
	background: url(../_img/terrain_park/background.png) repeat;
	margin-top: 0px;
	margin-bottom: 30px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

img{
	border: none;
}

h1{
	
}

h2{
	color: #006677;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

h3{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #977347;
}

h4{
	font-size: 12px;
	font-weight: bold;
	color: #006677;
}

h5{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
}

h6{
	color: #006677;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

.small_text{
	font-size: 10px;
}

a:link, a:visited{
	color: #00ACCB;
}

a:hover, a:active{
	color: #006677;
}

.clr_both{
	clear: both;
}

ul, ol{
	margin-left: 20px;
}

/* Main Layout Styles */

#container{
	width: 950px;
	height: 685px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
}
	
#header{
	width: 884px;
	height: 206px;
	background: url(../_img/terrain_park/header.png) no-repeat 42px 0;	
	position: absolute;
	top: 0px;
	left: 0px;
}

#home_link{
	position: absolute;
	top: 0px;
	left: 140px;
}

#logo{
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 10;
}

/* Navigation Styles */

#upper_right_nav{
	position: absolute;
	top: 15px;
	left: 695px;
}

#upper_right_nav ul{
	list-style-type: none;
}

#upper_right_nav li{
	padding-bottom: 13px;
}

#upper_right_nav a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

#upper_right_nav a:hover{
	color: #d4e9ed;
}

#top_nav{
	width: 805px;
	height: 17px;
	background-color: #000;
	position: absolute;
	top: 189px;
	left: 43px;
}

#top_nav ul{
	list-style-type: none;
	margin-left: 170px;
	height: 17px;
	overflow: hidden;
}

#top_nav ul li{
	display: inline;
	float: left;
	height: 17px;
	border-left: 1px solid #FFF;
	margin: 0px 2px 0px -2px;
	padding: 1px 13px 0px 14px;
}

#top_nav li a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

#top_nav li a:hover{
	color: #d4e9ed;
}

/* Content Styles */

#content_wrapper{
	width: 804px;
	height: 485px;
	position: absolute;
	left: 43px;
	top: 206px;
	background: #000;
}

#content{
	width: 772px;
	height: 485px;
	position: absolute;
	left: 32px;
	top: 0px;
}

#content_bg{
	width: 772px;
	height: 485px;
	position: absolute;
	left: 32px;
	top: 0px;
	background: url(../_img/terrain_park/content_bg.png) no-repeat;
}

#content_bottom{
	height: 35px;
	width: 781px;
	position: absolute;
	top: 400px;
	background: #FFF url(../_img/terrain_park/content_bg_bottom.png) no-repeat;
}

#left_column{
	width: 205px;
	height: 330px;
	position: absolute;
	top: 15px;
	left: 15px;
}

#left_column p{
	margin-top: 10px;
	margin-left: 8px;
}

#scrolling_content{
	width: 545px;
	height: 440px;
	position: absolute;
	top: 10px;
	left: 225px;
	overflow: auto;
}

#white_box{
	background-color: #FFF;
	width: 490px;
	padding: 0px 10px 10px 10px;
	border: 2px solid #000;
	margin-left: 10px;
}

#sneak_peak{
	width: 482px;
	height: 300px;
	position: absolute;
	top: 80px;
	left: 35px;
	background-color: #000;
	color: #FFF;
	border: 2px solid #000;
}

#sneak_image{
	width: 312px;
	float: left;
}

#sneak_image .album_cover{
	margin-left: 8px;
	margin-top: 5px;
	width: 320px;
}

#sneak_description{
	width: 135px;
	padding: 10px;
	float: right;
}

#caption{
	color: #d4e9ed;
	margin-top: 15px;
	font-size: 10px;
}

#content_bottom{
	height: 35px;
	width: 772px;
	position: absolute;
	top: 450px;
	left: 32px;
	background: url(../_img/terrain_park/content_bg_bottom.png) no-repeat;
}

#mobile_alerts{
	height: 78px;
	width: 136px;
	position: absolute;
	top: 398px;
	left: 43px;
}

/* Table Styles */

.content_table{
	border-left: 1px solid #977347;
	color: #000;
	margin-bottom: 10px;
}

.table_header{
	background-color:#977347;
	color: #FFF;
	text-align: center;
}

.table_footer{
	background-color:#977347;
	font-size: 10px;
	color: #FFF;
}

.content_table td, .content_table th{
	padding: 5px;
	border-right: 1px solid #977347;
	border-bottom: 1px solid #977347;
}

.content_table th{
	border-bottom: 1px solid #977347;
}

.note{
	font-size: 11px;
}

.alt{
	background-color: #bee6f5;
}

/* Footer Styles */

#side_bar{
	width: 66px;
	position: absolute;
	top: 0px;
	left: 847px;
	height: 688px;
}


#footer_content{
	position: relative;
	margin: auto;
	width: 870px;
	height: 37px;
}

#footer_content p{
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}

#footer{
	width: 870px;
	height: 37px;
	background-color: #006677;
	position: absolute;
	top: 691px;
	left: 43px;
	padding-top: 10px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

#footer ul{
	height: 13px;
	list-style-type: none;
	margin-left: 5px;
	margin-bottom: 6px;
	overflow: hidden;
}

#footer li{
	display: inline;
	border-left: 1px solid #FFF;
	margin: 0px 2px 0px -2px;
	padding: 0px 2px 0px 4px;
}

#footer a{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
}

#footer a:hover{
	color: #d4e9ed;
}

#newsletter_signup{
	position: relative;
	float: right;
	width: 211px;
	margin-top: -5px;
	margin-right: 5px;
}

input#join_email{
	position: relative;
	float: left;
	width: 165px;
	height: 15px;
	margin-top: 5px;
	margin-left: 3px;
}

input#email_submit{
	position: relative;
	float: left;
	padding-top: 5px;
	padding-left: 8px;
}
