/*-- GENERAL --*/
body {
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/main-bg.gif) 0 30px repeat-x;
}
div, p, ul, img, a, h2, h3 {
	margin:0; padding:0;
}
a {
	text-decoration:none; outline:none;
}
ul {list-style:none;}
img {border:none;}
.spacer {
	font-size:0; line-height:0; clear:both;
}

/*-- CONTAINER --*/
#mainContainer {
	width:944px; margin:0 auto; padding:30px 0 1px 1px;
	background:#fff; color:#000000;
}

/*-- LEFT PANEL --*/
#leftPanel {
	width:216px; float:left; background:#F0F2F2; color:#1961A9;
}
#leftPanel div.logoPanel {
	background:url(images/logo-bg.gif) 0 0 no-repeat; 
	padding:26px 0 0 10px; height:96px;
}
#leftPanel ul {
	font-size:11px; line-height:21px; text-transform:uppercase;
	border-top:#E2E4E4 1px solid; font-weight:bold; margin-bottom:1px;
}
#leftPanel ul li {
	padding:0 0 0 13px; border-bottom:#E2E4E4 1px solid;
}
#leftPanel ul li a {
	color:#7B7B7B; padding:0 0 0 16px; display:block; height:21px;
	background:#F0F2F2 url(images/bull-leftnav.gif) 0 50% no-repeat;
}
#leftPanel ul li a:hover {
	color:#1A61AB; background:#F0F2F2 url(images/bull-leftnav-hover.gif) 0 50% no-repeat;
}
#leftPanel ul li span {
	color:#1A61AB; padding:0 0 0 16px; display:block; height:21px; cursor:default;
	background:#F0F2F2 url(images/bull-leftnav-hover.gif) 0 50% no-repeat;
}

/*-- RIGHT PANEL --*/
#rightPanel {
	width:727px; float:right;
}
#rightPanel div.header {
	height:265px;
}
#rightPanel div.header div.flash {
	width:364px; float:left; border-right:#fff 1px solid;
}
#rightPanel div.header div.flash img {
	display:block;
}
#rightPanel div.header div.right {
	width:362px; float:right;
}
#rightPanel div.header div.right img {
	float:left; margin:0 1px 1px 0;
}
#rightPanel div.header div.right div.fishingTrip {
	width:314px; height:131px; padding:11px 34px 0 14px; color:#9DC4E9;
	background:#175BA5 url(images/fishing-trip-bg.jpg) 0 0 no-repeat;
}
#rightPanel div.header div.right div.fishingTrip h2 {
	font:38px/36px Georgia, "Times New Roman", Times, serif; 
	color:#fff; text-transform:uppercase; background:inherit;
}
#rightPanel div.header div.right div.fishingTrip h3 {
	font:24px/26px Georgia, "Times New Roman", Times, serif;
	padding:0 0 5px;
}
#rightPanel div.header div.right div.fishingTrip p {
	font-size:12px; line-height:17px;
}
#rightPanel div.header div.right div.fishingTrip p a {
	font-weight:bold; margin-left:22px; padding:0 10px 0 0; color:#C5E3FF;
	background:url(images/more-bg.gif) 100% 60% no-repeat; 
	background-color:inherit;
}
#rightPanel div.header div.right div.fishingTrip p a:hover {
	color:#9DC4E9; background-color:inherit;
}

/*-- BODY --*/
#bodyContent {
	padding:1px 0 0;
}
#bodyContent h2, #leftPanel h2 {
	font:18px/20px Georgia, "Times New Roman", Times, serif;
	padding:0 0 18px 14px;
}
#bodyContent h3 {
	color:#000000; background-color:inherit;
	padding:0 0 6px 14px; font-size:14px; line-height:16px;
}
#bodyContent p {
	font-size:12px; line-height:17px; padding:0 20px 16px 14px;
}
#bodyContent p span {
	font-weight:bold; color:#1A61AB; background-color:inherit;
}
/*-- LEFT --*/
#bodyContent div.left {
	width:365px; float:left; padding:23px 0 0;
}
a.more {
	font-size:12px; line-height:14px; font-weight:bold; padding:0 10px 0 0;
	background:url(images/more-btn-icon.gif) 100% 60% no-repeat; color:#000;
	background-color:inherit;
}
a.more:hover {
	color:#1A61AB; background-color:inherit;
	background:url(images/more-btn-icon-hover.gif) 100% 60% no-repeat;
}

/*-- RIGHT --*/
#bodyContent div.right {
	width:362px; float:left;
}
/*-- Event Calender --*/
#bodyContent div.eventCalender, #leftPanel div.eventCalender {
	padding:22px 0 0 0; background:#DAE4FF; margin-bottom:18px; color:#1A61AB;
}
#bodyContent div.eventCalender h2, #leftPanel div.eventCalender h2 {
	color:#1A61AA; background:#DAE4FF;
}
#bodyContent div.eventCalender p.date, #leftPanel div.eventCalender p.date {
	color:#000; font-weight:bold; padding-bottom:0; background:#DAE4FF;
}
#bodyContent div.eventCalender p {
	padding-bottom:24px;
}
#bodyContent div.eventCalender p a {
	margin-left:25px;
}
#bodyContent table td {
	border-bottom:#E2E4E4 1px solid; line-height:21px; font-size:12px;
}
#bodyContent table td span, #bodyContent table td p {
	color:#1A61AB; background-color:#fff; padding:0; line-height:21px;
}

/*-- FOOTER --*/
#footer {
	border-top:#1A61AB 10px solid; padding:5px 0 0; color:#7B7B7B;
	font-size:11px; line-height:22px; height:66px; background:#fff;
}
#footer ul {
	 width:938px; margin:0 auto;
}
#footer ul li {
	padding:0 7px 0 8px; float:left;
	background:url(images/footer-devider.gif) 0 50% no-repeat;
}
#footer ul li a {
	color:#7B7B7B; background:#fff;
}
#footer ul li a:hover, #footer ul li span {
	color:#1A61AB; background:#fff;
}
#footer p {
	text-align:center; clear:both;
}

/*-- MISCLENIOUS --*/
.noBg {
	background:none !important;
}
.leftMargin {
	margin-left:15px !important;
}
.blueTxt {
	color:#1A61AB !important; background-color:inherit;
}
.deepGrey {
	color:#000000; background-color:inherit;
}
/*-- ABOUT US --*/
div.innerContent {
	padding-top:22px !important;
}
#leftPanel div.eventCalender {
	margin:0;
}
#leftPanel div.eventCalender p {
	font-size:11px; line-height:14px; padding:0 20px 20px 14px;
}
#leftPanel div.eventCalender p.date {
	padding-bottom:5px;
}

/*-- CURRENT CONDITIONS --*/
#bodyContent table p.redTxt {
	color:#000000; font-size:18px; line-height:22px; 
	font-weight:bold; /*font-style:italic; */padding:0 0 14px;
	background-color:inherit;
}
#bodyContent p.contact {
	line-height:22px;
}
#bodyContent p.contact a {
	color:#1A61AB; background-color:#fff; text-decoration:underline;
}
#bodyContent p.contact a:hover {
	text-decoration:none;
}
