BODY { 
background-color: white;  
padding-bottom: 30px; 
margin: 0; }

.homebk {
background-image: url(/images/back.gif); 
background-repeat: repeat-x;
padding-bottom: 30px;
margin: 0px;
}

.homebk2 {
background-image: url(/images/back.gif); 
background-repeat: repeat-x;
padding-bottom: 30px;
margin: 0px;
}

TD {
color: #000000;
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
font-size: 80%;
}		

.divider {
padding-top: 10px;
padding-bottom: 10px;
}

.date {
color: #E54800;
font-size: 105%;
padding-right: 5px;	
font-weight: bold;
}

.line {
color: #9b8449;
}

H1 { 
font-family: Times, Serif;
font-size: 135%; 
color: #9b8449;
margin: 0px 0px 1em 0px; 
padding: 0px 0px 0px 0px; 
}

H2 { 
font-family: Times, Serif;
font-size: 115%; 
color: #9b8449;
margin: 0px 0px 1em 0px; 
padding: 0px 0px 0px 0px; 
}

.maincontent { 
text-align: top; 
padding: 25px 25px 0 100px; 
}

.contact { 
text-align: top;
padding: 25px 0px 0px 0px; 
font-size: 80%; 
}

a {
text-decoration: none;
color: #008549;		
}

a:hover {
text-decoration: underline;
}

.imageleft { 
float: left;
padding-right: 10px;
padding-bottom: 10px;
}

.imageright { 
float: right;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 10px;
}

.mainnav { 
color: #9b8449; 
float: right; 
padding-right: 20px; 
padding-bottom: 20px; 
padding-top: 55px; 
}

.mainnav a {
text-decoration: none;
color: #008549;		
}

.mainnav a:hover {
color: #cfb87c; 
}

.bar  { 
font-size: 2px; 
background-color: #9b8449; 
border-bottom: 1px solid #fff; 
}

.navbk {
background-image: url(/images/subbk.gif); 
background-repeat: repeat-y;
}

.content{ 
text-align: top;
padding: 30px 25px 25px 20px; 
}

.disclaimer { 
background-image: url(/images/footer.gif); 
background-repeat: repeat-x;
text-align: top;
padding: 0px 25px 0 20px;
color: #cfb87c; 
font-size: 75%; 
text-align: left; 
}
	
/*left nav*/


#content-row-navigation {
width: 125px;
vertical-align: top;
padding: 34px 0px 2px 23px;
font-size: .75em;
}

.section-navigation ul { 
margin: 20px 0 0 15px;
padding: 0; 
list-style-type: none;
}

.section-navigation ul li,
.secondary-navigation ul li.nav-list-head {
margin: 0 0 .5em 0;
color: #9b8449;
}
.section-navigation ul li a {
color: #008549;  
}
.section-navigation ul li a:visited {
color: #cfb87c;  
}
.section-navigation ul li ul {
margin: 0 0 0 10px;
padding: .45em 0 0 0;
}
#content-row-navigation .section-navigation ul li ul li {
margin: 0;
padding: 5px 0;
list-style-type: none;
list-style-image: none;
font-weight: normal;
}
.secondary-navigation-home-link {
margin-top: 6em;
}
.secondary-navigation ul { 
margin: 20px 0 0 15px; 
padding: 0;
}
.secondary-navigation ul li {
list-style-image: none;
list-style-type: none;
margin: 0 0 .5em 0;
font-weight: normal;
}
.secondary-navigation ul li ul {
margin: .5em 0 0 10px;
padding: 0 0 0 0;
}
.secondary-navigation ul li a {
color: #008549; 
}
.secondary-navigation ul li a:visited {
color: #cfb87c;
}

TD img {
text-align: right; 
vertical-align: top; 
}
img.vmiddle 	{ 
text-align: right; 
vertical-align: middle; 
}
TD.adjustfontsize { 
font-size: 1px; 
}
DIV.imgbox 	{ 
float: right; 
padding-left: 15px; 
padding-bottom: 15px; 
}

/* COOL HOVER EFFECT from joshuaink.com */
#image-box {
width: 600px;
}  

#image-box a:hover {
white-space: normal;
}

#image-box li {
width:100px;
border: 1px solid #ddd;
background:#fff;
padding:10px;
text-align:center;
position:relative;
float:left;
display:inline;
margin:5px;
}

#image-box a span {
/*\*/
position:absolute;
left:-9999px;
}

#image-box a:hover span{	
top:10px;
left:10px;
width:102px;
font-weight:bold;
background:#FFF;
color:#999;
padding:5px 0 5px 0;
font-size:80%;
border:1px solid #eee;
border-width:0 0 10px 0;
filter: alpha(opacity=100);
/*-moz-opacity:.8;
	opacity:.80;*/
/**/
} 

#image-box img{
border:1px solid #eee;
}

/* gallery "lightbox effect" styles */
#lightbox{
position: absolute;
top: 40px;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
}

#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/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/next.gif) right 53% no-repeat; }

#imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
height: 38px;
}

#imageData{
padding:0 10px;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; }			
#imageData #bottomNavClose{ width: 36px; float: right; }	
	
#overlay{ 
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
background-color: #000;
filter:alpha(opacity=99);
-moz-opacity: 0.99;
opacity: 0.99;
} 