/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00C;
}

ul {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ol {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}


p {
	font-size: 11px;
	margin-bottom: 10px;
}

h1, h2, h3 {
	text-transform: uppercase;
	color: #FFFFFF;
}

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

a {
	color: #AAA;
}

a:hover {
	text-decoration: none;
	color: #80CACA;
}

/*-----------------------------------------Banner--------------------------------------------- */
#banner {
	width: 990px;
	padding: 10px 0 0 10px;
	height: 60px;
	background: #009BFF;
	color: #330066;
	margin: auto;
}

#banner a{
	color: #FFFFFF;
	text-decoration: none;
}

p.banner {
	font-size: 36px;
}
/* ------------------------------------------------------------------------------------------- */

/* ---------------------------------------Page Wrap------------------------------------------- */
#page {
	width: 1000px;
	height: 819px;
	margin: auto;
	background-color: white;
	border-top: 2px solid #777;
	border-bottom: 2px solid #777;
	border-right: 2px solid #777;
	border-left: 2px solid #777;
}

#page_reference {
	width: 1000px;
	margin: auto;
	background-color: white;
	border-top: 2px solid #777;
	border-bottom: 2px solid #777;
	border-right: 2px solid #777;
	border-left: 2px solid #777;
}

#intro_page {
	width: 752px;
	margin: 50px auto auto auto;
	padding-top: 20px;
	text-align: center;
	border-top: 2px solid #777;
	border-bottom: 2px solid #777;
	border-right: 2px solid #777;
	border-left: 2px solid #777;
}

#intro_page a {
	color: yellow;

}

#intro_page a:hover {
	color: #0099FF;
}
/* ------------------------------------------------------------------------------------------- */

/* ------------------------------Nav Bar -------------------------------------------------- */
#navbar_attract {
	width: auto;
	height: 30px;
	background-color: #333;
	text-align: center;
}

#navbar_attract a{
	text-decoration: none;
	color: white;
}

#navbar_attract a:hover{
	text-decoration: underline;
	color: #80CACA;
}

.nav_link {
	float:left;
	margin: 0px 0px 0px 30px;
	padding-top: 5px;
	color: white;
}

.nav_tabs a{
	float: left;
	width: 82px;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 0px 5px;
	
	color: #FFF;
	text-decoration: none;
	background: url("pictures/design/tab.png") top left no-repeat;
}

.nav_tabs a:hover{
	float: left;
	width: 82px;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 0px 5px;
	
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background: url("pictures/design/tab_hover.png") top left no-repeat;
}

.nav_tab_active a{
	float: left;
	width: 82px;
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 0px 5px;
	
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background: url("pictures/design/tab_active.png") top left no-repeat;
}
/* ------------------------------------------------------------------------------------------- */

/* ----------------------------------------Content---------------------------------------*/

/* Column 1 */
#attract_column_1 {
	width: 300px;
	height: 610px;
	background: white;
	background-image: url(pictures/design/background_mid.JPG);
	float: left;
}

/* Column 2 */
#attract_column_2 {
	width: 700px;
	height: 610px;
	background-color: #00CCFF;
	background-image: url(pictures/design/background_mid.JPG);
	padding-top: 5px;
	float: left;
}

#reference_content {
	width: 980px;
	background-color: #FFF;
	background: white url(pictures/design/background_mid.JPG) repeat-x;
	padding: 5px 10px 10px 10px;
}

#reference_content p{
	font-size: 11px;
}

#reference_content ul{
	font-size: 11px;
	margin-left: 20px;
	list-style-type: square;
}

#reference_content a{
	color: #FF3300;
	font-size: 11px;
}

#contact_content {
	width: 980px;
	height: 590px;
	background-color: #FFF;
	background: white url(pictures/design/background_mid.JPG) repeat-x;
	padding: 5px 10px 10px 10px;
}

#contact_content p{
	font-size: 11px;
}

#contact_content ul{
	font-size: 11px;
	margin-left: 20px;
	list-style-type: square;
}

#contact_content a{
	color: #FF3300;
	font-size: 11px;
}

#contact_content a:hover{
	color: #FF9900;
}

.below_tab {
	color: white;
	width: 265px;
	height: 455px;
	margin: 28px 5px 0px 10px;
	background-color: #06C;
	
	padding: 5px 5px 0px 5px;
}

#top_list_header {
	float: left;
	margin: 300px 0px 0px 12px;
}

#top_list {
	padding: 5px 0px 0px 5px;
	background-color: #333;
	margin: 0px 5px 0px 10px;
	height: 275px;
	width: 270px;
	color: white;
	
	float: left;
}

#top_list ol{
	margin-left: 30px;
}

#top_list a{
	color: #FFF;
}

#top_list a:hover{
	text-decoration: none;
	color: #80CACA;
}

#list_muni {
	padding: 5px 0px 0px 5px;
	background-color: #333;
	margin: 28px 5px 0px 10px;
	height: 260px;
	width: 270px;
	color: white;
	
	float: left;
}

#list_muni ul{
	margin-left: 21px;
	list-style-type: square;
}

#list_muni a{
	color: #FFF;
}

#list_muni a:hover{
	text-decoration: none;
	color: #80CACA;
}

#list_attract {
	color: white;
	width: 265px;
	height: 455px;
	margin: 28px 5px 0px 10px;
	background-color: #06C;
	padding: 5px 5px 0px 5px;
	float: left;
}

#list_attract a{
	color: #FFF;
}

#list_attract a:hover{
	text-decoration: none;
	color: #80CACA;
}

#list_attract ul{
	margin-left: 20px;
	color: #FFF;
	list-style-type: square;
}

#list_attract_header{
	float: left;
	margin: 5px 0px 0px 12px;
}


#mini_map {
	padding: 17px 7px 7px 7px;
	background-color: #333;
	margin: 493px 5px 0px 10px;
	height: 90px;
	width: 261px;
	color: white;
	font-size: 18px;
	
	float: left;
}

#mini_map a{
	text-decoration: none;
	color: white;
}

#mini_map a:hover{
	color: #80CACA;
	text-decoration: underline;
}

.center_content {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul.contact {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 20px;
}

ul.contact a{
	color: #FF3300
}

ul.contact a:hover{
	color: #FF9900;
}

.content_sub {
	width: 690px;
	margin-top: 10px;
}

.content_sub p{
	text-align: center;
}

.content_sub img{
	display: block;
	margin: auto;
}

.content_sub a{
	color: #333333;
}

.content_sub a:hover{
	color: #666666;
}

.content_sub iframe{
	display: block;
	margin: auto;
}

.dist_content {
	width: 690px;
}
/* ------------------------------------------------------------------------------------------- */

/* ---------------------------------------Footer---------------------------------------------- */
#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 4px;
	background-color: white;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #555;
}

#footer a {
	margin: 0 auto;
	color: #777;
}
/* ------------------------------------------------------------------------------------------- */

