/* Home Page Style Sheet*/

body {
color:#fff;
font:70%/150% Verdana, Arial, Helvetica, sans-serif;
background:#000;
text-align:center;
}
p,h1,h2,h3,h4,h5,h6,form,body,html,ul,li{
padding:0;
margin:0;
}
img {
border: none;
}
a {
color: #fff;
}
.general {
margin-left: 22px;
}
.general li {
list-style: square;
}
.general li a {
color: #fff;
}
.general li a:hover {
color: #ccc;
}
#container{
background:#fff;
width:760px;
margin:24px auto;
text-align:left;
}
#header{
background:url(../images/home/header.jpg) no-repeat;
height:295px;
}
#header h1{
font-size:50%;
text-indent:-10000px;
}
#content-container{
background:#517659 url(../images/home/contentCorner.gif) no-repeat top right;
margin:0 12px;
float:left;
}
/*NAV*/
#nav{
width:228px;
float:left;
display:inline;
padding: 18px 0;
}
#nav li{
display:block;
list-style:none;
text-indent: -10000px;
}
#nav a{
display:block;
text-decoration:none;
width:184px;
height:42px;
overflow: hidden;
border-bottom: 1px solid #2a4b31;
margin-left: 22px;
}
#home-nav a{
background:url(../images/home/home.gif) no-repeat;
}
#home-nav a:hover{
background:url(../images/home/homeh.gif) no-repeat;
}
body#home #home-nav a{
background:url(../images/home/homeh.gif) no-repeat;
}
#about-nav a{
background:url(../images/home/about.gif) no-repeat;
}
#about-nav a:hover{
background:url(../images/home/abouth.gif) no-repeat;
}
#blog-nav a{
background:url(../images/home/blog.gif) no-repeat;
}
#blog-nav a:hover{
background:url(../images/home/blogh.gif) no-repeat;
}
#media-nav a{
background:url(../images/home/media.gif) no-repeat;
}
#media-nav a:hover{
background:url(../images/home/mediah.gif) no-repeat;
}
#contact-nav a{
background:url(../images/home/contact.gif) no-repeat;
}
#contact-nav a:hover{
background:url(../images/home/contacth.gif) no-repeat;
}
#donate-nav a{
background:url(../images/home/donate.gif) no-repeat;
border:none;
}
#donate-nav a:hover{
background:url(../images/home/donateh.gif) no-repeat;
border:none;
}
/*CONTENT*/
#content{
width:484px;
float:right;
display:inline;
padding:0 24px 24px 0;
}
#content h1{
font-size:130%;
margin:24px 0 6px 0;
height:20px;
color: #ba8f0d;
}
.white{
color:#fff;
}
#content h2{
font-size:120%;
margin:18px 0 6px 0;
height:20px;
color: #ba8f0d;
}
#content h3{
color:#c2d5c6;
font-size: 100%;
}
#content p{
margin-bottom:12px;
}
/*FOOTER*/
#footer{
color:#ba8f0d;
background:url(../images/home/footerBk.gif) no-repeat;
height:51px;
clear:both;
}
#footer p{
float:left;
margin-left: 24px;
line-height: 320%;
}
#footer ul{
height:44px;
float: right;
width: 450px;
}
#footer li{
display:inline;
list-style:none;
}
#footer a{
color:#ba8f0d;
display:block;
float:left;
text-decoration:none;
height:39px;
line-height: 320%;
padding: 0 14px;
}
#footer a:hover{
color:#517659;
background:#c2d5c6;
}
.no-border img {
border: none;
}


/* LIGHT BOX */
#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(../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;
	}
#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 */
	}	
#content h2.big {
	color: #fff;
	font-weight: normal;
	font-size: 1.9em;
}