
/********************************************************************

 * 
 * TEMPLATE LAYOUT:
 * Settings for template layout like template width, columns, etc.
 *
*********************************************************************/

.clearbreak {
	clear: both;
}

.clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

html, body {
	border: 0;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: #E1E1E3;
	

}

#shs-body {
	margin: 0 auto;
}

#shs-master {
	font: 80%/1.5 Verdana,"Lucida Grande",Geneva,Arial,sans-serif;
	width: 1022px;
}




/**MODULE POSITIONS*/


#header {
	display: block;
	float: left;
	width: 1022px;
	min-height: 162px;
	height: auto !important;
	height: 162px;
	background: url(../images/header.jpg) no-repeat top;
}



#tools-bar {
	display: block;
	float: left;
	width: 1022px;
	height: 47px;
	height: auto !important;
	
	
	
}

#main-nav {
	display: inline;
	float: left;
	width: 787px;
	background: #3E633E url(../images/bg_links.jpg) no-repeat;
	min-height: 47px;
	line-height:19px;

}

#nav-right {
	display: block;
	float: right;
	width: 235px;
	height: 47px;
	min-height: 47px;
	background: white url(../images/bg_links2.jpg) no-repeat;
}

#top-area {
	display: block;
	float: left;
	width: 1022px;
	height: 43px;
	background: white url(../images/bg_belowlinks.jpg) no-repeat;
}

#shs-content {
	text-align: left;
	float:left;
	width: 100%;
	background: #ffffff;

}


	#shs-maincontent_inner {
		
		width:670px;
		
	}
	
	#shs-maincontent {
		float: left;
		width: 670px;
		
		
	}
	

	


	#shs-rightsidecontent {
		float: right;
		width: 352px;
	}

#shs-mainbody {
	padding: 0 20px 0 40px;
	
}

#shs-mainbody a{
	font-weight:bold;
	
}


#shs-banner {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}


#shs-pleft, {

	
}
#shs-prightt, {

	
}



#bottom-left {
	display: inline;
	float: left;
	padding-left: 30px;
}



#bottom-bar {
	display: block;
	float: left;
	width: 1022px;
	padding: 1em 0 1em 0;
}

#bottom-nav {
	display: inline;
	float: right;
	padding-right: 30px;
}




/** FOOTER **/
#footer {
	display: inline;
	float: left;
	width: 100%;
	padding: 0.8em 0 1.2em 0;
	font-size: 0.9em;
}

