@charset "utf-8";
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
a:link, a:visited, a:active, a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #63aeac;
	text-decoration: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */


.rightheader {
	text-align: right;
	float: right;
	font-size: 12pt;
	color: #e8e9e9;
}
body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/background.jpg); background-repeat: no-repeat;
}
.gray {
	color: #2f2f2f;
}

#wrapper {
	height: auto;
	width: 800px;
	/*margin-right: auto;*/
	margin-left: 100px;
	text-align: left;
}
#sites div {
	float: left;
}
#services {
	clear: both;
}
h1 {
	font-size: 20pt;
	color: #e8e9e9;
	font-weight: normal;
}
p {
	color: #63aeac;
	font-size: 12px;
}
label {
	color: #e8e9e9;
}
form {
	width: 600px;
}
.hbar {
	top: 25px;
	position: relative;
}
.formclass {
	font-family: Verdana, Geneva, sans-serif;
	color: #63aeac;
	background-color: #000;
}
#submit {
	border: 1px solid #666;
	color: #e8e9e9;
}


.bigText {
	font-size: 12pt;
}
#header, #about, #sites, #services, #why, #contact{
	margin-top: 50px;
	margin-bottom: 50px;
}
#sites div{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
}


	h2 {
	color: #e8e9e9;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 10px;
}
.white {
	color: #e8e9e9;
}
#contact div {
	float: right;
}
.hbarnopos {
	top: 25px;
	position: relative;
}
