/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: black;
	background-image: url(images/background_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a {
	color: #092F54;
}

a:hover {
	color: #3366CC;
}

#main {
	width: 994px;
	margin: 0 auto;
	clear: both;
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header {
	height: 220px;
}	

#header .headline {
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 170px;
	margin-left: 220px;
	width: 620px;
	overflow: hidden;
}

#nav {
	margin-top: 10px;
	width: 150px;
	float: left;
}

#nav .menuitem {
	padding: 0px 0px;
}

#nav .menuitem a {
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 120px;
	border-top: 2px solid #938B8B;
	border-left: 2px solid #938B8B; /* #5C5347 */
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	background-color: #B8AEA8;
	display: block;
	text-align: center;
	padding: 5px;
}

#nav .menuitem a:hover {
	color: white;
	background-color: #6B6060; /* #3366CC */
}

#nav .menuspacer {
	width: 30px;
	height: 15px;
	border-top: 2px solid #938B8B;
	border-left: 2px solid #938B8B;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	background-color: #6B6060;
}

#content {
	width: 654px;
	float: left;
	padding: 20px;
	line-height: 24px;
}

#content .dropcap {
	font-size: 18px;
	border-top: 2px solid #938B8B;
	border-left: 2px solid #938B8B;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	background-color: #6B6060;
	color: #B8AEA8;
	padding: 0px 8px;
	margin: 0;
	font-variant: small-caps;
	font-weight: bold;
	text-transform: capitalize;
}

#content .headline {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}

#right {
	float: left;
	width: 150px;
}

#footer {
	clear: both;
	text-align: center;
	color: black;
	font-size: 11px;
	padding: 20px;
}

.imageright {
	float: right;
	margin: 0;
	border: 0;
	padding: 0;
	margin-left: 20px;
}

.nil {
	margin: 0;
	padding: 0;
	border: 0;
}

.center {
	text-align: center;
}

.size10 {
	font-size: 10px;
}

.clearboth {
	clear: both;
}

.border1 {
	border: 1px solid black;
}

.imageleft {
	float: left;
	margin-right: 10px;
}

.margintop {
	margin-top: 10px;
}

/***** CONTACT US CSS *****/	
	
#contact {
	width: 258px;
	font-size: 14px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #666;
	color: #FDFDFD;
	float: left;
	line-height: normal;
	}

#contact .element {
	width: 250px;
	font-size: 11px;
	color: #003300;
	background-color: #FDFDFD;
	}

#contact .halfelement {
	width: 120px;
	font-size: 11px;
	color: #003300;
	background-color: #FDFDFD;
	}

#contact .half {
	float: left;
	width: 120px;
}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 11px;
	font-style: italic;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#contact a {
	text-decoration: underline;
}

#map {
	width: 356px;
	float: left;
	height: 500px;
	margin-left: 20px;
	border: 1px solid black;
}