<style type="text/css">

/* Fix bug in Mozilla; */

html {
	min-width: 779px;
}


/* Helpers and base rules */

img	{
	border: 0;
}

p.access	{
	display: none;
}


/* Default Links */

a:link {
	font-weight : bold;
	color:#686E50;
}

a:hover {
	font-weight : bold;
	color:#073D0B;
}

a:active {
	font-weight : bold;
	color:#686E50;
}

 a:visited
 {
	font-weight : bold;
	color:#686E50;
}





/* Primary layout divisions */

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background:  #D5D5AA url(../i/bg.gif) ;
	font: 12px "Georgia", Arial, serif;
	color: #686E50;
}

h3 {
	font: 12px "Georgia", Arial, serif;
	color: #686E50;
	font-weight: bold;
	padding: 0;
}

#container{
	background: url(../i/bg_test.gif) repeat-y;
	width: 779px;
	padding: 0;
	padding-left: 3px;
	margin: 0 auto;
}


#nav_contain{
	background: #8AA97E url(../i/nav_bg.gif) repeat-x;
	height:30px;
	width: 765px;
	text-align:left;
	margin: 0 Auto;
}


#nav_contain ul {
	margin: 0;
	padding: 0;
}

#nav_breath {
	margin: 0;
	margin-top:2px;
	padding-top:1px;
}


#nav_contain li {
	margin: 0;
	padding: 0;
	margin-left:1px;
	display: inline;
	list-style: none;
	border: none;
}

#nav_contain li#home
{
	margin-left:3px;
}
	
	
/* Menu Hover States */	
	
#home a.topmenutitle { 
display: block; 
width: 107px; 
height: 22px; 
background: transparent url(../i/b_home_x.gif) no-repeat; 
} 

#programs a.topmenutitle { 
display: block; 
width: 108px; 
height: 22px; 
background: transparent url(../i/b_programs_x.gif) no-repeat; 
} 


#services a.topmenutitle { 
display: block; 
width: 107px; 
height: 22px; 
background: transparent url(../i/b_services_x.gif) no-repeat; 
} 

#news a.topmenutitle { 
display: block; 
width: 107px; 
height: 22px; 
background: transparent url(../i/b_news_x.gif) no-repeat; 
} 

#store a.topmenutitle { 
display: block; 
width: 107px; 
height: 22px; 
background: transparent url(../i/b_store_x.gif) no-repeat; 
} 

#about a.topmenutitle { 
display: block; 
width: 108px; 
height: 22px; 
background: transparent url(../i/b_about_x.gif) no-repeat; 
} 

#contact a.topmenutitle { 
display: block; 
width: 107px; 
height: 22px; 
background: transparent url(../i/b_contact_x.gif) no-repeat; 
} 

#home a.topmenutitle:hover, #services a.topmenutitle:hover, #news a.topmenutitle:hover, #store a.topmenutitle:hover, #contact a.topmenutitle:hover  { 
background-position: -107px 0; 
} 

 #programs a.topmenutitle:hover,  #about a.topmenutitle:hover { 
background-position: -108px 0; 
} 
 	
	
	
	
	/* Drop Down */

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
}


.topmenuli{
	list-style-type:none;
	float:left;
	width:107px;
}

.topmenutitle{
	display:block;
	width:107px;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:165px;
	padding:5px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#mouseovers li>ul { 
	top: auto;
	left: auto;
}



/* menu design */
 
.topmenutitle{
	width:107px;
}

.submenuul {
 
	background-color:#D4D4A8;
	border:1px solid #859561;
}

.submenuli a{
	font-weight:bold;
	text-decoration: none;
	font: 12px "Trebuchet MS", Arial, serif;
	color: #686E50;	
}

.submenuli a:hover{
	font-weight:bold;
	text-decoration: none;
	background:#859561;
	color: #FFFFFF;
}
	
	
#body_contain{
	background: #fff url(../i/body_bg.gif) repeat-y 0;
	width:765px;
	margin: 0 Auto;
}

#tabletext{
	font: 12px "Georgia", Arial, serif;
	color: #686E50;
	}

#sbar, #footer{
	font: 10px Verdana, Helvetica, sans-serif;
	color:#586142;
	text-align: left;
}

#sbar{
	float:left;
	width:218px;
}

#sbar h2{
	font: bold 17px "Georgia", Arial, serif;
	color: #686E50;
	background-color: #DDE1AD;
	height: 30px;
	margin: 0;
	padding:6px 20px 0 14px;
}

#sbar dl{
	text-align: left;
	margin: 10px
}

#sbar dt{
	font-weight:bold;
	font-size: 12px;
	margin: 0 0 10px 0;
}

#sbar dd{
	font-size: 10px;
	padding:0;
	margin:0 0 15px 0;
}

#sbar dd span{
	font-weight: bold;
	margin-right:5px;
}

/* sidebar links */

#sbar a:link {
	font-weight : bold;
	color: #686E50;
}

#sbar a:visited
{
	font-weight : bold;
	color: #686E50;
}

#sbar a:hover {
	font-weight : bold;
	color:#073D0B;
}

#sbar a:active {
	font-weight : bold;
	color: #686E50;
}



/* sidebar sub menu links */

 #submenu dl{
	text-align: left;
	margin: 0 0 20px 0;
}

 #submenu dt{
	font-weight:bold;
	color:#424220;
	font-size: 10px;
	margin: 10px 0 0 0;
	height:22px;
	border-bottom:1px dotted #D1D19E;
}

 #submenu dd{
	font-size: 10px;
	padding:0;
	margin:0;
	border-bottom:1px dotted #D1D19E;
	height:25px;
	line-height:22px;
	 
}

 #submenu dd.on{
	background-color:#DDE1AD;
}

 #submenu dt.on{
	background-color:#DDE1AD;
}

 #submenu dd span{
	font-weight: bold;
	margin-right:5px;
}

 #submenu span{
	padding-left:10px;
}

div#content{
	float:left;
	text-align:left;
	padding: 30px 30px 30px 50px;
	margin: 0 auto;
	width:467px;
}

div#content h1{
font: bold 17px Arial,sans serif;
	color: #365F40;
	margin: 0;
}

#footer{
	background: url(../i/footer_bg.gif) repeat-x top;
	width: 775px;
	padding-top:10px;
	clear:left;
	margin: 0 auto;
}


#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#footer ul li {
	margin-left: 0;
	padding: 0 5px;
	border-left: 1px solid #686E50;
	list-style: none;
	display: inline;
}


#footer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	padding-left:0
}

#footer p{
	margin:0;
	padding:0;
	margin-bottom:3px;
}

#spacer{
	clear:both;
}
</style>