/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #73A462;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #73A462;
}

body {
	
	background: #ffffff url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
}

#page
{
	margin: 0 auto;
	background: #ffffff;
	width: 811px;
/*	min-height: 900px;*/
	
}
#back_all
{
background: #ffffff url(images/white.gif);
}

#main
{
background: #ffffff url(images/white.gif);
}

#header {
	background: #ffffff;
	height: 244px;
	text-align: right;		
}

#nav {
	float: left;
	padding-left: 320px;
	border-left: 7px solid #FFFFFF;
	width: 477px;
	height: 82px;
	background: url(images/header_top.gif) repeat-x;
}

#nav li {
  list-style: none;
  float: left;
  padding-right: 35px;
  display:block;

}

#nav ul ul {
	padding: 0;
	margin: 0;
	position:fixed;
	padding:0;
	display:none;
	height:1em;
}
#nav a {
	display: block;
	width: auto;
	height: 20px;
	text-align: left;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 35px;
 
}
#nav li:hover ul {
	display:block;

}

#nav ul ul li {
	padding-left: 0;
	padding-right: 35px;
	margin: 0;
}

#nav ul ul li a {
	padding: 0;

}

#nav a:hover {
  color: #FFA405;
}

#logo {
background: #ffffff url(images/header.jpg) no-repeat;
width: 771px;
height: 98px;
float: left;
text-align: right;
padding-top: 60px;
padding-right: 40px;
}


#logo a {
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
}

#logo h1 a {
	font-size: 18px;
}

#logo h2 {
font-size: 12px;
}

#content
{
margin-left: 50px;
margin-top: 20px;
width: 500px;
padding-right: 10px;
padding-bottom: 50px;
}

#content h1
{
	margin: 0;
	padding-bottom: 1em;
	font-size: 18px;
	color: #73A462;
}

#content h4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #73A462;
}

#content a
{
color: #73A462;
text-decoration: none;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #73A462;
}
.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
	background-color: #fff;
}

.date a {
	color: #73A462;
	background-color: #fff;
}



#footer {
	height: 47px;
	clear: both;
	padding-top: 20px;
	background: url(images/header_top_over.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}