/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}


.clearfix:after {content:"."; display:block; height:0;
                 clear:both; visibility:hidden; }
.clearfix       {display:inline-block;}
/* Hide from IE Mac */
.clearfix       {display:block;}
/* End hide from IE Mac */

		
body{
	background:#115592 url(images/body-bg.jpg) center 71px no-repeat;
	text-align:center;
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:11px;
}
#wrapper{
	text-align:left;
	margin:0 auto;
	width:799px;
}


/* header styling */
#header{
	position:relative;
	height:68px;
}
#contact{
	position:absolute;
	left:515px;
	top:10px;
	z-index:10;
	}
	
#contact img.paddleft{
	padding-left:200px; 
}	 

#callus{
	position:absolute;
	left:550px;
	top:10px;
	z-index:11;
}	
	
.call-us{
	color:#1791c0;
	font-size:17px;
	line-height:46px;
	margin:-10px 4px 0 0px;	
	}	
.bbb{
	color:#fff;
	font-size:17px;
	font-weight:bold;
	line-height:46px;
	margin:0 20px 0 0;
	}	
	
/* banner styling */	
#banner{	
	background:url(images/banner.jpg) no-repeat;
	height:213px;	
	}
#bbb-title h1 {
	position: absolute;
	margin: 45px 0 0 45px;	
	width:230px;
	height:56px;
	background:url(images/bbb.png) no-repeat;	
}
#bbb-title h1 a{	
	display: block;	
	text-indent:-2000px;
}	

/* maincontent styling */
	
#main{
	width:733px;
	margin-top:-33px;
	padding:0 33px; 	
	background:url(images/maincontent.jpg) left 33px repeat-x;
}	

/* content styling */
#content{
	clear:both;
	display:block;
	background:#FFFFFF;
	padding:24px 0 0 0;
}

#leftcontent{
	float:left;
	width:480px;

	}
	
#leftcontent h2{
	font-size:17px;
	color:#115184;
	padding-bottom:15px;
}	

#leftcontent h3{
	font-size:17px;
	color:#115184;
}


#leftcontent p{
	font-family: arial,verdana,helvetica, sans-serif;
	color:#000; /*565656*/
	text-align:justify;
	font-size:14px;
	line-height:20px;
	margin:0 0 16px 0;
}

#leftcontent .readmore{
	color:#115184;
	text-align:right;
	font-weight:bold;
	padding:15px 0;
}

#leftcontent UL {
	font-family: arial,verdana,helvetica, sans-serif;
	font-size:14px;
    padding: 0px;
    margin: 0px;
    list-style-type: disc;
}

#leftcontent UL LI {
    display: inline;
    float: left;
    margin-top: 2px;
}

#leftcontent OL {
	font-family: arial,verdana,helvetica, sans-serif;
	font-size:14px;
margin:0 0 0 12px;
padding:2px 0 0 8px;
}

#leftcontent OL LI {
    margin-top: 2px;
list-style-position:outside;
list-style-type:decimal;
line-height:20px;
}
	
#rightcontent{
	background:#cfe0f0 url(images/rightcontent-bg.jpg) no-repeat;
	width:237px;
	float:right;	
		/*padding-left:12px;*/
	}

	
#rightcontent .inside{
	padding:0 10px;
	font-size:13px;
	line-height:16px;
}	

#rightcontent p{
	padding:10px 0;
	text-align:justify;
}


#rightcontent .readmore{
	color:#3e3e3e;
	text-align:right;
	font-weight:bold;
	padding:10px 0;
}

	
#rightcontent h4{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:33px;
}	




#rightcontent li{
	color:#000;	
	padding:6px 10px;
}

/* footer styling */

#footer{	
	clear:both;
	background:url(images/footer-bg.jpg) no-repeat ;
	padding-top:30px;
	height:101px;
	width:799px;	
	text-align:center;
	color:#FFFFFF;
	}

#footer a{
	color:#FFFFFF;
	padding:0 5px;
}

		
/* 3 blocks styling */
#boxes{
	/*padding:0 33px ;*/
}	
#boxes h3{
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:28px;
	padding-left:15px;
	padding-bottom:13px;	
	}

#boxes img{
	border:0;
}
		
#greenbox li,#bluebox li,#redbox li{
	color:#fff;	
	padding:6px 22px;
	background:url(images/bullet.gif) 10px 12px no-repeat;

	}
#greenbox{
	background:url(images/green-box.png) no-repeat;
	height:225px;
	width:237px;
	margin:0 10px 0 0;
	float:left;
}	

#greenbox h3{
	color:#000;
	font-size:13px;
	font-family: arial,verdana,helvetica, sans-serif;
}

#bluebox{
	background:url(images/bluebox.png) no-repeat;
	height:225px;
	width:237px;
	/*margin-left:10px;*/
	margin:0 10px 0 0;
	float:left;
}

#bluebox h3{
	color:#000;
	font-size:13px;
	font-family: arial,verdana,helvetica, sans-serif;
}
#redbox{
	background:url(images/redbox.png) no-repeat;
	height:225px;
	width:237px;
	/*margin-left:10px;*/
	/*margin:0 10px 0 15px;*/
	float:left;
}	

#redbox h3{
	color:#fff;
	font-size:13px;
	font-family: arial,verdana,helvetica, sans-serif;
}

/* general styling */
.bold{
	font-weight:bold;
}

div.frm	{
	width:380px; /*630*/
	height:auto;
	margin:0 0 0 17px;
	padding:0 0 0 0;
	float:left;
	display:inline;
	overflow:hidden;
	text-align:left;
	/*border:1px solid #333;*/
	font-size:13px;
}

div.frm b {
	font-size:13px;
}

.inputl {
	display: block;
	width: 130px; /*130px*/
	float: left;
	margin-bottom: 2px;
	color:#000;
	font-size:13px; /*11*/
	font-weight:bold;
}

.inputtxt {
	color:#333;
	width: 180px;
	height:13px;
	float: left;
	margin-bottom: 10px;
	margin-top: 0;
	font-size:13px; /*11*/
	background-color:#cfedfe;
	padding:0 0 0 1px;
}

/* Tables */
#sbservices {
	width: 710px;
	padding: 0;
	margin: 2px;
text-align:left;
	border: 1px solid black;
}


th {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url('images/table-bg.jpg');
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font-size:13px;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

