@charset "utf-8";
/* CSS Document */
/*This rule forces the scrollbar to always appear on Firefox to avoid shift*/
html { min-height: 101%; margin-bottom: 1px; }
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	text-align: center;
	color: #333333;
	
}

h1, h2, h3{color:#00647D; font-family:Trebuchet MS, Arial, Helvetica, sans-serif}
a, a:visited{color:#00647D;}
#wrapper{ padding:0px; margin-left:auto; margin-right:auto; margin-top:10px; width:828px; position:relative;  }
#header{
	position:relative;
	width:828px;
	height:128px;
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
	margin: 0px;
}
#header h1 a{
	position:absolute;
	width:213px;
	height:113px;
	left:0px;
	text-indent:-9000px;
	top: 0px;
}
#nav {
	position:relative;
	width:828px;
	height:45px;
}
#nav ul{
	margin: 0px;
}    
#nav ul li{
	display: inline;
	margin: 0px;
	list-style-type: none;	
} 
	 
#nav li a{
	height:45px;
	width:136px;
	position:absolute;	
	background-image: url(../images/nav.gif);background-repeat: no-repeat; overflow:hidden;
	text-indent: -9000px;
} 	 
a#nav1{left:0px;  background-position:    0px 0px;}
a#nav2{width:137px;left:138px;background-position: -138px 0px;}
a#nav3{width:277px;left:277px;background-position: -277px 0px;}
a#nav4{left:416px;background-position: -416px 0px;}
a#nav5{left:554px;background-position: -554px 0px;}
a#nav6{left:692px;background-position: -692px 0px;}

a#nav1:hover{background-position:    0px -45px;}
a#nav2:hover{background-position: -138px -45px;}
a#nav3:hover{background-position: -277px -45px;}
a#nav4:hover{background-position: -416px -45px;}
a#nav5:hover{background-position: -554px -45px;}
a#nav6:hover{background-position: -692px -45px;}

#main{
	background-image: url(../images/side-border.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	width: 828px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#banner {
    margin-left:auto; margin-right:auto;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 290px;
	width: 808px;
	z-index:1000;
}
#content {
    z-index:2000;
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-10px;
}
/* This code hides this style from Internet Explorer */
html>/**/body #content {

	margin-top:-20px;
}


#footer{
	width: 828px;
	padding-top:15px;
	font-size: 18px;
	color:#666666
}
.copyright{font-size:14px;}
#webdesign{float:right; font-size:12px; padding-bottom:15px;}
.testimonial {
	width: 90%;
	border: 1px solid #00647D;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
}

