@charset "UTF-8";
/* CSS Document */

/********* Global styles ************/
* {
	margin: 0;
	padding: 0;
} /* extremely important to get consistent rendering among all browsers. Sets margin and padding of every element to 0px */
body {
	background:#a9baca;
	margin: 0; /* t/b, l/r */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em; /* specify base font size in em's, all others in % */
	line-height: 120%;
}
a, a img {
	border: none;
	color: #1e354a;
	text-decoration:none;
}
/********* Layout styles ************/
#wrapper {
	width:100%;
	background:url(../../../ui/tile_bg.jpg) repeat-x;
}
#masthead {
	width: 750px;
	height: 90px;
	margin: 0 auto;
}
#masthead_left {
	height: 87px;
	width: 454px;
	float: left;
}
#masthead_right {
	height: 87px;
	width: 249px;
	text-align: right;
	float: right;
}
#banner {
	width:100%;
	height:87px;
	background:url(../../../ui/banner_bg.gif);
}
.masthead_images {
	list-style:none;
	display:inline;
}
#content {
	width:750px;
	background:#FFF;
	height:100%;
	margin: 36px auto 0px auto;
	min-height:625px;
	padding-bottom:15px;
}
#footer {
	width:750px;
	background:url(../ui/footer_bg.jpg);
	height:30px;
	margin:auto;
	text-align:center;
}
#search {
	margin-right:80px;
	margin-top:-20px;
	float:right;
}
/********* Navigation styles ************/
#nav {
	clear: both;
	list-style: none;
	width: 703px;
	margin:auto;
	padding-left:70px;
}
#nav li {
	float:left;
}
#nav li a {
	display: block;
	height: 32px;
}
* html #nav li a {
	width: 1px;
}
#nav li a.home {
	background: url(../../../ui/all_buttons.jpg) 0 0 no-repeat;
}
#nav li a.team159 {
	background: url(../../../ui/all_buttons.jpg) -67px 0 no-repeat;
}
#nav li a.first {
	background: url(../../../ui/all_buttons.jpg) -166px 0 no-repeat;
}
#nav li a.challenge {
	background: url(../../../ui/all_buttons.jpg) -237px 0 no-repeat;
}
#nav li a.media {
	background: url(../../../ui/all_buttons.jpg) -362px 0 no-repeat;
}
#nav li a.resources {
	background: url(../../../ui/all_buttons.jpg) -435px 0 no-repeat;
}
#nav li a.contact {
	background: url(../../../ui/all_buttons.jpg) -536px 0 no-repeat;
}
#nav li a:hover.home {
	background: url(../../../ui/all_buttons.jpg) 0 -36px no-repeat;
}
#nav li a:hover.team159 {
	background: url(../../../ui/all_buttons.jpg) -67px -36px no-repeat;
}
#nav li a:hover.first {
	background: url(../../../ui/all_buttons.jpg) -166px -36px no-repeat;
}
#nav li a:hover.challenge {
	background: url(../../../ui/all_buttons.jpg) -237px -36px no-repeat;
}
#nav li a:hover.media {
	background: url(../../../ui/all_buttons.jpg) -362px -36px no-repeat;
}
#nav li a:hover.resources {
	background: url(../../../ui/all_buttons.jpg) -435px -36px no-repeat;
}
#nav li a:hover.contact {
	background: url(../../../ui/all_buttons.jpg) -536px -36px no-repeat;
}
/********* Media styles ************/
#content h2.mediah2 {
	text-align:center;
	padding-top:15px;
}
#content ul.mediasection3 {
	padding-top:10px;
	padding-left:35px;
	width:385px;
	margin:auto;
}
#content ul.mediasection4 {
	padding-top:10px;
	padding-left:35px;
	width:512px;
	margin:auto;
}
#content ul.mediasection4 li {
	display:inline;
	margin:auto;
}
#content ul.mediasection3 li {
	display:inline;
	margin:auto;
}
#content #mediawrapper {
	width:465px;
	margin:25px auto 0 auto;
}
/***** Misc. Styles *****/
#footer p {
	font-size:80%;
	font-weight:bold;
}
.floatright {
	float:right;
}
.divider {
	width:325px;
	background:url(../../../ui/divider.jpg) repeat-x;
	margin:5px 0 5px 115px;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* stop commented backslash hack */


/* overall gallery table */
table.gallery {
}
/* images in the gallery */
table.gallery img {
	border:1px solid #000;
}
/* table cells in gallery */
table.gallery td {
	padding:5px;
	font-size:8pt;
	font-family:verdana;
}
/*  "Showing results X - Y of Z entries" entry row */
table.gallery td.photos {
	text-align:right;
	padding:3px;
}
/* spacer between each row of images */
table.gallery td.spacer {
	height:16px;
}
/*  "Page (5): <<Prev  - [1] 2 3 4 5  - Next>>" pagenumber */
table.gallery td.pagenumbers {
	text-align:center;
	padding:3px;
	font-weight:bold;
}
/* page number links */
table.gallery td.pagenumbers a {
	text-decoration:none;
}
/* page number links:hover */
table.gallery td.pagenumbers a:hover {
	text-decoration:underline;
}
#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;
}
