/*----------Native Styles----------*/
body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #1E323C;
	background-repeat: repeat;
}

h2 {
	padding-bottom: -100px;
}

/*----------Layout Styles----------*/
#container {
	position: relative;
	width: 860px;
	margin: 0px auto;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	background-color: #8BBEC9;
}

#header {
	position: relative;
	width: 860px;
	height: 220px;
	background-color: #fff;
}

#logo {
	background-image: url(../../images/logo.gif);
	width: 210px;
	height: 80px;
	float: left;
}

#nav {
	width: 580px;
	height: 20px;
	padding: 30px;
	float: left;
	text-align: center;
}

#nav a {
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold;
	color: #2D5064;
	text-decoration: none;
}

#nav a:hover {
	color: #f60;
}

#header_image {
	clear: both;
	width: 860px;
	height: 140px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	background-image: url(../../images/header.jpg);
}

#header_image #caption1 {
	position: absolute;
	top: 100px;
	left: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #fff;
	display: none;
}

#header_image #caption2 {
	position: absolute;
	top: 150px;
	left: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #fc0;
	display: none;
}

#col1 {
	width: 210px;
	float: left;
	background-color: #8BBEC9;
	height: auto;
	min-height: 600px;
	height: auto;
}

#col2 {
	width: 610px;
	padding: 20px;
	float: left;
	background-color: #fff;
	min-height: 600px;
	height: 600px;
}

html>body #col2 {
	height: auto;
}

#col3 {
	width: 290px;
	float: left;
	background-color: #00FF99;
	min-height: 600px;
	height: auto;
}

#col1 #page_title {
	width: 210px;
	height: 25px;
	background-color: #2D5064;
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
}

#page_title p {
	display: inline;
}

#col1 #content {
	
}

#col2 #content {
	width: 360px;
	float: left;
}

#col2 #sidebar {
	width: 190px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	float: right;
	border: 1px solid #ccc;
}

#footer {
	clear: both;
	width: 860px;
	height: 80px;
	background-color: #2D5064;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
}

#footer a:link { color: #f60; text-decoration: none; }
#footer a:visited { color: #f60; text-decoration: none; }
#footer a:active { color: #f60; text-decoration: none; }
#footer a:hover { color: #f60; text-decoration: underline; }

/*----------Typography Styles----------*/
#col1 a {
	display: block;
	width: 200px;
	height: 23px;
	font-size: 14px;
	font-family: 'Trebuchet MS';
	color: #fff;
	background: url(../images/nav_bg.gif);
	text-decoration: none;
	padding-left: 10px;
}

#col1 .sub_nav {
	width: 180px;
	padding-left: 30px;
}

#col1 ul, ol, li {

}

html>body #col1 ul, ol {
	margin-left: -15px;
}

#col2 ul {
	margin-left: 0px;
}

html>body #col2 ul {
	margin-left: -43px;
}

#col2 li {
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	margin-bottom: 7px;
}

#col2 h1 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #303D69;
}

#col2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #156357;
	margin-bottom: -12px;
}

#col2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}

.col2_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
}

#col2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A09126;
	text-decoration: none;
}

#news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	text-decoration: underline;
}

#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #f90;
	margin-bottom: -10px;
}

#sidebar h2 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #2D5064;
	margin-bottom: -12px;
}

#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	margin-bottom: 0px;
}

#sidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #ff8000;
}

/*-----------misc------------*/
#sidebar2 { display: none; }
#col2 #content2 { width: 600px; }

#cc_form td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333;
}
#cc_form i {
	font-weight: normal;
}

#resources_local li {
	margin-bottom: 0px;
	margin-top: 0px;
}

#testimonials_box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.border {
	border: 1px solid #666;
}

.condensed {
	line-height: 13px;
}

.inlined {
	display: inline;
}

.collapse_bottom_margin {
	margin-bottom: 0px;
}

.collapse_top_margin {
	margin-top: 0px;
}

#col2 .basic_ul {
	margin-left: 2.0em !important;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

#col2 .basic_li {
	margin-bottom: 0px !important;
}

/*-----------schedule------------*/

#schedule {
	width: 600px;
	margin-top: 15px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#schedule tr.header {
	margin-bottom: -15px;
}

#schedule th {
	background: #808080;
	padding: 3px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

#schedule td.time {
	background: #005;
	height: 30px;
	padding: 3px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	margin: 0px 5px 5px 50px;
	color: #ffffff;
}

#schedule td.event {
	background: #002;
	padding: 3px;
	font-size: 9pt;
	color: #ffffff;
}