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

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

body {
	background: #e7e7e7;
	color: #444;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	min-width: 920px;
	text-align: center;
}

a {
	color: #f8941d;
	font-weight: bold;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}
	
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.media {
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}

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

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

#wrapper {
	margin: 20px auto;
	width: 920px;
}

#wrapper-top {
	height: 20px;
}

#wrapper-bottom {
	background: url("../images/box_bottom.png") top center no-repeat;
	height: 30px;
	padding-top: 40px;
}

#page {
	background: url("../images/box_middle.png") top center repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
}

/* ------------------------ HEADER STYLES ---------------------------*/	

#page-header {
	height: 65px;
	position: relative;
}

#header-logo {
	position: absolute;
	top: -5px;
}

#header-topmenu {
	position: absolute;
	right: 0px;
	top: 20px;
}

.topmenu-separator {
	margin-left: 10px;
	margin-right: 10px;
}

#header-topmenu img {
	border: 0px;
}

#header-topmenu img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* ---------------------- BANNER STYLES ---------------------------- */

#page-banner {
	height: 180px;
}

#banner-tagline {
	background: url('/images/tagline.png') top left no-repeat;
	float: left;
	height: 140px;
	margin-top: 30px;
	width: 190px;
}

#banner-quotes {
	height: 50px;
	margin-top: 75px;
	overflow: hidden;
	width: 190px;
}

#banner-quotes div {
	color: #999;
	overflow: hidden;
	padding: 0 10px 0 10px;
}

#banner-content {
	float: left;
	padding-left: 20px;
}

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

#main-nav {
	background-color: #f5f5f5;
	border-top: #c2cb20 4px solid;
	float: left;
	padding: 20px;
	width: 150px;
}

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

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

#main-nav ul li a {
	color: #777;
	font-size: 12px;
	text-transform: lowercase;
}

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

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

#main-nav ul li ul li a {
	color: #333;
	font-size: 11px;
	text-transform: none;
}


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

#main {
	margin-top: 25px;
}

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

#main-content p {
	margin-bottom: 10px;
	margin-top: 5px;
}

#main-content ul, #main-content ol {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

#main-content ul li, #main-content ol li {
	list-style-position: inside;
	padding-left: 10px;
}

#main-content h1 {
	color: #a9c457;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 26px;
}

#main-content h2 {
	color: #a9c457;
	font-size: 16px;
}

#main-content h3 {
	color: #809249;
	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: #fff;
	float: right;
	padding: 10px 0px 10px 25px;
	width: 155px;
}

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

#main-story p {
	border-bottom: 1px #ccc dotted;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

#footer {
	list-style: none;
	margin-right: 30px;
	padding-bottom: 50px;
}

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

#footer li a {
	color: #999;
	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;
}

/* ----------------- HOME PAGE BOXES --------------------------- */

#orangebox {
	background: url("/images/orangebox_top.png") top center no-repeat;
	float: left;
	margin-right: 10px;
	width: 298px;
}

#orangebox div {
	background: url("/images/orangebox_bottom.png") bottom center no-repeat;
	padding: 15px;
}

#bluebox {
	background: url("/images/bluebox_top.png") top center no-repeat;
	float: left;
	width: 298px;
}

#bluebox div {
	background: url("/images/bluebox_bottom.png") bottom center no-repeat;
	padding: 15px;
}