/*
SBC Layout CSS Framework v4

Description:
	This stylesheet applies the design to the web pages.
	The layout design files should be located in the
	images/layout/ in the root directory.
	
Instructions:
	Do not edit this file, unless the change that you're 
	making needs to affect the entire web site.  There 
	is a good chance that not all of the elements listed 
	in this framework, are necessary for all pages.  If 
	this is the case, create a new CSS stylesheet for 
	those pages, and link that style sheet to those pages 
	directly.  You may also redefine elements in the new 
	style sheet to change the default design elements defined 
	in this file, but you should not edit this file to change
	the look of 1 page or a group of pages.
*/
html {
	background-color: #CBCBCB;
}
body {
	background-color: #CBCBCB;
	margin: 0px;
	padding: 0px;
}
#preLoader {
	display: none;
}
#outerWrapper {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}
#headerWrapper {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/layout/header3.jpg) no-repeat bottom;
	height: 120px;
}
#banner {
	height: 82px;
	margin: 0px;
	padding: 0px;
	width: 770px;
}
#mainNav {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	height: 14px;
}
#innerWrapper {
	background: url(../images/layout/index-content-box.jpg) repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	clear: both;
}
#content {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
}
#sidebar1, #sidebar2 {
	display: none;
}
#contentNav {
	background-color: #FFF;
	background: url(../images/layout/white-BG-box.jpg) repeat-y;
}
#footerWrapper {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	clear: both;
	/* border: solid 1px #cc0000; */
}
#footerConnector {
	display: none;
	background: url(../images/layout/Blue-box-top.jpg) no-repeat;
	height: 16px;
	margin: 0px;
	padding: 0px;
}
#footer {
	background: url(../images/layout/blue-box.jpg) repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
}
#footerContent {
	display: none;
	margin: 0px auto;
	padding: 0px;
	width: 734px;
}
#copyright {
	background: url(../images/layout/footer.jpg) no-repeat;
	height: 56px;
	margin: 0px;
	padding: 8px 0px 0px;
}
.breaker {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
#bannerFlash {
	height: 100px;
	margin: 0px;
	padding: 0px;
	width: 770px;
}.picPadRight {
	padding-right: 10px;
}
