/* CSS Document */


A:link, A:visited {
	color: #c86d27;
	text-decoration: none;
	font-weight: bold;
}

a:link img, a:visited img { 
	border-color: #c86d27; 
	}



A:active, A:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:link img, a:visited img, a:active img, a:hover img { 
	border-color: #fff; 
	}



a {
outline: 0;
}






body
{
	/* 	background-image: url(images/bg.gif);
	background-repeat: repeat-x; */
	background-color: #4b1300;
	line-height: inherit;
	text-align: center;
	margin: 0;
	padding: 0;
}




#overflow_box
{
	width: 589px;
	height: 315px;
	padding: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 15px;
}




.tableOutline 
{
	outline: 1px solid #000000;
}


.tableBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	outline-style: none;
	line-height: inherit;
}


h1
{
	color: #c86d27;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-transform: capitalize;
	letter-spacing: 1px;
}



.txtBody {
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 0px;
	text-align: justify;
}

.txtBodyTable {
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: justify;
}



.txtCentered
{
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
}

.txtSmall
{
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14pt;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.txtFooter
{
	color: #c86d27;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14pt;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}


.formField {
	background-color: #000;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formButton {
	background-color: #000;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}





.txtUnsub
{
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
}










#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:images_lightbox/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_lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images_lightbox/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: normal;	}
#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; }
