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

body {
	background: #d1dfe8 url('../images/bg.jpg') top center repeat-x;
	color: #3a3e3d;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
	
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	color: #261e5a;
	text-decoration: underline;
}

h1 {
	color: #62839e;
	font-size: 20px;
}

h2 {
	color: #62839e;
	font-size: 16px;
	font-weight: normal;
	margin: 25px 0 5px 0;
}

h3 {
	font-size: 14px;
}

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

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	text-align: left;
}

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

#page-header {
	background: url("../images/tagline.png") top right no-repeat;
	height: 104px;
	margin: 4px 0 20px 0;
	position: relative;
}

#header-title {
	border: 0px;
	left: 20px;
	position: absolute;
	top: 0px;
	width: 295px;
}

#header-contact {
	top: 10px;
	left: 455px;
	position: absolute;
	width: 252px;
	padding:0;
	margin:0;
}

#header-search {
	background: url('../images/header_search.png') top left no-repeat;
	top: 0;
	right: 0;
	left: 719px;
	position: absolute;
	height: 29px;
	width: 261px;
}

#header-search form {
	margin: 2px 0 5px 85px;
}

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

#page-nav {
	left: 320px;
	bottom: 0px;
	position: absolute;
	z-index: 100;
}

#jsddm {
	padding: 0;
	margin: 0;
}

#jsddm li {
	float: left;
	list-style: none;
}

#jsddm li a {
	display: block;

	background: url('../images/mnu_sep.jpg') bottom left no-repeat;
	white-space: nowrap;
}

#jsddm li a img {
	padding: 0;
	margin: 15px 10px 10px 15px;
	border: none;
}


#jsddm li ul {
	background: transparent url('../images/mnu_bg.png') bottom left no-repeat;
	margin: 0;
	padding: 0 0 6px 0;
	position: absolute;
	visibility: hidden;
	width: 270px;
}

#jsddm li ul li {
	border-top: 1px #527693 solid;
	float: none;
	padding: 5px 15px 5px 15px;
	margin: 0;
}

#jsddm li ul li a {
	background: none;
	display: block;
	color: #fff;
	width: auto;
	text-decoration: none;
}

#jsddm li ul li:hover {
	background: #708fa7;
}

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

#page-main-top {
	background: url('../images/body_bg_top.jpg') top center no-repeat;
	padding-top: 25px;
}

#page-main-bottom {
	background: url('../images/body_bg_bottom.jpg') bottom center no-repeat;
	padding-bottom: 15px;
}

#page-main {
	background: url('../images/body_bg.jpg') top center repeat-y;
	padding: 0px 23px 0 21px;
	color: #746f71;
	line-height: 1.5em;
}

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

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

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

#main-home {
	padding: 10px 25px 15px 25px;
}

#main-content {
	margin-left: 25px;
	margin-bottom: 25px;
	float: left;
	width:600px;
}

.pagetitle {
	color: #62839e;
	margin-bottom: 20px;
}

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

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

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

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

#main-sidebar {
	background: #fefefe;
	float: right;
	margin: 40px 20px 0 0;
	padding: 10px 15px 10px;
	width: 230px;
}

#main-bottom {
	background: url('../images/bottom_bg.jpg') top center repeat-x;
	height: 105px;
}

#main-bottom div {
	float: left;
	height: 105px;
}

#main-bottom div h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 10px 0 20px;
}

#main-bottom div p {
	font-size: 10px;
	margin: 0 15px 5px 20px;
	width: 60%;
	line-height: 16px;
}

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

#page-footer {
	background: url("../images/footer_sep.png") top center no-repeat;
	height: 30px;
	margin: 10px 0 30px 0;
}

#page-footer div {
	background: url("../images/footer_sep.png") bottom center no-repeat;
	padding: 10px 0;
	text-align: center;
}

#page-footer div, #page-footer div a {
	color: #62839e;
}

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

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

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

form span input, form span textarea {
	border: 1px #b5b6b2 solid;
}

.inputtext {
	color: #888;
	font-size: 12px;
	height: 20px;
	padding: 2px;
}

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

label.error {
	float:left;
	margin-left:30%;
	color:red;
	width:100%;
	text-align:left;
}

/* -------------------- 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;
}