html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

label, input, select, textarea, fieldset {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

textarea {
	overflow: auto;
}

fieldset label {
	display: inline;
	width: 80px;
	text-align: left;
}

fieldset input {
	display: inline;
	width: 20px;
}

fieldset#own_row br {
	clear: left;
}

fieldset#own_row label {
	width: 210px;
}

label {
	text-align: right;
	width: 120px;
	padding-right: 10px;
}

legend {
	color: #FFF;
}

div#form_container {
	float: right;
	width: 440px;
	margin: 20px 150px 20px 45px;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #666;
	font: normal 12px/17px verdana, arial, sans-serif;
	min-width: 760px;
}

.hidden {
	position: absolute;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	line-height: 0;
}

#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

#overlay {
	text-align: left;
	background-image: url(../images/overlay.png);
}

#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

* html #overlay {
	background-color: #000;
	background-image: url(../images/blank.gif);
	filter: Alpha(opacity=50);
}

div#content {
	margin: 0 auto;
	position: relative;
	width: 750px;
	text-align: left;
}

div#top {
	background: url(../images/bg_logo.gif) no-repeat left top;
	height: 150px;
	width: 750px;
	margin: 0;
}

div#header {
	background: url(../images/bg_header.jpg) left top;
	height: 200px;
	width: 750px;
	margin: 0;
	color: #000;
}

#header h1 {
	padding: 10px 10px 10px 45px;
	font-size: 18px;
	line-height: 1.2em;
	margin: 0;
}

#main h2 {
	padding-top: 20px;
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 0 15px 0;
	color: #C60;
	text-align: center;
}

#main h3 {
	padding-top: 20px;
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 0 15px 0;
	color: #8E0501;
	text-align: center;
}

div#main {
	background: url(../images/bg_main.gif) repeat-y left top;
	width: 750px;
	margin: 0;
	color: #FFF;
}

div#main_inner {
	padding: 1px 15px 10px 45px;
}

div#footer {
	background: #000;
	width: 750px;
	margin-bottom: 20px;
	height: 30px;
}

div#main_nav {
	float: right;
	margin-top: 130px;
	font-size: 16px;
}

#main_nav_list {
	margin: 0;
	white-space: nowrap;
	padding: 0;
}

#main_nav_list li {
	display: inline;
	list-style-type: none;
	border: 0;
}

#main_nav_list a {
	padding: 2px 4px 2px 12px;
	background: #5E0501 url(../images/bg_red_tab.gif) no-repeat left top;
	float: left;
}

#main_nav_list a:link, #main_nav_list a:visited {
	color: #F7E6BA;
	text-decoration: none;
}

#main_nav_list a:hover {
	background: #FFF url(../images/bg_white_tab.gif) no-repeat left top;
	color: #5E0501;
}

#main_nav_active a:link, #main_nav_active a:visited, #main_nav_active a:hover {
	background: #FFF url(../images/bg_white_tab.gif) no-repeat left top;
	color: #5E0501;
}

#sub_nav {
	background: url(../images/bg_sub_menu.gif) repeat-y left top;
	width: 750px;
	margin: 0;
	padding: 8px 0;
	overflow: hidden;
}

#sub_nav_empty {
	background: url(../images/bg_sub_menu.gif) repeat-y left top;
	width: 750px;
	margin: 0;
	height: 30px;
}

#sub_nav_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

#sub_nav_list li {
	border-left: 1px solid #000;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

#sub_nav_list li.nav_first {
	border: none;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}

#sub_nav_list a:link, #sub_nav_list a:visited {
	color: #666;
	text-decoration: none;
}

#sub_nav_list a:hover {
	color: #5E0501;
}

#sub_nav_active a:link, #sub_nav_active a:visited, #sub_nav_active a:hover {
	color: #5E0501;
}

.bullets {
	list-style: url(../images/bullet.gif) none outside;
}

.img_right {
	float: right;
	margin: 10px;
}

.img_left {
	float: left;
	margin: 10px;
}

.clear {
	clear: both;
}

.red {
	color: #8E0501;
}

p.center {
	text-align: center;
}

div.center320 {
	width: 505px;
	float: right;
}

.center_contact {
	margin-left: 135px;
}