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

*{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
}

h1, h2, h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 0 0 0;
}

h1{
	font-size: 19px;
	font-weight: bold;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #ccc;
}

h2{
	font-size: 16px;
	color: #333333;
}

h3{
	font-size: 15px;
}

a:link, a:visited{
	color: #600;
	text-decoration: none;
}

a:hover{
	color: #999999;
	text-decoration: underline;
}

p{
	padding: 14px 0 0 0;
}

.clear{
	clear: both;
	height: 1px;
}

ul{
	margin: 20px;
}

dl{
	padding: 10px;
}

dt{
	font-weight: bold;
}

#header{
	height: 58px;
	width: 1000px;
	margin: 0 auto;
}

#nav{
	float: right;
	width: 551px;
}

#container{
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 0;
}

body#home #container{
	background-image: url(../images/bg_container_intro.jpg);
	background-repeat: repeat-x;
	height: 515px;
}

#content{
	width: 850px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#headerImage{
	padding: 0 0 15px 0;
}

#leftCol{
	width: 200px;
	float: left;
}

#rightCol{
	width: 600px;
	float: right;
	padding: 20px 0 0 0;
}

/* Form Styles */

.formText{
	font-size: 90%;
	padding: 0 0 10px 0;
}

.contactForm{
	margin: 10px 0 0 0;
	min-height: 500px;
}

.contactForm input, .contactForm submit, .contactForm textarea{
	border: 1px solid #ccc;
}

.contactForm label{
	display: block;
}

.formRow{
	margin: 0 0 5px 0;
}

.required{
	color: #900;
}

/* Footer Styles */

#footer a:link, #footer a:visited{
	color: #333333;
	text-decoration: none;
}

#footer a:hover{
	color: #999999;
	text-decoration: underline;
}

#footer{
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	padding: 10px 0 0 0;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
}

body#home #footer{
	background-image: none;
}

#footerContent{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#footer span{
	display: block;
	padding: 5px 0 0 0;
}

#footerNav{
	width: 350px;
	float: left;
	padding: 5px 0 0 0;
}



