@charset "UTF-8";

body {
	background-image: url(../images/bg3.gif);
	background-repeat: repeat;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #023755;
}


#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	background-color: #EAF0EE;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 114px;
	width: 800px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#left_content {
	float: left;
	height: auto;
	width: 264px;
}
#main_content {
/*	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	*/
	float: left;
	height: auto;
	width: 530px;
}
#main_copy {
	padding-left: 50px;
	padding-right: 80px;
	padding-top: 30px;
	float: left;
	height:auto;

}
#main_copy p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 34px;
	color: #023755;
}
/* -- Main Top Navigation -- */
/*
#top_menu {
	padding-left: 264px;
	margin-top: 53px;
	padding-right: 54px;
}
*/
#top_menu ul {
	padding-left: 264px;
	margin-top:91px;
	list-style:none;
/*	width: 536px;
*/	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;	
}

#top_menu ul li {
	float: left;
	background-color: #023755;	
}

#top_menu ul a {
	padding: 0 1em;
	font-size: 13px;
	line-height: 1.5em;
	text-decoration:none;
	color:#fff;
	float:left;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
/*	background-color: #023755;
*/}

#top_menu a:hover {
	background-color: #C0BCA5;
	color: #023755;
}

/*
#top_menu {
	padding-left: 264px;
	
	padding-right: 54px;
}
#top_menu ul {
	background-color: #996600;
	height: 30px;
}
#top_menu li {
	display: inline;
	padding-right: 0px;
	}
#top_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E6DA;
	text-decoration: none;
}
#top_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFF33;
	text-decoration: underline;
	background-color: #00FF99;

}



*/
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 57px;
	width: 482px;
	padding-left: 264px;
	padding-right: 54px;
}
#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}
#main_text {
	padding-left: 60px;
	padding-right: 80px;
	padding-top: 30px;
	float: left;
	height: auto;
}
#main_text p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #023755;
}
#main_text li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #023755;
}
#header img {
	float: left;
}
#main_text img {
	margin-left: 10px;
}
#main_text .greet {
	font-size: 20px;
	line-height: 1.5em;
	font-style: italic;
}
#main_text .title {
	font-size: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_text #map {
	height: auto;
	width: 190px;
	float: left;
	margin-right: 20px;
	border: 1px solid #666666;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
