@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#index {
	background-attachment: scroll;
	background-image: url(../images/index_splash.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	width: 900px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #189472;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003300;
}
#index p {
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	padding-top: 150px;
	padding-left: 480px;
	font-weight: bold;
}


#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	height: auto;
}
#header {
	background-attachment: scroll;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 150px;
	width: 900px;
}
#logo {
	background-attachment: scroll;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 481px;
}
#logo a {
	display: block;
	text-indent: -140000px;
	height: 150px;
	width: 481px;
}


#menu {
	background-attachment: scroll;
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 52px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.menu_line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

#menu ul {
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	height: 32px;
	width: 111px;
	padding-top: 20px;
	text-align: center;
}
#menu a:hover {
	background-attachment: scroll;
	background-image: url(../images/over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#title_pic  {
	height: 300px;
	width: 900px;
	background-attachment: scroll;
	background-image: url(../images/mainimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #019282;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003333;
}
#title_pic p {
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	padding-left: 500px;
	padding-top: 100px;
	font-weight: bold;
}

#content {
	color: #FFFFFF;
	height: auto;
	background-color: #21655e;
	background-attachment: scroll;
	background-image: url(../images/content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 60px;
}
#content h1 {
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 14px;
}
#content h2 {
	font-size: 15px;
	padding-bottom: 10px;
}
#content li {
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	margin-left: 20px;
}
#content p {
	padding-bottom: 15px;
	line-height: 20px;
	font-size: 12px;
}
#map {
	font-size: 12px;
}
#footer {
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1a7f75;
	height: 18px;
	padding-top: 5px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339999;
}
a {
	color: #00FFCC;
}
#content a:hover {
	color: #00D9C4;
}
