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

/*Main Area Background*/
body {
	font-family:Verdana, Helvetica, Arial;
	color:#333;
	background-color: #c0c0c0;
}
html,body  {
	margin:0; padding:0;
	height:100%;
}

#container {
	width:950px;
	height:606px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	padding:0;
	background-image:url(../images/bg-contact.jpg);
	background-repeat:no-repeat;
}

h1 {
	text-indent:-9999px;
	margin:0;
	padding:0;
	line-height:0;
}

/* Top Nav Coding*/

#nav {
	position:absolute;
	font-size: 10px;
	color:#fff;
	width: 805px;
	height: 20px;
	top:25px;
	left:145px;
}

#nav ul {
	margin:0 auto;
	padding:0;
	list-style:none;
}

#nav li{
	text-decoration:none;
	float: left;
	padding-right:13px;
	letter-spacing:1px;
	/*width: 150px;*/
}
a.nav:link {
	color:#fff;
	text-decoration:none;
}
a.nav:visited {
	color:#fff;
	text-decoration:none;
}
a.nav:hover {
	color: #E3E0C7;
	text-decoration:none;
}
a.nav:active {
	color: #E3E0C7;
	text-decoration:none;
}

#home_btn {
	position:absolute;
	width:124px;
	height:106px;
	top:6px;
	left:4px;
}

#subheader {
	position:absolute;
	left:485px;
	top:80px;
	width:202px;
	font-size:11px;
	font-weight:bold;
}


#leftText{
	position:absolute;
	top:140px;
	left:460px;
	width:460px;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:18px;
	height: 241px;
}

#flash_embed{
	position:absolute;
	top:382px;
	left:460px;
	width:450px;
	margin:0;
	padding:0;
	height: 150px;
}

/* Footer */
#footer {
	position:absolute;
	width:950px;
	height:60px;
	padding:0;
	margin:0;
	text-align:center;
	font-size:10px;
	line-height:60px;
	left: 0px;
	top: 546px;
	color:#f8f8f8;
}

#credits {
	width:950px;
	height:30px;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:right;
}

a.graylink:link {
	color: #333;
	text-decoration: none;
}
a.graylink:visited {
	text-decoration: none;
	color: #333;
}
a.graylink:hover {
	text-decoration: none;
	color: #666;
}
a.graylink:active {
	text-decoration: none;
	color: #666;
}
	
/* Global font colors, list styles, and roll over links */

p {
	font-size: 11px;
	margin:0;
}

h2 {
	font-size: 11px;
	margin:0;
	color:#333;
}


.horiz_dash {
	border-top:dashed #5D6063 1px;
	width:90%;
}
