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

body {
	background-color:#000;
	color:#fff;
	height:100%;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

p{
	margin:15px;
	line-height:16px;
}

h1 {
	padding-top:25px;
}

.flashintro {
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	width:698px;
	height:299px;
	border:0px solid #333;
}
.navigation {
	float:left;
	width:140px;
	text-align:left;
	z-index:1;
}
.nav_list {
	list-style:none;
}

#wrapper{
	width:540px;
	margin-top:5%;
	margin-left:auto;
	margin-right:auto;
}
#wrapper2{
	width:740px;
	margin-top:5%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.col1 {
	float:left;
	width:260px;
	height:425px;

}
.col2 {
	float:right;
	width:260px;
	height:425px;
}

.box1 {
	width:250px;
	height:200px;
	background-color:#000;
	border:1px solid #777;
	text-align:right;
	margin-bottom:30px;
}

.box2 {
	width:250px;
	height:200px;;
	background-color:#000;
	border:1px solid #777;
	text-align:right;
	margin-bottom:30px;
}

.box3 {
	width:250px;
	height:200px;
	background-color:#000;
	border:1px solid #777;
	text-align:right;
}

.box4 {
	width:250px;
	height:200px;
	background-color:#000;
	border:1px solid #777;
	text-align:right;
	margin-bottom:20px;
}

#logo {
	position:absolute;
	bottom:5px;
	right:5px;
	background-color:#000;
	text-align:right;
}

/* = lightbox
----------------------------------------------------------------------*/
#lightbox{
	position: absolute;
	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: 1px;
	}

#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;
	overflow: auto;
	width: 100%;

	}

#imageData{	padding:10px 5px 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{ float: right; margin-bottom:5px; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	width:550px;
	margin-top:10px;
}

.hoverbox a
{
	
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -10px;
	left: -15px;
	z-index: 100;
}

.hoverbox img
{
	background: #fff;
	border-color: #777;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	vertical-align: top;
	width: 130px;
	height: 98px;
}

.hoverbox li
{
	background: #fff;
	color: inherit;
	display: inline;
	float: left;
	margin: 1px;
	padding:0px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 155px;
	height: 117px;
	padding:1px;
}

/* =FORM ELEMENTS
------------------------------------------------------*/
INPUT, TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	width:80%;
	background-color:#1a1a1a;
	color:#fff;
	float:left;
}
TEXTAREA{ height:125px; }
.submitbtn{
	height:20px;
	width:52px;
	background-color:transparent;
	border:0;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #444;
}
input.validation-failed, textarea.validation-failed {
	color : #fff;
}
input.validation-passed, textarea.validation-passed {
	color : #fff;
}

.validation-advice {
	float:left;
	background:#000 url('images/stop.gif');
	width:18px;
	height:18px;
	margin: 0 0 0 5px;
	font-size:0px;
}

.custom-advice {
	float:left;
	background:#000 url('images/stop.gif');
	width:18px;
	height:18px;
	margin: 0 0 0 5px;
	font-size:0px;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding:5px 5px 25px 15px;


}

.field-label {

}

.field-widget {

}

