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

body {
	background: #fff;
	color: #4d4c44;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
	
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	color: #4D4C44;
	text-decoration: none;
}

h3 {
	color: #a9544f;
	margin: 0;
}

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

#wrapper {
	margin: 0px auto;
	width: 870px;
}

#wrapper-bottom {
	height: 10px;
	vertical-align: bottom;
}

#page {
	margin-top: 15px;
	text-align: left;
}

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

#page-top {
	background: url("../images/topbar.png") top center no-repeat;
	height: 30px;
	padding: 7px 15px 0;
}

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

#header-title {
	left: 15px;
	position: absolute;
	top: 5px;
}

#header-callback {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 155px;
}

#header-newsletter {
	position: absolute;
	right: 200px;
	top: 10px;
	width: 155px;
}

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

#page-banner {
	height: 165px;
	text-align: center;
}

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

#main-nav {
	float: left;
	padding: 15px 10px 50px 10px;
	width: 150px;
}

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

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

#main-nav ul li a.active {
	color: #4d4c44;
	font-weight: bold;
}

#main-nav ul li a {
	color: #4d4c44;
	font-size: 14px;
}

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

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

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


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

#main {
	background: url("../images/navbg.png") top left repeat-y;
}

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

#main-content a, #main-story a {
	color: #A44E52;
	font-weight: bold;
	text-decoration: none;
}

#main-content a:hover, #main-story a:hover {
	border-bottom: 1px #A44E52 solid;
}

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

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

#main-content h1 {
	margin-bottom: 10px;
}

.pagetitle {
	color: #A44E52;
	font-size: 16px;
	font-weight: bold;
}

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

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

#sectionlisting {
	margin-top: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
}

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

.sectionlistitem {
	border-top: 1px #ddd solid;
	padding-top: 15px;
	margin-bottom: 30px;
}

.sectionlistitem h1 {
	font-size: 13px;
}

#main-story {
	background: url("../images/title_info.png") 0px 0px no-repeat;
	border-top: 1px #ddd dotted;
	border-bottom: 1px #ddd dotted;
	margin: 0px 0px 10px 15px;
	float: right;
	padding-top: 5px;
	width: 180px;
}

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


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

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

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

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

/* -------------------- CONTACT FORMS ----------------------------- */

form span {
	clear: both;
	display: block;
	padding-top: 3px;
}

form span label {
	float: left;
	margin-right: 10px;
	text-align: right;
	width: 25%;
}

form span input, form span textarea {
	float: left;
}

.inputtext {
	border: 1px #b5b6b2 solid;
	color: #888;
	font-size: 11px;
	height: 15px;
	padding: 0 2px 0;
}

#contactform-msg {
	clear: both;
	color: green;
	font-weight: bold;
	text-align: center;
}

label.error {
	display: none;
}