body {
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	color: #333;
	background: #A2927E;
	margin: 0;
	padding: 0;
}

#container {
	background: url(graphics/container.png) repeat-y;
	margin: 0 auto;
	padding: 0 20px;
	width: 720px;
}

#supportLinks {
	position: absolute; margin-left: 485px; margin-top: -9px;
}

#supportLinks .back{
   width: 126px;
   height: 30px;
   float: right;
   font-size: 1em;
}

#supportLinks a:hover, #supportLinks a:active {
	background-color: transparent;
}

#supportLinks .back a{
   display: block;
   padding: 8px 4px 8px 16px;
   background: url(graphics/support-climb-wyoming.png) no-repeat right center;
   color: #CDD9E1;
   text-decoration: none;
}

#header {
	background: url(graphics/wood4.jpg) no-repeat;
	height: 100px;
	padding-top: 10px;
}

#begin {
	background: url(graphics/header.png) no-repeat 0px 10px;
	margin: 0 auto;
	width: 760px;
	height: 0px;
}

#logo {
	float: left;
}
#logo a {
	width: 127px;
	height: 98px;
	display: block;
	background: url(graphics/logo_sm.png) no-repeat;
}
#logo a:hover, #logo a:active {
	background: url(graphics/logo_sm.png) no-repeat 0 -98px;
}
#logo a span {
	display: none;
}


/* Navigatie */
#menu {
	margin: 0;
	padding: 68px 0 0 0;
	height: 31px;
	float: right;
}
#menu {
	white-space: nowrap;
}
#menu li {
	background: none;
	float: left;
	display: block;
	margin-right: 1px;
	padding: 0;
	text-align: center;
}
#menu li a {
	color : #EEDDBB;
	background: url(graphics/menu_top.jpg) no-repeat right top;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	display: inline-block; /* IE */
	height: 31px;
	line-height: 31px;
	border:none;
}
#menu li a:hover, #menu li a:active {
	color: #663300;
	background: url(graphics/menu_top.jpg) no-repeat right bottom;
}
#menu li a span {
	display: block;
	padding: 0 10px;
	background: url(graphics/menu_tops.png) no-repeat left top;

}
#menu li a:hover span, #menu li a:active span {
	background: url(graphics/menu_tops.png) no-repeat left bottom;
}

/* Active menu-items */
#menu li.active a {
	color: #663300;
	background: url(graphics/menu_home.png) no-repeat right top;
}
#menu li.active a:hover, #menu li.active a:active {
	color: #663300;
	background: url(graphics/menu_home.png) no-repeat right bottom;
}
#menu li.active a span {
	background: url(graphics/menu_homes.png) no-repeat left top;
}
#menu li.active a:hover span, #menu li.active a:active span {
	background: url(graphics/menu_homes.png) no-repeat left bottom;
}


/* Content */
#contentleft {
width:231px;
padding:0px;
float:left;
background:#E6E3D5;
	}

#contentcenter {
width:309px;
padding:0px;
float:left;
background:#E6E3D5;
	}
#contentright {
width:180px;
padding:0px;
float:left;
background:#E6E3D5;
	}

#contentright_text {
width:160px;
padding:0;
margin: 0 0 0 20px;
float:left;
background:#E6E3D5;
	}

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li 
{
padding-left: 0;
list-style-type: square;
}


/* Sub */

#home_wrap {
	text-align: left;
	margin: 0px auto;
	padding: 20 10px 0px 0px;
	border:0;
	width: 720px;
	background: #E6E3D5 url(graphics/colhome.jpg) no-repeat;
}

#home_wrap2 {
	background: #E6E3D5 url(graphics/colhome.jpg) no-repeat;
	margin: 0 auto;
	padding: 31px 0 0 0;
}

#sub_left {
	float: left;
	width: 221px;
	padding: 0px 0px 0px 10px;
}

#sub_right { 
	margin: 0;
	float: left;
	width: 469px;
	padding: 0px 20px 0px 0px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

/*========================================================================================== PHOTO GALLERY */
.photogallery_left ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.photogallery_left li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
}

.photogallery_left li a{
   float: left;
   padding: 3px;
   margin: 3px;
   background: #fff;
   border: 1px solid #D0D3C9;
   border-top: 0;
   border-left: 0;
}

.photogallery_left a:hover {
   float: left;
   padding: 3px;
   margin: 3px;
   background: #C00;
   border: 1px solid #D0D3C9;
   border-top: 0;
   border-left: 0;
}



/* Sub */

.newsImageArea
	    {
		float: left;
	    }

	    .newsImage
	    {
		padding: 10px 10px 0px 0px;
		text-align: center;
	    }

	    .newsImage img
	    {
		border: 0px;
	    }

.nicelist {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
.nicelist li {	
    padding-left: 14px;
    background-image: url(graphics/button.gif);
    background-repeat: no-repeat;
    background-position: 0 6px;
    }

html[xmlns] .nicelist {
    padding-left: 2em;
    }

html[xmlns] .nicelist li {
    background: none; /* undo the background-image */
    list-style-image: url(graphics/button.gif);
    padding: 0;
    }
	
#bullet ul {
    list-style-image: url(graphics/button.gif);
    list-style-position: outside;
    padding: 0 6px 0 0;
}

#bullet-inside ul {
    list-style-type: disc;
    list-style-image: url(graphics/button.gif);
    list-style-position: inside;
    padding: 0 6px 0 2px;
}

#bully ul {
 list-style-type: circle;
}

#center_content {
	background: #E6E3D5 url(graphics/colhome.jpg) no-repeat;
	margin: 0 auto;
	padding: 31px 0 0 0;
}

#colhome {
	background: #E6E3D5 url(graphics/colhome.jpg) no-repeat;
	padding: 14px 0 0 0;
	overflow: auto;
}

#featured_grad
{
	margin: 0 5px 0 0;
	float: left;
	width: 231px;
}

#col_home {
	color: #300;
	width: 285px;
	margin-top: 10px;
	padding-left: 2px;
	float: left;
}

#right_photo
{
	margin: 0;
	float: right;
	width: 180px;
}

#quote 
{
	border: 1px dashed #999;
	background: #F3F1EA;
	color: #300;
	list-style: none;
	margin: 20px 0 20px 2px;
	width: 300px;
	padding: 3px;
	}
	
#home_progress 
{
	border: 1px dashed #999;
	background: #F3F1EA;
	color: #300;
	list-style: none;
	margin: 4px 0 10px 0px;
	width: 275px;
	padding: 4px;
	}

#progress 
{
	border: 1px dashed #999;
	background: #F3F1EA;
	color: #300;
	list-style: none;
	margin: 4px 0 10px 10px;
	width: 275px;
	padding: 4px;
	}

#progress2 
{
	border: 1px dashed #999;
	background: #F3F1EA;
	color: #300;
	list-style: none;
	margin: 15px 0 10px 0px;
	width: 300px;
	padding: 8px;
	}

#awardlist 
{
	border: 1px dashed #ccc;
	background: #F3F1EA;
	color: #300;
	list-style: none;
	margin: 0 0 4px 12px;
	width: 260px;
	padding: 4px;
	}
	
#awardlist2
{
	border: 1px dashed #ccc;
	background: #F3F1EA;
	color: #300;
	list-style: none;
	margin: 0 0 10px 12px;
	width: 320px;
	padding: 6px;
	}

#contact_child
{
	margin: 5px 0 5px 0;
	float: left;
	padding: 0;
	width: 230px;
}

#contact_child p
{
	font: 130% arial, georgia, times, serif;
	color: #300;
	line-height: 20px;
	margin: 0;
}

#contact_head h2
{
	font: 180% arial, georgia, times, serif;
	color: #C00;
	margin: 0;
	float: left;
	padding: 0;
	width: 479px;
	font-style: italic;
}

#contact_head h3
{
	font: 180% arial, georgia, times, serif;
	color: #C00;
	padding: 0 0 8px 0;
	background: transparent;
	text-align: left;
	margin: 22px 10px 5px 0;
	font-style: italic;
}

#address 
{
	border: 1px solid #300;
	background: #F3F1EA;
	color: #300;
	list-style: none;
	width: 200px;
	padding: 6px;
	margin: 0 0 10px 10px;
	}

#map 
{
	color: #300;
	list-style: none;
	margin-left: 5px;
	width: 210px;
	padding: 2px;
	}
	
/* HOME PAGE REDESIGNED 2 COLUMNs */

#home_leftbar
{
	margin: 5px 0 5px 0;
	float: left;
	padding: 0;
	width: 285px;
	background-color:#000
}

#home_leftbar p
{
	font: 130% arial, georgia, times, serif;
	color: #300;
	line-height: 20px;
	margin: 0;
}

#home_leftbar h2
{
	font: 180% arial, georgia, times, serif;
	color: #C00;
	padding: 0 0 0 8px;
	background: transparent;
	text-align: left;
	margin: 10px 0 5px 20px;
	font-style: italic;
}

#home_rightbar
{
	margin: 5px 0 5px 0;
	float: left;
	padding: 0 0 0 10px;
	width: 425px;
}

	
/* OTHER OPTION FOR CONTACT PAGE */

#contact_child2
{
	margin: 5px 0 5px 0;
	float: left;
	padding: 0;
	width: 355px;
}

#contact_child2 p
{
	font: 130% arial, georgia, times, serif;
	color: #300;
	line-height: 20px;
	margin: 0;
}

#contact_head2 h2
{
	font: 180% arial, georgia, times, serif;
	color: #C00;
	padding: 0 0 0 8px;
	background: transparent;
	text-align: left;
	margin: 10px 0 5px 20px;
	font-style: italic;
}

#address1 
{
	border: 1px solid #300;
	background: #F3F1EA;
	color: #300;
	list-style: none;
	width: 320px;
	padding: 6px;
	margin: 0 5px 10px 15px;
	}

#address2 
{
	border: 1px solid #300;
	background:#C2B8A4;
	color: #300;
	list-style: none;
	width: 320px;
	padding: 6px;
	margin: 0 5px 10px 15px;
	}
	
#address3 
{
	border: 1px solid #300;
	background:#C2B8A4;
	color: #300;
	list-style: none;
	width: 320px;
	padding: 6px;
	margin: 10px 5px 0 15px;
	}

#map2 
{
	color: #300;
	list-style: none;
	margin: 0 0 0 15px;
	width: 340px;
	}

/* PHASES */

#phasers h1
{
	font-size: 18px;
	font-weight: normal;
	color: #C00;
	padding: 0 0 8px 0;
	background: transparent;
	text-align: left;
	margin: 22px 10px 5px 0;
}

#phasers
{
	margin: 22px 10px 0 22px;
}

/* FONTS */
h1,h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}
h1 {
	color: #C00;
}
h2 {
	color: #333;
}
h2 a, h4 a {
	color: #333;
	text-decoration: none;
}
h2 a:hover, h2 a:active, h4 a:hover, h4 a:active {
	color: #600;
	background: transparent;
	text-decoration: none;
}
h3 {
	color: #333;
	margin: 0;
	padding: 20px 0 5px 0;
	font-size: 14px;
	font-weight: normal;
}
h4 {
	color: #333;
	margin: 20px 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}
.miniuitleg h4 {
	margin: 0 0 5px 0;
	font-size: 14px;
}
h5 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}
h6 {
	color: #600;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	margin: 0 0 5px 0;
	padding: 0px;
}
h6 a {
	color: #600;
	text-decoration: underline;
}
h6 span {
	color: #666;
}
h6 span a {
	color: #666;
	text-decoration: none;
}
h6 span a:hover, h6 span a:active {
	color: #000;
	background: #FFFFCC;
	text-decoration: underline;
}
p {
	line-height: 150%;
	margin: 15px 0 0 0;
	padding: 0;
}
ul {
	line-height: 140%;
	margin: 15px 0 0 0;
	padding: 0;
}
a {
	color: #C00;
	text-decoration: underline;
}
a:hover, a:active {
	color: #900;
	background: #fff;
	text-decoration: underline;
}

/*  SLIDESHOW */

#slideshow {
	background: #CBC3B2;
	height: 110px;
	color: #fff;
	padding: 8px 0 0 10px;
	line-height: 14px;
}

img {
	border: none;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	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: 1000;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../gallery/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(../gallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../gallery/nextlabel.gif) right 15% no-repeat; }


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

#imageData{	padding:0 10px; color: #666; }
#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.2em; margin-bottom: 0.5em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/*========================================================================================== PHOTO GALLERY */
.photogallery_content ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
.photogallery_content li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
}

.photogallery_content li a{
   float: left;
   padding: 3px;
   margin: 4px;
   background: #fff;
   border: 1px solid #D0D3C9;
   border-top: 0;
   border-left: 0;
}

.photogallery_content a:hover {
   float: left;
   padding: 3px;
   margin: 4px;
   background: #f00;
   border: 1px solid #666;
   border-top: 0;
   border-left: 0;
}




/*  FOOTER */

#footer {
	background: url(graphics/bg_footer.jpg) no-repeat;
	height: 38px;
	color: #fff;
	padding: 22px 0 0 43px;
	line-height: 14px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}
#footer .back{
   width: 126px;
   height: 30px;
   float: right;
   font-size: 1em;
}

#footer .back a{
   display: block;
   padding: 8px 4px 8px 16px;
   background: url(graphics/support-climb-wyoming.png) no-repeat right center;
   color: #CDD9E1;
   text-decoration: none;
}
#footer .facebook{
   width: 111px;
   height: 30px;
   float: right;
   font-size: 1em;
}

#footer .facebook a{
   display: block;
   padding: 8px 4px 8px 16px;
   background: url(graphics/facebook.png) no-repeat right center;
   color: #CDD9E1;
   text-decoration: none;
}
#end {
	background: url(graphics/footer.png) no-repeat;
	margin: 0 auto;
	width: 760px;
	height: 30px;
}
