html {
  height:100%;
}
body {
	background:#9c9a8c;
	color:#FFF;
	font-family:Arial;
	font-size:12px;
	margin:0;
	padding:10px 0 10px 0;
}

h1 {
	padding:0px;
	margin:0;
	color:#9c9a8c;

}

#main-wrapper {
	display:block;
	margin:0pt auto;
	width:808px;
}
#wrapper {
	float:left;
	padding:0;
	width:808px;
	height:auto;
	background-color:#969173;
	background: url(images/page_main_bg.jpg) repeat-y left top;
}
#after-footer {
	display:block;
	width:808px;
	text-align:right;
}
#top-line {
	float:left;
	padding:0;
	width:808px;
	height:auto;
	background: url(images/page_top_bg.gif) no-repeat left top;
}
#bottom-line {
	float:left;
	padding:0 0 10px 0;
	width:808px;
	height:auto;
	background: url(images/page_bottom_bg.jpg) no-repeat left bottom;
}
#body-wrapper {
	float:left;
	width:798px;
	min-height:400px;
	height:auto !important;
	height:400px;
	background:url(images/body_bg.jpg) no-repeat left top;
	margin:1px 0px 0px 1px;
	
}
	

#header{
	float:left;
	height:96px;
	width:798px;
	padding-top: 0px;
}
#main {
	float:left;
	width:798px;
	min-height:400px;
	height:auto !important;
	height:400px;
}
#main .left {
	float:left;
	width:233px;
	height:auto;
}
#main .right {
	float:left;
	width:551px;
	padding-right:11px;
	height:auto;
}
div.banner_block {
	display:block;
	width:233px;
	text-align:center;
}
div.banner_block img {
	padding:3px 0 3px 0;
}
div.text_block {
	display:block;
	width:205px;
	padding-left:28px;
	padding-top:52px;
	padding-bottom:30px;
	text-align:left;
}
div.info_wrapper {
	float:left;
	width:554px;
	min-height:300px;
	height:auto !important;
	height:300px;
	background-color:#FFF;
	color:#000;
}
div.top_info {
	float:left;
	width:554px;
	min-height:300px;
	height:auto !important;
	height:300px;
	background:url(images/top_bg.jpg) no-repeat left top;
}
div.bottom_info {
	float:left;
	width:534px;
	padding:10px;
	min-height:700px;
	height:auto !important;
	height:700px;
	background:url(images/bottom_bg.jpg) no-repeat left bottom;
}
.block_info_image {
	float:left;
	width:534px;
	height:auto;
}
.block_info_text {
	float:left;
	width:534px;
	padding-top:12px;
	padding-bottom:22px;
	text-align:left;
	line-height:19px;
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999966;
}
.align_right {
	float:right;
}
.block_info_box {
	float:left;
	width:534px;
	height:auto;
	padding-top:14px;
}
.block_info_box_left {
	float:left;
	width:266px;
	height:auto;
	text-align:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999966;
	padding-right:5px;
	line-height:19px;
}
.block_info_box_right {
	float:left;
	width:250px;
	height:auto;
	text-align:left;
	padding-left:12px;
	line-height:19px;
}
#footer {
	float:left;
	width:798px;
	height:33px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	font-size:18px;
}

#footer  ul {
	list-style:none;
	margin:0;
	padding:7px 0 0 155px;
	text-align: left;
}
#footer ul li {
	float:left;
	padding: 0;
	height: 19px;
	line-height: 19px;
}

#footer ul li a   {
	color:#fff;
	font-size:18px;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul li a.current {
	color:#fff;
	margin-right: 8px;
	margin-left: 8px;	
	text-decoration: underline;
}

 a.Menu_footer    {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration: none;
	padding-right:4px;
}
 a.Menu_footer:hover {
	text-decoration: underline;
}
ul.vert-one{
	font-family: Arial;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #FFF;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 28px;
	margin: 0;
	list-style: none;
}
ul.vert-one li{
	margin:0;
	padding:0;
	list-style: none;
	padding:20px 0 20px 0;

}
ul.vert-one li.current_list {
	font-weight:bold;
	text-decoration:underline;
	
}
ul.vert-one li a{
	text-decoration:none;
	color:#FFF;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

ul.vert-one li a:hover{
	text-decoration: underline;
}
a.link_email    {
	color:#fff;
	text-decoration: none;
	font-size:11px;
}
a.link_email:hover {
	text-decoration: underline;
}
a.link_continue    {
	color:#000;
	text-decoration: underline;
	font-size:14px;
	padding-left:20px;
}
a.link_continue:hover {
	text-decoration: none;
}

.thumb img {
	border:0px;
	margin-right:10px;
 	
}

.contact_form {
	background:#9c9a8c;
	color:#FFF;
	padding:20px;
	margin:5px;
}

.contact_email {
	text-decoration:none;
	color:#000;
}