@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font: normal 12px Verdana, Helvetica, Arial, sans-serif;
	line-height:1.5em;
}
#body-container {
	width: 807px;
	margin:auto;
}
#nav-container div {
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	float: left;
	font-size: 1px;
}
#nav-container .item1 {
	background-position: 0px 0px;
	width: 79px;
	height: 29px;
}
#nav-container .item2 {
	background-position: -79px 0px;
	width: 107px;
	height: 29px;
}
#nav-container .item3 {
	background-position: -186px 0px;
	width: 101px;
	height: 29px;
}
#nav-container .item4 {
	background-position: -287px 0px;
	width: 154px;
	height: 29px;
}
#nav-container .item5 {
	background-position: -441px 0px;
	width: 139px;
	height: 29px;
}
#nav-container .item6 {
	background-position: -580px 0px;
	width: 116px;
	height: 29px;
}
#nav-container .item1:hover {	background-position: 0px -27px; }
#nav-container .item2:hover {	background-position: -79px -27px; }
#nav-container .item3:hover {	background-position: -186px -27px; }
#nav-container .item4:hover {	background-position: -287px -27px; }
#nav-container .item5:hover {	background-position: -441px -27px; }
#nav-container .item6:hover {	background-position: -580px -27px; }

#home-container #boxes-container {
	padding-left: 2px;
}
#home-container #boxes-container img{
	float: left;
	padding-right: 1px;
}
#content-container #content {
	padding: 10px 10px 10px 10px;
	width: 600px;
}
#contact-content-container #content {
	padding: 10px 10px 10px 10px;
	width: 500px;
	float:left;
}
#contact-info {
padding: 10px 10px 10px 10px;
width: 260px;
float:left;
text-align:right;
}
#content-container #content-hosting {
	padding: 10px 10px 10px 10px;
	width: 800px;
}
#content-container #content p {
padding-left: 10px;
}
#footer-container {
	line-height: 51px;
	background-image:url(../images/footer-bg.png);
}
#footer-container #copyright {
font-size: 0.8em;
color:#FFFFFF;
text-align:center;
}
#spacer {
	line-height: 12px;
	margin-top:10px;
}
h1 {
	font-size: 1.3em;
	color: #66A3D3;
}
h1.home {
color: #4e6d92;
}
img {
	border: 0px;
}
h2 {
	font-size: 1em;
	color: #66A3D3;
}
ul {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
li {
	list-style-image:url(../images/chev.png);
}
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 51px;}  /* must be same height as the footer */

#footer-container {
	position: relative;
	margin-top: -51px; /* negative value of footer height */
	height: 51px;
	clear:both;
	width: 807px;
	margin-left:auto;
	margin-right:auto
	} 
/* begin gallery styling */
#jgal { list-style: none; width: 200px;  height: 650px;}
#jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 25% 25%; cursor: pointer; border: 3px solid #333; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
#jgal li img { position: absolute; top: 290px; left: 450px; display: none; }
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }
div.formRow {
padding-top: 10px;
}
div.formRow .formLabel {
width: 130px;
float:left;
}
#moreInfo {
width: 300px;
height: 100px;
}
