/* Styles for Sterling Services main website pages */

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#515256;
	color:#fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.InsidePadding {
	padding:20px;
}
/* TITLE AREA STYLES */
#header-pics {
	background-color:#000;
	height: 146px;
}
#header-logo {
	background-color:#fff;
	text-align: center;
	height: 146px;
}
	
/* CONTENT AREA STYLES */
#mainContent {
	background-color:#fff;
	color:#333;
}
#mainContent-btm {
	background-image:url(../images/home-btmcurve.jpg);
	background-repeat:no-repeat;
	height:84px;
}
h1 {
	color: #bf3018;
	font-size: 18px;
	margin-bottom:2px;
}
h2 {
	color: #bf3018;
	font-size: 14px;
	margin-top:0px;
	margin-bottom:2px;
}
h3 {
	color:#006699;
	font-size:11px
}
p, ul, li {
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	vertical-align: top;
}
a {
}
a:link, a:visited {
}
a:hover, a:active {
}
.pdf {list-style-image:url(../images/pdf.gif);}

/* SIDE BAR STYLES */
#sideBar {
	background-color: #bf3018;
	vertical-align: top;}
	
#sideBar p, #sideBar h1, #sideBar h2, #sideBar h3 {
	color:#fff;
	padding: 3px 20px;}
	
#sideBar p {
	font-size: 11px;
	line-height: 16px;
}
#sidebar-btm {
	background-image:url(../images/btm-curve-red.gif);
	background-position: bottom right;
	background-repeat:no-repeat;}

#sideBar a {color:#fff;}

#sideBar .pulledQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.35;
	padding-top: 15px;
}
	
/* FOOTER STYLES */
#footer {
	background-color:#a7a9ac;
	color:#000;
	font-size:10px;
	text-align: center;
	padding: 8px;}
		
/* BACKGROUND SHADOWS */
#background {
	background-image: url(../images/bkg-main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#shadow-btm {
	background-image: url(../images/bkg-btm.jpg);
	background-repeat: repeat-y;
	background-position: center;}
