/* CSS Document */

body /* Internet Explorer */
	{
	text-align: center;
	}

body /* Mozilla Firefox alignment */
	{
	text-align: -moz-center;
	overflow: -moz-scrollbars-vertical;
	}
	
body {

	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	
  	}
	
p {
	font-family: Arial, Verdana, helvetica, sans-serif;
  	font-size:13px;
	text-align:left;
	line-height:19px;
	
	}

h1 {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, helvetica, sans-serif;
  	font-size:13px;
	line-height:19px;
	}
	

	
ul {
	
	font-family: Arial, Verdana, helvetica, sans-serif;
  	font-size:13px;
	text-align:left;
	list-style:disc;
	}
	
table {
	
	font-family: Arial, Verdana, helvetica, sans-serif;
  	font-size:13px;
	text-align:left;
	}

td {

	padding-left:3px;
	padding-top:5px;
	padding-bottom:5px;
	
	}
	
#header {

	background-image: url(images/sbs_headerbg.gif) ;
	background-repeat:no-repeat;
	background-position:center;
	width: 958px;
	height:118px;
	margin-top:20px;
	margin-bottom:20px;
	list-style-type: disc;	
	}

#logo {
	
	text-align:center;
	padding-top: 37px;
	}
	
#navigation {

	background-image:url(images/sbs_navbg.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 958px;
	height: 41px;
	margin-bottom:35px;

	}
	
#navitems {

	text-align:center;
	padding-top: 12px;
	
	
	}
	
#maincontent {

	width: 958px;
	height:auto;		
	}

#maincontentleftcol {

	float:left;
	
	width: 342px;
	margin-left:4px;
	margin-bottom:40px;
	}

#maincontentrightcol {

	
	margin-left: 382px;
	margin-bottom:40px;	
	}
	
#footer {
	
	clear: both;
	width: 948px;	
	background-color:#FFFFFF;
	border-top: 1px solid #bebebe;
	
	
	}
	
.introtext {
	
	color:#f78600;
	font-weight:bold;
	padding-bottom:5px;
	}
	
.footertext {
	font-size: 12px;
	color:#000000;
	text-align:center;
	margin-top: 5px;
	}
	
.testimonial {
	
	font-style:normal;
	color:#000000;
	text-align:left;
	padding-right:10px;
	}
	
.phonenumber {
	
	font-size:20px;
	}

.smalltext {
	
	font-size:11px;
	}
	
.imgpadding {

	padding-top:14px;
	
	}