@charset "UTF-8";
/* CSS Document */

.yearmonth, .calborder {
width:190px !important;
}


body {
	background-color: #ccebff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	text-align: center;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 985px;
	text-align: left;
}

a {
	color: #981532;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Header Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#header {
	background-color: #66757f;
	float: left;
	height: auto;
	width: 985px;
}

#header #top {
	float: left;
	height: auto;
	width: 985px;
}

#header #top #topmenu {
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0px 0px;
}

#header #top #topmenu a {
	color: #fff;
}

#header #top #search {
	float: right;
	height: auto;
	padding: 5px 10px 5px 0px;
	width: 200px;
}

#header #top #search #search_front {
	float: left;
	height: 24px;
	width: 14px;
}

#header #top #search #searchbar {
	background-image: url(../images/bg_srch.png);
	background-repeat: repeat-x;
	background-position: top left;
	float: left;
	height: 24px;
	overflow: hidden;
	width: 150px;
}

#header #top #search #search_back {
	float: left;
	height: 24px;
	width: 10px;
}

#header #top #search #srchbtn {
	float: left;
	height: 24px;
	width: 26px;
}

#header #top #search .searchbar {
	background-color: #fff;
	border: 0px none;
	height: 14px;
	margin-top: 4px;
}

#header #banner {
	background-image: url(../images/bg_banner.png);
	background-repeat: repeat-x;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	float: left;
	height: 180px;
	width: 985px;
}

#header #banner #logo {
	float: left;
	height: auto;
	padding: 25px 4px 0px 8px;
	width: 203px;
}

#header #banner #image {
	float: left;
	height: 180px;
	width: 770px;
}

#header .nav {
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	padding: 0px 0px 0px 5px;
	width: 985px;
}

#header .nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}

#header .nav ul li {
	float: left;
	height: auto;
	position: relative;
	z-index: 1000
}

#header .nav ul li a {
	color: #fff;
	display: block;
	height: auto;
	padding: 5px;
	position: relative;
	text-decoration: none;
}

#header .nav ul li a:hover {
	text-decoration: underline;
}

#header #subnav {
	background-color: #40667f;
	float: left;
	font-size: 14px;
	width: 985px;
}

#header #subnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}

#header #subnav ul li {
	float: left;
	height: auto;
	position: relative;
	z-index: 1000
}

#header #subnav ul li a {
	color: #fff;
	display: block;
	height: auto;
	padding: 4px 5px 5px 5px;
	position: relative;
	text-decoration: none;
}

#header #subnav ul li a:hover {
	text-decoration: underline;
}

#header #subnav .csc-header h2 {
	border-right: 1px dashed #fff;
	color: #fff;
	float: left;
	font-size: 16px;
	line-height: 17px;
	margin: 0px 5px 0px 0px;
	padding: 4px 10px 5px;
}
	
/*#header .nav ul li:hover, .menu ul a:hover, .menu ul li.over {
	background-image: url(../images/nav_over.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#header .nav ul li:hover ul, .menu ul a:hover ul, .menu ul li.over ul {
	display: block;
	visibility: visible;
}
	
#header .nav ul li ul {
	border-top: 1px solid #fff;
	height: 0pt;
	left: 0pt;
	position: absolute;
	top: 30px;
	visibility: hidden;
	width: 160px;
}

#header .nav ul li ul li {
	background-color: #46290E;
	background-image: none;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 12px;
	font-weight: normal;
	width: 158px;
	height: auto;
}

#header .nav ul li ul li a {
	padding: 5px;
	background-image: none;
	background-color: #46290E;
}

#header .nav ul li ul li a:hover {
	background-image: none;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling ------------------------------------------ */
/* ------------------------------------------------------------------ */

#content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 985px;
}

#content .align-right {
	text-align: right;
}

#content .align-center {
	text-align: center;
}

#content .align-justify {
	text-align: justify;
}

#content .csc-frame-frame1 {
	background-color: #EDEBF1;
}

#content .csc-frame-frame2 {
	background-color: #F5FFAA;
}

#content hr.clearer {
	border: 1px solid #fff0de;
}

#content .csc-header h2 a {
	color: #fff;
}

#content .csc-header h3 {
	margin: 0px;
	padding: 0px 10px 10px;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling - Left Column ---------------------------- */
/* ------------------------------------------------------------------ */

#content #tcwl #leftcol {
	float: left;
	height: auto;
	padding: 10px;
	width: 655px;
}

#content #tcwl #leftcol .csc-header h2 {
	color: #981532;
	font-size: 30px;
	line-height: 24px;
	margin: 0px 0px 10px;
	padding: 0px;
}

#content #tcwl #leftcol .morelink {
	float: right;
	padding: 0px 0px 5px 0px;
}

#content #tcwl #leftcol .morelink .bodytext {
	padding: 0px;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling - Left Column - News List ---------------- */
/* ------------------------------------------------------------------ */

#content #tcwl #leftcol .news-list-container {
	background-color: transparent;
	border: none;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 655px;
}

#content #tcwl #leftcol .news-list-item {
	background-color: transparent;
	border: none;
	float: left;
	height: auto;
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 0px;
	width: 100%;
}

#content #tcwl #leftcol .news-list-item img {
	border: 3px solid #40667f;
	float: left;
	height: 95px;
	margin: 1px 10px 0px 0px;
	padding: 0px;
	width: 140px;
}

#content #tcwl #leftcol .news-list-item h3 {
	background-color: transparent;
	border-bottom: none;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px;
}

#content #tcwl #leftcol .news-list-item h3 a {
	color: #981532;
	padding: 0px;
	text-decoration: none;
}

#content #tcwl #leftcol .news-list-item h3 a:hover {
	text-decoration: underline;
}

#content #tcwl #leftcol .news-list-item .bodytext {
	padding: 0px 0px 10px;
}

#content #tcwl #leftcol .news-list-date {
	display: none;
}

#content #tcwl #leftcol .tx-ttnews-browsebox {
	background-color: transparent;
	border: none;
	margin: 0px;
	padding: 0px;
}

#content #tcwl #leftcol .tx-ttnews-browsebox a {
	color: #9E0B0F;
}

#content #tcwl #leftcol .tx-ttnews-browsebox p {
	margin: 0px;
	padding: 0px;
}

#content #tcwl #leftcol .tx-ttnews-browsebox .tx-ttnews-browsebox-SCell {
	background-color: #9E0B0F;
	border: 1px solid #fff;
}

#content #tcwl #leftcol .tx-ttnews-browsebox .tx-ttnews-browsebox-SCell a {
	color: #fff;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling - Right Column --------------------------- */
/* ------------------------------------------------------------------ */

#content #tcwl #rightcol {
	float: left;
	height: auto;
	width: 310px;
}

#content #tcwl #rightcol .csc-header h2 {
	background-image: url(../images/bg_right_h2.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	height: 35px;
	line-height: 14px;
	margin: 0px;
	padding: 5px 0px 0px 10px;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling - Right Column - Map --------------------- */
/* ------------------------------------------------------------------ */

#content #tcwl #rightcol #locator_map {
	float: left;
	height: auto;
	width: 310px;
}

#content #tcwl #rightcol #locator_map .csc-textpic-imagewrap {
	padding: 0px 10px 10px 20px;
}

#content #tcwl #rightcol #locator_map .csc-textpic-imagewrap .csc-textpic-caption {
	font-size: 10px;
	text-align: right;
}

#content #tcwl #rightcol #locator_map div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px !important;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling - Right Column - Events ------------------ */
/* ------------------------------------------------------------------ */

#content #tcwl #rightcol #events {
	float: left;
	height: auto;
	width: 310px;
}

#content #tcwl #rightcol #events .tx-cal-controller {
	float: left;
	height: auto;
	padding: 0px 10px 10px 22px;
	width: 245px;
}

#content #tcwl #rightcol #events .tx-cal-controller a {
	color: #40667f;
	float: left;
	width: 245px;
}

#content #tcwl #rightcol #events .tx-cal-controller br {
	display: none;
}

#content #tcwl #rightcol #events .tx-cal-controller h2{
	font-size: 23px;
	font-weight: normal;
	line-height: 23px;
	margin: 0px;
	padding-bottom: 5px;
}

#content #tcwl #rightcol #events .tx-cal-controller dl {
	float: left;
	line-height: 14px;
	margin: 0px;
}

#content #tcwl #rightcol #events .tx-cal-controller dt {
	padding: 5px 0px 0px;
}

#content #tcwl #rightcol #events .tx-cal-controller .pagebrowser {
	display: none;
}

#content #tcwl #rightcol #events .tx-cal-controller h1 {
	display: none;
}

#content #tcwl #rightcol #events .tx-cal-controller .found {
	display: none;
}

#content #tcwl #rightcol #events .tx-cal-controller .V9G {
	display: none;
}

#content #tcwl #rightcol #events .tx-cal-controller dd {
	display: none;
}

#content #tcwl #rightcol #events .tx-cal-controller .even {
	background-color: transparent;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling - Right Column - Follow Us --------------- */
/* ------------------------------------------------------------------ */

#content #tcwl #rightcol #follow_us {
	float: left;
	height: auto;
	width: 310px;
}

#content #tcwl #rightcol #follow_us .csc-textpic-imagewrap {
	padding: 0px 10px 10px 20px;
}

#content #tcwl #rightcol #follow_us div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px !important;
}

#content #tcwl #rightcol #follow_us div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image, div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	margin-right: 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling - Right Column - Weather ----------------- */
/* ------------------------------------------------------------------ */

#content #tcwl #rightcol #weather {
	float: left;
	height: auto;
	width: 310px;
}

#content #tcwl #rightcol #weather .tx-mvyahooweather-pi1 {
	float: left;
	padding: 0px 10px 0px 20px;
	width: 280px;
}

#content #tcwl #rightcol #weather #AutoNumber1 {
	float: left;
	width: 280px;
}

#content #tcwl #rightcol #weather #icon {
	float: left;
	padding-right: 10px;
}

#content #tcwl #rightcol #weather #icon img {
	height: 75px;
	width: 75px;
}

#content #tcwl #rightcol #weather #text {
	color: #000;
	font-size: 18px;
	padding-top: 20px;
	text-transform: capitalize;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling - Right Column - Ad Area ----------------- */
/* ------------------------------------------------------------------ */

#content #tcwl #rightcol .ad_area {
	float: left;
	height: auto;
	padding: 0px 30px 10px;
	width: 250px;
}

/* ------------------------------------------------------------------ */
/* ------- Footer Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#footer {
	background-image: url(../images/bg_footer.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #000;
	float: left;
	font-size: 12px;
	padding: 0px 0px 10px;
	text-align: center;
	width: 985px;
}

#footer a {
	color: #40667f;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_nav {
	font-size: 12px;
	font-weight: bold;
	height: auto;
	padding-top: 10px;
	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 {
	padding-top: 10px;
	text-align: center;
	width: 985px;
}

#footer_copy {
	padding-top: 10px;
	width: 985px;
}

#footer_logos {
	float: left;
	height: 50px;
	padding: 10px 313px 0px;
}

#footer_logos #visitpa {
	float: left;
}

#footer_logos #pawilds, #footer_logos #ccrta, #footer_logos #pago {
	float: left;
	padding-left: 10px;
}
