html, body {
	color: #333;
	height: 100%;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 65px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #486E81;
	font: 13px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
}

* {margin: 0px; padding: 0px;}

/* @group Layout */

#main_container { 
	width: 780px;
	height: auto;
	min-height: 500px;
	padding: 0px;
	margin: 40px auto 0px;
	text-align: center;
}

#header {
	width: 780px;
	height: 91px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: #fff;
}

#leftcolumn {
	width: 194px;
	height: auto;
	min-height: 420px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background: #486E81 url(images/navbg.jpg) repeat-y left top;
	float: left;
}

#nav {
	width: 194px;
	height: 422px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: #a5a5a5;
	font-size: 0px;
	line-height: 0px;
	background: url(images/navbg_off.jpg) no-repeat left top;
}

#nav ul {
	padding: 0px;
	margin: -7px 0px 0px;
}

#nav ul li {
	height: 36px;
	list-style-type: none;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav ul li a {
	height: 36px;
	list-style-type: none;
	margin: 0px;
	display: block;
	padding: 8px 20px 0px;
}

#locationbox {
	width: 159px;
	height: 150px;
	margin: 0px 0px 15px 15px;
	text-align: left;
	background: url(images/location_bluhead.jpg) no-repeat left top;
	padding: 0px 0px 15px;
}

#locationbox2 {
	width: 159px;
	height: 150px;
	margin: 0px 0px 0px 15px;
	text-align: left;
	background: url(images/location_bluhead.jpg) no-repeat left top;
	padding: 0px 0px 15px;
}

#rightcolumn {
	width: 586px;
	height: auto;
	min-height: 600px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: #fff;
	float: right;
}

#content {
	width: 515px;
	height: auto;
	min-height: 460px;
	padding: 0px;
	margin: 10px 36px 0px 34px;
	text-align: left;
	background: #fff url(images/contentfade.jpg) no-repeat left top;
}


#smallleftcol {
	width: 200px;
	height: auto;
	min-height: 200px;
	padding: 10px 23px 10px 41px;
	margin: 0px;
	text-align: left;
	float: left;
}

#smallrightcol {
	width: 184px;
	height: auto;
	min-height: 200px;
	padding: 10px 20px 10px 28px;
	margin: 0px;
	text-align: left;
	float: right;
}

#clear {
	width: 445px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

#clear2 {
	width: 780px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

#clear3 {
	width: 194px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

#smallercontent {
	width: 445px;
	height: auto;
	padding: 15px 0px 40px;
	margin: 10px 36px 0px 34px;
	text-align: left;
	background: #fff url(images/dotline.jpg) repeat-x left top;
}

#footer {
	width: 586px;
	height: auto;
	min-height: 80px;
	margin: 0px auto 0px;
	text-align: left;
	background: #486E81 url(images/main_footer.jpg) no-repeat left top;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	float: right;
}

/* @end */

/* @group Navigation */

#nav {
	color: #0c3c55;
	font: 13px verdana, arial, sans-serif;
}

#nav ul li a {
	color: #0c3c55;
	text-decoration: none;
	background: url(images/navbg_off.jpg) no-repeat left top;
}

#nav ul li a:hover {
	color: #0c3c55;
	text-decoration: none;
	background: url(images/navbg_over.jpg) no-repeat left top;
}

#nav ul li a:active {
	color: #0c3c55;
	text-decoration: none;
	background: url(images/navbg_over.jpg) no-repeat left top;
}

#nav ul li a:visited {
	color: #0c3c55;
	text-decoration: none;
	background: url(images/navbg_off.jpg) no-repeat left top;
}

#nav ul li a:visited:hover {
	color: #0c3c55;
	text-decoration: none;
	background: url(images/navbg_over.jpg) no-repeat left top;
}

#nav ul li a.selected {
	color: #0c3c55;
	text-decoration: none;
	background: url(images/navbg_over.jpg) no-repeat left top;
}

/* @end */

/* @group Text */

#rightcolumn h1 {
	width: 515px;
	padding: 10px 36px 10px 34px;
	margin: 0px;
	text-align: left;
	font: 13px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#content {
	font: 11px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#content h2 {
	font: bold 12px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #e35203;
	padding: 0px;
	margin-bottom: -11px;
	margin-left: 0px;
	margin-right: 0px;
}

#content p {
	margin-top: 11px;
	margin-bottom: 11px;
}

#content b {
	font-weight: normal;
	background-color: #eef8c3;
}

#content a {
	color: #1d719c;
	text-decoration: underline;
}

#content a:hover {
	color: #e35203;
	text-decoration: underline;
}

#content a:active {
	color: #e35203;
	text-decoration: underline;
}

#content a:visited {
	color: #1d719c;
	text-decoration: underline;
}

#content a:visited:hover {
	color: #e35203;
	text-decoration: underline;
}

#content ul {
	margin-top: 11px;
	margin-left: 15px;
}

#leftcolumn a {
	color: #1d719c;
	text-decoration: underline;
}

#leftcolumn a:hover {
	color: #e35203;
	text-decoration: underline;
}

#leftcolumn a:active {
	color: #e35203;
	text-decoration: underline;
}

#leftcolumn a:visited {
	color: #1d719c;
	text-decoration: underline;
}

#leftcolumn a:visited:hover {
	color: #e35203;
	text-decoration: underline;
}

.foottext {
	width: 586px;
	float: right;
	margin-top: 60px;
	text-align: center;
	color: #839fb1;
	font: 9px/19px verdana, arial, sans-serif;
	padding-bottom: 50px;
	
}

.foottext a {
	color: #99d7ff;
	text-decoration: none;
}

.foottext a:hover {
	color: #e35203;
	text-decoration: none;
}

.foottext a:active {
	color: #e35203;
	text-decoration: none;
}

.foottext a:visited {
	color: #99d7ff;
	text-decoration: none;
}

.foottext a:visited:hover {
	color: #e35203;
	text-decoration: none;
}

.foottext a.selected {
	color: #fff;
	text-decoration: none;
}

.locheader {
	margin-left: 17px;
	padding-bottom: 20px;
}

.homeheaderimg {
	margin-top: 10px;
	padding-bottom: 18px;
}

.checkmark {
	margin-left: -27px;
}

.button {
	margin-top: 10px;
	padding-bottom: 3px;
}

.headerimg {
	margin-top: 10px;
	padding-bottom: 3px;
}

.introheader {
	padding-top: 15px;
	padding-bottom: 3px;
	margin-left: 34px;
}

.locationhead {
	color: #fff;
	font: bold 11px/15px verdana, arial, sans-serif;
	padding-top: 6px;
	padding-left: 10px;
	height: 23px;
}

.locationtext {
	color: #333;
	font: 11px/19px verdana, arial, sans-serif;
	padding-top: 5px;
	padding-left: 10px;
	background-image: url(images/location_bg.jpg);
}

/* @end */

