/*Overral font, size and color*/
body { font-family: Tahoma, Arial, sans-serif; font-size: 12px; color: #505152; background: #6A9270; 
}

/*Overal link colors */
a:link, a:visited { color:#215E3C; }
a:hover, a:active { color:#6A9270; }





/*NAVIGATION OVERRIDES*/

#nav {background: transparent url("../images/nav.jpg") no-repeat;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus { background: transparent; color: #6A9270; }
#nav li a:active, #nav ul li a.active { background: transparent; color: #DCF1DF; }

/* 2nd Child menu */
#nav .menu li ul a { background: #10331F; color: #fff; }

/* 2nd Child link hover */
#nav .menu li ul a:hover { background: #6A9270; color: #1E5536; }

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ background: #225F3D; color: #fff; }



/*Make the layout have a sidebar - just comment out below to show the sidebar div*/

/*
#content-side {display: none;}
#content-main {width: 770px;}
#content {background: none;}
*/


/* overrides for gallery */



.gallery-item {

	float: left;

	width: 100px;

	width: 100px;

	padding: 10px;

	margin-bottom: 8px;

	margin-right: 10px;

	text-align: center;

	background: #fff ;

	border: 1px solid #0A673A;

}



.gallery-item a {

	text-decoration: none;

}



.gallery-item table {

	border:none;

}

.gallery-item td {

	border:none;

}



.gallery-item img.thumbnail {

	margin-bottom: 5px;

}



#imageDetails {

	color: #000;

}