@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #2f1f1f;
}

#headerwrap {
	background-color: #490a0a;
	background-image: url(images/header_repeat.jpg);
	background-repeat: repeat-x;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header_top.jpg);
	background-repeat: no-repeat;
	height: 255px;
}
#imgheader {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

#logo {
	float: left;
	margin-top: 47px;
	margin-left: 80px;
}
#nav {
	width: 587px;
	height: 24px;
	float: right;
	margin-top: 91px;
	margin-right: 80px;
}
#navsprites {
	width: 587px;
	height: 24px;
	background: url(images/sprites.png);
	padding: 0;
	position: relative;
	float: right;
	margin:auto;
	right: 0px;
	top: 0px;
}
#navsprites li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}
#navsprites li, #navsprites a {
	height: 24px;
	display: block;
	text-decoration: none;
}
#explore {
	left: 0;
	width: 147px;
}
#project {
	left: 148px; 
	width: 131px;
}
#ctps {
	left: 278px; 
	width: 90px;
}
#member {
	left: 368px; 
	width: 132px;
}
#contact {
	left: 500px; 
	width: 87px;
}
#explore a:hover, .current1 {
    background: transparent url(images/sprites.png) 0 -24px no-repeat;
}
#project a:hover, .current2 {
    background: transparent url(images/sprites.png) -148px -24px no-repeat;
}
#ctps a:hover, .current3 {
    background: transparent url(images/sprites.png) -278px -24px no-repeat;
}
#member a:hover, .current4 {
    background: transparent url(images/sprites.png) -368px -24px no-repeat;
}
#contact a:hover, .current5 {
    background: transparent url(images/sprites.png) -500px -24px no-repeat;
}
#navsprites span {
	display: none;
}
#navsprites a {
	overflow: hidden;
}
#ribbonwrap {
	background-image: url(images/ribbon_repeat.png);
	background-repeat: repeat-x;
	background-color: #490a0a;
}
#sidelinks {
	padding-left: 60px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #B46F07;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}
#sidelinks a, #sidelinks a:link, #sidelinks a:visited {
	color: #B46F07;
	text-decoration: none;
}
#sidelinks a:hover {
	text-decoration: none;
	color: #734604;
}
#sidelinks .current {
	color: #734604;
}


#ribbon {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	background-image: url(images/ribbon_header.jpg);
	background-repeat: no-repeat;
	height: 119px;
}
#ribbonCenter {
	padding-left: 49px;
}



#donatebtn {
	padding-left: 20px;
}

#mainwrap {
	background-image: url(images/main_repeat.jpg);
	background-repeat: repeat;
}
#main {
	background-image: url(images/content_repeat.jpg);
	background-repeat: repeat-y;
	width: 936px;
	margin-right: auto;
	margin-left: auto;
}
#mainCenter {
	padding-left: 64px;
}

#content {
	float: left;
	width: 505px;
	padding-left: 10px;
}
#content h1 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #610f08;
}
#content p, #content table {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2f2e29;
	line-height: 22px;
}
#content table#memberTable tr td {
	padding-right: 15px;
	padding-left: 15px;
}
#content table tr td {
padding: 0 5px;
}
#content a, #content a:link, #content a:visited {
	color: #2f2e29;
	text-decoration: underline;
}
#content a:hover {
	color: #2f2e29;
	text-decoration: none;
}


#sidebar {
	float: left;
	width: 315px;
	padding-left: 13px;
}
#footerwrap {
	background-image: url(images/footer_repeat.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: 872px;
	min-height: 122px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #746666;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding-top: 35px;
	padding-bottom: 35px;
}
#footerCenter {
	padding-left: 64px;
	padding-right: 64px;
}


#footer a, #footer a:link, #footer a:visited {
	color: #746666;
	text-decoration: none;
}
#footer a:hover {
	color: #C4B9B9;
}

#subnav {
	float: left;
}
#social {
float: right;
}
#socialsprites {
	width: 193px;
	height: 22px;
	background: url(images/socialsprites.png);
	padding: 0;
	position: relative;
	margin:auto;
	left: 0px;
	top: 0px;
}
#socialsprites li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}
#socialsprites li, #socialsprites a {
	height: 22px;
	display: block;
	text-decoration: none;
}
#facebook {
	left: 0;
	width: 96px;
}
#twitter {
	left: 96px;
	width: 97px;
}
#facebook a:hover {
    background: transparent url(images/socialsprites.png) 0 -22px no-repeat;
}
#twitter a:hover {
    background: transparent url(images/socialsprites.png) -96px -22px no-repeat;
}
#socialsprites span {
	display: none;
}
#socialsprites a {
	overflow: hidden;
}

/* Clearing Floats! */
.clearFloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFloat {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearFloat
{height: 1%;}

.clearFloat
{display: block;}
/* End hide from IE-mac */.thumbBorder {
	border: 5px solid #CCCCCC;
	float: left;
}
/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; 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.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

