html {
height:100%; 
}
body {
background-color:#000;
font-family:Calibri, Verdana, Arial, sans serif;
height:100%; 
margin:0;
padding:0;
font-size:12px;
}
a:link, a:visited{
color:#ca4400;
text-decoration:none;
}
a:hover{
color:#85011F;
}
h1{
font-size:24px;
line-height:24px;
padding:0;
padding-bottom:15px;
margin:0;
}
h2{
font-size:18px;
line-height:18px;
padding:0;
margin:0;
border-bottom:1px dotted #85011F;
}
h3{
font-size:14px;
line-height:14px;
color:#85011F;
margin:0;
padding:5px 0;
}
input,textarea{
width:300px;
border:1px solid #85011F;
}
.button{
width:75px;
background-color:#85011F;
color:#FFEFD1;
}
#container {
position: relative;
min-height: 100%;
height: 100%;
voice-family: "\"}\"";
voice-family: inherit;
height: auto;
}
html>body #container {
height: auto;
}

.header {
background-color:#333;
width:100%;
text-align:center;
height:112px;
}
.topnav_bkg {
background-color:#85011F;
width:100%;
height:50px;
}

.topnav {
background-color:#85011F;
background-image:url(/images/nav_bkg.gif);
background-repeat:repeat-x;
width:960px;
height:50px;
text-align:center;
line-height:50px;
margin:auto;
}

.topnav a:link,.topnav a:visited {
color:#FFEFD1;
text-decoration:none;
font-size:15px;
padding:0 50px;
display:inline-block;
height:50px;
}

.topnav a:hover {
color:#FBB874;
background-image:url(/images/nav_bkg_hi.gif);
background-repeat:repeat-x;
}

.float {
float:left;
}

.float_right {
float:right;
}

.footer_bkg{
margin:auto;
width:960px;
}

#footer {
position: absolute;
bottom: 0;
padding-bottom: 10px;
background-color:#333;
width:100%;
height:30px;
border-top:1px #000 solid;
}

.footer_body{
width:958px;
background-image:url(/images/footer_bkg.gif);
background-position:bottom;
background-repeat:repeat-x;
position:absolute;
bottom:0;
line-height:40px;
height:40px;
text-align:center;
color:#fff;
border-left:1px #333 solid;
border-right:1px #333 solid;
}

#content {
width:960px;
background-color:#333;
margin:auto;
padding-top:22px;
background-image:url(/images/body_bkg.jpg);
background-repeat:repeat-y;
}
.content_body{
background-image:url(/images/copy_bkg.gif);
background-repeat:repeat-y;
background-color:#FFEFD1;
height:100%;
width:915px;
margin:auto;
display:table;
}

.content_top{
background-image:url(/images/copy_top.gif);
background-repeat:repeat-x;
height:5px;
}
.crn_top_left{
background-image:url(/images/crn_top_left.gif);
background-repeat:repeat-x;
height:5px;
}
.crn_top_right{
background-image:url(/images/crn_top_right.gif);
background-repeat:repeat-x;
height:5px;
}
.copy{
padding:17px 25px;
height:100%;
}
.content_bot{
background-image:url(/images/copy_bot.gif);
background-repeat:repeat-x;
height:5px;
}
.crn_bot_left{
background-image:url(/images/crn_bot_left.gif);
background-repeat:repeat-x;
height:5px;
}
.crn_bot_right{
background-image:url(/images/crn_bot_right.gif);
background-repeat:repeat-x;
height:5px;
}
.spacer {
background-color:#333;
width:960px;
margin:auto;
height:22px;
display:table;
background-image:url(/images/body_bkg.jpg);
background-repeat:repeat-y;
}
.mugshot{
padding-right:15px;
}
.contact{
padding-right:30px;
}

.example{
float:left;
margin:10px 25px;	
}

/* Lightbox */
#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: 700;	}
#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; }
