/* 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;
}

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

a:link{
	color: #7C9554;
}

a:visited {
	color: #7C9554;
}

a:hover {
	color: #38402D;
}

a:active{
	color: #2D1E2D;
}

#background {
	position: absolute;
	width: 809px;
	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;
	width: 210px;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-left: 23px;
}

#leftcontent h1 {
	height: 38px;
	color: #424F2E;
	font-size: 12px;
	padding: 10px 10px 0 10px;
	padding-left: 40px;
	margin: 0px;
	background-image: url(../images/layout/sp-subnav-top.jpg);
	background-repeat: no-repeat;
}

div.leftpanel {
	margin-left: 20px;
	margin-bottom: 10px;
}

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

#leftcontent a:link{
	color: #7C9554;
}

#leftcontent a:visited {
	color: #7C9554;
}

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

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

#rightcontent {
	width: 500px;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-left: 250px;
}

#rightcontent h1 {
	font-size: 13px;
	color: #CF801D;
	padding: 0px;
	padding-bottom: 15px;
	padding-top: 10px;
	margin: 0px;
	background-image: none;
}

#rightcontent p {
	font-size: 11px;
}

#rightcontent li {
	font-size: 11px;
}

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

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

#footerimage {
	position: relative;
	margin-left: 400px;
	margin-top: -60px;
}

#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;
}