/* BKF Mini Site == 10/19/07 */

/* === GLOBAL SETTINGS ================================= */
* {	
	padding: 0; margin: 0; border: 0;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: top;
}

/*html, body {width:100%; height:100%;}*/

body {
	/*background: #cad0a3;  url(_assets/img/bg_body.gif) fixed; repeat-y center
	padding:10px; */
	font-size: 12px;
	
	/*
	letter-spacing: -.01em;
	overflow: auto; no scroll bar
	text-align: center; */
}

#container {
	position:relative;
	/*background:url(../media/images/sidebar_bg.gif) left repeat-y;*/
	margin:10px;/**/
	margin-bottom:0;
	text-align: left;
	width: 980px;

		
}


#side_bar {position:absolute; 
	 width:160px; height:100%; background:#0c4476; float:left; top:0; left:0;
}

#side_bar #logo{margin-top:10px;}

#header {
	border-bottom:#4a6c9e solid 5px; 
	margin-left:160px; 
/*SoftDev Chekhomova NV 12/11/2007 Defect #631645 Chenge:"padding: 40px 0 15px 15px;" on "padding: 40px 0 8px 15px;"*/
	padding: 40px 0 8px 15px;  
	font-size:16px; 
	text-transform:uppercase; 
	font-weight:bold; 
	color:#001f4d;
}
/*SoftDev MB 12/11/2007 Defect #631248 Rule 'line-height:20px' was changed.*/
#content{
	margin-left:160px; padding: 15px 0 0 15px; font-size:12px; line-height: 17px; color:#222222; text-align:justify;
}

#splash{
	margin-left:160px; padding-left:5px;
}



#content p {
	font-size:12px; color:#222222; margin-bottom:15px;
}

#listings_container {}

#listings_container hr {border:#0c4476 solid 1px; margin-top: 5px;}

#current_listings {margin-top:10px;}

/* JMM 12/11/07 try to match the Search listings area to Details content in size and spacing */
/*#current_listings td, #current_listings p {font-size:11px; line-height:12px;}*/
#current_listings td, #current_listings p {
	font-size:12px; line-height: 17px;
}

h1{font-size:12px; color:#0c4476; text-transform:uppercase;}

ul{margin-left:20px;}
li{margin-bottom:5px;}

#content .bb, #content .label {color:#0c4476; font-weight:bold;} /* bold blue */

#content .input {border:#92bf78 solid 1px; color:#0c4476; width:100%;}

#content .ac {width:25px;} /* area code */
#content .pf {width:25px; margin:0 3px;} /* prefix */
#content .ph {width:60px;} /* phone */


#content .req {color:#ff4645; font-weight:bold;}

#content .pw {color:#FFFFFF;} /* paragraph white */

hr {border:#92bf78 solid 2px;}

/* JMM 12/5/07 per David Appleman set this to 5px to match Customer Care - My Team */
.pb {border: #92bf78 solid 3px;} /* picture border */

#content .lp {margin-bottom:0;} /* last paragraph */

.cb {clear:both;}

.new_row{margin-top:20px;}

/* JMM 12/11/07 new class for double spacing */
.doublespace {line-height:17px;}

/* JMM 12/12/07 in doublespace class, want multi lines single spaced */
p.multi {line-height:17px;}

#footer {
	width: 980px;
	margin-left:10px; 
	padding-top:25px;
	background: url(../media/images/footer_bg.gif) no-repeat;
	color:#838383;
	font-size:10px;
}

#footer_logo {width:50px; float:left; margin:0 10px 20px 160px;}

#footer_print_1 {
	width: 980px;
	margin-left:10px; 
	padding-top:25px;
	background: url(../media/images/footer_print_bg.gif) no-repeat;
	color:#838383;
	font-size:10px;
}