
/* GENERAL LAYOUT */

body {
 margin: 0px;
 padding: 0px;
 font-size: 10pt; 
 font-family: Century Gothic, Arial; 
 background-color: #edede3;
 text-align: center;	
}



#master-wrapper { margin: 10px auto; width: 800px; text-align: left;  }
#master-header {Position:relative;color:darkgreen; width:800px;height:75px;border-bottom:#007C14 1px solid;font-family:arial,tahoma;font-weight:bolder;font-size:24px;text-align:right;padding-top:10px;}
#master-page-header{Position:relative;Margin-left:15px;width:775px;font-size:24px;font-weight:bold;font:arial,tahoma;color:#015B10;height:25px;padding-bottom:10px;border-bottom:#015B10 1px solid;}
#master-footer {position:relative; width:790px;height:1px;margin-right:5px; margin-left:5px;margin-top:5px;margin-bottom:10px;background-color:#015B10;}

.gall-selector {position:relative; float:left; margin-top:10px; margin-left:20px; border:#015B10 1px solid;}
 
 .home-img-v{width:200;height:300;background-color:darkblue;position:absolute;z-index:1;border:#007C14 1px solid;}
 
 .home-img-h{width:300;height:200;background-color:darkblue;position:absolute;z-index:1;border:#007C14 1px solid;}
 
 
/***** NAVBAR *****/
#nav-bar { margin: 1px auto; padding: 3px 0; width: 800px; background-color: #007C14; }
#jsddm
{	
	margin: 0;
	padding: 0;
	background-color: #007C14;
}
#jsddm li
{	
	float: left;
	list-style: none;
	font-size: 12px !important; 
	margin: 0;
	padding: 0;
}
#jsddm li a
{	
	display: block;
	background: #007C14;
	margin: 0;
	padding: 1px 30px 2px 10px;
	text-decoration: none;
	color: white;
	white-space: nowrap;
}
#jsddm .lastli {  }
#jsddm .lastli a { border-right: 0; }
#jsddm li a:hover {	background: #007C14; text-decoration: none; }
#jsddm li ul
{	
	margin: 0;
	margin-left: 4px;
	padding: 0;
	background-color: #007C14;
	position: absolute;
	visibility: hidden;
	border: solid 1px #007C14;
	z-index: 500;
}
#jsddm li ul li { float: none; display: inline; text-align: left; }
#jsddm li ul li a
{	
	padding: 4px 50px 4px 4px; 
	color: #015B10;
	background: #C3DFB2;
	border-right: 0;
	border-bottom: solid 1px #007C14;
}
#jsddm li ul li a:hover { background: #007C14; color: white; text-decoration: none; }
