/* CSS Document */

body {
	background-color: #606060;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;}

a {color:#FFFFFF; text-decoration:none}
a:hover {color:#FF6600}

#container {
	width: 765px;
	margin:auto;
	border: none;
	padding: 0px;
	overflow: hidden;}

#header {
	float:left;
	margin-bottom: 15px;
	border: none;}

#nav {
	border: none;
	float: left;
	margin: auto;}
	
#navRed {
	height: 82px;
	width: 765px;
	background: url(images/red.jpg) no-repeat;
	border: none;
	float: left;
	margin: auto;}

#navLinks {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;	
	padding-top:34px;}
#navLinks img {border: none; float:left}

#nav img{
	border: none;
	float: left;}

#footer {
	border: none;
	float:left;
	margin-top: 15px;
	padding-top: 15px;}

#content {
	border: none;
	margin-top: 35px;
	padding-top: 100px;
	padding-left: 45px;}
	
#content img {border: none;}

#page_title {
	margin-top: 15px;
	padding-top: 15px;
	}

#homeMain {
	width: 630px;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 15px;
}

#projectSub {
	width: 630px;
	font-size: 11px;
	line-height: 1.2;
	padding-bottom: 15px;
}

div.scroll {
	height: 250px;
	width: 500px;
	font-size:12px;
	line-height: 1.2;
	overflow: auto;
	color:#66CCFF;
	background-color: #606060;
	padding: 8px;
}

#homeRight {
	width: 225px;
	float: right;
	padding-right:65px;
	padding-bottom: 30px;
	font-size: 12px;
	line-height:1.2}

#aboutUs {
	width: 225px;
	float: right;
	padding-right:65px;
	font-size: 12px;
	line-height:1.2}

#contactUs {
	width: 225px;
	float: left;
	margin-left: 50px;
	padding-right: 265px;
	padding-bottom: 40px;
	font-size: 12px;
	line-height:1.2;
	}

label {
	float: left;
	text-align: left;
	width: 400px;
	font-size: 1.1em;
}

#homePics {
 	text-align:center;}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #CCCCCC;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background:#999999;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}