/* CSS Document */
html, body{ 
 margin:0; 
 padding:0; 
 background:#FFF url(images/bg.png) repeat-x;
 font-family: Trebuchet MS, Geneva, Arial, sans-serif!important;
} 
 
#pagewidth{ 
 width:800px;
 background: #FFF url(images/container.png) repeat-y;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
background:   url(images/header.png) no-repeat;
width:760px;
height:200px;
margin: 0px 0px 0px 20px;
padding: 8px 0 0 4px;
color: #FFF;
font-weight: bold;
font-size: 11px; 
font-family: georgia, times, serif;
} 
 
 #header a:link {
 	color: #FFF;
    text-decoration: none;
    background: transparent;
 }

 #header a:visited {
 	color: #CCC;
    text-decoration: none;
    background: transparent;
 }
 
 #header a:hover {
 	color: gold;
    text-decoration: underline;
    background: transparent;
 }
 
 #header a:active {
 	color: red;
    text-decoration: underline;
    background: transparent;
 }
 
#leftcol {
 width:260px; 
 float:left; 
 position:relative;
 margin: -65px 0px 0px 10px;
 padding: 0;
 }
 html>body #leftcol {margin: -70px 0px 0px 20px; padding:0}
 
#maincol {
	 float: right; 
	 display:inline; 
	 position: relative; 
	 width:480px;
     margin: -25px 0px 0px 0px;
	 background: transparent;
	 padding: 0 20px 0 0px;
     font:	12px/1.2 Arial, Helvetica, sans-serif;

 }
 
#maincol p {
 padding: 0 10px 0px 0px;
}

#maincol h1 {padding: 0 10px;font:	14px/1.2 Arial, Helvetica, sans-serif;font-weight: bold;}
#maincol h2 {padding: 0 10px;font:	14px/1.2 Arial, Helvetica, sans-serif;font-weight: bold;}
#maincol h3 {padding: 0 10px;margin: 0 0 -10px 0;color: #999;}

#maincol ul {
 padding: 0 10px 0px 30px;
}



a:link {
	font-weight: bold;
 	color: #2957B1;
    text-decoration: none;
}

a:visited {
	font-weight: bold;
 	color: #2957B1;
    text-decoration: none;
}
 
a:hover {
	font-weight: bold;
 	color: red;
    text-decoration: underline;
}
 
a:active {
	font-weight: bold;
 	color: red;
    text-decoration: underline;
}

#calc {
	background:   url(images/calcbg.png) repeat-y;
	width: 480px;
}

#calc h3 {
	padding: 0 10px;
	margin: 0 0 10px 0;
	color: #000;
	font-weight: bold;
    font-size:	16px;

}

#footer {
	background:   url(images/footer.png) no-repeat;
	width:800px;
	height:70px;
	margin: 0;
	color: #FFF;
	font: 12px white;
	font-family: georgia, "New Century Schoolbook",times, serif;
	line-height: 14px;
    text-align: right;
	/* clear:both; */
} 

#footer p {
    padding: 0 30px;

}


#footer a:link {
 	color: #FFF;
    text-decoration: none;
    background: transparent;
}

#footer a:visited {
 	color: #CCC;
    text-decoration: none;
    background: transparent;
}
 
#footer a:hover {
 	color: gold;
    text-decoration: underline;
    background: transparent;
}
 
#footer a:active {
 	color: red;
    text-decoration: underline;
    background: transparent;
}
 
#navcontainer2 {
    font:	12px/1.2 Arial, Helvetica, sans-serif;
    text-align: left;
    padding: 0;
}

 
#navcontainer2 ul {
    padding: 0 -20px;
}
 html>body #navcontainer2 ul { padding: 0 10px;}

#navcontainer2 li {
    padding: 5px;
}


#navcontainer2 a:link {
 	font-weight: bold;
 	color: #FFF;
    text-decoration: none;
    background: transparent;
}

#navcontainer2 a:visited {
 	color: #FFF;
    text-decoration: none;
    background: transparent;
}
 
#navcontainer2 a:hover {
 	color: gold;
    text-decoration: underline;
    background: transparent;
}
 
#navcontainer2 a:active {
 	color: red;
    text-decoration: underline;
    background: transparent;
}


.navlist {
	list-style: none;
	 margin-left: 10px;
}
 html>body .navlist {margin-left: 2px;}

#phone {
	background:   url(images/questions.png);
	width: 260px;
	height: 142px;

}

#phone span {
	display: none;
}

#testimonials {
    font: 12px/1.2 Arial, Helvetica, sans-serif;
    text-align: left;
	padding: 0 10px;
	color: #FFF;
}
 
#rbc {
    font: 14px/1.0 Arial, Helvetica, sans-serif;
    text-align: center;
	padding: 10px 10px;
	border-top: 1px solid #FFF;
}

#rbc p {
    font: 12px/1.2 Arial, Helvetica, sans-serif;
    text-align: left;
	color: #FFF;

}

#rbc a:link {
 	color: #2957B1;
 	font-weight: bold;
    text-decoration: none;

}

#rbc a:active {
 	color: red;
    text-decoration: underline;

}

#rbc a:visited {
 	color: #2957B1;
    text-decoration: none;

}

#rbc a:hover {
 	color: gold;
    text-decoration: underline;

}
 
 /* *** Float containers fix: */ 
#wrapper:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
#wrapper{display: inline-table;}

/* Hides from IE-mac \*/
* html #wrapper{height: 1%;}
#wrapper{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

