/* Layout */
@import "menu.css";
@import "news.css";

body {
	margin: 0px;
	padding: 0px;
	background-color: #E9EAE8;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	text-align: center;
}

a:link{
	color: #7C9554;
}

a:visited {
	color: #7C9554;
}

a:hover {
	color: #38402D;
}

a:active{
	color: #2D1E2D;
}

#container {
	margin: 0 auto;
	padding-top: 20px;
	width: 809px;
	text-align: left;
}

#background {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

#header {
	margin: 0px;
	background: url(../images/layout/header-top-background.gif) #FFFFFF no-repeat;
	height: 105px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	background: url(../images/pics/hp-logo.gif) no-repeat;
	background-position: 45px 20px;
	height: 80px;
}

#header h1 span {
	display: none;
}

#leftcontent {
	float: left;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;

}

#leftcontent img {
	margin-left: 40px;
	padding-bottom: 7px;
}

#maincontent {
	width: 464px;
	margin-left: 43px;
	background: url(../images/layout/hp-maincontent-top.gif) #E6EED9 no-repeat;
	background-position: 0px 0px;
}

#maincontent h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	color: #CF801D;
	background-image: url(../images/icons/leaf-icon.gif);
	background-position: 10px 8px;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 25px;
	text-indent: 40px;
}

#maincontent h2 {
	padding: 0px;
	margin: 0px;
	color: #CF801D;
	font-size: 13px;
	line-height: 25px;
	text-indent: 40px;
}

#maincontent p {
	padding: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin: 0px;
	font-size: 11px;
}

#maincontent a:link{
	color: #424F2E;
}

#maincontent a:visited {
	color: #424F2E;
}

#maincontent a:hover {
	color: #000;
}

#maincontent a:active{
	color: #000;
}


#maincontentbottom {
	background: url(../images/layout/hp-maincontent-bottom.gif) #E6EED9 no-repeat;
	background-position: 0px bottom;
	height: 26px;
}

#maincontent img {
	float: left;
	padding: 8px;
	padding-left: 0px;
	margin: 0px;
}

#rightcontent {
	margin: 0px;
	padding: 0px;
	background: #fff;
}


.rightpanel h1 {
	margin: 0px;
 	padding-top: 18px;
	text-indent: 0px;
	color: #4C5939;
	font-size: 13px;
	height: 50px;
}

.rightpanel {
	margin: 0px;
	margin-left: 523px;
	margin-bottom: 10px;
	padding: 0 20px 20px 20px;
	background-image: url(../images/layout/right-panel-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.rightpanel p {
	width: 230px;
	font-size: 10px;
	margin: 0px;
}

.rightpanel li {
	font-size: 11px;
	margin: 0px;
}

#footer {
	height: 100px;
	width: 809px;
	background: url(../images/layout/footer-background.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	clear: both;
}

#footer p {
	position: absolute;
	margin: 50px;
	font-size: 10px;
	color: #999;
}

#footerimage {
	position: absolute;
	margin-left: 400px;
	margin-top: 57px;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:link{
	color: #999;
}

#footer a:visited {
	color: #999;
}

#footer a:hover {
	color: #38402D;
}

#footer a:active{
	color: #2D1E2D;
}

img {
	border: none;
}
