/* CSS Document */



/*---------------------------------------------------------------*/
/*                        TAG DEFINITIONS                        */
/*---------------------------------------------------------------*/


body {
	background-color:#000000;
}


body link {
	color:#690d0e;
}

body alink {
	color:#690d0e;
}

body vlink {
	color:#690d0e;
}

/*this is to vertically align check boxes with the text next to them */
small_chk1 { vertical-align: middle; } 


/*---------------------------------------------------------------*/
/*                        PRIMARY DIVS                           */
/*---------------------------------------------------------------*/


#containerdiv {
	width:800px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}


#bandiv {
	width:800px;
	margin:0;
}


#contentcontainerdiv {
	width:800px;
	background-image:url(images/interface/contentbg.jpg);
	background-repeat:repeat-y;
	margin:0;
}


#sidenavdiv {
	width:194px;
	margin-bottom:0px;
	float:left;
	background-image:url(images/interface/sidenavbg.gif);
	background-repeat:repeat-y;
	
}


#contentdiv {
	width:564px;
	margin-bottom:0px;
	float:left;
}


#footerdiv {
	clear:both;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/interface/footerbg.gif);
	background-repeat:no-repeat;
	height:51px;
	margin-top:0px;
}

#indexfooterdiv {
	clear:both;
	text-align:center;
	vertical-align:middle;
	background-repeat:no-repeat;
	height:51px;
	margin-top:0px;
}

#indexfooterdiv a {
	color:#FFFFFF;
}

#footerdiv a {
	color:#FFFFFF;
}





/*---------------------------------------------------------------*/
/*                    FONT AND PARAGRAPH TAGS                    */
/*---------------------------------------------------------------*/
	


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:600;
	margin:25px 0px 0px 30px;
}


h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:350;
	margin:25px 0px 0px 30px;
}


#footerdiv p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	line-height:20px;
	margin:6px 0px 0px 150px;
}



#contentdiv p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin: 20px 30px 10px 30px;
}


.listbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:350;
	margin:25px 0px 0px 30px;
}


.listone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin: 10px 30px 10px 40px;
}


.listpara {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin: 8px 30px 0px 30px;
}


.formpara {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	margin:0px 0px 0px 0px;
}


#contentdiv input {
	margin: 0px 30px 10px 0px;
}


#contentdiv textarea {
	margin: 0px 30px 10px 0px;
}


#contentdiv select {
	margin: 0px 30px 10px 0px;
}


#contentdiv a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:600;
	color:#690d0e;
}
	
	
	

/*---------------------------------------------------------------*/
/*                        FLASH INTRO                            */
/*---------------------------------------------------------------*/


#flashcontent {
	width:800px;
	height:518px;
	margin: 0px auto 0px auto;
}




/*---------------------------------------------------------------*/
/*                        LIGHTBOX CSS                           */
/*---------------------------------------------------------------*/



#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: 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: 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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}