/* CSS Document */

body {
	background: #457b9f url(images/body_bg.jpg) repeat-x;
	margin: 0px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

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

#loginform p {
	margin: 0;
	padding-top: 5px;
}

a {
	color: #067806;
	text-decoration: none;
}

a:hover {
	color: #e29800;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 940px;
}

#header {
	background: transparent url(images/header_bg.jpg) no-repeat;
	height: 104px;
	float:left;
	width: 940px;
}

#menu_top {
	background: transparent url(images/menu_top_bg.jpg) no-repeat;
	height: 23px;
	text-align: right;
	clear: both;
}

#topmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#topmenu li {
	float: right;
	border-left: 1px solid #113550;
	border-bottom: 1px solid #113550;
}

#topmenu li.firstitem {
	border-right: 1px solid #113550;
}

#topmenu li a {
	display: block;
	padding: 0px 8px;
	color: #fff;
	background: #ebac2b;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	height: 100%;
	line-height: 22px;
}

#topmenu li a:hover {
	color: #356388;
	background: #f1f5f8;
}

#outer_content {
	background: transparent url(images/outer_content_bg.jpg) no-repeat top left;
	float: left;
	width: 940px;
	padding-top: 190px;
}

#menu_left {
	width: 170px;
	float: left;
	margin-top: 15px;
}

#menu_left ul.menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu_left ul.menu li {
	margin: 0px;
	padding: 0px;
}

#menu_left ul.menu li.header {
	background: transparent url(images/menu_left_header_bg.png) top right no-repeat;
	padding: 5px 5px 8px 20px;
	margin: 0px;
	color: #fff;
	width: 145px;
	font-size: 110%;
	font-weight: bold;
}

#menu_left ul.menu a {
	background: transparent url(images/menu_item_left_bg.png) bottom right no-repeat;
	display: block;	
	padding: 5px 5px 8px 20px;
	margin: 0px;
	color: #233c4f;
	text-decoration: none;
	width: 145px;
	font-size: 90%;
	font-weight: bold;
}

#menu_left ul.menu a:hover {
	background: transparent url(images/menu_item_left_bg2.png) bottom right no-repeat;
}

#content_sm_container {
		width: 514px;
		float: left;
		margin: 15px 20px 20px 20px;
}

#content_sm_top {
	background: transparent url(images/content_sm_top.png) no-repeat top left;
	padding: 10px 20px;
	color: #233c4f;
}

#content_sm_btm {
	background: transparent url(images/content_sm_btm.png) no-repeat bottom left;
	height: 10px;
}

#content_full_container {
		width: 748px;
		float: left;
		margin: 15px 0px 20px 20px;
}

#content_full_top {
	background: transparent url(images/content_full_top.png) no-repeat top left;
	padding: 10px 0 10px 19px;
	color: #233c4f;
}

#content_full_btm {
	background: transparent url(images/content_full_btm.png) no-repeat bottom left;
	height: 10px;
}

#right_container {
		width: 214px;
		float: left;
		margin: 20px 0 0;
}

.right_top {
	background: transparent url(images/right_top_bg.png) no-repeat top left;
	padding: 10px 15px;
}

.right_btm {
	background: transparent url(images/right_btm_bg.png) no-repeat bottom left;
	height: 10px;
	margin-bottom: 15px;
}

#address {
	float:left;
	color: #ffffff;
	font-weight: bold;
	padding: 20px 20px 0 30px;
	font-size: 85%;
}

#outer_bg {
	background: transparent url(images/outer_bg.jpg) no-repeat top center;
	overflow: hidden;
	height: 1%;
}

#footer {
	clear: both;
	background: #0f2b42;
	margin-top: 20px;
	padding: 15px 20px;
	color: #8ed0ff;
	font-size: 85%;
	text-align: center;
}

#footer a {
	color: #fff;	
}

#footer a:hover {
	color: #e9b721;	
}

.rtitle {
	font-size: 110%;
	font-weight: bold;
	color: #233c4f;
	margin: 0;
	padding: 5px 0;
}

.rtext {
	font-size: 100%;
	color: #233c4f;
	margin: 0;
	padding: 0 0 0 0;
}

a.more_info {
	padding: 4px 10px;
	background: #ebac2b;
	color: #fff; 
	font-size: 90%; 
	font-weight: bold; 
	text-decoration: none; 
	border: #123551 1px solid;
}

a.more_info:hover {
	color: #356388;
	background: #f1f5f8;	 
}

.brackets {
	color: #5aa1d0;	
}

.form-required {
	color: #f00;	
}

.contact-item {
	width: 300px;
}

.red {
	color: #ff0000;
}

.white {
	color: #fff;	
}

input.valerror, textarea.valerror, select.valerror {
	background: #ffebeb;
	border: 1px solid #ff0000;
}

#searchform {
	color: #fff;
	text-align: right;
	padding-top: 65px;
	margin: 0;
	font-size: 90%;
}

.searchbox {
	width: 165px; 
	font-size: 95%;
}

.submit_btn {
	color: #333;
	font-size: 90%;
}

.menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.loginmessage {
	color: #f00; 
	font-size: 90%;
}