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

body {
/*
	background:url(images/bg.jpg) no-repeat fixed #111;
	background-size:cover;
	-moz-background-size:100%;
	-webkit-background-size:100%;
*/
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	overflow:auto;
}

#content {
	width:750px;
	min-height:500px;
	padding:10px 25px 25px 25px;
	margin:64px auto 180px auto;
	overflow:hidden;

}

.scrollpane {
	width:100%;
	overflow:hidden;
	position:relative;
}


.footer, .push {
}

.footer {
	width:100%;
	position:fixed;
	bottom:0;
}

#content h3,#content h2 {
	text-transform:uppercase;
	color:#ccb672;
	font-size:18px;
	font-weight:normal;
}

#content h2 {
	color:#ffffff;
}

#content a {
	color:#fff;
	text-decoration:underline;
}

#content h3 a {
	color:#ccb672;
}

hr.separator {
	border-top:dashed #ccb672 1px;
	width:770px;
	margin-left:-25px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	display:block;
}

ul#sitemap {
	width:470px;
	margin:0 10px 10px 0;
	list-style:none;
	display:block;
	float:left;
}

ul#sitemap li {
	float:left;
	width:230px;
	min-height:200px;
}

.terms {
	display:block;
	margin:10px 0;
	font-size:11px;
}

h4 {
	color:#ccb672;
	margin-bottom:5px;
}