
/*MAIN STYLE*/

body{
margin:0;
padding:0;
background: #115a79 url(../images/bckground_mn_winter5.jpg) repeat-x;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #ffffff;
border-left: 2px solid #81bace;
border-right: 2px solid #81bace;
border-bottom: 2px solid #81bace;
}


#topsection{
background: #115a79;
height: 11px; /*Height of top section*/
border-bottom: 2px solid #81bace;
}

#topsection_nav{
background: #115a79;
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 524px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 524px; /*Width of left column*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
border-right: 0px solid #c08a5d;
}

#footer{
clear: left;
width: 100%;
background: #115a79 url(../images/glossyback_mn_winter.gif) repeat-x bottom left;
font-family: Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #FFF;
text-align: center;
padding: 4px 0;
border-top: 2px solid #81bace;
}

#footer a{
color: #FFFF80;
}

#space{
clear: left;
width: 100%;
text-align: center;
padding: 5px 0;
background: #115a79;
border-top: 0px solid #81bace;
}

#ice{
clear: left;
width: 100%;
text-align: center;
padding: 0;
background: #115a79;
border-top: 0px solid #81bace;
}


#shadow{
clear: left;
width: 100%;
text-align: center;
padding: 0px 0;
border-top: 0px solid #c08a5d;
}

.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}

/* END of MAIN STYLE*/

/* ACCORDION NAV*/

.glossymenu{
margin: 0;
padding: 0;
width: 228px; /*width of menu*/
border: 1px solid #6c5543;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #6c5543 url(../images/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 7px 0;
padding-left: 15px;
text-decoration: none;
border-bottom: 1px solid #4e3e31; /* I added for underline buttons*/
}


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

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

.glossymenu a.menuitem:hover {
background-image: url(../../public/images/glossyback2.gif);
border-bottom: 1px solid #c08a5d; /* I added for underline buttons*/
}


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

.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  #ccbeb0;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
text-decoration: none;
padding: 7px 0;
padding-left: 25px;
}

.glossymenu div.submenu ul li a:hover{
background: #98785e;
color: white;
}


/* END OF ACCORDION NAV*/

/* TOP NAVIGATION - start*/

.solidblockmenu{
margin: 0;
padding: 0;
float: right;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
width: 100%;
border-bottom: 1px solid #81bace;
background: transparent url(../images/glossyback_mn_winter.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: right;
color: #ffffff;
padding: 5px 11px;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-decoration: none;
border-left: 1px solid #81bace;
}

.solidblockmenu li a:visited{
color: #ffffff;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #ffffff;
background: transparent url(../images/glossyback2_mn_winter.gif) center center repeat-x;
}

/*TOP NAVIGATION end*/


/*LIGHTBOX GALLERY STARTS*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #453326;
	width: 500px;
	height: 350px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../public/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../public/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../public/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #4b392a;
	filter:alpha(opacity=40);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* LIGHTBOX GALLERY END*/	

p, ul,li, lh, td, tr {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	color: #333333;
	list-style-type: none;
}

a {
color:  #2d6681;
text-decoration: underline;
}

.title_c {
font-family: Verdana, sans-serif;
color:  #2d6681;
font-size: 14px;
font-weight: bold;
}
