body {
	margin: 0;
	font: .75em Verdana;
}

h1, h2, h3, h4, p {
	margin: 15px 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

a {
	color: #90CE17;
	text-decoration: none;
}

a img {
	border: 0;
}

ul, ol, form {
	padding: 0;
	margin: 0;
}

input, textarea {
	border: 1px solid #aaa;
	padding: 3px;
	font: 1em Verdana;
	width: 180px;
}

textarea {
	width: 500px;
	height: 140px;
}

input.submit {
	width: auto;
	background-color: #eee;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 8px;
	text-align: left;
}

.spacer {
    clear: both;
    height: 0;
    font-size: 0;
}     

#header {
	height: 263px;
	background: url(images/logo.jpg) no-repeat center;
}

#header h1 {
	display: none;
}

#wrapper {
    width: 878px;
    margin: 0 auto;
}

#menu {
    float: left;
    display: inline;
    margin-top: 5px;
    width: 163px;                      
	text-align: right;    
    padding-bottom: 170px;
    margin-right: 15px;
    margin-bottom: 10px;
    background: url(images/bg_menu.jpg) no-repeat bottom; 
}

#menu ul {
	list-style: none;
	padding: 15px 3px 15px 15px;  
}

#menu li {           
	padding: 8px 0 8px 0;     
}

#menu li.sub {
    background: url(images/menu_li_sub.gif) no-repeat 134px 12px;
}

#menu a {
	color: #666;
	font-weight: bold;
	text-decoration: none;       
	padding: 15px 15px 15px 17px;
	background: url(images/menu_a.gif) no-repeat 0 16px;   
}

#menu li.over a, #menu a:hover, #menu a.current {
	color: #90CE17;
}

#menu li.over {
    background-image: url(images/menu_li_sub_hover.gif);
}

#menu li.over li a {
    color: #666;         
}

#menu ul ul {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -282px;
    width: 160px;   
    top: 403px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-bottom: 0;
    text-align: left;
    padding: 0;  
}

#menu #sub2 {
    top: 464px;
}

#menu li.over ul {
    display: block;
}

#menu ul ul li {
    border-bottom: 1px solid #aaa;
    padding: 0;
}

#menu ul ul a {
    background: none;
    padding: 8px;
    display: block;
    width: 144px;
}

#menu ul ul a.current {
    color: #90CE17;
}

#menu ul ul a:hover {
    background-color: #ddd;
}

#content {
	width: 700px;
    float: left;
    display: inline;    
	padding: 10px 0 10px;
}

#content h2, #content h3 {
	color: #A6CE37;
	clear: both;
}

#content p {
	line-height: 22px;
}

#content img.left {
	float: left;
	margin: 5px 10px 5px 0;
}

#content img.right {
	float: right;
	margin: 5px 10px 5px 0;
}

#content div.item {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

#content div.item h3 {
	color: #7C9F1D;
	border-bottom: 1px solid #ccc;
	background-color: #F2FFCF;
	margin: 0;
	padding: 5px;
	font-size: 1em;	
}

#content div.item p {
	padding: 5px;
	margin: 0;
}

#footer {
	height: 200px;
	background-color: #A6CE37;
    padding-left: 150px;
    clear: both;
}

#footer_content {
	width: 700px;           
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
}

#footer_content div.block {
	float: left;
	display: inline;
	width: 50%;
}

#footer_content h2 {
	font-size: 1em;
}

#footer_content p {
	line-height: 22px;
}

#footer_content table {
	margin: 0 -4px;
}

#footer_content table td {
	padding: 4px;
}