/* sitestyle.css stylesheet, version 7.0, 2008-09-30 */

/* initial conditions ============================================== */
* {
	margin: 0px;
	padding: 0px;
	}
/* /initial conditions ============================================== */

/* Tag styles ========================================================= */
html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	}
body {
	text-align: center;
	color: #292906;
	background-color: #cecdbf;
	background-color: #afc3c2;
	background-image: url("/pix/bg.gif");
	background-position: top left;
	background-repeat: repeat-x;
	}

body,td,input,textarea,select,option {
	font: normal 12px arial, sans-serif;
	}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
p,
div.p,
#pagecontainer li,
.list_item .list_item_desc,
#detail .detail_desc {
	line-height: 1.4;
	}
br {line-height: 100%;}

b {font-weight: bold;}
i {font-style: italic;}
u {text-decoration: underline;}

a,
a:link,
a:visited,
a:hover,
.bn1,
.bn2,
#pagecontainer a img  {
	color: #cf2700;
	border-color: #cf2700;
	text-decoration: none;
	}
a:hover,
.bn1:hover,
.bn2:hover,
#pagecontainer a:hover img {
	color: #292906;
	border-color: #292906;
	text-decoration: underline;
	}
#pagecontainer a:hover img {
	text-decoration: none;
	}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	color: #320000;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	line-height: 110%;
	}
h1 {
	font-size: 150%;
	font-size: 22px;
	padding-top: 0px;
	}
h1 span {
	display: block;
	font-size: 18px;
	}
h2 {
	font-size: 135%;
	font-size: 18px;
	}
h2 span {
	display: block;
	font-size: 16px;
	}
h3 {
	font-size: 120%;
	font-size: 16px;
	}
h4,
#rc_partners h2 {
	font-size: 100%;
	font-size: 14px;
	}
h5,
#rc_partners h3 {
	font-size: 100%;
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	padding-bottom: 8px;
	padding-top: 10px;
	}
	
	

table {border-collapse: collapse;}
table.separate {border-collapse: separate;}

form table td {padding: 3px;}

fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #292906;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 10px 5px;
	}
legend {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	}

img {border-width: 0px;}
img, div {
	behavior: url("/iepngfix/iepngfix.htc");/* IE 5-6 png fix */
	}
/* /Tag styles ========================================================= */

/* list styles ========================================================= */
ul, ol {margin: 0px 0px 0px 5px;}
ul {padding: 0px 0px 0px 15px;}
ol {padding: 0px 0px 0px 15px;}
li {}
ul.bullet {list-style-image: url("/pix/bullet.gif");}
/* /list styles ========================================================= */

/* form ================================================================= */
select {padding: 0px 0px 0px 3px;}
option {padding: 0px 5px 0px 3px;}

label,
.form1 div.controlset label.label {
	font-weight: bold;
	font-size: 85%;
	}
input {width: 300px;}
.form2 input {width: 175px;}
textarea {width: 300px;}
.form2 textarea {width: 175px;}

.required {color: #cc0000;}
.auto {width: auto;}

.form1,
.form2 {
	padding: 10px 0px 10px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	}
.form1 div,
.form2 div {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding: 0px 0px 4px 84px;
	}
.form2 div {padding-left: 0px;}
.form1 div {width: 380px;}
html>body .form1 div {width: auto;}
.form1 label {
/* IE6 requires that the label be followed by a line break
in the source code, who knows why??? */
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 0;
	width: 80px;
	text-align: right;
	}
.form2 label {
	display: block;
	padding-bottom: 3px;
	}

.form1 div div.multicontainer,
.form1 div div.multicontainer div {
	position: static;
	padding: 0px 0px 4px 0px;
	}
.form1 div.controlset,
.form1 div.controlset div {
	position: static;
	padding: 0px 0px 4px 0px;
	}
.form1 div.controlset label {
	position: static;
	font-weight: normal;
	font-size: 100%;
	padding: 0px 10px 0px 4px;
	}
.form1 div.controlset label.label {
	padding: 0px 2px 0px 4px;
	}
.form1 div.controlset input {
	width: auto;
	}
/* /form ================================================================= */

/* buttons =========================================================================== */
/* NOTE: do NOT put these stroked buttons in a tight table, or IE will 
cut off the top border. If you MUST put them into a tight table, 
set the cellpadding to be equal with the padding below */
a.bn1, a:visited.bn1, input.bn1 {
	border-style: solid;
	border-width: 1px;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #cf2700;
	text-decoration: none !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
.bn1:hover {
	color: #cf2700;
	border-color: #cf2700;
	background-color: #ffffff;
	}
input.bn1 {
	cursor: pointer;
	padding: 1px;
	width: auto;
	}

a.bn2, a:visited.bn2, input.bn2 {
	position: relative;
	top: -2px;
	left: 4px;
	z-index: 0;
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px 1px 4px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #ffffff;
	text-decoration: none !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
.bn2:hover {
	xcolor: #cf2700;
	xborder-color: #cf2700;
	xbackground-color: #ffffff;
	}
input.bn2 {
	cursor: pointer;
	padding: 1px;
	width: auto;
	}

.bn_pdf {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 0px 5px 20px;
	background-image: url("/pix/pdficon_small.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
/* /buttons =========================================================================== */

/* body structure ================================================================== */
#shell {
	width: 930px;
	margin: 0px auto 0px auto; /* centers this div on the page, also, see body definition above */
	text-align: left;
	background-color: #ffffff;
	border: solid 0px #292906;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	*behavior:url("/ie-border-radius/border-radius.htc");/* The * keeps IE8 from reading the behavior */
	width: expression("939px");/* caused by border-radius behavior */
	}
#shell_b {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding: 8px 8px 62px 8px;
	}
#shellb_bot {
	position: absolute;
	bottom: 8px;
	z-index: 0;
	width: 914px;
	height: 62px;
	background-image: url("/pix/footer.jpg");
	background-position:  top left;
	background-repeat: no-repeat;
	}
#shellb_bot {left: 0px;}
html>body #shellb_bot {left: 8px;}

#shellcontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	/* stops page height "flash" on js resize */
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
xborder: solid 1px purple;
xbackground-color: purple;
	}
#shellbox1 {
	position: absolute;
	top: 154px;
	left: 0px;
	z-index: 10;
	width: 192px;
xbackground-color: orange; 
xborder: solid 1px orange;
	}
#shellbox1_b {
	padding: 0px 0px 20px 0px;
  }
#shellbox2 {
	margin: 0px 0px 0px 192px;
xbackground-color: yellow;
xborder: solid 1px yellow;
	}
#shellbox2_b {
	padding: 10px 12px 0px 20px;
	}
/* /body structure ================================================================== */

/* header ============================================================= */
#header {
	}
/* /header ============================================================= */

/* page ============================================================== */
#pagecontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	/* stops page height "flash" on js resize */
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
xborder: solid 1px #292906;
	}
#pagecontainer img {
	xborder-style: solid;
	xborder-width: 1px 1px 1px 1px;
	xborder-color: #292906;
	}
#pagecontainer img.noborder {border-width: 0px;}

#pageboxfull {/* NOTE: NO padding or margins in this box */
xbackground-color: blue;
xborder: solid 1px blue;
	}
#pageboxfull_b {
	padding: 0px 0px 0px 0px;
	}
#pagebox1 {/* NOTE: NO padding or margins in this box */
xbackground-color: red;
xborder: solid 1px red;
 	}
#pagebox1_b {
	margin: 0px 180px 0px 0px;
	padding: 0px 0px 0px 0px;
xborder: solid 1px #292906;
	}
.pc_v2 #pagebox1_b {
	margin: 0px 280px 0px 0px;
xborder: solid 1px #292906;
	}
  
#pagebox2 {/* NOTE: NO padding or margins in this box */
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 30;
	width: 160px;
xbackground-color: green;
xborder: solid 1px green;
 	}
.pc_v2 #pagebox2 {
	width: 260px;
xbackground-color: green;
	}
#pagebox2_b {/* all padding-margins for pagebox2 go here */ 
	padding: 0px 0px 20px 0px;
xborder: solid 1px black;
 	}
/* /page ============================================================== */

/* footer ============================================================= */
#footer1 {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	margin-top: 25px;
	padding: 10px 0px 20px 0px;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: #726e47;
	}

#login_bot {
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 10;
	font-size: 10px;
	}

#footer2 {
	width: 914px;
	margin: 0px auto 0px auto; /* centers this div on the page, also, see body definition above */
	padding: 10px 8px 20px 8px;
	xtext-align: left;
xborder: solid 1px #292906;
	}
#footer2 a {
	text-decoration: none;
	}

#footer2 #footer2_5 {
	font-size: 10px;
	}
#footer2 #hp_byline {
	padding: 3px 0px 3px 20px;
	background-image: url("/pix/hp_bug.png");
	background-position: 0px 3px;
	background-repeat: no-repeat;
xborder: solid 1px #292906;
	}
/* /footer ============================================================= */

/* navs =============================================================== */
/* see /_includes.php/nav_dropdowns.php or /_includes.php/nav_lc.php */

ul#footernav {
	xtext-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
xborder: solid 1px #292906;
	}
ul#footernav li {
	display: inline;
	}
ul#footernav li#li_start {}
ul#footernav li#li_end {}

ul#footernav a {
	font-size: 85%;
	padding: 0px 10px 0px 6px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #292906;
	}
ul#footernav a#start {}
ul#footernav a#end {border-right-width: 0px;}

ul#footernav a, ul#footernav a:visited {
	font-weight: normal;
	text-decoration: none;
	}
ul#footernav a:hover {
	text-decoration: none;
	}
/* /navs =============================================================== */


/* misc classes ===================================================================== */
.table {
	display: table;
	border-collapse: collapse;
	width: expression("100%");
xborder: solid 1px #292906;
	}
.cell {
	display: table-cell;
	vertical-align: top;
	float: expression("left");
xborder: solid 1px #292906;
	}

.alert,
.error {
	color: red;
	}

.smtxt,
.caption {
	font-size: 85%;
	}
.caption {
	padding-top: 3px;
	}
.lgtxt {font-size: 115%;}

.lineheight_normal {line-height: normal;}

.nowrap {white-space: nowrap;}

.block {display: block;}
.inline {display: inline;}
.none {display: none;}

.floatright {float: right;}
.floatleft {float: left;}
.clear {clear: both;}

img.picleft {display: block;}
.picleft, img.picleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
img.picright {display: block;}
.picright, img.picright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

div.pictxtleft:after,
div.pictxtright:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
div.pictxtleft,
div.pictxtright {
	display: expression("inline-block");
	padding-top: 8px;
	padding-bottom: expression("10px");
	}
div.pictxtleft h1,
div.pictxtleft h2,
div.pictxtleft h3,
div.pictxtleft h4,
div.pictxtright h1,
div.pictxtright h2,
div.pictxtright h3,
div.pictxtright h4 {
	padding-top: 0px;
	}
div.pictxtleft img {
	float: left;
	margin: 2px 10px 10px 0px;
	}
div.pictxtright img {
	float: right;
	margin: 2px 0px 10px 10px;
	}

.clearfix:after {
	/*apply this class to any floated element that needs to be cleared afterwards*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* toppic, initial values to be overridden in individual pages ===================== */
#toppic {
	position: relative;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 10;
	margin: 0px 0px 10px 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #999999;
	}
#toppic #image {
	}
#toppic #text_c {
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 20;
	padding: 10px;
xborder: solid 1px #292906;
	}
html>body #toppic #text_c #text_bg {/* IE 6 does will NOT take the width/height from #text_c above */
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 15;
	width:100%;
	height: 100%;
	background-color: #292906;
	filter: alpha(opacity=50);
	-khtml-opacity: .50;
	-moz-opacity: .50;
	opacity: .50;
	}
#toppic #text_c #text {
	position: relative;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 25;
	font-size: 18px;
	text-align: right;
	}
#toppic #text_c #text h2{
	font-size: 24px;
	color: #ffedc5;
	}
/* toppic =========================================================================== */

.wp_last3 {
	}
.wp_last3_headlines {
	}

.filetree_container {
	float: left;
	min-width: 100%;
	white-space: nowrap;
	background-color: #ffffff;
	border: solid 1px #000000;
	padding: 5px;
	margin-bottom: 15px;
	}

.crumbtrail {
	font-size: 10px;
	}

.banner_top {
	padding: 0px 0px 10px 0px;
	}
.banner_rc {
	}

#get_listed_login td {
	padding-right: 30px;
	vertical-align: top;
	}

#rc_partners {
	}

#cat_list {
	}
#cat_list h2 {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding: 0px 0px 8px 14px;
	}
#cat_list table {
	width: 100%;
xborder: solid 1px #000000;
	}
#cat_list td {
	width: 50%;
	vertical-align: top;
	padding: 0px 20px 20px 10px;
	}
	
#cat_list ul{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	}
#cat_list li {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	padding: 0px 0px 0px 14px;
xborder: solid 1px #000000;
	}
#cat_list li a {
	padding: 0px 0px 8px 0px;
	}
#cat_list a.openclose {
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 0;
	xpadding: 10px 10px 10px 10px;
	}
#cat_list h2 a.openclose {
	top: 4px;
	}
#cat_list li a.cat_display_title {
	display: block;
	}
 
.list_item {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #726e47;
	}
#list_item_begin {}
#list_item_end {border-bottom: 0px;}
.list_item .list_item_block {
	padding: 0px 0px 10px 0px;
	}

#detail {
	}
#detail:after {
	/*apply this class to any floated element that needs to be cleared afterwards*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
#detail {display: inline-block;}
/* Hides from IE-mac \*/
* html #detail {height: 1%;}
#detail{display: block;}
/* End hide from IE-mac */

#detail .detail_block{
	padding: 0px 0px 10px 0px;
	}

.list_item .list_item_desc,
#detail .detail_desc {
	padding: 0px 0px 10px 0px;
	}

#detail_other_sites,
#detail_owner_other_sites {
	padding: 0px 0px 14px 0px;
	}	
#detail_other_sites a,
#detail_owner_other_sites a {
	padding-right: 5px;
	}	

.detail_logo {
	float: right;
	padding: 0px 0px 10px 10px;
	}

.detail_memberships {
	color: #666666;
	padding: 0px 0px 10px 0px;
	}

h2 .reel {
	display: inline;
	margin-left: 14px;
	font-size: 12px;
	text-transform: lowercase;
	}
h2 .reel a {
	display: inline-block;
	padding: 0px 0px 0px 12px;
	background-image: url("/pix/icon_reel.gif");
	background-position: 0px 6px;
	background-repeat: no-repeat;
	}

.mobile {
	font-weight: bold;
	}
.phone {
	font-weight: bold;
	}
.contact {
	font-weight: bold;
	}
.address {
	}
.fax {
	}
.email a {
	display: block;
	padding: 0px 0px 0px 12px;
	background-image: url("/pix/icon_email.gif");
	background-position: 0px 5px;
	background-repeat: no-repeat;
	}
.web a {
	display: block;
	padding: 0px 0px 0px 12px;
	background-image: url("/pix/icon_web.gif");
	background-position: 0px 5px;
	background-repeat: no-repeat;
	}
.docs a {
	display: block;
	padding: 0px 0px 0px 12px;
	background-image: url("/pix/icon_doc.gif");
	background-position: 0px 5px;
	background-repeat: no-repeat;
	}
	
.search_form {
	font-size: 10px;
	padding: 12px 10px 12px 20px;
	padding: expression("0px 12px 0px 12px;");
	background-color: #eaecdf;
	background-color: #d7e2e1;
	border: solid 0px #292906;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
.search_form label {
	font-size: 10px;
	}
.search_form_pad {
	margin: 10px 0px 20px 0px;/* do NOT use padding here, ie bug!!!!! */
	}
.search_form #search {
	padding-bottom: 10px;
	}
.search_form #search label {
	font-size: 14px;
	color: #320000;
  }
.search_form .divider {
	height: 5px;
	}
.search_form .controlset {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding: 0px 0px 0px 16px;
xborder: solid 1px #000000;
	}
.search_form .controlset input {
	position: absolute;
	top: 0px;
  top: expression("-4px"); 
	left: 0px;
  left: expression("-4px");
	z-index: 0;
  width: auto;
  height: auto;
xborder: solid 1px #000000;
	}
  
#login_inc {
	width: 914px;
	margin: 0px auto 0px auto; /* centers this div on the page, also, see body definition above */
	padding: 10px 8px 10px 8px;
	text-align: right;
	color: #ffffff;
	}
#login_inc label {
	font-size: 10px;
	}
#login_inc input {
	width: 100px;
	}
#login_inc input.auto {
	width: auto;
	}
#login_inc .bn1 {
	color: #cf2700;
	background-color: #ffffff;
	}
#login_inc .bn1:hover {
	color: #ffffff;
	background-color: #cf2700;
	}
#login_inc #divider {
	display: inline-block;
  width: 10px;
	}

.pop_collateral {
	}

.pop_other_sites {
	}

.rc_cat_chain,
.rc_listing_type {
	font-size: 10px;
	}

.helpbox {
	xfloat: left;
	xmin-width: 190px;
	background-color: #ffffff;
	xborder: solid 1px #000000;
	margin: 20px 0px 15px 0px;
	xpadding: 10px 10px 10px 10px;
xborder: solid 1px #000000;
	}

.cartform {
	}
.cartform fieldset {
	margin-bottom: 20px;
	padding-top: 10px;
	}
.cartform legend {
	font-size: 12px;
	}

.cart {
	padding: 7px 12px 12px 12px;
	padding: expression("0px 12px 0px 12px;");
	margin: 5px 0px 15px 0px;
	background-color: #eaecdf;
	background-color: #d7e2e1;
	border: solid 0px #292906;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
.cart_item,
.cart_item_edit {
	}
.cart_item {
	}
.cart_item_edit {
	background-color: #ffffff;
	}
.cart_help {
	font-size:10px;
	font-style: italic;
	}

#rc_renew_banner {
	padding-bottom: 5px;
xborder: solid 1px #000000;
	}

#logout_bn {
	padding-bottom: 15px;
	text-align: right;
xborder: solid 1px #000000;
	}
/* /misc classes ===================================================================== */

/* defined in /sitestyle_ie.css ===================================================== */
.curve_top_left,
.curve_top_right,
.curve_bottom_left,
.curve_bottom_right {
	display: none;
	}
/* /defined in /sitestyle_ie.css ===================================================== */

/* print styles ========================== */
@media print {
/* hack to give hasLayout to IE7, stops runaway printing */
#pagecontainer,
#pageboxfull,
#pagebox0,
#pagebox1,
#pagebox2,
#pagebox3 {
	min-height: 0 !important;
	}
/* /hack to give hasLayout to IE7 */
	}
/* /print styles ========================== */


