/* Page Background */ 
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(siteimages/backbar2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

a:link		{ color: #6F4242; text-decoration: none }
a:visited	{ color: #333333; text-decoration: none }
a:active	{ color: #6F4242; text-decoration: none }
a:hover	{ color: #304F78; text-decoration: none }

/* LINKS BEGIN */
.sitenav a {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	height: 20px;
	width: 165px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #000000;
	float: left;
	text-align: center;
}
.sitenav a:visited {
	font-family: Arial;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
.sitenav a:hover {
	font-family: Arial;
	font-size: 14px;
	color: #FFCC00;
	text-decoration: none;
}
.maillink a {
	font-family: Arial;
	font-size: 14px;
	color: #0099FF;
	text-decoration: none;
}
.maillink a:hover {
	color: #FFCC33;
	text-decoration: none;
}
#anvilbox {
	float: left;
	height: 150px;
	width: 150px;
	background-image: url(pics/anvil01.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 175px;
	position: absolute;
}
#wrapper {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
}
.title		{ COLOR: #304F78; FONT: 18px arial; font-weight: bold }
.titletxt {
	font-family: Arial;
	font-size: 32px;
	color: #C0C0C0;
	font-weight: bold;
}
.subtxt {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #C0C0C0;
}
.greytxt1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #CCCCCC;
}
.phone {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#titlebox {
	background-color: #000000;
	width: 760px;
	height: 75px;
	float: left;
}
#contactbox {
	float: right;
	height: 70px;
	width: 225px;
	margin-top: -47px;
}
#mainbox {
	font-family: Arial;
	font-size: 14px;
	background-color: #CCCCCC;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
	float: left;
}
#navbox {
	float: left;
	width: 175px;
}
#leftbox2 {
	float: left;
	width: 175px;
}
#contentbox {
	float: right;
	width: 560px;
}
.maintext	{ color: #242424; font: 11pt arial; padding: 10px 15px 15px 5px}
.stdtxt1 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.txt2 {
	font-family: "Times New Roman";
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #304F78;
}
.bluetxt1 {
	font-family: "Times New Roman";
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #304F78;
}
.photoinstruct {
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: italic;
	color: #990000;
}
.whitetxt {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
/* Footer */
#footbox {
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
	width: 740px;
	float: left;
}
.ftlink a {
	font-family: Arial;
	font-size: 12px;
	color: #C0C0C0;
	text-decoration: none;
}
.ftlink a:hover {
	color: #FFCC00;
	text-decoration: none;
}
/* -------------------------------  PHOTO WINDOW ------------------------------------ */
#lightbox{
	position: absolute;
	top: 40px;
	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(siteimages/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(siteimages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(siteimages/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* ------------  END PHOTO WINDOW --------------------------------------------- */
