/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */


#main{
	background: #ffffff;
	border: none;
}
#wrapper{
	background: #ffffff;
}
#nav{
	background: #ffffff;
}
#header{
	border: none;
	background: #ffffff;
}
.home-title{
	border-bottom: 2px solid #698f34;
	color: #4c6725
}
#footer{
	background: #ffffff;
	border: none;
}
#nav-content{

}
#nav-content a{
	color: #000;
}

#header .menu ul{
	list-style: none;	
	padding : 0;
	margin : 0;

}
#header .menu li{
	float: left;
	margin: 0 0;
	padding: 0;
	text-align: center;
}

#header .menu li a, #header .menu li a:visited, #header .menu li a:active{
	float: left;
	text-align: center;
	width:80px;
	height:80px;
	background: #75786f;
	color: #fdfaf5;
	font-weight: bold;
	border-left: 1px solid #fdfaf5;
	font-size: 11px;
	display : inline;
	line-height: 80px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

#header .menu li a:hover {
	background: #343631;
	color: #fdfaf5;
}


/* Commented backslash hack hides rule from IE5-Mac \*/
#header .menu li a
{
float: none
}
/* End IE5-Mac hack */

#header .menu{
	text-align: right;
	float: right;
}