/*
      Low Country Classifieds CSS
	  Added by Paul Nguyen 10/8/2009
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#wrapper_lcc { 
 margin: 0 auto;
 width: 980px;
 background-color: #ffffff;
}

#faux_lcc {
 margin-bottom: 10px;
 overflow: auto;
 width: 100%;
}

#header_lcc {
 width: 960px;
 padding: 0px 10px 0px 10px;
 margin: 10px 0px 0px 0px;
 background-image: url('http://media.charleston.net/images/classifieds/header_bg_lcc.jpg');
 height: 310px;
}
#header_lcc2 {
 width: 960px;
 padding: 0px 10px 0px 10px;
 margin: 10px 0px 0px 0px;
 background-image: url('http://media.charleston.net/images/classifieds/header_bg_lcc.jpg');
 height: 210px;
}



#headercol1_lcc { 
 display: inline;
 margin-top: 15px;
 padding: 0px;
 width: 310px;
 float: left;
 height: 260px;
}

#headercol2_lcc {
 margin-top: 15px;
 float: left;
 display: inline;
 position: relative;
 margin-left: 12px;
 padding-left: 10px;
 width: 300px;
 height: 260px;
 border-left: dashed 1px grey;
}

#headercol3_lcc {
 margin-top: 15px;
 float: left;
 display: inline;
 position: relative;
 margin-left: 12px;
 padding-left: 10px;
 width: 300px;
 height: 260px;
 border-left: dashed 1px grey;
}
#headercol1_lcc2 { 
 display: inline;
 margin-top: 0px;
 padding: 0px;
 width: 310px;
 float: left;
 height: 150px;
}

#headercol2_lcc2 {
 margin-top: 0px;
 float: left;
 display: inline;
 position: relative;
 margin-left: 12px;
 padding-left: 10px;
 width: 300px;
 height: 150px;
 border-left: dashed 1px grey;
}

#headercol3_lcc2 {
 margin-top: 0px;
 float: left;
 display: inline;
 position: relative;
 margin-left: 12px;
 padding-left: 10px;
 width: 300px;
 height: 150px;
 border-left: dashed 1px grey;
}


/* Start of Column CSS */
#container4 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#container3 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right: 265px;
}
#container2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right: 265px;
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right: 265px;
}


#leftcolumn_lcc {
	float:left;
	width: 170px;
	position:relative;
	left: 800px;
	padding: 10px;
	overflow:hidden;
}
#leftmiddle_lcc {
	float:left;
	width:250px;
	position:relative;
	left:790px;
	padding: 10px;
	overflow:hidden;
}
#rightmiddle_lcc {
	float:left;
	width:250px;
	position:relative;
	left:785px;
	padding: 10px;
	overflow:hidden;
}
#rightcolumn_lcc {
	float:left;
	width:250px;
	position:relative;
	left:790px;
	padding-top: 10px;
	overflow:hidden;
}
/* --> */


.looking_title{
	color: #2a1c7e;
	margin: 10px 5px 5px 12px;
	font-size: 26px;
}

.header_title_lcc{
	color: #2a1c7e;
	margin: 10px;
	font-size: 26px;
	font-weight: bold;
}

.header_title_link_lcc {
	margin: 5px 5px 5px 0px;
	
}

h1.header_title_link_lcc a{
	color: #2a1c7e;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

h1.header_title_link_lcc a:hover{
	text-decoration: underline;
}

h2.header_title_link_lcc a{
	color: #2a1c7e;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

h2.header_title_link_lcc a:hover{
	text-decoration: underline;
}



ul.adlinks_lcc{
	margin-left: 20px;
}

ul.adlinks_lcc li{
	/*color: #DF8438;*/
	color: #2A1C7E;
	line-height: 140%;
}

ul.adlinks_lcc li a{
	color: #333333;
}

ul.adlinks_lcc li a:hover{
	color: #9A104D;
}

/* Corner Box CSS */
.cornerBox { position: relative; background: #EFEEF3; width: 220px; }
.corner { position: absolute; width: 10px; height: 10px; background: url('http://media.charleston.net/images/classifieds/corners2.gif') no-repeat; font-size: 0%; }
.cornerBoxInner { padding: 8px; text-align: center; }
div.cornerBoxInner a{
	color: #2a1c7e;
	text-decoration: none;
}
div.cornerBoxInner h2{
	font-size: 16px;
}

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }
/* End of Corner Box CSS */


.clear { clear: both; background: none; }



