html, body {
	height: 100%;
}
img{
	border:0;
}
body {
	margin: 0;
	padding: 0;
	background: #ffedbc url(/images/bg.jpg) 0 0 repeat-x;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p {
	padding: 0;
	margin: 0 0 16px 0;
}

a, a:link { color: #d66703; }

	a:hover { color: #d66703; }

	a:visited { color: #CF8340; }

	a:active { color: #ff7a04; }

.centercol {
	position: relative;
	width: 924px;
	margin: 0 auto;
	text-align: left;
}

.clearer {
	clear: both;
	height: 0;
	overflow: hidden;
}

#header {
	width: 924px;
	height: 284px;
	overflow: hidden;
	text-indent: -8000px;
	background: transparent url(../images/headerbg.jpg) 0 0 no-repeat;
	cursor: pointer;
}

#subheader {
	width: 924px;
	height: 201px;
	position: relative;
	background: transparent url(../images/subpic.jpg) 0 0 no-repeat;
}

	#subheader ul {
		position: absolute;
		right: 30px;
		margin: 0;
		padding: 0 0 0 44px;
		list-style: none;
		background: transparent url(../images/subpicmenu/edge.jpg) 0 0 no-repeat;
	}
	#subheader li {
		padding: 0;
		margin: 0;
	}
		#subheader li img {
			vertical-align: top;
		}
		

	#mainmenubg {
		height: 40px;
		background: transparent url(../images/mainmenu_bg.jpg) 50% 0 no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
	}

	#mainmenu {
		display:table;
		padding:0; 
		margin:0 auto; 
		list-style-type:none;
		white-space:nowrap;
	}
	
		#mainmenu li {
			display:table-cell;
		}
		
		#mainmenu a {
			width: auto;
			display: block;
			height: 20px;
			margin: 19px 3px 0;
			text-decoration: none;
			text-transform: uppercase;
			color: #fff;
			line-height: 20px;
			padding: 0 16px 0 16px;
			background: transparent url(../images/mainmenuitembg.jpg) 0 0 repeat-x;
			border-left: solid 1px #eea23f;
			border-right: solid 1px #eea23f;
		}
		
		#mainmenu a:hover {
			background: #E86904 none;
		}		

.container {
	clear:both; 
	text-decoration:none;
}

#content {
	background: transparent url(../images/contentbg.jpg) 10px 0 repeat-y;
}

	#content #content_bottom {
		background: transparent url(../images/contentbg_bottom.jpg) 10px 100% no-repeat;
	}
	
		#content #content_bottom #content_top {
			height: 312px;
			background: transparent url(../images/contentbg_top.jpg) 10px 0 no-repeat;
			padding-bottom: 30px;
		}
	
		#content #content_bottom>#content_top {
			height: auto;
			min-height: 312px;
		}
		
	#content #homecontent {
		background: transparent url(../images/bodyimages/compass.jpg) 106px 0 no-repeat;
		padding: 154px 540px 0 96px;
	}
	
	#content #homecallouts {
		float: right;
		margin-top: 49px;
	}
	
	#content #homecalloutspacer {
		clear: right;
		float: right;
		width: 75px;
	}
	
	.dudes {
		clear: right!important; 
		margin: 0px 36px 0 0!important;
	}
	
	#content_top>.dudes {
		margin: 0px 76px 0 0!important;
	}
	
#loginbox {
	text-align: right;
	background: transparent url(../images/bodyimages/loginbg.jpg) 0 0px no-repeat;
	width: 216px;
	height: 76px;
	padding: 7px 20px 0 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

	#loginbox div {
		position: relative;
	}

	#loginbox label {
		position: absolute;
		right: 125px;
	}
	
	#loginbox div>label {
		right: 105px;
	}
	
	#loginbox input {
		text-align: left;
		width: 98px;
		height: 15px;
		font-size: 10px;
		color: #6b583c;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border: solid 1px #817763;
		background: #f8f2e9;
		margin-bottom: 2px;
	}
	
	#loginbox form {
		margin: 0;
		padding: 0;
	}

#footer {
	clear: both;
	background: #ffedbc url(../images/footerbg.jpg) 0 0 no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fcde76;
	width: 924px;
	height: 51px;
	padding: 9px 0 0 0;
	margin: 0;
	line-height: 12px;
}

	#footer a {
		color: #fff;
		text-decoration: none;
	}
