body {
    margin: 0px;
    padding: 0px;
    background-color: #0e1b01;
    background-image: url(../graphics/grad.jpg);
    background-repeat: repeat-x;
    text-align: left;
    color: #fff;
    height: 100%;
    
    font-family: Tahoma, Sans-Serif;
    font-size: 12px;
}

td 
{
    font-size: 12px;
}

p 
{
    margin: 0px;
    padding: 0px;
}

a 
{
    color: #85a139;
    text-decoration: none;
}

a:hover 
{
    color: #fff;
    text-decoration: underline;
}

.submenu1_item_selected
{
    color: #85a139;
}

img 
{
    border: 0px;
}

h1
{
    font-family: Garamond, Serif;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

#main_container 
{
    background-image: url(../graphics/main_bg.jpg);
    background-repeat: no-repeat;
    width: 895px;
    height: 457px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -448px;
}

#menu_container 
{
    width: 500px;
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -80px;
    text-align: right;
}

#menu_container a 
{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding-right: 50px;
}

#menu_container a:hover
{
    color: #85a139;
    text-decoration: none;
    font-size: 15px;
    padding-right: 50px;
}

#content_container 
{
    margin-top: 260px;
    float: left;
    width: 655px;
    min-height: 200px;
}


#heading 
{
    position: relative;
    margin-top: 60px;
    margin-left: 125px;
    width: 475px;
    font-size: 27px;
}

#caption_div 
{
    position: relative;
    margin-top: 5px;
    margin-left: 140px;
    width: 460px;
    
    color: #85a139;    
    font-family: Tahoma, Sans-serif;
    font-size: 13px;
}

#content 
{
    width: 560px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 40px;
    
    line-height: 150%;
    text-align: left;   
}

#content a 
{
    color: #85a139;
    text-decoration: none;
}

#content a:hover 
{
    color: #85a139;
    text-decoration: underline;
}

#submenu_container 
{
    margin-top: 260px;
    float: left;
    width: 240px;
    min-height: 200px;
    padding-top: 80px;
}

#submenu_container a 
{
    color: #fff;
    text-decoration: none;
}

#submenu_container a:hover 
{
    color: #85a139;
    text-decoration: none;
}


#bottom_container 
{
    clear: both;
    border-top: 1px solid #3a4e01;
    height: 30px;
    padding-top: 10px;
}

#contact 
{
    margin-left: 5px;
    width: 690px;
    float: left;
}

#credits 
{
    float :left;
    width: 195px;
    text-align: right;
    font-size: 11px;
}

#credits a 
{
    color: #6b871f;
}

#credits a:hover 
{
    color: #cc6600;
    text-decoration: none;
}

#col2_title_div_1
{
    display: none;
}







/*
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(../graphics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../graphics/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; }










/* 
Gallery
*/



.gallery_item_frame_off 
{
    background-color: #fff;
    float: left;
    width: 106px;
    height: 100px;
    text-align: center;
    padding-top: 5px;
    margin: 4px;
}

.gallery_item_image_frame_off 
{
    border: 0px;
}

.gallery_item_image_off {
}

.gallery_paging_input
{
    text-align: center;
    font-size: 0.9em;
    margin-left: 5px;
    margin-right: 5px;
}

.gallery_paging_link_selected
{
    margin-left: 5px;
    border: 1px solid #fff;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
}

.gallery_paging_link,
.gallery_paging_prev,
.gallery_paging_next
{
    margin-left: 5px;
    padding: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-decoration: none;
}

.gallery_paging_prev
{
    margin-right: 2px;
}

.gallery_paging_next
{
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
