/* CSS Document */

body, h1, h2, h3, h4, img, li, ol, ul, p, a, div, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #ffffff;
	font-family: verdana;
	font-size: 75%;
	text-align: center;
}

.clear {
	clear: both;
}

#wrap {
	margin: 0px auto;
	width: 985px;
	background: #ffffff url(images/bg_tile.gif) top left repeat-y;
	text-align: left;
}

#header {
	margin: 0px 7px;
	height: 156px;
	background: #ffffff url(images/header_bg.gif) top left no-repeat;
}

#logo {
	height: 104px;
}

#logo img {
	display: block;
}

#nav {
	font-family: Helvetica;
	font-size: 1.1em;
}

ul.main_nav {
	list-style: none;
	margin: 23px 0px 0px 12px;
	height: 25px;
}

ul.main_nav li {
	float: left;
	padding: 0px 17px 0px 15px;
	background: url(images/nav_bg.gif) top right no-repeat;
}

.no_bg {
	background: none !important;
}

ul.main_nav li a {
	float: left;
	height: 25px;
	display: block;
	color: #9d9d9d;
	text-decoration: none;
}

ul.main_nav li a:hover {
	border-bottom: 4px solid #faa61a;
}

ul.main_nav li a.active {
	color: #494548;
	border-bottom: 4px solid #faa61a;
}

#main {
	margin: 0px 7px;
	margin-left: 27px;
}

#main a {
	color: #f6861f;
	text-decoration: underline;
}

#main a:hover {
	text-decoration: none;
}

#subnav {
	float: left;
	width: 157px;
	font-family: Verdana;
	font-size: 1em;
	margin-top: 20px;
}

ul.main_subnav {
	list-style: none;
}

ul.main_subnav li a {
	text-decoration: none !important;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 10px 0px;
	margin-right: 13px;
	font-size: 0.9em;
	color: #434343 !important;
}

ul.main_subnav li a:hover {
	color: #f6861f !important;
}

ul.main_subnav li a.active {
	background: url(images/subnav_bg.gif) top left no-repeat !important;
	color: #f6861f !important;
	padding-left: 20px;
}

ul.main_subnav li a.nav3 {
	padding-left: 20px;
	color: #797979 !important;
	padding-top: 0px !important;
}

ul.main_subnav li a:hover.nav3 {
	text-decoration: underline !important;
}

ul.main_subnav li a.nav3_active {
	padding-left: 20px;
	color: #797979 !important;
	padding-top: 0px !important;
	text-decoration: underline !important;
}

.no_border {
	border: none !important;
}

#home_left {
	float: left;
	width: 640px;
	height: 250px;
	min-height: 250px;
	margin-top: 20px;
	padding: 0px 0px 240px 22px;
	border-left: 1px solid #dcdcdc;
	color: #606060;
	font-size: 0.9em;
	line-height: 12pt;
	background: url(images/left_bg.jpg) bottom left no-repeat;
}

html>body #home_left {
	height: auto;
}

#left {
	float: left;
	width: 640px;
	height: 480px;
	min-height: 480px;
	margin-top: 20px;
	padding: 0px 0px 40px 22px;
	border-left: 1px solid #dcdcdc;
	color: #606060;
	font-size: 0.9em;
	line-height: 12pt;
}

html>body #left {
	height: auto;
}


h1 {
	color: #f6861f;
	font-family: Helvetica;
	font-size: 2.1em;
	font-weight: normal;
	margin: 10px 0px 25px 0px;
	line-height: 22pt;
}

h2 {
	color: #606060;
	font-family: Helvetica;
	font-size: 1.3em;
	margin: 20px 0px 10px 0px;
}

h3 {
	color: #f6861f;
	font-family: Helvetica;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 15px;
}

.grey_title {
	color: #606060;
}

#middle {
	float: left;
	width: 500px;
	margin-top: 20px;
	padding: 0px 20px;
	border-left: 1px solid #cacaca;
	/*background: url(images/middle_bg.gif) top right no-repeat;*/
	color: #606060;
	font-size: 0.9em;
	height: 523px;
	min-height: 523px;
	line-height: 12pt;
	margin-bottom: 30px;
}

html>body #middle {
	height: auto;
}

ul.page_list {
	list-style: disc;
	margin: 20px 0px 10px 0px;
}

ul.page_list li {
	margin: 0px 0px 10px 20px;
}

.list_col {
	float: left;
	width: 280px;
}

.team_wrap {
	background: url(images/dots_bg.gif) bottom left repeat-x;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.team_img {
	float: left;
	width: 150px;
}

.team_text {
	float: left;
	width: 340px;
}

.divider {
	height: 1px;
	background: url(images/dots_bg.gif) bottom left repeat-x;
	margin-top: 20px;
}

#login {
	position: relative;
	width: 475px;
	height: 20px;
	background: url(images/login_bg.gif) top left no-repeat;
	padding: 15px;
	margin-bottom: 40px;
}

.login_field {
	width: 145px;
}

.login_submit {
	position: absolute;
	top: 16px;
	right: 20px;
}

form.register_form br {
	clear: both;
}

form.register_form label {
	float: left;
	display: block;
	width: 150px;
	margin-bottom: 15px;
}

.register_field {
	width: 200px;
}

#right {
	float: right;
	width: 235px;
	padding-bottom: 30px;
}

#right_img {
	border-left: 1px solid #c2bebf;
	border-bottom: 1px solid #c2bebf;
	margin-bottom: 3px;
}

ul.promo_list {
	list-style: none;
}

ul.promo_list li {
	display: block;
}

ul.promo_list li a {
	display: block;
	width: 225px;
	height: 83px;
	padding: 4px 0px 0px 10px;
	background: url(images/promo_bg.gif) top left no-repeat;
	color: #ffffff !important;
	text-decoration: none !important;
}

ul.promo_list li a:hover {
	background-position: -235px !important;
}

.promo_title {
	font-family: Helvetica;
	font-weight: bold;
}

.grey_text {
	color: #5f5f5f !important;
	line-height: 13pt !important;
}

.promo_large {
	background: url(images/large_promo_bg.gif) top left no-repeat !important;
	height: 99px !important;
}

#footer {
	height: 59px;
	background: url(images/footer_bg.gif) top left no-repeat;
	color: #555555;
	font-size: 0.8em;
}

.footer_left {
	float: left;
	margin: 13px 0px 0px 30px;
}

.footer_right {
	float: right;
	margin: 13px 30px 0px 0px;
}

#footer a {
	color: #555555;
	text-decoration: none;
}

table.report_table tr {
	background-color: #f0f0f0
}

table.report_table td {
	padding: 3px;
	border-bottom: 1px solid #ffffff;
}

.large_text {
	font-size: 1.2em;
	padding: 5px 0px;
}