@charset "utf-8";
/* CSS Document */

* {
margin: 0, padding:0;
}

body, html {
background-image: url(../images/backgroundkeys6.jpg);
background-color: #162b48;
background-repeat: repeat-x;
margin: 0;
padding:0;
border: 0;
width:100%;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}


#main {
margin-left: auto;
margin-right: auto;
width: 70em;
height: auto;
}

#wrapper {
width: 800px;
}

#MainHeader {
width: 800px;
height: 162px;
background-image: url(../images/MainHeader8.jpg)
}

#navbar {
top: 162px;
width: 800px;
height: 35px;
}

#map {
width:480px;
}

#home {
float:left;
width: 133px;
height: 35px;
text-indent:-9999px;
}

#home em {
background-image: url(../images/home.jpg);
display: block;
width:133px;
height: 35px;
}

#home a:hover em {
background-image:url(../images/homehover.jpg);
}

#aboutus {
float:left;
width: 133px;
height: 35px;
text-indent:-9999px;
}

#aboutus em {
background-image: url(../images/aboutus.jpg);
display: block;
width:133px;
height: 35px;
}

#aboutus a:hover em {
background-image:url(../images/aboutushover.jpg);
}

#services {
float:left;
width: 133px;
height: 35px;
text-indent:-9999px;
}

#services em {
background-image: url(../images/services.jpg);
display: block;
width:133px;
height: 35px;
}

#services a:hover em {
background-image:url(../images/serviceshover.jpg);
}

#ourarea {
float:left;
width: 133px;
height: 35px;
text-indent:-9999px;
}

#ourarea em {
background-image: url(../images/ourarea.jpg);
display: block;
width:133px;
height: 35px;
}

#ourarea a:hover em {
background-image:url(../images/ourareahover.jpg);
}

#pricing {
float:left;
width: 133px;
height: 35px;
text-indent:-9999px;
}

#pricing em {
background-image: url(../images/pricing.jpg);
display: block;
width:133px;
height: 35px;
}

#pricing a:hover em {
background-image:url(../images/pricinghover.jpg);
}

#contact {
float:left;
width: 135px;
height: 35px;
text-indent:-9999px;
}

#contact em {
background-image: url(../images/contact.jpg);
display: block;
width:135px;
height: 35px;
}

#contact a:hover em {
background-image:url(../images/contacthover.jpg);
}



#content {
top: 197px;
width: 800px;
overflow: auto;
background-color: #ffffff;
}

#mainContentBox {
float:left;
margin: 5px;
width: 520px;
text-align: left;
border: 1px solid #eeeeee;
padding: 5px;
min-height: 500px;
}

#altContentBox {
float:left;
margin: 5px;
min-height: 500px;
width: 230px;
text-align: left;
padding: 5px;
border: 1px solid #eeeeee;
}

.mainText {
float: left;
padding: 10px;
}

.altText {
border: 1px solid #162b48;
padding: 5px;
}

.blue {
color: #162b48;
font-size: 14px;
}

.altText2 {
text-align: left;
border: double #162b48;
padding: 5px;
}

.left {
float: left;
}


.right {
float: right;
}

.formleft{
float: left;
width: 220px;
}

.formright {
float: left;
width: 250px;
}

#footer {
float: left;
background-color: #FFFFFF;
width: 800px;
height: 24px;
font-size: 10px;
}

.pl {
display: none;
}

.tiny {
font-size: xx-small;
}

.margin {
margin: 10px;
}

.errortext {
color:#990000;
}

img {
border: none;
}

a {
text-decoration: none;
}

