/* ------------------------ GLOBAL STYLES ---------------------------*/	

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

body {
	background: #b9eeeb url('../images/bgtile.jpg') top center repeat-x;
	color: #444;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	min-width: 925px;
	text-align: center;
}

a {
	color: #2971AD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

hr {
	border: 0px;
	border-bottom: 1px #ccc dashed;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	list-style-image: url("../images/bullet.png");
}

/* ------------------------ WRAPPER/PAGE STYLES ---------------------------*/	

#wrapper {
	background: url("../images/box_mid.png") top center repeat-y;
	margin: 45px auto;
	width: 940px;
}

#wrapper-bottom {
	background: #b9eeeb url("../images/box_bot.png") top center no-repeat;
	height: 50px;
}

#wrapper-top {
	background: url("../images/box_top.png") top center no-repeat;
}

#header {
	height: 243px;
	position: relative;
}

#header-logo {
	height: 179px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 420px;
}

#header-video {
	position: absolute;
	right: -10px;
	top: -50px;
}

#main {
	min-height: 300px;
	padding: 20px;
	text-align: left;
}

/* ---------------------- NAV STYLES ---------------------------- */

#main-nav {
	float: left;
	margin-left: 15px;
	width: 250px;
}

#main-nav ul {
	list-style: none;
}

#main-nav ul li {
	margin-bottom: 10px;
}

#main-nav ul li a {
	color: #ab944f;
	font-size: 14px;
	font-weight: bold;
}

#main-nav ul li ul {
	list-style-image: url("../images/bullet.png");
	margin-left: 20px;
	margin-top: 5px;
}

#main-nav ul li ul li {
	margin-bottom: 5px;
	margin-left: 10px;
}

#main-nav ul li ul li a {
	color: #ab944f;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}


/* ---------------------- CONTENT STYLES ---------------------------- */

#main-content {
	line-height: 1.75em;
	margin-left: 20px;
	margin-bottom: 30px;
	float: left;
	width: 570px;
}

#main-content p {
	margin-bottom: 15px;
}

#main-content ul {
	list-style-position: inside;
}

#main-content h1 {
	color: #75a19f;
	font-size: 22px;
	margin-bottom: 10px;
}

#main-content h2 {
	color: #75a19f;
	font-size: 18px;
}

#main-content h3 {
	color: #75a19f;
	font-size: 14px;
}

#sectionlisting {
	border-top: 1px #ccc dashed;
	border-bottom: 1px #ccc dashed;
	margin-top: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#sectionlisting ul li {
	margin-bottom: 5px;
}

#main-story {
	background-color: #eef2f7;
	border: 1px solid #bbe3e0;
	float: right;
	margin: 10px 0px 10px 15px;
	padding: 5px;
	width: 155px;
}

#main-story h3 {
	color: #ff8000;
	font-size: 11px;
}

/* ---------------------- FOOTER MENU --------------------------- */

#footer {
	list-style: none;
	margin-top: 10px;
	margin-right: 30px;
	padding-bottom: 50px;
	text-align: center;
}

#footer li {
	color: #999;
	font-size: 11px;
	float: right;
}

#footer li a {
	color: #ab944f;
	border-right: 1px #bbb solid;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 10px;
}

/* -------------------- USER FORMS ----------------------------- */

.user-forms {
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}

.user-forms input {
	left: 100px;
	position: absolute;
}

.user-forms textarea {
	left: 100px;
	position: absolute;
}