@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 50px 0px;
	padding: 0px;
	background: #5F5F5F url(../stdimg/homepage01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757575;
}

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

h2 .margin { 
		margin: 10px;
	}


h1 {
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #4D9AE4;
}

h2 a	{
		color: #4D9AE4;
	}


.margin {
		margin-top: 10px;
		margin-bottom: 5px;
	}



h3 a:hover	{
	text-decoration: underline;
	}


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

.linklist {
	position: relative;
	xtop: -16px;
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: justify;
	line-height: 100%;
		
	}


a {
	color: #FF7800;
}

a.toggle {
	color: #3e3e3e;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

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

img.alignleft {
	float: left;
	margin: 0px 25px 0px 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 {
	list-style: none;
	padding-left: 14px;
	background: url(../stdimg/homepage11.gif) no-repeat left 8px;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 1004px;
	height: 81px;
	margin: 0px auto;
	background: #FFFFFF url(../stdimg/homepage02.jpg) repeat-x left top;
}

/** LOGO */

#logo {
	float: left;
	width: 400px;
	height: 81px;
	background: url(../stdimg/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: 41px;
	padding: 40px 0px 0px 0px;
	background: url(../stdimg/homepage04.jpg) no-repeat right top;
}

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

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

/** HEADER2 */

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

 #header3 {
	width: 954px;
	height: 32px;
	margin: 0px auto;
	padding: 1px 27px;
	background: #3f3f3f;
}

/** MENU */

#menu {
	float: left;
}

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

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

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

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

#menu .active {
	background: #F8AA1F;
}

#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: 954px;
	margin: 0px auto;
	padding: 5px 25px 0px 25px;
	background: #FFFFFF;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

.breadcrumb {
	width: 954px;
	margin: 0px auto;
	padding: 10px 25px 0px 25px;
	background: #FFFFFF;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}


.wide #page {
}

/** CONTENT */

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

.home #content {
	width: 627px
}

.two-columns {
}

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

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

/** SIDEBAR */

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

.home #sidebar {
	width: 300px;
}

/** FOOTER */

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

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

/** BOX1 */

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



