@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2423;
	background: url(images/background.gif) repeat-x #000000;
	margin: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

fieldset {
	border: solid 1px #2f2423;
	padding: 10px;
	margin: 0;
}

input.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2423;
	padding: 2px;
	width: 200px;
	border-top: solid 1px #2f2423;
	border-left: solid 1px #2f2423;
	border-bottom: solid 1px #b8b1b0;
	border-right: solid 1px #b8b1b0;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2423;
	padding: 2px;
	width: 300px;
	height: 100px;
	border-top: solid 1px #2f2423;
	border-left: solid 1px #2f2423;
	border-bottom: solid 1px #b8b1b0;
	border-right: solid 1px #b8b1b0;
}

legend {
	font-size: 14px;
	color: #2f2423;
}

#body_container {
	width: 684px;
	padding: 0 5px;
	margin: 0 auto;
	background: #000000;
}

#header_left {
	width: 224px;
	height: 133px;
	float: left;
}

#header_right {
	width: 455px;
	height: 133px;
	float: right;
	text-align: right;
}

#header_right #nav_block {
	float: right;
	background: #96a575;
	position: relative;
	top: 94px;
	height: 34px;
}

#header_right #nav_block #top_nav a {
	display: block;
	float: left;
	padding: 10px 16px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 14px;
	font-size: 14px;
	border-right: dashed 1px #d5ddc3;
}

#header_right #nav_block #top_nav a:hover {
	display: block;
	float: left;
	padding: 10px 16px;
	color: #566437;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 14px;
	font-size: 14px;
	border-right: dashed 1px #d5ddc3;
	background: #dfdfd4;
	text-decoration: none;
}

.clear_both {
	clear: both;
}

#body_top_left {
	width: 224px;
	height: 242px;
	background: #8592ae;
	float: left;
	margin-bottom: 5px;
}

#body_top_left a {
	border-bottom: dashed 1px #c4ccde;
	display: block;
	padding: 3px 8px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 12px;
	font-size: 12px;
}

#body_top_left a:hover {
	border-bottom: dashed 1px #c4ccde;
	display: block;
	background: #dfdfd4;
	padding: 3px 8px;
	color: #515d79;
	text-decoration: none;
}

#body_top_left a.odd {
	border-bottom: dashed 1px #c4ccde;
	display: block;
	padding: 2px 8px 3px 8px;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 12px;
	font-size: 12px;
}

#body_top_left a.odd:hover {
	border-bottom: dashed 1px #c4ccde;
	display: block;
	background: #dfdfd4;
	padding: 2px 8px 3px 8px;
	color: #515d79;
	text-decoration: none;
}

#body_top_right {
	width: 455px;
	height: 242px;
	float: right;
}

#body_middle {
	width: 654px;
	background: #efefe7;
	padding: 15px;
	line-height: 22px;
}

#body_middle a {
	color: #3860b7;
	text-decoration: none;
	border-bottom: dashed 1px #3860b7;
}

#body_middle a:hover {
	background: #3860b7;
	color: #efefe8;
}

#footer_left {
	float: left;
	font-size: 11px;
	color: #93816b;
	padding: 10px;
}

#footer_right {
	float: right;
	font-size: 11px;
	color: #93816b;
	padding: 10px;
	text-align: right;
}

#footer_right a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_right a:hover {
	text-decoration: underline;
}

.contact_form th {
	padding: 2px 4px;
	font-weight: normal;
	text-align: left;
}
