.cssform p{
width: 250px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 15px; /*width of left column containing the label elements*/
border-top: 5px dashed gray;
height: 1%;
}

.cssform label{
font-weight: light;
float: left;
margin-left: 1px; /*width of left column*/
width: 60px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 160px;
}

.cssform textarea{
width: 323px;
height: 100px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


A:link{ 

text-decoration: none; 
background-color: none; 
font-weight:none;
color: #c22f2d;
}

A:visited{ 

text-decoration: none;
background-color: none; 
font-weight: none;
color: #c22f2d;
}

A:active { 
text-decoration: none;  
background-color: none; 
color: #c22f2d;
}

A:hover { 

text-decoration: none;
background-color: none; 
font-weight: none;
color: #336600;
}

table, td { 
font-size: 8pt; 
font-family: Arial;
text-align: justify;
color: #333333; }


#content p {
	color: #c22f2d;
}


body {color:#333333; font-family: Arial; font-size:9pt;
background-color:#ffffff;
background-image: url('images/0bg.jpg');
background-repeat: no-repeat;


}

#content {
	position:absolute;
	top:220px;
	left: 208px;
	z-index:1;
	width:500px;
	height:auto;
	margin: auto;
	border: 0;
	background-color:transparent;
	padding: 5px;
}

#nav {
position:absolute; top:366px; left: 222px; z-index:1;
width:500px;
height:auto;
margin: auto;
border: 0;
padding: 5px;
}

#img {
position:absolute; top:0px; left: 0px;
border: 0;
}

#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; border: 2; 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: #transparent; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0px; color: #fff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: light;	}
#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; }
