@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	text-align: center;
}

#container {
	margin: 0px auto;
	width: 985px;
	text-align: left;
}

a {
	color: #536281;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------------------------------------ */
/* ------- News Category Master Display Option ---------------------- */
/* ------------------------------------------------------------------ */

.news-list-category {
	display: none;
}

.news-latest-category {
	display: none;
}

.news-single-category {
	display: none;
}

.news-list-browse {
	float: left;
	width: 100%;
}

/* ------------------------------------------------------------------ */
/* ------- Search Form Styling -------------------------------------- */
/* ------------------------------------------------------------------ *

.news-search-form {	
	background-color: transparent;
	border: none;
	padding: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Google Map Styling --------------------------------------- */
/* ------------------------------------------------------------------ *

.tx-rggooglemap-pi1 #treemenu1 {
	display: none;
}

.tx-rggooglemap-pi1 #poitab {
	display: none;
}

.tx-rggooglemap-pi1 #resultdiv {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Header Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#header {
	float: left;
	height: auto;
	width: 985px;
}

#header #top, #header #bottom {
	float: left;
	height: auto;
	width: 985px;
}

#header #top {
	position: relative;
}

#header #top #logo-link {
	float: left;
	height: 82px;
	left: 0px;
	position: absolute;
	top: 30px;
	width: 204px;
}

#header #top #rotate {
	float: left;
	height: auto;
	width: 738px;
}

#header #top #map_top {
	float: left;
	height: auto;
	width: 247px;
}

#header #bottom .nav {
	float: left;
	height: 25px;
	padding-top: 15px;
	width: 738px;
	z-index: 100;
}

#header #bottom .nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header #bottom .nav ul li {
	float: left;
	position: relative;
	height: 25px;
}

#header #bottom .nav ul li a {
	display: block;
	font-weight: bold;
	height: auto;
	line-height: 11px;
	padding: 8px 5px 6px;
	position: relative;
	text-decoration: none;
}

#header #bottom .nav ul li a:hover {
	color: #fff;
}

#header #bottom .nav ul li:hover, #header #bottom .nav ul a:hover, #header #bottom .nav ul li.over {
	background-color: #536281;
}

#header #bottom .nav ul li:hover a, #header #bottom .nav ul a:hover a, #header #bottom .nav ul li.over a {
	color: #fff;
}	

#header #bottom .nav ul li:hover ul, #header #bottom .nav ul a:hover ul, #header #bottom .nav ul li.over ul {
	display: block;
	visibility: visible;
}

#header #bottom .nav ul li ul {
	border-top: 1px solid #fff;
	height: 0px;
	left: -1px;
	list-style-type: none;
	margin: 0px;
	position: absolute;
	top: 25px;
	visibility: hidden;
	z-index: 1000;
}

#header #bottom .nav ul li ul li {
	background-color: #333399;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: none;
	height: auto;
	width: 155px;
}

#header #bottom .nav ul li ul li a {
	color: #fff;
	line-height: normal;
	padding: 5px 5px 4px;
}

#header #bottom .nav ul li ul li a:hover {
	background-color: #00A66A;
	background-image: none;
	color: #fff;
}

#header #bottom #map_btm {
	float: left;
	height: auto;
	width: 247px;
}

/*
#search {
	float: left;
	height: auto;
	width: 426px;
}

#searchbar {
	background-color: #fff;
	border: 1px solid #fb9802;
	float: left;
	height: 24px;
	margin-left: 106px;
	overflow: hidden;
	width: 232px;
}

#srchbtn {
	float: left;
	height: auto;
	margin-left: 5px;
	width: 81px;
}

.searchbar {
	background-color: #fff;
	border: 0px none;
	margin-left: 1px;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling ------------------------------------------ */
/* ------------------------------------------------------------------ */

#content {
	float: left;
	height: auto;
	padding: 10px 0px;
	width: 985px;
}

#content .csc-header {
	width: 100%;
}

#content .csc-header h2 {
	background-image: url(../images/bg_h2.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	margin: 0px 0px 10px;
	padding: 2px 10px 0px;
}

#content .csc-header h2 a {
	color: #fff;
	text-decoration: none;
}

#content .csc-header h2 a:hover {
	text-decoration: underline;
}

#content .csc-header h3 {
	color: #000066;
	font-size: 16px;
	margin: 0px 0px 10px;
}

#content .csc-header h3 a {
	color: #000066;
	text-decoration: none;
}

#content .csc-header h3 a:hover {
	text-decoration: underline;
}

#content .csc-header h4 {
	background-color: #c9d6e4;
	color: #000;
	font-size: 16px;
	margin: 0px 0px 10px;
	padding: 2px 10px;
}

#content .csc-header h4 a {
	color: #000;
	text-decoration: none;
}

#content .csc-header h4 a:hover {
	text-decoration: underline;
}

#content .csc-textpic {
	float: left;
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}

#content div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
}

#content .csc-textpic-caption {
	font-size: 10px;
	padding: 5px;
}

#content .csc-textpic-text .bodytext {
}

#content .bodytext {
	margin-top: 0px;
}

#content ul {
	margin-top: 0px;
	list-style-image: url(../images/arrow.gif);
}

#content hr.clearer {
	display: none;
}	

.jdGallery .slideInfoZone h2 {
	background-image: none;
	font-size: 12px;
	line-height: normal;
}

.tx-rgsmoothgallery-pi1 {
	float: left;
}

.myGallery {
	border: none;
}

/* ------------------------------------------------------------------ */
/* ------- Two Column Wide Left General Styling --------------------- */
/* ------------------------------------------------------------------ */
	
.tcwl {
	background-image: url(../images/bg_tcwl.png);
	background-repeat: repeat-y;
	background-position: top left;
	float: left;
	height: auto;
	width: 985px;
}

.news-list-container {
	background-color: transparent;
	border: none;
}

.news-list-container img {
	border: none;
	float: none;
	margin: 0px;
}

.news-list-item {
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
}

.news-list-item h3 {
	background-color: transparent;
	border: none;
	padding: 0px;
}

.news-list-morelink {
	display: none;
}

.news-list-morelink a:hover {
	text-decoration: underline;
}

/*.threecol .morelink a {
	float: right;
	color: #132359;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}

.threecol .morelink a:hover {
	text-decoration: underline;
}

.threecol p.morelink {
	margin: 0px;
}*/

/* ------------------------------------------------------------------ */
/* ------- Left Columm - General Styling ---------------------------- */
/* ------------------------------------------------------------------ */

.leftcol {
	float: left;
	height: auto;
	margin-right: 11px;
	width: 674px;
}

/* ------------------------------------------------------------------ */
/* ------- Left Column - Featured Article Styling ------------------- */
/* ------------------------------------------------------------------ */

.leftcol .feat_article {
	float: left;
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}

.leftcol .feat_article .news-list-container {
	float: left;
	margin: 0px;
	width: 100%;
}

.leftcol .feat_article .news-list-item img {
	border: 2px solid #536281;
	float: right;
	margin: 0px;
}

.leftcol .feat_article .news-list-item h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 0px 10px;
}

.leftcol .feat_article .news-list-item h3 a {
	color: #536281;
	padding: 0px;
	text-decoration: none;
}

.leftcol .feat_article .news-list-item h3 a:hover {
	text-decoration: underline;
}

.leftcol .feat_article .news-list-date {
	display: none;
}

.leftcol .feat_article p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Left Column - Article List Styling ----------------------- */
/* ------------------------------------------------------------------ */

.leftcol .article_list {
	border-top: 1px solid #000;
	float: left;
	height: auto;
	margin-bottom: 10px;
	padding: 10px 0px;
	width: 100%;
}

.leftcol .article_list .news-list-container {
	float: left;
	width: 100%;
}
 
.leftcol .article_list .news-list-item {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 327px;
}

.leftcol .article_list .news-list-image {
	float: left;
}

.leftcol .article_list .news-list-image img {
	border: 2px solid #536281;
	margin: 2px 5px 0px 0px;
}

.leftcol .article_list .news-list-item h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px 0px 5px;
}

.leftcol .article_list .news-list-item h3 a {
	color: #536281;
	padding: 0px;
	text-decoration: none;
}

.leftcol .article_list .news-list-item h3 a:hover {
	text-decoration: underline;
}

.leftcol .article_list .news-list-date {
	display: none;
}

.leftcol .article_list .news-list-item p {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 10px;
}

.leftcol .article_list .morelink a {
	float: right;
	color: #00377B;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}

.leftcol .article_list .morelink {
	float: left;
	margin-top: 10px;
}

.leftcol .article_list .morelink a:hover {
	text-decoration: underline;
}

.leftcol .article_list .morelink p {
	margin: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - General Styling --------------------------- */
/* ------------------------------------------------------------------ */

.rightcol {
	float: left;
	height: auto;
	width: 300px;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - Search Styling ---------------------------- */
/* ------------------------------------------------------------------ */

.rightcol #search {
	float: right;
	height: auto;
	padding: 0px 0px 10px;
	width: 300px;
}

.rightcol #search #search_front {
	float: left;
	height: 25px;
	padding-left: 10px;
	width: 13px;
}

.rightcol #search #searchbar {
	background-image: url(../images/bg_srch.png);
	background-repeat: repeat-x;
	background-position: top left;
	float: left;
	height: 25px;
	overflow: hidden;
	width: 225px;
}

.rightcol #search #search_back {
	float: left;
	height: 25px;
	width: 11px;
}

.rightcol #search #srchbtn {
	float: left;
	height: auto;
	padding-right: 10px;
	width: 31px;
}

.rightcol #search .searchbar {
	background-color: #fff;
	border: 0px none;
	height: 15px;
	margin-top: 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - Weahter Styling --------------------------- */
/* ------------------------------------------------------------------ */

.rightcol #weather {
	float: left;
	height: auto;
	width: 300px;
}

.rightcol #weather .tx-mvyahooweather-pi1 {
	height: auto;
	padding: 0px 10px 10px;
	width: 280px;
}

/* ------------------------------------------------------------------ */
/* ------- Right Column - Featured Article Styling ------------------ */
/* ------------------------------------------------------------------ */

.rightcol .feat_article {
	background-image: url(../images/bg_feat_prop.png);
	background-repeat: repeat-x;
	background-position: top left;
	float: left;
	height: auto;
	width: 100%;
}

.rightcol .feat_article .news-list-container {
	background-image: ;
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
	padding: 0px 10px 10px;
	width: 280px;
}

.rightcol .feat_article .news-list-item img {
	border: 2px solid #536281;
	float: none;
	margin: 0px 0px 10px;
}

.rightcol .feat_article .news-list-item h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 0px 10px;
}

.rightcol .feat_article .news-list-item h3 a {
	color: #536281;
	padding: 0px;
	text-decoration: none;
}

.rightcol .feat_article .news-list-item h3 a:hover {
	text-decoration: underline;
}

.rightcol .feat_article .news-list-date {
	display: none;
}

.rightcol .feat_article p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Footer Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#footer {
	border-top: 1px solid #000;
	color: #000;
	float: left;
	font-size: 12px;
	padding: 10px 0px;
	text-align: center;
	width: 985px;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_nav {
	float: left;
	font-size: 12px;
	height: auto;
	text-align: center;
	width: 985px;
}

#footer_nav ul {
	margin: 0px;
	padding: 0px;
}

#footer_nav ul li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer_nav ul li a {
	padding: 2px 5px;
}

#footer_info {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 985px;
}

#footer_copy {
	float: left;
	margin-top: 10px;
	width: 985px;
}
	