/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin:0px;
	padding:0px;
	background-image:url('../images/westover_bkg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#1d1b0f;
}

.small {
	font: 10px Times, serif;
}

#flashNav {
	position:absolute;
	margin-left:-55px;
	z-index: 2;
	}



#headText {
	margin: 0px 0px 10px 0px;
	
}

#headText p {
	font: bold 14px/18px Times, serif;
	color:#333333;
	padding: 0;
	margin: 10px;
}



#subnav {
	margin: 0;
	padding:0;
	position: relative;
	top: -30px;
	left: 50px;
	z-index: 1;
}

#subNavText {
	margin: 0;
	padding:0;
	font: bold 14px Times, serif;
	color:#ffffff;
	position: relative;
	top: -125px;
	left: 100px;
	z-index: 3;
}



#subNavText ul {
	margin: 5px 0 0 15px;
	padding:0;
	font: 14px Times, serif;
	color: #fff;
}

#subNavText ul li {
	padding:2px;
}

#subNavText a:link {
	color: #fff;
	text-decoration: none;
}

#subNavText a:visited {
	color: #fff;
	text-decoration: none;
}

#subNavText a:hover {
	color: #321000;
	text-decoration: underline;
}





#activitiesTable {
	margin: -60px 0 0 0;
	padding:0;
}

#activitiesTable h1 {
	font: bold 16px Times, serif;
	color:#624120;
	padding: 0px;
	margin: 0;
}

#activitiesTable p {
	font: 13px Times, serif;
	color:#333333;
}






#mainTableBG {
	background: url(../images/bkg_mid_rpt.jpg) repeat-y;	
}

div#mainContainer{
	position:relative;
	margin:0 auto;
	padding:0px;
}


div#flashModule{
	background-color:#FF0000;
	width:850px;
	height:675px;
}

div#flashModuleInternal{
	background-color:#FF0000;
	width:850px;
	height:335px;
}



div#mainContent{
	position:relative;
	margin:0 auto;
	padding:0px;
	width:850px;
	height:675px;
}

div#mainContentInternal{
	position:relative;
	margin:0 auto;
	padding:0px;
	width:850px;
}

div#internalContent{
	/*border:1px solid red;*/
	position:relative;
	margin:0 auto;
	padding:0px;
	width:700px;
	background: url('../images/bkg_middle.png') repeat-y;	

}

.column{
	margin:0px;
	float:left;

}

#leftColumn{
	
	width:225px;
	height:413px;
	background-image:url('../images/leftborder.jpg');
	background-repeat:repeat-y;
	background-position:top left;
	
}

#leftColumnCombined{
	
	width:445px;
	/*height:413px;*/
	background-image:url('../images/middlebg.jpg');
	background-repeat:repeat-y;
	/*background-position:top left;*/
	
}

.columnTextCombinded p{
	margin-left:45px;
	width:385px;
/*	text-align:justify;*/	
	font-family:Times, serif;
	font-size:12px;
	color:#444444;
	display:block;
}

#tableDesc {
	margin-left:45px;
	/*text-align:justify;*/
	font-family:Times, serif;
	font-size:12px;
	color:#444444;
	display:block;
}

#tableDesc p {
	margin: 0 0 5px 0;
}

#tableDesc h2 {
	margin: 15px 0 5px 0;
	font-size: 16px;
}

#tableDesc h1 {
	margin: 0 0 5px 0;
	font-size: 16px;
}

.columnTextCombinded ol{
	margin-left:45px;
	width:385px;
	/*text-align:justify;*/
	font-family:Times, serif;
	font-size:12px;
	color:#444444;
	display:block;
}

div#bgFix{
	background-image:url('../images/middlebg.jpg');
	

}



#middleColumn{
	width:220px;
	height:413px;
	/*
	background-image:url('../images/middlebg.jpg');

	background-position:center;*/
	}

#rightColumn{
	width:225px;
	height:413px;
	background-image:url('../images/rightborder.jpg');
	background-repeat:repeat-y;
	background-position:top right;
}

#leftimage{
	margin:0px;
	width: 203px;
	height: 285px;
	background: url('../images/swatch.gif') no-repeat;
}

#leftimage img {
	margin-left: 10px;
}

#rightimage{
	margin: 0;
	width: 203px;
	height: 285px;
	background: url('../images/swatch.gif') no-repeat;
}

#rightimage img {
	margin-left: 10px;
}


#rightimage2 {
	padding: 5px 0;
	margin: 0;
	width: 203px;
	height: 285px;
	background: url('../images/swatch.gif') no-repeat;
}

#rightimage2 img {
	margin-left: 20px;
}




#linebreak {
	margin: 10px 0;
	padding: 5px 0;
}

#linebreak2 {
	margin: 5px 0;
	padding: 0;
}


#middleimage{
	position: absolute;
	left: 254px;
	top: 15px;
}

div.columnText p{
	padding-left:5px;
	width:160px;
	/*text-align:justify;*/
	font-family:Times, serif;
	font-size:12px;
	color:#333333;
	display:block;
}




div#footer{
	
	width:800px;
	border-top: 1px solid #604020;
	margin: 20px 0;
	color: #604020;
	padding: 10px 0 0 0;
	}
	
	
	
	
#homeFooter {
	margin: 3px 0 0 0;
	float: left;
	color: #604020;
	font: 12px Times, serif;
}

#homeFooterNav {
	margin: 3px 0 0 0;
	float: right;
	color: #604020;
}

#homeFooterNav a{
	color:#604020;	
	text-decoration:none;
	}

#homeFooterNav a:visited {
	color: #604020;
	text-decoration:none;
}
	
	
#homeFooterNav a:hover{
	color:#aa6b33;	
	text-decoration:none;
	}




div#footer p{
	display:inline;
	font-family:Times, serif;
	font-size:12px;
	color:#524030;
	
	
	}
	
div#copyright{
	margin-left:20px;
	float:left;
	
	}
	
div#footerNav{
	margin-right:20px;
	float:right;
	}
	
/*internal*/	
	
div#footerInternal{
	clear:both;
	margin: 0 auto;
	width:700px;
	height:86px;
	padding: 10px 0;
	background: url('../images/bkg_bottom.png') no-repeat;
	}

div#footerInternal p{
	display:inline;
	margin: 0px;
	padding: 0px;
	font-family:Times, serif;
	font-size:11px;
	color:#524030;
	
	
	}
div#footer p{
	display:inline;
	margin-top:10px;
	padding-top:10px;
	font-family:Times, serif;
	font-size:11px;
	color:#524030;
	
	
	}


	

div#footerNavInternal a{
	color:#524030;	
	text-decoration:none;
	}
	
	
div#footerNavInternal a:hover{
	color:#aa6b33;	
	text-decoration:none;
	}
	
div#footerInternal a{
	color:#524030;	
	text-decoration:none;
	}
	
	
div#footerInternal a:hover{
	color:#aa6b33;	
	text-decoration:none;
	}
	
div#copyrightInternal{
	padding: 0 0 0 50px;
	margin: 15px 0;
	font: 11px Times, serif;
	color:#524030;
	position: absolute;
	}
	
div#footerNavInternal {
	font: 11px Times, serif;
	padding: 0 0 0 435px;
	margin: 15px 0;
	position: absolute;
	}

.headerText{
	font-size:16px;
	font-weight:bold;
	color:#990000;
	}
	





#tableDesc2 {
	margin: -10px 0 0 10px;
	/*text-align:justify;*/
	color: #444444;
	display: block;
	font: 12px/14px Times, serif;
	width: 570px;
}

#tableDesc2 p {
	margin: 12px 0;
	font: 14px/16px Times, serif;
}

#tableDesc2 h2 {
	margin: 14px 0 8px 0;
	font-size: 16px;
	font-weight:bold;
	color:#624120;
}

#tableDesc2 h1 {
	margin: 0;
	font-size: 16px;
	color:#624120;
}

#tableDesc2 h3 {
	margin: 10px 0 0 0;
	font-size: 14px;
}

#tableDesc2 p a:link, #tableDesc2 p a:visited {
	color: #624120;
	text-decoration: underline;
}

#tableDesc2 p a:hover {
	color: #FF6600;
}

#tableDesc2 ul {
	margin: 5px 20px 10px 30px;
	padding: 2px 0 0 0;
}

#tableDesc2 li {
	margin: 10px 0;
	font: 14px/16px Times, serif;
}





#tableDesc3 {
	margin: 10px 5px;
	text-align:left;
	color: #333333;
	display: block;
	font: 14px/16px Times, serif;
}

#tableDesc3 p {
	padding-top: 8px;
	font: 14px/16px Times, serif;
}

#tableDesc3 p a:link {
	color: #444444;
	text-decoration: none;
}

#tableDesc3 p a:visited {
	color: #444444;
	text-decoration: none;
}

#tableDesc3 p a:hover {
	color: #FF6600;
	text-decoration: none;
}


#tableDesc3 h2 {
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight:bold;
	color:#333333;
	
}

#tableDesc3 h1 {
	margin: 0;
	font-size: 14px;
	font-weight:bold;
	color:#333333;
}

#tableDesc4 {
	margin: 0 0 0 20px;
	/*text-align:justify;*/
	color: #444444;
	display: block;
	font: 14px/16px Times, serif;
	width: 570px;
}



#bodyImg {
	margin: 0 10px 5px 0;
	padding: 1px;
	border: 1px solid #333333;
	background: #fff;
}

#cornerPic {
	position: absolute;
	z-index: 4;
	margin: -160px 0 0 -100px;
}





#contact {
	margin: 10px;
	font: 12px/14px Times, serif;
}





/*|||||||||||||| UPDATE 100907 - NEWS |||||||||||||||*/

#homeNewsHead {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	width: 400px;
	background: #362407;
	font: bold 16px Times, serif;
	color: #ccc;
}

#homeNews {
	margin: 0;
	padding: 10px;
	width: 378px;
	height: 100px;
	overflow: auto;
	background: #3e2e1e;
	border: 1px solid #362407;
}

#homeNews h1 {
	font: 16px Times, serif;
	color: #ccc;
	margin: 0;
	padding: 0;
}

#homeNews h2 {
	font: 14px Times, serif;
	color: #999;
	margin: 0;
	padding: 0;
}

#homeNews p {
	font: 12px Times, serif;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
}

#homeNews p a:link, #homeNews p a:visited {
	text-decoration: underline;
	color: #fff;
}

#homeNews p a:hover {
	color:#aa6b33;
}




/*||||||||||||||  Fishing Report Page styles  |||||||||||||*/

#report {
	width: 370px;
	/*height: 350px;
	overflow: auto;*/
	float: left;
	padding: 10px;
	position: relative;
	z-index: 4;
	text-align: left;
}

#report h1 {
	font: bold 16px Times, serif;
	color: #624120;
}

#report h2 {
	font: 14px Times, serif;
	color: #624120;
}

#reportList {
	width: 145px;
	/*height: 350px;
	overflow: auto;*/
	float: right;
	padding: 0 10px 0 15px;
	text-align: left;
	position: relative;
	z-index: 4;
}

#reportList h2 {
	font: bold 14px Times, serif;
	color: #624120;
	margin: 10px 0;
}




#reportList ul {
	padding-left: 0;
	list-style-type: none;
	margin: 15px 0 0 0;
}

#reportList li {
	margin: 0 0 5px 0;
}

#reportList li a {
	display: block;
	padding: 5px;
	width: 140px;
	background: #f3ece2;
	font: normal 12px Times, serif;
	border: 1px solid #cac5bc;
}

#reportList li a:link, #reportList li a:visited {
	color: #333;
	text-decoration: none;
}

#reportList li a:hover {
	background: #efefef;
}


/*=====================================================================*/
#reportList td {
	padding-left: 0;
	list-style-type: none;
	margin: 0 0 0 0;
}


#reportList td a {
	display: block;
	padding: 5px;
	width: 140px;
	background: #524030;
	font: normal 12px Times, serif;
	border-bottom: 1px solid #3b2a1c;
	border-top: 1px solid #7e5f44;
}

#reportList td a:link, #reportList a:visited {
	color: #fff;
	text-decoration: none;
}

#reportList td a:hover {
	background: #aa6b33;
	color: #fff;
}





/*||||||||||||||||  Gallery Styles  ||||||||||||||||*/

/*keeps gallery container above the flash */
#galleryContainer {
	position: relative;
	z-index: 3;
}

#galleryHead {
	margin: 0;
	padding: 0 0 10px 0;
	width: 550px;
	height: 20px;
}

#galleryTitle {
	font: bold 16px Times, serif;
	color: #624120;
	float: left;
	margin: 0;
	padding: 0;
}

#galleryNav {
	float: right;
	margin: 0;
	padding: 0;
}


#thumbs {
	margin: 20px 0 0 0;
	padding: 0;
	width: 580px;
}



#thumbs td {
	width: 140px;
	height: 120px;
	background: none;
	border: 1px solid #d4c6ac;
}

#thumbs td img {
	border: 1px solid #624120;
}

#thumbs td:hover {
	background: #FFFFCC;
}







/* }{}{}{}{}{}{  Paging navigation  }{}{}{}{}{}{ */

#paging {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#paging ul {
	margin: 10px 0 0 12px;
}

#paging li {
	display: inline;
	list-style-type: none;
	font: normal 12px Times, serif;
	margin-right: 10px;
}

#paging a { 
	padding: 3px 10px; 
}

#paging a:link, #paging a:visited {
	color: #fff;
	background-color: #524030;
	text-decoration: none;
}

#paging a:hover {
	color: #fff;
	background-color: #aa6b33;
	text-decoration: none;
}






/*#testBG {
	background: url(../images/bkg_right.png) repeat-y;
	behavior: url(../common/iepngfix.htc);
}

#testBG2 {
	background: url(../images/bkg_left.png) repeat-y;
	behavior: url(../common/iepngfix.htc);
}*/




/*|||||||||||||||| OVERLAY ||||||||||||||||*/


#fmap {
	width: 721px;
	height: 578px;
	position: absolute;
	z-index: 106;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -360px;
	padding: 0;
}

#fmap p, #fmap p a:link, #fmap p a:visited {
	font: bold 14px Times, serif;
	margin: 0;
	padding: 10px 10px 10px 0;
	background:#000;
	color: #fff;
	text-decoration: none;
}



#overlay2 {
	width: 100%;
	height: 100%;
	background: #000;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 105;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}


