/* 
  ================================================
  css
  ================================================
*/

body {
	font-family: Calibri, Arial, sans-serif;
	background-color: #FFFFFF;
}
#masthead {
	background-image: url(images/mastbk.jpg);
	background-repeat: repeat-x;
	background-color: #FC0;
}
#logo {
	margin: 0 auto;
	width: 980px;
}
#layout {
	background-image: url(images/sbl_middle.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 980px;
	background-color: #FFF;
	color: #000;
}
.column {
	float: right;
}
#main-column {
	width: 750px;
	margin-right: 10px;
	background: url(images/bg-main.jpg) no-repeat;
}
#sidebar {
	width: 200px;
	margin-right: 10px;
	background: url(images/bg-sidebar.jpg) no-repeat top;
	min-height:600px;
    height:auto !important;
    height:600px; 
}
.maincontent {
	padding: 20px 32px 0 32px;
	font-size: 13px;
	line-height: 1.5;
}
.maincontent p, .sidecontent p {
	margin: 3px 0 12px 0;
}
.sidecontent {
	font-size: 13px;
	line-height: 1.35;
	padding: 8px 16px;
	color: #CCC;
}
.sidecontent h3 {
	text-transform: uppercase;
	font-size: 13px;
	margin: 20px 0px 6px 0px;
}
.maincontent h1, .maincontent h2, .maincontent h3 {
	margin: 24px 0 0 0;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.maincontent h2 {
	font-size: 18px;
	margin: 3px 0 0 0;
}
.maincontent h3 {
	font-size: 16px;
}
#layout-bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height: 32px;
	background-position: left bottom;
	clear: both;
}
#footer {
	margin: 12px auto;
	width: 980px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
.quotation {
	font-size: 13px;
}
/*LINK STYLES*/
.maincontent a {
	color: #06C;
}
.maincontent a:hover, .maincontent a:focus {
	color: #000;
}
.sidecontent a, #footer a {
	color: #699;
}
.sidecontent a:hover, .sidecontent a:focus,
#footer a:hover, #footer a:focus {
	color: #FFF;
}
.section-box-wrapper {
	margin: 24px 0;
	border: 1px solid #757575;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.clearfloat {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
.section-boxes {
	background: url(images/col1-vrule.gif) repeat-y center top;
}
.section-left {
	float: left;
	width: 230px;
}
.section-right {
	float: left;
	width: 430px;
}
.section-content {
	padding: 20px 30px;
	color: #000;
}
.caption {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
}

