@charset "utf-8";
/* CSS Document */

HTML {}
BODY {
	font-family: Arial, Helvetica, sans-serif;
}

H1 {
	font-size: 26px;
	color: #00A790;
	font-weight: normal;
	margin-top: 0px;
}
H2 {
	font-size: 12px;
	color: #00A790;
}
H3 {}
H4 {}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 697px;
}

#logo {}

#header {
	margin-top: 13px;
	height: 162px;
}
#header #image {
	float: left;
	border: 10px solid #AAAAAA;
}
#header #quote {
	background-image: url(../img/layout/green_blend.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 162px;
	float: right;
	height: 162px;
	background-color: #00A88F;
}
#header #quote H5 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 17px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#page {
	clear: both;
	margin-top: 15px;
}
#page #content {
	float: left;
	width: 520px;
	color: #555555;
}
#page #content P {
	font-size: 12px;
}
#page #content UL {}
#page #content UL LI {}
#page #content A {
	color: #00A790;
}
#page #content A:HOVER {
	text-decoration: none;
}
#page #right {
	float: right;
	width: 162px;
	background-image: url(../img/layout/menu_a.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #D8D9DB;
	padding-bottom: 175px;
	color: #000000;
	font-size: 11px;
	margin: 0px;
}
#page #right H6 {
	font-size: 11px;
	background-color: #AAAAAA;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#page #right A {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#page #right A:HOVER {
	color: #FFFFFF;
	background-color: #AAAAAA;
}
#page #right #featured {
	margin-top: 25px;

}
#page #right #featured #scrollup {
overflow: hidden;
height: 200px;
position: relative;
}
#page #right #featured .headline {
	position: absolute;
	top: 210px;
	left: 5px;
	height: 200px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}
#page #right #featured H5 {}
#page #right #featured A {}
#page #right #featured A:HOVER {}
#footer {
	padding-top: 15px;
	font-size: 11px;
	color: #666666;
	text-align: right;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	clear: right;
}
#footer A {
	color: #666666;
}
#footer A:HOVER {
	text-decoration: none;
}

