/* CSS Document */
* {
	margin: 0;
	padding: 0
}

/* commented backslash hack v2 */
html,body {
	height: 100%;
}

/* end hack */
html,body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url("../images/body_bg.gif");
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
	text-align: center;
}

#container {
	width: 992px;
	min-height: 100%;
	text-align: left;
	background-image: url("../images/container_bg.gif");
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	margin: 0px auto;
}

/* commented backslash hack v2 */
* html #container {
	height: 100%;
}

/* end hack */
#mainheader {
	position: absolute;
	left: 0;
	top: 0;
	height: 135px;
	width: 100%;
	min-width: 992px;
	background-image: url("../images/mainheader_bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	z-index: -1;
}

* html #mainheader {
	height: 161px;
	height: 160px
}

#header {
	height: 85px;
	width: 952px;
	background-image: url("../images/header_bg.gif");
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 25px 20px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

* html #header {
	height: 86px;
	height: 86px
}

#header_nav {
	width: 500px;
	position: absolute;
	bottom: 16px;
	right: 28px;
}

#innerwrap {
	width: 992px;
	text-align: left;
	margin: 5px auto;
}

#sidebar {
	float: left;
	width: 211px;
	padding: 0px 0px 0px 19px;
}

#sidebar div.sidebar_box,#content div.sidebar_box {
	width: 188px;
	border: 1px solid #b4b3b3;
	margin-bottom: 15px;
	padding: 2px;
}

#sidebar div.sidebar_box_inner,#content div.sidebar_box_inner {
	background-image: url("../images/sidebar_box_inner_bg.gif");
	background-repeat: repeat-y;
	border: 1px solid #b4b3b3;
	padding: 5px;
}

#contact_box {
	width: 188px;
	margin: 35px 0px;
	padding: 2px;
}

#contact_box div.bottom_hr {
	padding-bottom: 3px;
	margin-bottom: 3px;
}

#content {
	width: 742px;
	float: left;
	padding: 0px;
	line-height: 1.5em;
}

div.addext {
	margin-top: 35px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 992px;
	height: 30px;
	padding: 10px 0px;
	background-image: url("../images/footer_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

* html #footer {
	height: 30px;
	height: 30px;
}

#footer_nav {
	width: 300px;
	float: right;
	margin-right: 16px;
}

* html #footer_nav {
	margin-right: 8px;
}

#footer_notice {
	margin-left: 230px;
}

#clearfooter {
	height: 80px;
	width: 100%;
	clear: both
}

div.between_hr {
	width: 100%;
	border-top: 1px solid #9E0A0A;
	border-bottom: 1px solid #9E0A0A;
	padding: 25px 0px;
	margin: 5px 0px;
}

div.bottom_hr {
	width: 100%;
	border-bottom: 1px solid #9E0A0A;
	padding-bottom: 25px;
	margin-bottom: 5px;
}

div.box {
	padding: 5px;
	border: 1px solid #b4b3b3;
	margin-bottom: 25px;
	min-height: 120px;
}

div.right_image_box {
	float: right;
	width: 300px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-align: center;
}

div.right_image_footer {
	width: 100%;
	height: 68px;
	padding-top: 10px;
	background-image: url("../images/right_box_footer_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

.right_button {
	float: right;
}

.left_button {
	float: left;
}

.center_button {
    text-align: center;
}

/* *** text *** */
div,p {	margin-top: 0 }  /*clear top margin for mozilla*/

p,ul,ol { margin-bottom: 0.5em }

ul,ol {	margin-left: 20px; }

#content h1 {
	font-weight: normal;
	font-size: 1.6em;
	line-height: 135%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #9E0A0A;
}

#content h2 {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 135%;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
}

#content h3 {
	font-weight: bold;
	font-size: 1.0em;
	line-height: 135%;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
}

#content h4,#content h5,#content h6 {
	font-weight: normal;
	font-size: 1.0em;
	line-height: 135%;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
}

#sidebar div.sidebar_box h4 {
	margin: 0;
	padding: 0;
	height: 17px;
	background-image: url("../images/header_menu_bg.gif");
	background-repeat: repeat-x;
	border: 1px solid #6f0202;
	padding: 2px 5px;
	margin-bottom: 2px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

#content ul li {
	list-style-type: none;
	padding-left: 12px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-image: url("../images/ul_li_1.gif");
	background-repeat: no-repeat;
}

#content ol li {
	margin-left: 15px;
	margin-bottom: 5px;
}

#footer_notice {
	font-size: 10px;
	color: #666;
}

code {
	display: block;
	border: 1px solid #B4B3B3;
	padding: 5px;
	margin: 25px auto;
	font-size: 1.1em;
	color: #077F00;
}

.small {
	font-size: 0.9em;
}

/* *** hyperlinks *** */
#innerwrap a {
	color: #9E0A0A;
	text-decoration: underline;
}

#innerwrap a:hover {
	color: #F00;
}

a img {
	border: none;
}

/* *** menu *** */
#sidebar div.nav_v_list ul {
	padding: 0px;
	margin: 0px;
}

#sidebar div.nav_v_list li {
	list-style-type: none;
	line-height: 20px;
	background-image: url("../images/sidebar_menu_bg.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
}

* html #sidebar div.nav_v_list li {
	height: 20px;
}

#sidebar div.nav_v_list ul li a {
	display: block;
	width: 150px;
	height: 22px;
	background-image: url("../images/menu_arrow_1.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 5px 3px 10px;
	font-family: Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	overflow: hidden;
}

#sidebar div.nav_v_list ul li a:hover {
	background-color: transparent;
	background-image: url("../images/menu_arrow_1_hover.gif");
	color: #9e2927;
}

#sidebar div.nav_v_list ul li ul li a {
	width: 140px;
}

#sidebar div.nav_v_list ul li ul li ul li a {
	width: 130px;
}

#header_nav div.nav_h_flat a {
	display: block;
	float: right;
	height: 16px;
	background-image: url("../images/header_menu_bg.gif");
	background-repeat: repeat-x;
	border: 1px solid #6f0202;
	border-bottom: none;
	padding: 3px 5px;
	margin-right: 1px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#header_nav div.nav_h_flat a:hover {
	background-image: url("../images/header_menu_hover_bg.gif");
}

#footer_nav div.nav_h_flat a {
	display: block;
	float: right;
	background-image: url("../images/footer_menu_bg.gif");
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px 2px;
	padding-right: 8px;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#footer_nav div.nav_h_flat a:hover {
	background-color: transparent;
}

/* *** forms *** */
form {
	margin: 0px;
	padding: 0px;
}

input,textarea,select {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #FFF;
}

div.sidebar_box input,div.sidebar_box textarea,div.sidebar_box select {
	border-top: 1px solid #b4b3b3;
	border-left: 1px solid #b4b3b3;
	border-right: 1px solid #b4b3b3;
	border-bottom: 1px solid #b4b3b3;
	background-color: #FFF;
}

input.button,input.submit_button {
	background-color: #FFF;
	color: #000;
	border: 1px solid #9E0A0A;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 10px;
}

input.radio_field,input.checkbox_field {
	border: none;
}

fieldset {
	width: 95%;
	border: 1px solid #ccc;
	padding: 2%;
	margin-bottom: 25px;
}

legend {
	background: #efe2e2;
	padding: 4px;
	border: 1px solid #6a1b1b;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin: 0px 0px 4px 0px;
	font-weight: bold;
}

label {
	margin: 0px;
}

#search_input {
	float: left;
	width: 114px;
	height: 16px;
	margin-right: 12px;
	padding: 3px;
	font-weight: bold;
}

#search_submit {
	border: none;
}

/* *** misc *** */
table tr td {
	vertical-align: top;
}

.NoBorder {
	border: none;
}

.clear {
	clear: both;
}

hr {
	border: 1px solid #9E0A0A;
	color: 9E0A0A;
	background-color: 9E0A0A;
	height: 1px;
}

/* *** search addon *** */
#searchform input {
	
}

#searchsubmit {
	margin-top: 5px;
	padding: 0 10px;
	text-align: center;
}

#searchform fieldset {
	border: 0;
}

div.search_results {
	margin-bottom: 25px;
}

div.search_results em {
	color: #026a0c;
}