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


/* GENERAL STYLES */
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #433925;
	background: #304147 url(img/bg.gif) repeat-x left top;
	margin: 0px;
	padding: 0px;
}
a {
	color: #587189;
	text-decoration: underline;
}
a:hover {
	color: #718274;
	text-decoration: none;
}
h1 {
	text-transform: uppercase;
	color: #a2b0c0;
}
h2 {
	color: #707053;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5f6346;
	margin-top: 0px;
	margin-bottom: 5px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #5f6346;
}
p {
	margin: 10px 0;
}
ul {
	margin: 0px;
	padding: 10px 0px;
	list-style-type: none;
}
ul li {
	background: url(img/bullet.gif) no-repeat 0px 5px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
}
form {
	margin: 0;
}

/* BASIC LAYOUT */
#logo {
	position: absolute;
	left: 29px;
	top: 15px;
	z-index:500;
}
#logo h1 {
	margin: 0;
	background: url(img/logo.png) no-repeat;
	height: 237px;
	width: 184px;
}
#logo h1 a {
	display: block;
	height: 237px;
	text-indent: -9999px;
}
#nav {
	position: absolute;
	top: 255px;
}
#nav ul {
	margin: 0px;
	padding: 2px 0px 1px;
	list-style-type: none;
	width: 142px;
	background: url(img/bg_nav.gif) repeat-y right top;
}
#nav ul li {padding: 0;
	margin: 0px 0px 2px 0px; background: none}
#nav ul li a {
	text-align: right;
	margin: 0;
	padding: 7px 10px 7px 0px;
	border-right: 4px solid #7eb7eb;
	display: block;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	height: 14px;
}
#nav ul li a.twoLined {
	height: 28px;
}
#nav ul li a:hover {
	color: #7eb7eb;
	border-color: #354d63;
	background: #102026;
}
#nav ul li.navActive a {font-weight: bold; border-color: #ffbd84;}
#header {
	background: url(img/bg_header.gif) no-repeat right top;
	height: 68px;
	width: 1020px;
	font-size: 10px;
	font-weight: bold;
	color: #c6c6b8;
}
#header a {
	color: #c6c6b8;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
	text-decoration: underline;
}
#header input.txtField {
	border: 1px solid #473d29;
	width: 145px;
	padding: 2px;
}
#header select.dropDownM {
	width: 145px;}
#container {
	border-left: 4px solid #7eb7eb;
	margin-left: 138px;
}
#portal #container { border-left: none; margin-left: 142px;} /* Removes left blue border on portal page */
#content {
	background: url(img/bg_content.gif) repeat left top;
	width: 805px;
	padding: 10px 20px 30px 20px;
	border-right: 3px solid #203137;
	border-bottom: 3px solid #203137;
	border-left: 3px solid #203137;
}
#portal #content {padding: 10px 15px 15px 15px; width: 815px;} /* Opens the content area up some on the portal page */
#rightCol {
	float: right;
	width: 310px;
}
#interior #rightCol { width: 210px;} /* Smaller right column */
#footer {
	font-weight:normal;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 160px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #FFFFFF;
}
#footer .divider {
	border-right: 1px solid #5a676c;
}

/* Modules for Home & Portal Pages */
#latestNews 
{
    position: relative;
	float: right;
	width: 310px;
	color: #fff;
	background: url(img/bg_news_top.gif) no-repeat left top;
	margin: 15px 0;
}
#latestNewsLink{
	position: absolute; 
	top: 8px; 
	left: 250px; 
	width: 42px; 
	height: 40px; 
	background-color: yellow;
	border: 1px solid yellow;
	display: block;
} 
#latestNewsBottom {
	background: url(img/bg_news_bottom.gif) no-repeat left bottom;
	padding: 10px 15px 15px;
	clear: both;
}
#latestNews h2, #upcomingEvents h2, #presidentMessage h2, #relatedInfo h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px 0px 20px;
	line-height: 12px;
	padding: 0px;
}
#latestNews p, #upcomingEvents p, #relatedInfo p {
	background: url(img/icon_doc.gif) no-repeat 0 1px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 20px;
	line-height: 16px;
}
#latestNews a, #upcomingEvents a, #relatedInfo a {
	color: #fff; text-decoration: none;
}
#latestNews a:hover, #upcomingEvents a:hover, #relatedInfo a:hover {
	text-decoration: underline;
}
#upcomingEvents 
{
    position: relative;
	float: right;
	width: 310px;
	color: #fff;
	background: url(img/bg_events_top.gif) no-repeat left top;
}
#upcomingEventsLink {
	position: absolute; 
	top: 10px; 
	left: 247px; 
	width: 45px; 
	height: 48px; 
	background-color: yellow;
	border: 1px solid yellow;
	display: block;
} 
#upcomingEventsBottom {
	background: url(img/bg_events_bottom.gif) no-repeat left bottom;
	padding: 10px 21px 15px 15px;
	
}
#upcomingEvents p {
	background: url(img/icon_tack.png) no-repeat 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
}
#upcomingEvents #date {
	float: right;
	width: 39px;
	margin-top: -13px;
	color: #000;
	text-align: center;
}
#upcomingEvents #month {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	display: block;
}
#upcomingEvents #number {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
#homepageModules h4, #homepageModules p {
	margin: 0; line-height: 14px;
}
#homepageModules a {
	text-decoration: none;
}
#presidentMessage {
	background: url(img/bg_presidentmessage.png) no-repeat left top;
	height: 167px;
	width: 311px;
	margin-bottom: 15px;
}
#presidentMessage h2 {
	padding: 8px 10px;
	margin: 0 0 5px 0;
}
#presidentMessage p {
	margin: 0;
	padding: 5px 10px 0 133px;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
}
#presidentMessage a {color: #fff; }

/* PORTAL SLIDESHOW */
div#slideshow_wrapper {
	background: url(img/hd_welcome.gif) no-repeat 8px 233px; float: left; width: 814px; height: 253px;
}
div.newsItem a, div.newsitem a:link, div.newsitem a:active, div.newsitem a:visited { color: #d2e6e8; }
div.newsitem a:hover { color: #FFF; }
div.newsItem ul{list-style-type:none; float:left; width:250px; margin:0px; padding:0; position: absolute; font-family: Arial, Helvetica, sans-serif; background: transparent; }
div.newsItem ul#tickfaw {margin: 30px 0 0 530px;}
div.newsItem ul#ligo {margin: 108px 0 0 16px;}
div.newsItem ul#library {margin: 23px 0 0 530px;}
div.newsItem ul#basspro {margin: 50px 0 0 16px;}
div.newsItem li {margin:0px; padding: 0; text-align: left; background: none;}
div.newsItem li h3 {color: #fff; font-size: 12px; line-height: 21px; margin: 0;}
div.newsItem ul#ligo h3, div.newsItem ul#ligo p {margin-left: 15px;}
div.newsItem ul#basspro {width: 275px;}
div.newsItem ul#basspro h3, div.newsItem ul#basspro p {margin-left: 40px;}
div.newsItem li p{line-height:14px;margin:5px 0 0 7px; font-size: 10px; color: #fff; font-weight: bold;}
div.newsItem img{float:right;}
div#newsContainer, div.newsItem{width:814px; height: 224px;}
div.nav-home{position:relative; float: right; z-index:200; margin: 6px 8px 11px 0;}
div.nav-home a { background:url(img/number_bg.gif) no-repeat top left; display: block; width: 25px; height: 15px; line-height: 14px; float: left; margin: 0 0 0 4px; color: #92a4a6; font-size: 10px; text-decoration: none; text-align: center; outline:none;}
div.nav-home a.activeSlide {color: #000;}
div#newsContainer{position:relative; }
#newsContainer p {  }

/* HOMEPAGE SLIDESHOW */

div.slideItem a, div.slideItem a:link, div.slideItem a:active, div.slideItem a:visited { color: #d2e6e8; }
div.slideItem a:hover { color: #FFF; }

div.slideItem ul{list-style-type:none; float:left; width:400px; margin:0px; padding:0; position: absolute; font-family: Arial, Helvetica, sans-serif; background: transparent; }
div#slideContainer { width: 483px; height: 404px;}
div#slideContainer{position:relative; }
div.slideItem ul#ligo {margin:298px 0 0 15px;}
div.slideItem ul#library {margin:298px 0 0 15px;}
div.slideItem ul#tickfaw {margin:299px 0 0 15px;}
div.slideItem ul#basspro {margin:298px 0 0 15px;}
div.slideItem li {margin:0px; padding: 0; text-align: left; background: none;}
div.slideItem li h3 {color: #fff; font-size: 14px; line-height: 21px; margin: 0;}
div.slideItem li p{line-height:14px;margin:10px 0 0 0; font-size: 10px; color: #fff; font-weight: bold;}
div.slideItem img{float:right;}

/* Interior Page Styles */
#relatedInfo {
	float: right;
	width: 204px;
	color: #fff;
	background: #a2b0c0 url(img/bg_relatedinfo.gif) no-repeat left bottom;
	margin: 15px 0;
}
#relatedInfoTop {
	background: url(img/bg_relatedinfo_top.gif) no-repeat left top;
	padding: 10px 15px 15px;
}
#relatedInfo h2 {
	margin-bottom: 5px;
}
#relatedInfo p {
	background: none;
	margin: 0;
	padding: 0;
}
#mainContent {
	width: 588px;
	background: #FFFFFF url(img/bg_maincontent.gif)  no-repeat left bottom;
}
#mainContentTop {
	background: url(img/bg_maincontent_top.gif) no-repeat left top;
	padding: 30px 20px 20px 60px;
}
#pageHeader {
	height: 30px;
	border-bottom: 1px solid #dfe8f0;
}
#pageHeader h1, #pageHeader h2 {
	color: #b0c6da;
	float: left;
	margin: 0;
	line-height: 30px;
}
#pageHeader h1 {
	border-right: 1px solid #dfe8f0;
	padding-right: 15px;
	margin-right: 15px;
	font-size: 20px;

}
#pageHeader h2 {
	font-size: 16px;
}
#subnav {
	margin-bottom: 25px;
	padding-top: 5px;
	color: #c6cacb;
	font-size:11px;
}
#subnav a {
	text-decoration: none; color: #824400; font-weight: bold;
}
#subnav a:hover {color: #a07753;}
#subnav a.subActive {color: #586570;}


/* MISC Styles */
.www {font-size: 14px}
.smallerTxt {font-size: 11px;}
.dividerVert {
	background: url(img/hr_vert.gif) repeat-y center top;
}


/*The Following is to for bolded, itacalized and underlined text*/
.bui { 
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}