/* RESET */

html, body, div, span, h1, h2, h3, h4, h5, 
h6, p, blockquote, pre,
a, code, em, font, img, small, strong, center,
dl, dt, dd, ol, ul, li, form{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color:#181818;
	
	
}


body {font: 10pt "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	color: #ff720c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 20px;
	font-size: 13px;
	margin: 0 0 1em 0;
}

strong {
	color: #6c6c6c;
}


/* INPUTS */



/* MAIN STYLES */

html {
	background-color:#181818;
	z-index:-2;
}

#container {
	background-color:none;
	position: relative;
	width: 875px;
	margin: auto;
	overflow: hidden;
}

#header {
    background: url(images/grad.png) no-repeat;
    background-attachment:static;
    background-position: 0px -20px;
	height: 100%; /* Needed for IE 6 */
}

#header img.logo {
    padding-top: 3em;
	background: none;
	padding-bottom: 18px;
}

#navbar {
	background: url(images/nav1.png) repeat-x;
	height: 70px;
	width: 875px;
}

#nav {
    padding-top: 28px;
	background: none;
}

ul#nav li {
	display: inline;
	margin-left: 3em;
	background: none;
}	

#nav li a {
    font-size: 11px;
	color: white;
}

#nav li a:hover {
    font-size: 11px;
	color: white;
	font-weight: none;
	text-decoration: none;
	background-color:#3a3a3a;
}

#featured {
	background: url(images/mainimg.gif) no-repeat;
	margin-top: 18px;
	overflow: hidden;
	padding-right: 35px;
}

#featured img.featuredImage {
	background: none;
	
}

#main {
	position: relative;
	padding-top: 0em;
	padding-bottom: 25em;
}

#slogan {
	poistion: absolute;
	padding-top: 0px;
	padding-bottom: 30px;;
	text-align: center;
	background: none;
	z-index:1;

}

#slogan .quote {
	font-size: 28px;
	line-height: 37px;
	color: white;
	z=index:1;
}

#slogan .quoter {
	font-style: italic;
	font-size: 10px;
	text-align:right;
	padding-right:220px;
	line-height: 1em;
    color: #ff720c;
	z-index:1;
}

#mainGraphic1 {
    top:45px;
	right:320px;
	position: relative;
    background: none;
    filter:alpha(opacity=60);
    opacity:0.6;
	z-index:0;

}

#mainGraphic2 {
	top:-75px;
	left:320px;
    position: relative;
    background: none;
    filter:alpha(opacity=60);
    opacity:0.6;

}

#main p {
	font-size: 1.2em;
	color: white;
	line-height: 22px;
}


#col3 p.date {
	color: #65bdff;
	font-size: 11px;
	margin-bottom: .3em;
}

#col3 h5 {
	color: white;
	font-size: 1.2em;
}

#colimg {
    margin-top: 2em;
}

#more {
    text-align: right;
	font-size: 1.0em;
	color: #fff;
}

#footer {
	clear: both;
	height: 103px; 
	background: url(images/footerbg.gif) no-repeat;
	overflow: hidden;
	margin-bottom: 2em;
}

#footer ul {
	margin-left: 3em;
	_margin-left: 1.5em; /* IE double-margin bug */
	float: left;
	height: 103px;
	line-height: 103px;
	background: none;
}

#footer a, #footer p{
	color: #9f9f9f;
}

#footer p {
	float: right;
	height: 103px;
	line-height: 103px;
	margin-right: 2em;
	_margin-right: 1em; /* IE double-margin bug */
	background: none;
}



#footer ul li {
	display: inline;
}

#footer ul li:after {
	content: '/';
	padding: .5em;
}

#images {
	
    position: relative;
	left:470px;
}
#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; }


.progress {
	color: #CCC;
	font-size: 18pt;
	margin-bottom: 2em;
}
