@charset "utf-8";
body  {

	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 */
	background: url("http://www.kenaifjordsglacierlodge.com/img/graphics/background.jpg") top repeat-y;
	font-size: small;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}




#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F7EECE;
	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. */
} 
#header { 
	background: #F7EECE; 
	padding: 0px;  /* 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. */
} 

#flashHead,#banner,#photoBanner{
	margin-left:10px;
	width:960px;
	/*make flash slideshow line up with menu, etc. */
}

#photoBanner span img{
	/*border-left:3px solid #fff;
	border-right:3px solid #fff;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;*/
	margin:3px 1px 3px 2px;
}

#photoBanner span#Banner1Holder img{
	/*border-left-width:0px;*/
	margin-left:0px;
}

#photoBanner span#Banner3Holder img{
	margin-right:0px;
}


#flashHead,#banner{
	height:370px;
}

#photoBanner{
	height:222px;
	background:#fff url("http://www.kenaifjordsglacierlodge.com/img/graphics/header-border-bottom.jpg") 0px bottom no-repeat;
	overflow:hidden;
	white-space:nowrap;
}

#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	background-color: #F7EECE; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 10px 0px 0px 10px;
	padding: 10px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 .header{
font-family: Arial, Helvetica, sans-serif;
font-size: 95%;
color: #000000;
margin-top: 0px;
margin-bottom: 8px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 4px; /*header text is indented 10px*/
/*text-decoration: none;*/
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	background: #F7EECE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}

/* FOR RELATED CONTENT */
#sidebar2 .feature{
	margin:0px;
	margin-top:5px;
	margin-bottom:12px;
	padding:0px;
}

#sidebar2 .feature h3{
	font-size:14px;
	margin:0px 0px 5px 0px;
	padding:7px 0px 3px 0px;
	border-bottom:2px solid #decb94;
}


#sidebar2 .feature ul{
	margin:2px;
	padding:0px 0px 0px 18px;
}

#sidebar2 .feature p{
	font-size:12px;
	margin:4px 0px;
	padding:0px;
	font-family:arial;
}

/* END FOR RELATED CONTENT*/

#mainContent { 
	padding: 10px 20px 100px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContent{
	margin: 0 240px; /* 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. */
}

.twoColFixHdr #mainContent{
	margin: 0 0 0 240px; /* 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. */
}

body.galleries_view #mainContent{
	padding-left:0px;
	margin-left:0px;
}


body.galleries_view_all #mainContent{
	margin-left:15px;
	margin-right:15px;

}


body.galleries_view #mainContent h2{
	margin-left:10px;
}



#footer {
	margin-top: 80px; 
	padding: 25px 10px 15px 24px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #F7EECE;
	background: url("http://www.kenaifjordsglacierlodge.com/img/graphics/footer.jpg") top;
} 
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}



h1{
	font-size: 145%;
	color:#3A5454;
	line-height: 125%;
	margin-top: 0px;
}
h2 {
	font-size: 130%;
	line-height: 130%;
	color:#3A5454;
	}
h3 {
	font-size: 120%;
	line-height: 125%;
	color:#3A5454;
	}
h4 {
	font-size: 100%;
	line-height: 130%:
	font-weight: bold;
	}
	
.footer {
	font-size: 90%;
	color:#FFFFFF;
	}

.footer a:link, a:hover {
	color: #FFFFFF;
	/*text-decoration: none;*/
	}
	
.footer a:visited {
	color: #FFFFFF;
	/*text-decoration: none;*/
	}

#glowingtabs{
	float: left;
	width:100%;
	font-size:13px;
	line-height:normal;
	border-bottom: 0px solid; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 20px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
text-transform:uppercase;
}

#glowingtabs a{
float:left;
background:url("http://www.kenaifjordsglacierlodge.com/img/graphics/glowtab-left.gif") no-repeat left top;
font-size: 100%;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
font-weight: bold;
text-decoration:none;
white-space:nowrap;
}

#glowingtabs a span{
float:left;
display:block;
background:url("http://www.kenaifjordsglacierlodge.com/img/graphics/glowtab.gif") no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#333333;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: #FFFFFF;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://dynamicdrive.com/style/ */


#underlinemenu{
margin: 0;
padding:0;
background-image:url("http://www.kenaifjordsglacierlodge.com/img/graphics/sub-nav-bg.jpg");
width: 980px;
height: 28px;
clear:both;
}

#underlinemenu ul{
margin: 0;
padding-top: 5px;
float: right;
font-weight: bold;
font-size: 12px;
color:#FFFFFF;
width:820px;
text-align:right;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
text-transform: lowercase;
padding:0px 12px 4px 4px;
}

#underlinemenu ul li a{
color: #FFFFFF;
font-weight: bold;
margin-bottom: 0px;
text-decoration:none;
}

#underlinemenu ul li a:hover{
color: #CCCC66;
font-weight: bold;
margin-bottom: 0px;
}

ul#promomenu{
	width:100px;
	float:left;
	height:18px;
	text-align:left;
	padding-left:0px;
	margin-left:15px;
}

ul#promomenu li a, ul#promomenu li a:visited{
	color:#F69A2B;
}

ul#promomenu li a:hover{
	color:#FDFF60;
}

#underlinemenu ul#promomenu li{
}

.boxright {
	width:230px;
	margin-top: 0px;
	font-size: small;
	background:url("http://www.kenaifjordsglacierlodge.com/img/graphics/right-box-body.gif") no-repeat bottom left;
	padding: 5px 5px 20px 5px;
	font-size: smaller;
	}
	
.boxrighth3 {
	margin: 0;
	padding: 4px 8px 4px 10px;
	color:#FFFFFF;
	background:url("http://www.kenaifjordsglacierlodge.com/img/graphics/right-box-head.gif") no-repeat top left;
	}
	
.boxright ul {
	margin: 0px;
	padding:10px 5px 5px 5px;
	list-style: none;
}
	
.boxright ul li {
	margin:0 0 6px;
	padding:0;
	}


.leftnav {
	width:210px;
	margin-top: 0px;
	background: url("http://www.kenaifjordsglacierlodge.com/img/graphics/left-nav-btm.gif") no-repeat bottom left;
	padding: 5px 5px 20px 5px;
	font-size: 85%;
	}

	
.leftnavh2 {
	margin: 0;
	padding: 0;
	color:#425034;
	font-weight:bold;
	font-size:25%;
	background: url("http://www.kenaifjordsglacierlodge.com/img/graphics/left-nav-top.gif") no-repeat top left;
	}
	
	.leftnavh2 a, a:visited, a:hover {
	color:#425034;
	/*text-decoration:none;*/
	}
	
.leftnav ul {
	margin: 0px;
	padding:10px 5px 5px 5px;
	list-style: none;
}
	
.leftnav ul li {
	margin:0 0 6px;
	padding:0;
	}

.leftnav ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.leftnav ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.leftnav ul li a{
color: #536442;
background: url("http://www.kenaifjordsglacierlodge.com/img/graphics/bullet.gif") no-repeat center left; /*custom bullet list image*/
padding: 1px;
padding-left: 16px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
}

.leftnav ul li a:visited{
color: #536442;
}

.leftnav ul li a:hover{ /*hover state CSS*/
color:#CE5235;
/*text-decoration:underline;*/
}

.leftnavheader{
font-family: Arial, Helvetica, sans-serif;
color: #425034;
margin-top: 0px;
margin-bottom: 4px; /*bottom spacing between header and rest of content*/
padding: 0px 0 4px 4px; /*header text is indented 10px*/
/*text-decoration: none;*/
}

.leftnavheader a, .leftnavheader a:visited, .leftnavheader a:active
{
font-family: Arial, Helvetica, sans-serif;
color: #425034;
margin-top: 0px;
margin-bottom: 4px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 0px; 
}

.leftnavheader a:hover 
{
font-family: Arial, Helvetica, sans-serif;
color: #CE5235;
margin-top: 0px;
margin-bottom: 4px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 0px; 
/*text-decoration:underline;*/
}

p,.bodyText  {

	font-size: medium;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


a{
	text-decoration: underline;
	color: #536442;
	font-weight:bold;
}

a:visited{
	color: #536442;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	color:#CE5235;
	text-decoration:none;
}

p a, a:visited, a:hover {
	/*text-decoration: underline;*/
	}
	
/* GALLERY PAGES */
.galleries{
	width:100%;
	float:left;
}

.galleries .gallery img{
	float:left;
	margin-right:5px;
	border:none;
}

.galleries .gallery p.summary{
	font-size:12px;
	color:#333;
}