/*--------------------------------------*/
/*     main area
/*--------------------------------------*/

body {
/*	font: normal 12px Georgia, "Times New Roman", Times, serif; */
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	}

.wtf {

	font: normal 12px "Lucida Grande", "Verdana", sans-serif;
	color: #000;
	line-height: 16px;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FFF url(bg2.jpg) repeat 50% 0;

}




a, a:active { 
	color: #9ebbd9;
	text-decoration: none;
	font-weight: bold;
	}

a:visited { 
	color: #9ebbd9;
	text-decoration:none;
	}
	
a:hover { 
	color: #ff6100;
	text-decoration: none;
	}
	
	.floatright { float: right; }

.floatleft { float: left;}

/*--------------------------------------*/
/*     Header Information
/*--------------------------------------*/

#header {
	height: 100px;
	}

#logo {
	width: 350px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(mountlogo.jpg) no-repeat;
	}

#topsubmenu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 235px;
	height: 33px;
	background: url(../images/bg_sub_menu.jpg) no-repeat;
	}

#minilinks {
	margin: 0;
	padding: 0 0 20px 10px;
	}

#minilinks li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	}

#minilinks a {
	font-size: 11px;
	float: left;
	color: #064E9A;
	margin: 6px 8px 4px 10px;
	_margin: 6px 0 4px 10px; /*Win/IE 6 bug */
	}

#grid {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 100px;
	background: url(grid.jpg) no-repeat;
	}


/*------------------------------------------*/
/*     Menu
/*------------------------------------------*/

#menu {
	position: absolute;
	top: 100px;
	left: 17px;
	margin: 0;
	padding: 0;
	width: auto;
	height: 45px;
	white-space: nowrap;
	z-index: 75;
	}
	
#menu ul {
	display: inline;
	margin: 0;
	}
	
#menu li {
	float: left;
	display: block;
	list-style: none;
	background-color: #fff;
	}
#menu li a {
	display: block;
	height: 30px;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 10pt;
	font-family: Tahoma;
	padding: 0 12px 0 12px;
	padding-top: 8px;
	background: url(bg_nro.gif);
	}
#menu a:hover {
	background: #000066 url(bg_ro.gif);
	}
#menu .active {
	background: url(bg_ro.gif);
	font-weight: bold;
	}
#menu ul li div {
	display: none;
	position: absolute;
	background-color: #064E9A;
	top: 39px;
	float: left;
	clear: left;
	margin-left: 0px;
	border: 2px solid #00A6CE;
	border-top: none;
	z-index: 100;
}
#menu ul li div ul {
	margin: 0;
	width: 120px;
	display: inline;
	padding: 0;
	background-color: #064E9A;
}
#menu ul li div ul li {
	margin: 0;
	clear: both;
	display: block;
	list-style: none;
	padding: 0;
	text-align: left;
	background-color: #064E9A;
	height: auto;
}
#menu ul li div ul li a {
	display: block;
	width: 120px;
	background: #064E9A;
	padding: 5px;
	height: auto;
	margin: 0;
}


/*--------------------------------------*/
/*     Main Pages
/*--------------------------------------*/


hr {
height: 1px;
background: transparent;
color: transparent;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px dashed #000;
}

#pagetext {
	text-align: left;
	width: 800px;
	background-image: url(footer_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-top: 70px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 180px;
	}

#pagetext h1 {
	font: bold 24px "Trebuchet MS", "Verdana", sans-serif;
	color: #000066;
	padding-bottom: 5px;
	border-bottom: 1px dashed #064E9A;
	margin-bottom: -15px;
	}
#pagetext h2 {
	font: bold 18px "Trebuchet MS", "Verdana", sans-serif;
	color: #333333;
	padding-bottom: 5px;
}

h2#content {
	font-size: 18px;
	line-height: 22px;
	margin: 2px 0px -10px 0px auto;
}

.gallerybox  {
  background-color: #CCCCCC
  padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #F4F4F4;
}


.subtitle {
	font: bold 18px "Trebuchet MS", "Verdana" sans-serif;
	}

#pagetext h3 {
	margin-bottom: -15px;
	color: #000066;
	font-size: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3#content {
	font-size: 1.5em;
	margin-bottom: -15px;
	}

#pagetext h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: -10px;
	color: #000066;
}

#pagetext h5 {
	font: bold 16px "Arial", sans-serif;
	color: #000066;
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-bottom: 5px;
}

#pagetext .floatleft {
	float: left;
	width: auto;
	margin: 0 10px 1px 0;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #CCCCCC;
	}
	
#pagetext .floatright {
	 float: right;
	width: 185px;
	margin: 10px 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #CCCCCC;
	}

#pagetext .maroon {
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#pagetext p {
	color: #333333;
	line-height: 135%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
#groupset {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 40%;
	padding: 10px 10px 10px 10px;
	border-style: dashed;
	border-color:#C8C8C8;
	border-width:thin;
	}
	
#blocklists ul li {
	color:#000066
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: square inside;
	margin-left: -40px;
	padding-left: 1px;
	}
	
#box-note {
	color: #EBEBEB;
	padding: 5px 15px 5px 15px;
	border:solid 1px silver;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	background: #FFFFCC;
	min-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	clear: left;
}

ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:30px;
	line-height:150%;
	}


/*--------------------------------------------*/
/*    Left and Right Columns
/*--------------------------------------------*/

#leftcolumn {
	position: absolute;
	top: 175px;
	left: 5px;
	width: 165px;
	text-align: left;
	list-style:none;
	
	}

#rightcolumn {
	position: absolute;
	top: 410px;
	left: 5px;
	width: 170px;
	text-align: left;
	list-style:none;
	}

.leftside, .rightside {
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	background: #FFF;
	list-style:none;
	background-image: url(leftbar_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
	
.leftside li a, .rightside li a {
	height: 32px;
	border-left: 1px solid #CCCCCC;
 	border-bottom: 1px solid #CCCCCC;
 	border-right: 1px #CCCCCC solid;
 	list-style: none;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 22px;
	}
.active {
	color: #000066;
	display: block;
	background-color: #cdd5d2;
	list-style: none;
	padding: 0;
	}
.leftside li a:link, .leftside li a:visited, .rightside li a:link, .rightside li a:visited {
	color: #000066;
	display: block;
	list-style: none;
	padding: 3px 7px 0 7px;
	}
	
.leftside li a:hover, .leftside li a:active, .rightside li a:hover, .rightside li a:active {
	color: #FFFFFF;
	background: #9aa09e;
 	list-style: none;
	padding: 3px 7px 0 7px;
	}

.leader {
	color: #FFF;
	display: block;
	background-image: url(leader.gif);
	background-repeat:repeat-x;
	padding: 5px 7px 5px 7px;
	border: 1px solid;
	border-top: hidden;
	border-color:#000000}

.sidetext {
	color: #000066;
	display: block;
	background: #FFF;
	padding: 5px 7px 5px 7px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}

.sidetext2 {
        color: #000066;
        display: block;
        background: #FFF;
		background-image: url(leftbar_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
        padding: 5px 7px 5px 7px;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
}

.sidetext2 li {
	padding-left: -20px;
	margin-left: -20px;
	list-style-type: square;
}


.rightside input {
	margin-top: 5px;
	margin-bottom: 5px;
	}

.rightside form {
	margin-bottom: 0;
	}

.rightside2 {
	margin: 0;
	padding-left: 0;
	padding-right: 5px;
	background: #FFF;
	}

.rightside2inner {
	border-left: 1px solid #064E9A;
 	border-bottom: 1px solid #064E9A;
 	border-right: 1px solid #064E9A;
}


/*--------------------------------------*/
/*     Footer
/*--------------------------------------*/

#hmpgfooter {
	margin-top: 30px;
	padding: 10px;
	color: #FFFFFF;
	background: #000066;
	border-top: 1px solid #00A6CE;
	}

#hmpgfooter2 {
	margin-top: 10px;
	padding: 10px;
	color: #FFFFFF;
	background: #000066;
	border-top: 1px solid #000066;
	}

#footer {
	margin-top: 10px;
	padding: 5px;
	background: #BCD9F6;
	}

#footerlinks {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#footerlinks2 {
	margin: 0;
	padding: 0 0 5px 0;
	color:#999999;
	}	

#footerlinks li {
	margin: 0;
	padding: 5px;
	display: inline;
	list-style: none;
	text-decoration:none;
	}

#footerlinks a, #footer p {
	color: #FFFFFF;
	
	}


/*
	table head
*/
.tblhead	{ color:#fff; text-decoration:none; font-size: 12px; font-weight: bold; background-color: #000066;}

/*
	table category 
*/
.tblcat	{ color:#fff; text-decoration:none; font-size: 10px; font-weight: bold; background-color: #2982DF;}

/*
	table border
*/
.tblborder  { background-color:#d3d3d3}

.box_header {
	border: 1px black solid;
	display: block;
	padding: 5px;
	font-size: 14px;
	background-color: #da7878;
	color: white;
}
div#menu ul li a,
div#menu ul li a:hover,
div#menu ul li:hover,
div#menu ul li.over {
	z-index: 100;
}
div#menu ul li li a {
	display: block;
	background: #000066;
	height: 20px;
	border: 4px solid #00A6CE; /* BD8608 */
	border-width: 0 4px;
	width: 120px;
	z-index: 100;
}
div#menu ul li li a:hover {
	background: #666666 url(../images/navitem_ro3.gif);
}
div#menu ul li li {
	border: none;
	clear: left;
	margin: 0;
	background: #000066;
	padding: 0;
	display: inline;
}
div#menu ul li {
	position: relative;
}
div#menu ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	text-align: left;
	width: 152px;
	padding: 0;
	margin: 0;
	left: 0;
	border: 4px solid #00A6CE;
	margin-top: -7px;
	margin-left: 0px;
	border-width: 4px 0 4px 0;
	z-index: 150;
	background: #0055AD;
}
div#menu ul li > ul {
	margin-top: -3px;
}
div#menu ul li ul {
}
div#menu ul li:hover ul,
div#menu ul li.over ul {
	display: block;
}

#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: #fff;
	width: 250px;
	height: 250px;
	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(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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color:#000066;
	background-color: #FFFFFF;
	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: #000;
	filter:alpha(opacity=60);
	-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 */
	}	
	
	/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
