/* CSS Document */

* { margin: 0; padding: 0; }


body {
	font: 11px/2  Georgia, "Times New Roman", Times, serif;
	/*background-color: #fefef2;*/
	background:url(/template_assets/images/soc/bktileSOC.jpg) repeat-x top #fefef2;
	background-color: #000;

}
img {border: none;}

#contenthub {
	padding:0;
	margin:0 auto;
	width: 950px;
	height: auto;
	background-color: #fefef2;
	border: 1px solid #333;

}

#center_content {
	float: left;
	position: relative;
	width: 430px;
	height: 458px;
	padding:110px 10px 5px 10px;
	margin:0px;
	display: inline;
	/*background-color: #fee6cb;*/
	background:url(/template_assets/images/soc/LITsocialheader.jpg) repeat-x top #fee6cb;
	border: 0px solid #333;

}



#newsform {
	width: auto;
	height: auto;
	padding:10px;
	margin:0px;
	background-color: #fefef2;
	border: 0px solid #d05d00;

}

#left_sidebar {
	float: left;
	position: relative;
	margin:0px;
	padding:0px;
	width: 250px;
	height: 550px;
	display: inline;
	height: auto;
	border: 0px solid #333;
}

#right_sidebar {
	float: left;
	position: relative;
	margin:0px;
	padding:0px;
	width: 250px;
	height: 550px;
	display: inline;
	height: auto;
	border: 0px solid #333;
}

#backto {
	margin:0 auto;
	padding:0px;
	width: 950px;
	height: 72px;
	background-color: #fee6cb;
	border: 0px solid #333;

}






/* margin: -6px 0px 0px 386px; */

/* =TEXT FORMATTING 
_____________________________________________________ */

h1 {
	font-size:1.8em;
	margin-top: 10px;
	font-weight: normal;
	line-height:1.8;
	color:#545454;
}

h1.facebook, h1.twitter{
	font-size:18px;
	margin-top: 0px;
	margin-left: 6px;
	font-weight: normal;
	line-height:1.8;
	color:#545454;
}



h2 {
	font-size:1.6em;
	font-weight: normal;
	line-height:1.6;
	color:#666;
}

h3 {
	font-size:1.4em;
	font-weight: normal;
	line-height:1.6;
	color:#666;
}

h4 {
	font-size:1.3em;
	font-weight: normal;
	line-height:1.6;
	color:#036;
}



p {
	color:#646464;
	line-height:20px;
	padding-bottom: 20px;
	font-size: 12px;
}

ul {
	margin:0 8px 20px 30px;
	}


li {
	padding:0 10px 0px 17px;
	color:#646464;
	font-size:12px;
	font-weight:normal;
	background:url(/template_assets/images/eblast/arrow.gif) 0 4px no-repeat;
	list-style-type: none;
	padding-bottom: 12px;
}




a:link {
	color:#BE8F37;
	text-decoration:none;
	}

a:visited {
	color:#BE8F37; 
	text-decoration:none;
	}
a:hover {
	color:#BE8F37;
	text-decoration:underline;
 	}
a:active {
	color:#BE8F37; 
	text-decoration:none;
	}
	
/* =MISC STYLES 
_____________________________________________________ */	

.clearfix {
	clear:both;
	
}

