/**
 * PageLines Base *Starter* Section
 *
 * Use this section as a starter for section development. 
 * It contains some inline documentation to help you through the process and APIs
 * 
 * This file, style.css, will be auto-loaded by the section. 
 * 
 * For more information see developer documentation on PageLines.com
 *
 * @package PageLines
 */


/*
	Custom CSS Tips
	1. Specificity 
		- If your custom rules aren't taking effect, try adding increased specificity. 
		- To do this, you can add '.custom' or 'body' out in front of any other rule. 
		- If it still doesn't work, use an id (e.g. #page) as it has more specificity.

		
*/

#sb_home {
	margin: 40px 0px 0px 0px;
	clear: both;
	min-height: 1040px;
	width: 1100px;
	border: 0px solid #666;
}

.sb_home_left {
	text-align: left;
	width: 400px;
	margin: 0px 30px 0px 30px;
	padding: 10px 30px 10px 30px;
	float: left;
	background-color: #fff;
	height: 450px;
	border: 0px solid #666;
}

.sb_home_right {
	text-align: left;
	width: 400px;
	margin: 0px 30px 0px 30px;
	padding: 10px 30px 10px 30px;
	float: right;
	background-color: #fff;
	height: 450px;
	border: 0px solid #666;
}

#sb_home_top {
	min-height: 520px;
	width: 1060px;
	margin: 0px 20px 0px 20px;
	border: 0px solid #666;
}

#sb_home_bottom {
	min-height: 520px;
	width: 1060px;
	margin: 0px 20px 0px 20px;
	border: 0px solid #666;
}


#sb_home_bottom  .sb_home_left {
	text-align: left;
	width: 400px;
	margin: 0px 30px 0px 30px;
	padding: 30px;
	float: left;
	background-color: #fff;
	height: 200px;
	border: 0px solid #666;
}

#sb_home_bottom  .sb_home_right {
	text-align: left;
	width: 400px;
	margin: 0px 30px 0px 30px;
	padding: 30px;
	float: right;
	background-color: #fff;
	height: 200px;
	border: 0px solid #666;
}

.sb_title {
	margin: 4px 0px 8px 0px;
	text-align: center;
	font-size: 22px !important;
}

#sidebar-wrap {
	display: none;
}

.sd-wrapper {
		margin: 0 auto;
}

#sb_home p {
	font-size: 12px;
	margin: 3px 0px 3px 0px;
	text-align: justify;
}

#column-wrap.fix {
	width: 1100px !important;
}

.home_excerpt_wrapper {
	min-height: 180px;
}

.home_excerpt_wrapper a {
	color: #225E9B;
}

