@charset "UTF-8";
/* CSS Document */
html, body {
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	border:none;
	background:url(/images/bg_image.jpg) repeat-y center top #978c50;
}
img {
	border:none;
}
a {
	color:#366;
}
a:hover {
	color:#990000;
}
h1 {
	font-size:18px;
	text-align:center;
}
h2,h3 {
	text-align:center;
}
td {
	vertical-align:top;
}
#container {
	width:768px;
	min-height:100%;
	margin:0 auto;
}
#contactform {
	width:300px;
	margin:auto;
}
#footer {
	font-size:10px;
	text-align:right;
	color:#9C6;
	clear:both;
	height:99px;
	margin:-99px auto;
	width:768px;
	background: url(/images/footer_img.jpg) no-repeat top right;
}
#header {
	height:98px;
	width:768px;
	background:url(/images/header.jpg) no-repeat center center;
	margin:0;
	cursor:pointer;
}
.left_caption {
	font:10px Arial, Helvetica, sans-serif;
	color:#234641;
	padding:5px 10px 0 15px;
	text-align:center;
}
#left_rail {
	color:#9c6;
	width:205px;
/*	background: url(/images/left_rail_bg.jpg) top left repeat #030; */
	float:left;
	text-align:center;
}
#left_rail p {
	width:150px;
	margin:auto;
}
#loggedin {
	background:#223b0d;
	width:768px;
	margin:auto;
	height:23px;
}
#formbuttons {
	width:200px;
	text-align:center;
}
a.formbuttons {
	width:150px;
	text-align:center;
}
#loggedin a, #formbuttons a, a.formbuttons {
	border: 2px solid #366;
	display:block;
	background:url(/images/button.jpg) no-repeat center center #000;
	color:#6c3;
	text-decoration:none;
	text-align:center;
	float:left;
	margin:2px 4px 0px 4px;
}
#formbuttons a, a.formbuttons {
	padding:1px 2px 1px 2px;
}
#menubar {
	width:204px;
	margin:0;
	font:18px "Times New Roman", Times, serif;
	overflow:hidden;
	text-align:left;
}
#menubar a {
	background:url(/images/button.jpg) no-repeat center center #000;
	height:35px;
	width:204px;
	display:block;
	text-decoration:none;
	color:#6c3;
	overflow:hidden;
	line-height:34px;
}
#menubar a:hover, #loggedin a:hover, #formbuttons a:hover, a:hover.formbuttons {
	background:url(/images/button_over.jpg) no-repeat center center #000;
	color:#FFF;
}
#login {
	float:right;
}
#main_content {
	width:550px;
	padding:5px;
	float:right;
/*	background:url(/images/main_content_bg.jpg) top left repeat-y #e8e5ba; */
	color:#234641;
}
.homepagegreenbar {
	margin-left: -9px;
	border-top: 1px solid #000000;
	background: #336633 none repeat scroll 0% 50%;
	width: 564px;
}
#homepageheader {
	margin-left: -9px;
	margin-top: -7px;
	border-bottom: 2px solid #336666;
	background: url('../images/client_images/home_image.jpg') no-repeat;
	height: 208px;
	width: 564px;
	overflow:hidden;
}
/*
#main_content {
	padding-bottom:104px;
}
*/
