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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/bg.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { color: #FFFFFF; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; line-height: 1; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; line-height: 1; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: .8em; font-weight: bold; line-height: 1.25; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}



p { margin: 0 0 1.5em; }

#maincontent img {
	margin-bottom: 10px;
}
a {
 text-decoration:none;
color:#ffffff;
}
a:link {
	color:#e86a5a;
}

a:visited {
	color:#888888;
}

a:hover {
	color:#EEEEEE;
}

#valentines a:hover {
	color:#222;
	}

ul      { margin: 0 1.5em 1.5em 1.5em; list-style-type: disc;}

ul.nobullet li {list-style-type:none; margin-bottom: 10px;}

ol      { margin: 0 1.5em 1.5em 1.5em; }

/* ------------------------------------------------------------------------ */
/* Containers */

.thrColFixHdr #container { 
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #middle {
	background:url(../images/bg_container.gif) repeat-y;
	margin:0;
	padding:0;
	width:951px;
}

.thrColFixHdr #gallery_content {
 	background:#052d54;
	margin:0;
	padding: 0 100px;
}


.thrColFixHdr2 #container { 
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr2 #middle {
	background:url(../images/bg_container.gif) repeat-y;
	margin:0;
	padding:0;
	width:951px;
}

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

.thrColFixHdr #header {  
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:15px 0 0 0;
	height:488px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/* ------------------------------------------------------------------------ */
/* Header 2 */

.thrColFixHdr2 #header {  
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:15px 0 0 0;
	height:302px;
} 
.thrColFixHdr2 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* ------------------------------------------------------------------------ */
/* Sidebars */

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 248px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin:0;
	display:inline;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin:0;
	display:inline;
}

.thrColFixHdr2 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 248px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin:0;
	display:inline;
}
.thrColFixHdr2 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin:0;
	display:inline;
}

.sidebar_menu_item img {
	border:0;
}

#angling_enews {
	background:url(../images/angling_enews.jpg) no-repeat top left;
	padding: 300px 10px 0 20px;
	/*height:488px;*/
}

#weather_module {
	margin: 0 33px;
}

/************************************************************************************/
/* Reservations Rollover */

a#reservations_ro img { border:none; }
a#reservations_ro:hover img { border:none; }
a#reservations_ro { display:block; height:65px; width:400px; overflow:hidden; }
a#reservations_ro:hover { display:block; text-indent:-400px; }



/************************************************************************************/
/* Back to Gallery Rollover */

a#gallery_back img { border:none; }
a#gallery_back:hover img { border:none; }
a#gallery_back { display:block; height:45px; width:206px; overflow:hidden; margin-bottom:50px;}
a#gallery_back:hover { display:block; text-indent:-206px; }


/************************************************************************************/
/* Back to Home Rollover */

a#home_back img { border:none; }
a#home_back:hover img { border:none; }
a#home_back { display:block; height:45px; width:206px; overflow:hidden; margin-bottom:50px;}
a#home_back:hover { display:block; text-indent:-206px; }


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

.thrColFixHdr #mainContent { 
	margin: 0 258px 0 248px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	top:0;
	line-height:1.4em;
}
/*.thrColFixHdr #mainContent p,h1,h2,h3,h4,h5,h6 {
	padding:0 20px; 
}*/
.thrColFixHdr #mainContent hr { /* For Internet Explorer */
	text-align: center;
	margin:-10px -2px 2px -2px; 
	height: 1px;
	color:#e86a5a;
	border: none;
}

.thrColFixHdr2 #mainContent { 
	margin: 0 258px 0 248px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 20px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
	top:0;
	line-height:1.4em;
}
/*.thrColFixHdr2 #mainContent p,h1,h2,h3,h4,h5,h6 {
	padding:0 20px; 
}*/
.thrColFixHdr2 #mainContent hr { /* For Internet Explorer */
	text-align: center;
	margin:-10px -2px 2px -2px; 
	height: 1px;
	color:#e86a5a;
	border: none;
}
 
html>body #mainContent hr { /* For Gecko-based browsers */
	margin:-10px -2px 2px -2px; 
	height: 1px;
	background-color: #e86a5a;
	border: none;
}
html>body #mainContent hr { /* For Opera and Gecko-based browsers */
	margin:-10px -2px 2px -2px; 
	height: 1px;
	background-color: #e86a5a;
	border: 0px solid #F00;
}

#weather hr {
	margin: 0; 
	height: 1px;
	background-color: #e86a5a;
	border: 0px solid #F00;
}

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

.thrColFixHdr #footer { 
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:85px;
	background:url(../images/footer_bg.gif) no-repeat top left;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:10px;
}

.thrColFixHdr #footer a, .thrColFixHdr #footer a:visited, .thrColFixHdr #footer a:hover, .thrColFixHdr #footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.thrColFixHdr #sub_footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-bottom: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:10px;
}

.thrColFixHdr #sub_footer a, .thrColFixHdr #sub_footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.thrColFixHdr #sub_footer a:hover {
	color:#052D54;
	text-decoration:none;
}


.thrColFixHdr2 #footer { 
	padding:0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:85px;
	background:url(../images/footer_bg.gif) no-repeat top left;
} 
.thrColFixHdr2 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:10px;
}

.thrColFixHdr2 #footer a, .thrColFixHdr2 #footer a:visited, .thrColFixHdr2 #footer a:hover, .thrColFixHdr2 #footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.thrColFixHdr2 #sub_footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-bottom: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:10px;
}

.thrColFixHdr2 #sub_footer a, .thrColFixHdr2 #sub_footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.thrColFixHdr2 #sub_footer a:hover {
	color:#052D54;
	text-decoration:none;
}

/* ------------------------------------------------------------------------ */
/* Floats */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	display:inline;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	display:inline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.floatleft {
	float:left;
	display:inline;
	margin: 5px 5px 5px 0;
}

.floatright {
	float:right;	
	display:inline;
	margin: 5px 0 5px 5px;
}

/* ------------------------------------------------------------------------ */
/* IE Fixes */



<!--[if IE 5]> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 248px; }
.thrColFixHdr #sidebar2 { width: 258px; }
<![endif]-->

<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->

<!--[if IE 5]> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr2 #sidebar1 { width: 248px; }
.thrColFixHdr2 #sidebar2 { width: 258px; }
<![endif]-->

<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr2 #sidebar2, .thrColFixHdr2 #sidebar1 { padding-top: 30px; }
.thrColFixHdr2 #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->

/* ------------------------------------------------------------------------ */
/* Menu ------------------------------------------------------------------ */

.glossymenu{
margin: 5px 0;
padding: 0;
width: 248px; /*width of menu*/
/*border: 1px solid #9A9A9A;
border-bottom-width: 0;*/
}

.glossymenu a.menuitem{
background: black url(../images/menu/menubg.jpg) repeat-x bottom left;
font: bold 16px "Times New Roman", serif;
text-transform: uppercase;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/menu/menubg-over.jpg);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #06335d;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 14px "Times New Roman", serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

#gallery_header {
	background:url(../images/gallery/gallery_header.jpg) no-repeat top left;
	height: 100px;
}

/* ------------------------------------------------------------------------ */
/* Indestructible box */ 
 
.photo_box {
  width: 370px;
  background: url(../images/gallery/photocorners_bottom.jpg) no-repeat bottom left;
  float:right;
  display:inline;
  margin-left:30px;
  }
.photo_box h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 350%;
  /*color: #333;
  border-bottom: 1px solid #E0CFAB;*/
  background: url(../images/gallery/photocorners_top.jpg) no-repeat top left;
  }
.photo_box ul {
  margin: 0;
  padding: 0 25px 50px 25px;
  list-style: none;
  }
.photo_box li {
  margin: 0; 
  padding: 0;
  } 
/* ------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------ */
/* Indestructible box - small */ 
 
.photo_box_sm {
  width: 214px;
  background: url(../images/gallery/photo_corners_bottom_sm.jpg) no-repeat bottom left;
  margin:0;
  align:center;
  }
.photo_box_sm h3 {
  margin: 0;
  padding: 0;
  font-size: 275%;
  /*color: #333;
  border-bottom: 1px solid #E0CFAB;*/
  background: url(../images/gallery/photo_corners_top_sm.jpg) no-repeat top left;
  }
.photo_box_sm ul {
  margin: 0;
  padding: 0 13px 0 13px;
  list-style: none;
  }
.photo_box_sm li {
  margin: 0; 
  padding: 0;
  } 
/* ------------------------------------------------------------------------ */

.photo_desc {
	min-height: 170px;
	display:block;
}

.gallery_thumb {
	padding: 0 40px 40px 0;
}

.gallery_thumb_end {
	padding: 0 0 40px 0;
}

#gallery_link {
	width: 214px;
	float:left;
	display:inline;
	margin: 0 29px 10px 0;
}
#gallery_link a {
    text-decoration:none;
}
.pagination {
	clear:both;
}

#photo_of_the_day {
	background:url(../images/photo_of_day.jpg) no-repeat top left;
	padding: 75px 20px 20px 20px;
	height: 344px;
}

#photo_of_the_day img {
	border:solid 1px #FFFFFF;
}


#photo_of_the_day p {
	padding:4px 0 5px 0;
	text-align:center;
}

#photo_of_the_day a {
	text-decoration:none;
	color:#111111;
	font-weight:700;
}

#photo_of_the_day a:visited {
	color:#EEEEEE;
}

#photo_of_the_day a:hover {
	color:#E86A5A;
}

#photo_of_the_day a:hover img {
	border:solid 1px #E86A5A;
}