/* CSS Reset */
* { margin:0; padding:0; }

/* main */
body {
    background:rgb(10,69,91) url(../images/bodyBackground.jpg) repeat-x 0 0;
}

#container {
	width:1024px;
	margin:0 auto;
}

#rightColumn {
	float:right;
	width:550px;
}

#leftColumn {
	float:left;
	width:375px;
	margin:0 0 40px 40px;
}

#centerSingleColumn {
  width: 600px ;
  margin-left: auto ;
  margin-right: auto ;
}

/* nav */
#header {
	height:110px;
	width:960px;
	margin:20px auto 0 auto;
}
#header h1 {
	display:block;
	float:left;
	width:390px;
	height:110px;
	background:url(../images/logo.png) no-repeat 0 0;
	text-indent:-10000px;
}
#header h1 a {
	display:block;
	width:100%;
	height:100%;
}
#header h1 a:hover {
	background:url(../images/logo.png) no-repeat 0 -110px;
}

#header ul {
	display:block;
	float:right;
	width:550px;
	height:110px;
	background:url(../images/menu.png) no-repeat 0 0;
	list-style:none;
}
#header ul li {
	display:block;
	float:left;
	height:110px;
	text-indent:-10000px;
}

#home 		{ width:161px; }
#contact 	{ width:179px; }
#about 		{ width:210px; }

#header ul li a {
	display:block;
	width:100%;
	height:100%;
}

#home a:hover 		{ background:url(../images/menu.png) no-repeat 0 -110px; }
#contact a:hover 	{ background:url(../images/menu.png) no-repeat -161px -110px; }
#about a:hover 		{ background:url(../images/menu.png) no-repeat -340px -110px; }

h2 a {
	color: rgb(249,255,209)
}

h2 a:visited {
	color: rgb(249,255,209)
}

h2 a:hover {
	color: rgb(255,255,255)
}

span.logoHover {
    display:block;
    width:100%;
    height:100%;
    background:#ccc url(../images/logo.png) no-repeat 0 -125px;
 }
    span.logoHover a {
    display:block;
    width:100%;
    height:100%;
 }

/* feature */
#featuredText {
	display:block;
	position:relative;
	float:left;
	width:960px;
	/*height:auto;*/
	background:url(../images/featuredBackground.png) no-repeat 0 0;
	margin:40px 0 0 40px;
}

.altText { text-indent:-10000px; }

a#learnMoreButton {
	display:block;
	width:290px;
	height:45px;
	background:url(../images/learnMoreButton.png) no-repeat 0 0;
	margin:200px 0 0 132px;
}
a:hover#learnMoreButton { background-position:0 -45px; }

#phones {
	position:absolute;
	top:0;
	right:40px;
}

.box {
  width:100%;
	height:240px;
	float:left;
	margin: 35px 0 0 15px;
}
.box h2 {
	font:bold 20px Verdana, Geneva, sans-serif;
	color: #0b486b;
	text-transform:uppercase;
	margin:5px 0 0 5px;
}
.box p {
	font:normal 16px/20px Verdana, Geneva, sans-serif;
	color:#46464646;
}
.box1 { 
  background:url(../images/box1.png) no-repeat 0 0; 
  width:521px;
  }
  .box1 p {
    margin:25px 40px 0 80px;
  }
.box2 { 
  background:url(../images/box2.png) no-repeat 0 0; 
  width:409px;
  }
  .box2 p {
    margin:25px 40px 0 20px;
  }

#closingCopy {
	width:100%;
	float:left;
	margin:20px 20px 20px 10px;
}
#closingCopy h2 {
	font:bold 20px/24px Verdana, Geneva, sans-serif;
	color:rgb(20,20,20);
	margin:10px 0 10px 0;
}
#closingCopy p {
	font:normal 14px/20px Arial, Helvetica, sans-serif;
  color:rgb(20,20,20);
	margin-top:10px;
	margin-bottom:40px;
}

#footer {
	clear:both;
	width:940px;
}
#footer p {
	margin:5px 0 0 10px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:rgb(202,216,222);
}

#footer .divider {
  background:url(../images/divider-footer.png) repeat-x 0 0;
  margin:10px 0px 10px 0px;
  width:100%;
  height:2px;
  color:rbg(255,255,255);
}

/* Contact Form */
#contactForm {
	width:485px;
	height:466px;
	margin:0 0 50px 0;
	background:url(../images/formBox.png) no-repeat 0 0;
}

#contactFields {  
	margin: 1.5em 0 10px 0;  
	padding:0 0 10px 0; 
} 
#contactFields label { 
	display:block;
	font:normal 18px/20px Arial, Helvetica, sans-serif;
	color:#464646;
	margin:0 0 5px 0;
} 
#contactFields input { 
	font:normal 18px/20px Arial, Helvetica, sans-serif;
	width:95%;
}
#contactFields textarea {
	font:normal 18px/20px Arial, Helvetica, sans-serif;
	width:95%;
}
#contactFields ol {  
	padding: 1em 1em 0 1em;  
	list-style: none; 
} 
#contactFields li {  
	padding-bottom: 1em; 
} 

#contactFields button {  
	border-style: none; 
	width:99px;
	height:35px;
	font:normal 18px/20px Arial, Helvetica, sans-serif;
	margin-left:350px;
	background:url(../images/submit.png) no-repeat 0 0;
  text-indent:-10000px;
}


/* Contact Copy */
#contactCopy h2 {
	margin:20px 0 10px 0;
	color:#464646;
}

#contactCopy p {
	color:#464646;
	margin:0 0 5px 0;
}

#success {
	margin:60px 0 10px 0;
	color:#464646;
}

/* About */
#aboutOverview h2 {
	margin:20px 0 10px 0;
	color:#464646;
}

#aboutOverview p {
	color:#000000;
	margin:0 0 5px 0;
}

#aboutUs {
  margin:20px 0 10px 0;
  width:500px;
}
#aboutUs h2 {
  font:bold 18px Verdana, Geneva, sans-serif;
	color:#FFFFFF;
}

.aboutContent {
	margin:10px 0 25px 0;
	padding:10px 10px 10px 15px;
  background-color:rgb(185,207,213);
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px;  
}

/* Product Info */
.largeLinkText {
  font:bold 20px/24px  Helvetica, Arial, sans-serif;
}