@charset "iso-8859-1";
/* CSS Document */



/* ----- set general defaults ----- */

html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	color: #000000; 
	font-size: 80%;
	line-height:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 20px;
	background-color: #ffffff;
}


table, input, select, textarea { font-size:100.1%}

h1 {
	font-size: 1.6em; 
	font-weight: bold;
	padding-bottom:.2em;
	color:#003399;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom:.1em;	
}

h3 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom:.1em;
	color:#003399;	
}


p {
	padding-bottom:0.2em;
}


a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	color:#333333;
}
a:hover {
	text-decoration:underline;
	color:#990000;
}


#wrappertop {
	width:840px;
	margin: 0 auto;
	background-image: url(images/wrappertop.png);
	background-repeat: no-repeat;
	background-position:top left;
	padding-top:20px;
}

#wrapper {
	xmargin-top:20px;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	background-position:center;	
}




#outer {
	margin:0 20px;
}

.bannertitle {
	display:block;	
}

#bannerimage {
	display:block;
}




#nav {
	border-top:8px solid #990000;	
	background: #E5EAF5;
	height:30px;
}

#navcallus {
	float:left;
	display:block;
	width:287px;
	line-height:30px;
	color:#003399;
	text-align:center;
}

#navmenu {
	float:right;
	display:block;
	width:513px;
}

#navmenu a {
	font-size:1.5em;
	line-height:30px;
	color:#ffffff;
	text-decoration:none; 
	text-align:center;
	float:left;
	width:171px;
}

#navmenu  a:hover {
	background-color:#003399;
	text-decoration:underline; 	
}

#navhome {
	background:#2D56A6;	
}

#navservices {
	background:#5A78B3;	
}

#navcontactus {
	background:#869BC0;	
}




#innerright {
	float:right;
	display:inline;
	width:473px;
	padding:20px;
}
#innerleft {
	float:left;
	display:inline;
	width:287px;
}


.box {
	margin:auto;
	margin-top:20px;
	width:216px;
	height:136px;
}


.phone {
font-weight:bold;
font-size:1.5em;
}


#footer {
	color:#5A78B3;
	clear:both;
	padding:20px;	
	padding-left:327px;
	background-image: url(images/wrapperbottom.png);
	background-repeat: no-repeat;
	background-position:bottom left;		
}

#footer a{
	color:#2D56A6;
}

#footer a:hover{
	color:#003399;
}












/* -- google map -- */
#map {
	width:308px;
	height:149px;
	padding:0px;
	margin:0px;
}
#mapcontainer {
	padding:6px;
	background-image: url(images/mapbg.gif);
	background-repeat: no-repeat;
	background-position:top left;
}



/* ----- clear fix ----- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* -- end clear fix -- */


