@charset "UTF-8";
/* CSS Document */



body, html {
	height:100%;	
}

body {
	margin:0;
	padding:0;
	font-family:Helvetica;
	font-size:62.8%;
	height:100%;
	width:100%;
	background:url(../images/blue_bg.jpg) repeat-y top left;
}

img {
	border:0px;
}

a {
	text-decoration:none;
	color:#006e6e;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	color:#006e6e;
}

#wrapper {
	width:750px;
	overflow:visible;
	min-height: 100%;
	height: auto !important;
	height:100%;
	font-size:1.2em;
	margin-bottom:-68px;
	/*padding-bottom:68px;*/
}

#header {
	text-align:left;	
	background-color:#fff;
}

#nav_div {
	background-color:#004890;
	color:#fff;
	height:25px;
	width:728px;
	float:left;
}

#nav_div_corner {
	width:22px;
	height:25px;
	float:right;
}

#sub_nav_div {
	width:138px;
	background-color:#004890;
	float:left;
	height:100%;
	
}

#main_content {
	width:612px;
	float:right;
}

#title_text {
	height:107px;
	width:234px;
	float:left;
}

#title_photo {
	width:378px;
	height:107px;
	float:right;
}

#main_text {
	width:380px;
	margin-left:20px;
	padding-top:20px;
	padding-bottom:76px;
	clear:both;
}

#main_text_home {
	width:380px;
	margin-left:20px;
	padding-top:20px;
	padding-right:10px;
	float:left;
}

#events_box {
	width:180px;
	border:2px #004890 solid;
	float:right;
	margin-top:20px;
	padding:5px;
	text-align:center;
}

#events_box h1 {
	font-size:1.1em;
	color:#F39;
	font-weight:bold;
}

#push {
	height:68px;	
}

#footer {
	width:750px;
	float:left;
	height:68px;
	overflow:hidden;
	position:relative;
}

#footer_left {
	width:138px;
	float:left;
}

#footer_right {
	width:612px;
	float:right;
	text-align:center;
}

#nav_list {
	list-style:none;
	height:25px;
	margin:0;
	padding:0;
	padding-left:10px;
}

#nav_list li {
	float:left;
	padding-left:5px;
}

#nav_list li a {
	color:#fff;	
	line-height:25px;
	display:block;
	font-weight:bold;
	font-size:1em;
}

#sub_nav_list {
	list-style:none;
	margin:0;
	padding:0;
	
	margin-top:20px;
}

#sub_nav_list li {
	padding-top:6px;	
}

#sub_nav_list li a {
	color:#fff;
	font-size:.9em;
	font-weight:bold;
	display:block;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

#sub_nav_list li a:hover {
	background-color:#00a9a6;
}

