@charset "utf-8";

html, body {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #5F5F5F;
	background-image: url(../images/homepage01.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding: 0px;
}

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

h1 {
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #7BAE07;
}

h3 {
	font-size: 13px;
	color: #0066FF;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 16px;
	text-align: justify;
	line-height: 140%;
	background-position: left;
}

a {
	color: #FF7800;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #C3C3C3;
}

img.alignleft {
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}

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

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 180%;
}

.list1 li {
	padding-left: 14px;
	background: url(../images/homepage11.gif) no-repeat left center;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 862px;
	height: 81px;
	background: #FFFFFF url(../images/homepage02.jpg) repeat-x left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/** LOGO */

#logo {
	float: left;
	width: 475px;
	height: 81px;
	background: url(../images/homepage03.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	text-indent: -999em;
	line-height: normal;
}

#logo h1 a {
	display: block;
	height: 70px;
}

/** TOPMENU */

#topmenu {
	float: right;
	height: 81px;
	background: url(../images/homepage04.jpg) no-repeat right top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topmenu p {
	margin: 0px;
	padding: 0px 25px 0px 0px;
	line-height: normal;
	color: #ACACAC;
}

#topmenu a {
	padding: 0px 10px;
	color: #ACACAC;
}

/** HEADER2 */

#header2 {
	width: 808px;
	height: 32px;
	margin: 0px auto;
	padding: 1px 27px;
	background: #323232;
}

/** MENU */

#menu {
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal
}

#menu li {
	float: right;
	height: 23px;
	padding-top: 9px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

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

#menu .active {
	background-color: #FB7115;
}

#menu .active a {
	color: #323232;
}

/** SEARCH */

#search {
	float: right;
	width: 220px;
}

#search form, #search fieldset {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	padding-top: 6px;
	border: none;
}

#search input {
	float: left;
}

#search .input-text {
	width: 170px;
	height: 15px;
	padding: 3px 5px;
	background: #FFFFFF;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C0C0C0
}

#search .input-image {
	margin-left: 8px;
}

/** PAGE */

#page {
	width: 810px;
	margin: 0px auto;
	padding: 25px 25px 0px 25px;
	background: #FFFFFF;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.wide #page {
}

/** CONTENT */

#content {
	float: left;
	width: 505px;
}

.home #content {
	width: 465px
}

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 220px;
}

.two-columns .column2 {
	float: right;
	width: 220px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 258px;
}

.home #sidebar {
	width: 297px;
}

/** FOOTER */

#footer {
	width: 862px;
	margin: 0px auto;
	background: url(../images/homepage10.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 0px 0px;
	text-align: center;
	color: #AFAFAF;
}

/** BOX1 */

#box1 {
	width: 862px;
	margin: 0px auto;
}

