* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html {
	height: 100%;
}

body {
 	font-family: Arial, Sans-serif;
  	color: #999;
  	font-size:62.5%;
  	background-color:#222;
	height:100%;
}

/* type styles ---------------------------------------------------- */

.small {font-size: 0.8em;}

.type {font-size: 1.1em;}

p {font-size: 1.2em; line-height: 1.25; margin: 5px 0px;}

h3 {font-size: 1.3em; color:#09f; padding: 5px 0px 0px 0px;}

.medium {font-size: 1.5em; line-height: 1.25;}

h2 {font-size: 1.3em; margin: 5px 0px;}

.large {font-size: 2.5em; line-height: 1.25;}

h1 {font-size: 1.3em; color:#09f; margin: 50px 0px 5px 0px;}

.bold {font-weight: bold;}
.grey {color: #666666;}

.xspaced { line-height: 2;}
.spaced { line-height: 1.5;}
.unspaced {line-height: 0.5;}
.nospace {line-height: 0;}
.nomargin {margin: 0;}

/* links --------------------------------------------------- */

a:link {color:#fff; text-decoration: none; outline-style: none;}
a:visited {color:#fff; text-decoration: none; outline-style: none;}
a:hover {color:#09f; text-decoration: none; outline-style: none;}
a:active {color:#09f; text-decoration: none; outline-style: none;}

/*.summative a:link {color: #ff0099;}
.summative a:visited {color: #ff0099;}
.summative a:hover {color: #ffffff;}
.summative a:active {color: #ffffff;}

.formative a:link {color: #0099FF;}
.formative a:visited {color: #0099FF;}
.formative a:hover {color: #ffffff;}
.formative a:active {color: #ffffff;}*/

.contact a:link {color: #ff0099;}
.contact a:visited {color: #ff0099;}
.contact a:hover {color: #ffffff;}
.contact a:active {color: #ffffff;}

.blue {color: #0099FF;}
.blue a:link {color: #ffffff;}
.blue a:visited {color: #ffffff;}
.blue a:hover {color: #0099FF;}
.blue a:active {color: #0099FF;}

.orange {color: #ff6600;}
.orange a:link {color: #ffffff;}
.orange a:visited {color: #ffffff;}
.orange a:hover {color: #ff6600;}
.orange a:active {color: #ff6600;}

.pink {color:#ff0099;}
.pink a:link {color: #ffffff;}
.pink a:visited {color: #ffffff;}
.pink a:hover {color: #ff0099;}
.pink a:active {color: #ff0099;}

.green {color: #99cc00;}
.green a:link {color: #ffffff;}
.green a:visited {color: #ffffff;}
.green a:hover {color: #99cc00;}
.green a:active {color: #99cc00;}

.red a:link {color: #ffffff;}
.red a:visited {color: #ffffff;}
.red a:hover {color: #ff0000;}
.red a:active {color: #ff0000;}

/* positioning --------------------------------------------------- */

.float_left {float: left;}
.float_right {float: right;}
.center {margin:0 auto;}

.clear_both {clear: both;}
.clear_left {clear: left;}
.clear_right {clear: right;}

.extend { bottom: 40px;}

.relative {position: relative;}
.absolute {position: absolute;}
.fixed {position: fixed;}

.nodisplay {display: none;}
.inline {display: inline;}
.hidden {visibility: hidden;}

.list_style_none {list-style-type: none;}

.margin_right {margin-right: 10px;}
.margin_left {margin-left: 16px;}

.pad_left {padding-left: 20px;}

/*classes*/

.about a {color: #FF6600;}
.about a:visited {color: #FF6600;}
.about a:hover {color: #fff;}
.about a:active {color: #fff;}

.aboutNav a {color: #fff;}
.aboutNav a:visited {color: #fff;}
.aboutNav a:hover {color: #FF6600;}
.aboutNav a:active {color: #FF6600;}

.copyright {}
.copyright a {color: #666666;}
.copyright a:visited {color: #666666;}
.copyright a:hover {color: #fff;}
.copyright a:active {color: #fff;}

.design {color:#999999;}
.design a {color: #0099FF;}
.design a:visited {color: #0099FF;}
.design a:hover {color: #fff;}
.design a:active {color: #fff;}

.designNav a {color: #fff;}
.designNav a:visited {color: #fff;}
.designNav a:hover {color: #0099FF;}
.designNav a:active {color: #0099FF;}

.photo {color:#999999;}
.photo a {color: #99cc00;}
.photo a:visited {color: #99cc00;}
.photo a:hover {color: #fff;}
.photo a:active {color: #fff;}

.photoNav a {color: #fff;}
.photoNav a:visited {color: #fff;}
.photoNav a:hover {color: #99cc00;}
.photoNav a:active {color: #99cc00;}

.visit {color:#999999;}
.visit a {color: #666666;}
.visit a:visited {color: #666666;}
.visit a:hover {color: #0099FF;}
.visit a:active {color: #0099FF;}

/*DIV IDs*/

#container {
	width: 800px;
}

#header {
	margin-top:50px;
	height: 65px;
	width: 100%;
}

#header ul {
	margin: 22px 0 0 0;
}

#header ul li {
	margin: 0 0 0 20px;
}

#content {
	width: 100%;
	height: auto;
	min-height: 455px;
}

#footer {
	width: 100%;
}

#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 Arial, 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; }
