/* CSS Document */
body	{
   	/*BACKGROUND:#A0B398;
    BORDER-BOTTOM: 0px;
  	color: #000;	
	font: small/1.4 Verdana, Arial, Helvetica, sans-serif;	*/
	}

h1, h2, h3, h4, h5, h6 {
	color:#497635;
	font: bold 140% Arial, Verdana, Helvetica, sans-serif;
	
}
.site_name{
	color:#497635;
	font-weight:bold;
	font: 11px verdana,verdana, arial;
}
a.link {color:#497635; text-decoration:none}
a.link:hover {border-bottom:1px solid #497635; border-bottom-style:dashed;}
#bttm_nav{
	margin:0 0 0 200px;
}
#nav_footer {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav_footer li {
	float: left;
	margin: 0 5px;
}
#nav_footer a{
	color:#497635;
	text-decoration:none;
	font-weight:bold;
}
#nav_footer a:hover{
	text-decoration:underline;
}
#footer {
	width: 750px;
	background: #C9BE7D;
	text-align:center;
	padding: 5px 0 5px 0;
	font-size:9px;
	border-top: 1px solid #ccc;
	position:relative;
	clear:left;
	color:#497635
}

/*-=========-  Navigation   ---======*/


#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0;
}

#nav-menu li a
{
background: url(../images/tab_bg.gif) #fff top left repeat-x;
height: 106px;
line-height: 8em;
float: left;
width: 102px;
display: block;
border-left: 1px solid #D3CFA8;
color: #497635;
text-decoration: none;
text-align: center;
}
#nav-menu li a:hover { 
text-decoration:underline;
background: url(../images/tab_bg.gif) #fff top left repeat-x;
height: 106px;
line-height: 8em;
float: left;
width: 102px;
display: block;
border-left: 1px solid #D3CFA8;
color: #497635;

text-align: center;
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:750px;
float:left;
background: url(../images/tab_bg.gif) #fff top left repeat-x;
}

a.port {color:#497635;text-decoration:none}
a.port:hover {background:#E4E2E2}
a.port:active {font-weight:bold;background:#E4E2E2}