@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: px;
	background: #FFFFFF url(images/homepage01.gif) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
	margin-bottom: 20px;
	font: normal 19px Georgia, "Times New Roman", Times, serif;
	color: #8A8A8A;
}

h2 span {
	color: #448600;
}

h3 {
	margin: 0px;
	font-size: 11px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 16px;
	line-height: 150%;
}

a {
	color: #448600;
}

a:hover {
	text-decoration: none;
}

.more {
	text-align: right;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 4px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 4px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

img.border {
	padding: 2px;
	border: 1px solid #8E8E8E;
}

hr {
	display: none;
}

/** LISTS */

.list1 {
	margin-left: 30px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	float: center;
	width: 50%;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** MENU */

#menu {
	width: 736px;
	height: 68px;
	background: url(images/homepage03.gif) no-repeat left top;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#topmenu {
	float: right;
}

#topmenu p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	line-height: normal;
	text-align: center;
	color: #000000;
}

#topmenu a {
	padding: 0px 15px;
	color: #000000;
}

#mainmenu {
	float: left;
	width: 495px;
	height: 52px;
}

#mainmenu ul {
	height: 52px;
	margin: 0px;
	padding: 0px 2px 0px 1px;
	background: url(images/homepage04.gif) no-repeat right top;
	list-style: none;
}

#mainmenu li {
	float: left;
}

#mainmenu a {
	float: left;
	width: 86px;
	height: 35px;
	padding: 17px 0px 0px 37px;
	background: #FFFFFF url(images/homepage02.gif) no-repeat left top;
	font-weight: bold;
	color: #000000;
}

/** HEADER */

#header {
	width: 735px;
	height: 262px;
}

/** PAGE */

#page {
	width: 716px;
	background: url(images/homepage08.gif) repeat-y 480px 0px;
}

.home #page {
	background-position: 324px 0px;
}

.single #page {
	background: none;
}

/** CONTENT */

#content {
	width: 450px;
}

.home #content {
	width: 306px;
}

/** SIDEBAR */

#sidebar {
	width: 216px;
}

.home #sidebar {
	width: 370px;
}

/** FOOTER */

#footer {
	background: url(images/homepage09.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	color: #9A9999
}

