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

body {
	background-repeat: no-repeat;
	background-color: #081118;
	
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	position: relative;
}

#header {
	background-color: #081118;
	margin: 0px;
	padding: 0;
	height: 90px;
	left: -500px;
}

#headerPic {
	background-image: url(../images/onsightlogo340x60.png);
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 340px;
	position: absolute;
	border: 0;
	left: 0px;
	top: 20px;
}

#contentPic {
	background-color: #081118;
	margin: 0px;
	padding: 0px;
	height: 125px;
	opacity: 1;
	float: left;
}
#content {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 700px;
	position: absolute;
}



#mainContent {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	width: 770px;
	float: left;
	margin-left: 0px;
	padding-top: 2px;
	overflow: visible;
	text-align: center;
}
#wrapper #mainContent p {
	color: #CCC;
}

#wrapper #mainContent h1 {
	font-size: large;
	font-weight: bold;
	padding-left: 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}


#wrapper #header #mainMenu a {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: 0;
}

.footerBoldOrange {
	font-weight: bold;
	color: #e3af48;
}
.footerPlain {
	color: #CCC;
}


#header #mainMenu {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 360px;
	float: right;
	position: absolute;
	top: 60px;
	right: 0px;
	z-index: 10;
}

#footer {
	background-color: #081118;
	margin: 0px;
	padding: 0px;
	height: 50px;
	clear: both;
	color: #F6931E;
	float: none;
	text-align: right;
}
#wrapper #footer p {
	color: #FFF;
}
.boldFooter {
	font-weight: bold;
}
.textFooter {
	color: #FFF;
}
#homeButton {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 90px;
}
#webButton {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 90px;
}
#webButton a:link,#webButton a:visited {
	text-indent: -1000em;
	display: block;
	background-image: url(../images/web90x60.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	width: 90px;
}

#webButton a:hover,#webButton a:active {
	background-position: left bottom;
border:none;
}
#homeButton a:link,#homeButton a:visited {
	text-indent: -1000em;
	display: block;
	background-image: url(../images/homeDual90x60.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	width: 90px;
}

#homeButton a:hover,#homeButton a:active {
	background-position: left bottom;
border:none;
}
#printButton {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 90px;
}
#printButton a:link,#printButton a:visited {
	text-indent: -1000em;
	display: block;
	background-image: url(../images/print90x60.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	width: 90px;
}

#printButton a:hover,#printButton a:active {
	background-position: left bottom;
border:none;
}
#wrapper #header p {
	text-align: right;
}

#dButton {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 90px;
	background-image: url(../images/3d90x30.jpg);
}

