/* CSS Document */

body {
	background-color: #020202;
	margin: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#main {
	width: 894px;
	margin: 0 auto;
	clear: both;
	border-top: 1px solid #FDFDFD;
}

#hp_photo {
	width: 894px;
	height: 650px;
	background-image: url(images/signature.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 2px;
}

#content {
	color: #FDFDFD;
	padding-top: 85px;
}

#content a {
	color: #FDFD99;
	text-decoration: none;
}

#content a:hover {
	color: #CCC;
	text-decoration: underline;
}

#nav {
	font-size: 12px;
}

#nav .menuitem {
	float: right;
	display: inline;
	margin: 3px 10px;
}

#nav .menuitem a {
	color: white;
	text-decoration: none;
}

#nav .menuitem a:hover {
	color: #CCC;
}
	
#footer {
	border-top: 1px solid #FDFDFD;
	clear: both;
}

#footer #nav .menuitem {
	float: left;
}

#footer .copyright {
	float: right;
	font-size: 11px;
	color: #CCC;
	text-align: center;
	padding: 3px;
	padding-bottom: 20px;
}

.imageright {
	float: right;
	margin-left: 10px;
}

.imageright div {
	padding: 1px;
	font-size: 10px;
	color: white;
	text-align: right;
	padding-bottom: 10px;
}

.headline {
	color: #FDFDFD;
	font-size: 18px;
	font-style: italic;
}

.award {
	float: left;
	width: 415px;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.center {
	text-align: center;
}

.size10 {
	font-size: 10px;
}

.clearboth {
	clear: both;
}

#map {
	width: 450px;
	height: 600px;
	border: 1px solid #FDFDFD;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	color: black;
}



/***** CONTACT US CSS *****/	
	
#contact {
	width: 358px;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #666;
	color: #FDFDFD;
	}

#contact .element {
	width: 350px;
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
	}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#contact a {
	text-decoration: underline;
}
