@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}
body {
	background-color: #464748;
	background-image: url(/images/background/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body_width_holder {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#white_content_bg {
	background-color: #FFFFFF;
	width: 832px;
	margin-right: auto;
	margin-left: auto;
}
#white_content_padder {
	padding-right: 2px;
	padding-left: 2px;
}
#customer_login {
	text-align: right;
	padding-top: 2px;
	padding-bottom: 1px;
}
#rcts_photo {
	padding-bottom: 22px;
}
#navigation_column {
	float: left;
	width: 166px;
	padding-top: 28px;
}
.nav_typical {
	display: block;
	padding-bottom: 8px;
	padding-left: 4px;
}
.subnav        {
	padding-left: 16px;
}
.subnav_typical, .subnav_atypical, .super_subnav, .super_subnav_bottom {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #97999C;
}
.subnav_typical {
	padding-bottom: 4px;
	padding-left: 5px;
}
.subnav_atypical {
	margin-bottom: 8px;
	padding-left: 5px;
}
.super_subnav {
	padding-bottom: 4px;
	padding-left: 15px;
}
.super_subnav_bottom {
	margin-bottom: 8px;
	padding-left: 15px;
}




.navigation_arrows {
	margin-right: 3px;
}
#center_column {
	float: left;
	width: 494px;
}
#center_column h1 {
	color: #006576;
	margin-bottom: 6px;
}
#center_column h1 img {
	margin-right: 8px;
}
#center_column h2 {
	color: #464748;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding-right: 19px;
}
#center_column h3 {
	font-weight: normal;
	color: #006385;
	font-size: 12px;
	line-height: 28px;
	padding-right: 19px;
}

#center_column a:link, #center_column a:visited {
	text-decoration: none;
	color: #006385;
	font-weight: normal;
}


#center_column p {
	font-size: 12px;
	line-height: 28px;
	padding-bottom: 41px;
	color: #464748;
	padding-right: 19px;
}
#center_column table {
	margin-bottom: 41px;
	margin-right: 19px;
}
#center_column table tr td {
	font-size: 12px;
	line-height: 28px;
	color: #464748;
}
.gray_row {
	background-color: #DDDFDE;
	padding: 5px;
}
.normal_row {
	padding: 5px;
}


#center_column ul {
	font-size: 12px;
	line-height: 28px;
	padding-bottom: 41px;
	color: #464748;
	padding-right: 19px;
	padding-left: 15px;
	list-style-type: disc;
}
#center_column ul li ul {
	font-style: italic;
	padding-bottom: 0px;
}

#center_column .left_image {
	float: left;
	margin-right: 23px;
	margin-bottom: 15px;
}
#center_column .right_image {
	float: right;
	margin-bottom: 15px;
	margin-left: 23px;
}

#right_column {
	width: 164px;
	float: right;
	padding-top: 28px;
}
#right_column h2 {
	margin-bottom: 2px;
}


#legal {
	font-size: 10px;
	text-align: center;
	color: #C7C8CB;
	padding-bottom: 11px;
	padding-top: 58px;
}
#legal a:link, #legal a:visited {
	color: #6D6F72;
	text-decoration: none;
}
#legal a:hover, #legal a:active {
	color: #000000;
	text-decoration: underline;
}
.float_killer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

