﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: #323232;
	background-image: url(/images/page-bg.jpg);
	background-repeat:repeat-x;
}
body, input, textarea, select, td, button
{
	font-family: Arial;
	font-size: 12px;
}
#outside
{
	margin: auto;
	width: 750px;
	position: relative;
	background-color: #fff;
}
#header
{
	right: 0px;
	height: 240px;
}

#headerlogo
{
	position: absolute;
	top: 5px;
	left: 5px;
}
.headerlogin
{
	position: absolute;
	right: 10px;
}
.headerlogin input
{
	border: 1px solid #CCC;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	padding: 1px;
	color: #AAA;
}

#headermenu
{
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	width: 450px;
	text-align: right;
	color: #47782A;
	right: 10px;
	top: 85px;
}
#headermenu a
{
	font-weight: bold;
	text-decoration: none;
	color: #47782A;
	padding-left: 3px;
	padding-right: 3px;
}
#headermenu a:hover
{
	color: #B30B0C;
	text-decoration: underline;
}

#pageheading
{
	position: absolute;
	top: 205px;
	left: 20px;
	font-size: 25px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
/*  
	CONTENT SECTIONS 
*/
.content
{
	background-color: #fff;
	background-image: url(/images/content-bg.gif);
	background-repeat: no-repeat;
}
.content li
{
	line-height: 2em;
	margin-top: 0px;
}
.content p
{
	margin-bottom: 2em;
}
.content a:link
{
	color: #B30B0C;
}
.content h2
{
	font-size: 22px;
	color: #6BB540;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.contentright a:link
{
	color: #B30B0C;
}
.contentright a:hover
{
	color: #47782A;
}

/*  

	Footer Buttons
*/
#footerbuttons
{
	margin-left: 20px;
}
#footerbuttons td
{
	padding-top: 10px;
	padding-right: 5px;
	text-align: center;
}
#footerbuttons img
{
	border: 0px;
	padding: 4px;
}
#footerbuttons a
{
	color: #EEE;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
#footerbuttons a:hover
{
	color: #900;
}


body.default .content
{
	display: none;
}
body.default #header
{
	height: 508px;
}

.homenews
{
	position: absolute;
	z-index: 10;
	top: 220px;
	padding-left: 20px;
	color: #ccc;
	font-family: Arial;
	font-size: 12px;
}
.homenews a
{
	color: #fff;
	font-size: 13px;
}
.homenews h2
{
	color: #fff;
}
