/*import main inside css */
@import url("/styles/main.css");


#sectionTitle {
color: #ffffff;
font-weight:bold;
/* font-size:14px; */
font-size:1.2em;
float:left;
width:350px;
padding-left:15px;
line-height:31px;
}
		

#breadcrumb {
	width:100% !important;
}

#maincol {
	width:100% !important;
}

#social {
 background-color:#FFFFFF !important;
margin-top: 5px !important;
padding:5px !important;
}

#featurebar {	
width:100%;
	background-image:url(/templates/homepage/images/home_gray_bar.jpg);
	background-repeat:no-repeat;
	height: 36px;
	padding:0px;

}
