/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#686868;
	font-size:12px;
	margin:0 0 25px 0;
	background-color:#313c24;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a { color:#D37710; border: none; }


h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

.img_border {
	padding: 2px;
	border: 1px solid #879873;
}

.communities {
	position:relative;
	margin:0 auto;
	width:820px;
	height:105px;
	padding: 10px;
	background-color: #FFE8CF;
	border: 1px solid #D37710;
}

.communities img {
	margin: 0 10px 0 0;
}

.communities h3 {
	margin: 10px 0;
}

.top-link {
	position:absolute;
	top:6px;
	right:60px;
	width:260px;
	height:auto;
	color: #fff;
	float: right;
	margin:0 auto;
	font-size: 1.3em;
	text-align: center;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:291px;
}

#sub_head {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:850px;
	height:20px;
	color: #fff;
	text-align: center;
	padding: 5px 0 0 0;
	background-color: #D37710;

}

#sub_photos {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:810px;
	height:auto;
	padding: 20px 10px 10px 30px;
	background-color: #FFC98F;

}

#sub_photos img {
	margin: 10px;
	border: none;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:258px;
	left:330px;
	width:591px;
	height:30px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-container.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:40px;
	float:left;
	width:843px;
	height:auto;
	padding: 0 10px;
}

#content_main p {
	margin: 5px 0 0 0;
}

#content_left {
	position:relative;
	top:0;
	left:40px;
	float:left;
	width:503px;
	height:auto;
	padding: 0 10px;
	border-right: 1px solid #879873;
}

#content_left p {
	margin: 5px 0 0 0;
}

#course_info {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:800px;
	height:auto;
	padding: 20px 0 30px 0;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	right:50px;
	float:right;
	width:320px;
	height:auto;
}

#side_bar p {
	margin: 5px 0 0 0;
}


/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:25px;
	color:#FFF;
	width:880px;
	height:50px;
	clear:both;
	padding: 0 10px;
	background-color: #D37710;
}

#footer a {
	color: #fff;
	padding: 0 4px;
	font-size: .8em;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	height: 30px;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
}

a:hover#nav_01 {
	background-position: 0 -30px;
}

a#nav_01 {
	width:61px;
	background-position:0 0;
	background-image:url(images/nav/nav.gif);
}
a:hover#nav_02 {
	background-position: -61px -30px;
}

a#nav_02 {
	width:132px;
	background-position:-61px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_03 {
	background-position: -193px -30px;
}

a#nav_03 {
	width:141px;
	background-position:-193px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_04 {
	background-position: -334px -30px;
}

a#nav_04 {
	width:154px;
	background-position:-334px 0;
	background-image:url(images/nav/nav.gif);
}

a:hover#nav_05 {
	background-position: -488px -30px;
}

a#nav_05 {
	width:103px;
	background-position:-488px 0;
	background-image:url(images/nav/nav.gif);
}


/*----------------------light box settings------------------*/

#lightbox{
	position: absolute;
	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(../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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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; 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.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

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