/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #f7f5f5;*/
	color: #615952;
	background-image: url(images/bg_rpt.jpg);
	background-position: top left;
	background-repeat: repeat;
}
#bg_top {
	padding: 14px 0px 10px 0px;
	background-image: url(images/bg_main.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	min-width: 980px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #36312d;
	font-size: 15px;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #e33030;
	text-decoration: none;
}
a:hover {
	color: #e33030;
	text-decoration: underline;
}	
a.doubleul {
	border-bottom: 3px double #ed2724;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
p {
	margin: 0;
	color: #333333;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	list-style-image: url(images/subbullet.gif);
}
li {
	line-height: 17px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#main {
	margin: 0 auto;
	width: 980px;
}
#header_container {
	width: 850px;
	margin: 0 auto;
}
#logo_container {
	float: left;
	padding-right: 45px;
	padding-top: 10px;
}
#nav_container {
	float: left;
	padding-top: 25px;
}
#nav_container ul{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#nav_container li{
	display: inline;
	padding-right: 25px;
}
#nav_container a {
	color: #36312d;
}
#nav_container a:hover {
	color: #e33030;
	text-decoration: none;
}
#nav_container a.on {
	color: #e33030;
	text-decoration: none;
}
#searchbox {
	float: right;
	width: 300px;
	padding-top: 67px;
}
#search_container {
	float: left;
	padding-top: 0px;
	width: 330px;
}

.home #search_container { width:200px;}

#seachbox_input {
	background-image: url(images/bg_search.jpg);
	background-repeat: no-repeat;
	float: left;
	border: none;
	padding: 2px 0px 0px 0px;
	height: 26px;
	line-height: 26px;
	margin: 0px;
	width: 163px;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#searchbutton {
	float: right;
}
/*
#h_nav_container {
	width: 904px;
	margin: 0 auto;
	background-image: url(images/bg_nav.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 17px;
	min-height: 38px;
	text-align: center;
	padding-top: 25px;
}
#h_nav_container ul{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#h_nav_container li {
	display: inline;
	padding-right: 25px;
}
#h_nav_container a {
	font-size: 14px;
	color: #36312d;
	text-transform: uppercase;
	font-weight: bold;
}
*/
#flash_container {
	margin: 0px;
	padding: 0px;
}
#index_copy_container {
	width: 900px;
	margin: 0 auto;
}
#index_copy_top {
	background-image: url(images/bg_index_copy_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 37px;
}
#index_copy_rpt {
	background-image: url(images/bg_index_copy_rpt.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	min-height: 61px;
    width:906px; margin:0 auto;
}
#index_copy_btm {
	background-image: url(images/bg_index_copy_btm.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 74px;
}
#left_column {
	float: left;
	border-right: solid 1px #cec8c0;
	padding-top: 35px;
	width: 620px;
}
.lc_padd {
	padding-right: 20px;
	padding-left: 32px;
}
.index_title {
	font-weight: bold;
	font-size: 14px;
}
.index_p p {
	font-size: 13px;
	line-height: 20px;
}
#right_column {
	float: left;
	width: 273px;
	padding-top: 19px;
}
.link_mod {
	border-bottom: solid 1px #cec8c0;
	height: 54px;
	padding-top: 10px;
	padding-left: 30px;
}
.link_mod a{
	color: #36312d;
	font-weight: bold;
}
.link_mod a:hover {
	color: #e33030;
	text-decoration: none;
}
#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 21px;
	color: #59534e;
	font-size: 11px;
	padding-left: 45px;
	padding-bottom: 50px;
}
#footer_left {
	float: left;
}
#footer_left ul {
	margin-top: 5px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#footer_left li {
	display: inline;
}
#footer_left a {
	color: #59534e;
	font-size: 11px;

	font-weight: bold;
}
#footer_left a:hover {
	color: #e33030;
	text-decoration: none;
}
#footer_left a.on {
	color: #e33030;
	text-decoration: none;
}
#footer_right {
	float: left;
}
#footer_right img {
	padding-left: 24px;
}
/* inside pages */
#icon_container {
	font-size: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
}
#icon_container a{
	color: #615952;
}
#icon_container a:hover{
	color: #e33030;
	text-decoration: none;
}
#icon_container a.on{
	color: #e33030;
	text-decoration: none;
}
#subnav_container {
	background-image: url(images/bg_img_inside.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 923px;
	margin: 0 auto;
}
#subnav {
	min-height: 43px;	
	padding-left: 15px;
}
#subnav ul{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#subnav li{
	display: inline;	
	padding: 0px;
}
#subnav a{
	color: #ffffff;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	display: block;
	float: left;
	margin-right: 15px;
}
#subnav a:hover{
	color: #af2222;
	text-decoration: none;
	background-image: url(images/tab_cream_rpt.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#subnav a.on{
	color: #af2222;
	text-decoration: none;
	background-image: url(images/tab_cream_rpt.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#subnav a.on span.left {
	background-image: url(images/tab_cream_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
}
#subnav a.on span.left span.right {
	background-image: url(images/tab_cream_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	display: block;
}
#subnav a:hover span.left {
	background-image: url(images/tab_cream_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
}
#subnav a:hover span.right {
	background-image: url(images/tab_cream_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	display: block;
}
#subnav a span.sub_arrow {
	background-image: url(images/right_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	padding-right: 15px;
	margin-right: 5px;
	padding-left: 10px;
}
#subnav a:hover span.sub_arrow {
	background-image: url(images/down_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}
#subnav a.on span.sub_arrow {
	background-image: url(images/down_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}
#photo_container {
	background-image: url(images/img_products.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 242px;
	margin-top: 7px;
}
.tagline {
	padding-top: 95px;
	padding-bottom: 0px;
	padding-left: 60px;
	color: #ffffff;
}
.subtag {
	padding-left: 60px;
	padding-top: 0px;
	margin-top: 0px;
}
#copy_container {
	width: 900px;
	margin: 0 auto;
}
#entire_rpt {
	background-image: url(images/entire_rpt.jpg);
	background-position: top left;
	min-height: 406px;
	background-repeat: repeat-y;
}
#entire_btm {
	background-image: url(images/entire_btm.jpg);
	background-position: bottom left;
	min-height: 418px;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}
#left_col {
	float: left;
	width: 639px;
}
#l_copy_top {
	background-image: url(images/l_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 396px;
}
#l_copy_padd {
	padding: 42px 55px 0px 46px;
	margin: 0px;
}
#right_col {
	float: left;
	width: 261px;
}
#r_copy_top {
	background-image: url(images/r_mod_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 262px;
}
#r_copy_rpt {
	background-image: url(images/r_mod_rpt.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	min-height: 291px;
}
#r_copy_btm {
	background-image: url(images/r_mod_btm.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 303px;
	padding-bottom: 35px;
}
#r_padd {
	padding-top: 55px;
}
#r_padd p{
	padding-left: 14px;
}
#copy_padd {
	padding: 41px 0px 32px 47px;
}
#right_col a{
	color: #36312d;
	font-weight: bold;
}
#right_col a:hover{
	color: #e33030;
	text-decoration: none;
}
.inside_link_mod {
	border-bottom: solid 1px #cec8c0;
	padding: 17px 24px 25px 14px;
}
.inside_link_mod p{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.formtitle, .formlabel {
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top
}

.formtitleerror, .formlabel_error {
	color: #ff0000;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input, .formright select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #636363;
	color: #333333;
	font-size: 12px;
	width: 250px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright textarea {
	height: 100px;
	width: 347px;
	font-family: Arial, Helvetica, sans-serif;
}
.ietextarea {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #636363;
	color: #666666;
	font-size: 12px;
	width: 340px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright select {
	height: 25px;
	width: 243px;
}
.formright input.inputbutton {
	width: 75px;
	height: 24px;
	line-height: 14px;
	background-color: #ffffff;
	color: #af2222;
	border: none;
	border: 1px solid #3c3020;
	cursor: pointer;
	margin-right: 2px;
	font-size: 12px;
}
.formright input.inputbutton:hover {
	color: #ffffff;
	background-color: #af2222;
	border: 1px solid #3c3020;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #f5f3f4;
}
.required {
	font-size: 10px;
	font-style: italic;
}
.alt_off {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}
.alt_on {
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
}
/*
Pop UP
*/
#popupmain {
	background-color: #ffffff;
	color: #615952;
}
#popupclosebar {
	background-color: #ffffff;
	background-image: url(images/tb_header.jpg);
	background-repeat: repeat-x;
	height: 49px;
	padding-right: 20px;
	text-align: right;
	font-size: 13px;
}
#popupclosebar a {
	line-height: 49px;
}
#popupcontentcell {
	padding: 10px 0px 0px 0px;
}
#popupimagecell {
	text-align: center;
	padding: 15px;
	font-size: 12px;
}
.popupbody {
	margin: 0px 0px 0px 0px;
	background-image: none;
	line-height: 15px;
	font-size: 13px;
	background-color: #ffffff;
}
.popupbody a{
	color: #ad3d12;
	text-decoration: none;
}
.popupbody a:hover{
	text-decoration: underline;
}
.popupbody p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 15px;
	font-size: 12px;
}
#popupphoto_left {
	float: left;
	width: 205px;
}
#popupphoto {
	width: 205px;
	height: 249px;
}
#popupright {
	float: right;
	width: 400px;
}
#popupright h2, #popupimagecell h2, #popupmain h2 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
#popupright p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	color: #494644;
}
#hidelogo {
	display: none;
}
#popupmain h2 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
#popupmain h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
#popuptitle {
	float: left;
	font-size: 18px;
	line-height: 49px;
	padding-left: 20px;
	color: #e33030;	
}
.step_table td.current {
	background-color: #af2222;
	color: #ffffff;
	font-weight: bold;
}
.step_table td.completed {
	background-color: #afa394;
	color: #ffffff;
}
.step_table td {
	background-color: #f7f5f5;
	color: #af2222;
}
.border {
	padding: 3px;
	border: solid 1px #cec8c0;
}
.expand_contract {
	border-bottom: #bebebe 1px solid;	
	padding-bottom: 10px;
}
.expand_contract_header {
	padding: 14px 0px 14px 0px;
	font-size: 14px;
	font-weight: bold;
}
.expand_contract_header a:hover {
	color: #af2222;
	text-decoration: none;
}
.expand_contract_header_small {
	padding: 9px 0px 9px 5px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #e3e3e3;
}
.expand_contract_header_small a:hover {
	color: #af2222;
	text-decoration: none;
}
.expand_contract_right {
	border-bottom: #bebebe 1px solid;	
	padding-bottom: 5px;
}
.expand_contract_header_right {
	padding: 7px 0px 7px 0px;
	font-size: 12px;
	font-weight: bold;
}
.expand_contract_header_right a:hover {
	color: #af2222;
	text-decoration: none;
}
.alternating_1 {
	background-color: #ffffff;
}
.alternating_1 td {
	padding: 20px 10px 20px 10px;
}
.alternating_2 {
	background-color: #f3f3f3;
}
.alternating_2 td {
	padding: 10px;
}
.small_txt {
	font-size: 10px;
}
