@charset "utf-8";
/* CSS Document */

#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 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

body {
	text-align: center;
	background-color: #5d472c;
	background-image: url(images/layout/backrepeat.jpg);
	background-repeat: repeat-x;
	font-size: 62.5%;
	height: 100%;
	margin: 0px;
	}
	
img {
	border: none;
	}
	
td {
	font-size: 11px;
	font-weight: bold;
	}		
	
fieldset {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
contactdiv {
	background-color: #CCCCCC;
	}
	
fieldset {
	color: #000000;
	}	
	
.tablepad {
	padding-right: 1em;
	}		
	
.underline {
	width: 100%;
	border-bottom: solid 1px #000000;
	padding-bottom: 5px;
	}	

.undercenter {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 16px;
	text-align: center;
	}
	
.box {
	border: solid 10px #000000;
	text-align: center;
	background: #000000;
	}	
	
.border {
	border: medium solid #000000;
	}
	
.dogdiv {
	border: solid medium #990000;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0px;

	}
	
.leftdiv {
	margin-right: auto;
	margin-left: auto;
	width: 140px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #996633;
	}	
	
.pagecenter {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	}	
	
.center {
	text-align: center;
	}	
	
.centerpad
	{
	text-align: center;
	padding-top: 4em;
	}	
	
.right {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
	}	
	
.clearright {
	clear: right;
	}		
	
.left {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
	}	
	
.clearleft {
	clear: left;
	}	
	
#container {
	background-image: url(images/layout/filler.jpg);
	background-repeat: repeat-y;
	width: 700px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
	}
	
#banner {
	background-image: url(images/layout/images/banner2_01.jpg);
	height: 225px;
	width: 700px;
	float: left;
	margin: 0px;
	z-index: 2;
	}
	
#animation {

	float: right;
	width: 379px;
	height: 90px;
	position: relative;
		left: 27px;
		top: 125px;
	z-index: 1;
	}		
	
#navbar {
	text-align: left;
	float: left;
	padding: 0px;
	margin: 0px;
	}
		
#content {
	background-color: #FFFFFF;
	height: auto;
	width: 460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	text-align: justify;
	line-height: 150%;
	padding-left: 1.2em;
	float: left;
	margin: 0px;
	}	
	
#rightbar {
	background-image: url(images/layout/right_bar.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 433px;
	width: 44px;
	}	
		
#footer {
	background-image: url(images/layout/footer.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 700px;
	float: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.copyright {
	background-color: #000000;
	height: 60px;
	width: 100%;
	float: left;
	padding-top: 30px;
	color: #3e281b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.heading3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	}
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9933;
	font-weight: bold;
	font-size: 14px;
	}	
	
.frame {
	border: #000000 thick dotted;
	padding: 1em;
	}	
	
.padding {
	padding: .25em;
	text-align: center;
	}	
	
a:link {
	color: #CC6600;
	outline-style:none;
	}
	
a:visited {
	color: #663333;
	outline-style:none;
	}
	
a:hover {
	color: #669933;
	outline-style:none;
	}
	
a:active {
	color: #800080;
	outline-style: none;
	}				
