/*----------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: #BEC8B9;
}

#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;
	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: #BEC8B9;
	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 {
	padding: 5px;
}

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

#col2 #sidebar_container {
	width: 190px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	float: right;
}

#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;
}

/*----------Typography Styles----------*/
#col1 .white {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

#col1 .blue {
	font-size: 14px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	color: #2D5064;
}

#col1 a {
	text-decoration: none;
}

#col1 ul {
	list-style-image: url(/images/bullet.jpg);
}

#col2 ul {
}

#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: #2D5064;
}

#col2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #ff8000;
	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: #f90;
	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------------*/
#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;
}

.black {
	color: #000;
}

