/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

label {
	font-weight: bold;
	color: #656565;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #656565;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9D9D9D;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
}

strong {
	color: #656565;
}

.text1 {
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: normal;
	color: #D4D4D4;
}

.text2 {
	color: #557400;
}

.text3 {
	text-align: center;
	color: #6E889A;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	margin: 0px 0px 1px 0px;
	padding: 4px 10px;
	background: url(images/homepage15.gif) repeat left top;
}

.list1 li.light {
	background: url(images/homepage16.gif) repeat left top;
}

.list1 tr {
	margin: 0px 0px 1px 0px;
	padding: 4px 10px;
	background: url(images/homepage15.gif) repeat left top;
}

.list1 tr.light {
	background: url(images/homepage16.gif) repeat left top;
}
.list1 a {
	font-size: 10px;
	color: #8C8C8C;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	padding: 5px 0px;
	background: url(images/homepage11.gif) repeat-x left top;
}

.list2 li.first {
	padding-top: 0px;
	background: none;
}

/** LINKS */

a {
	color: #de3e40;/** #739D00;*/
}

a:hover {
	text-decoration: none;
}


/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}


/** BACKGROUNDS */

.bg1 { background: url(images/homepage02.gif) repeat-x left top; }
.bg2 { background: url(images/homepage05.jpg) no-repeat left top; }
.bg2-1 { background: url(images/subpage05.jpg) no-repeat left top; }
.bg3 { background: #FFFFFF url(images/subpage2_01.gif) no-repeat left bottom; }
.bg4 { background: url(images/homepage06.jpg) no-repeat left top; }
.bg5 { background: url(images/homepage14.jpg) no-repeat left top; }
.bg6 { background: url(images/subpage2_02.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

br { 
	clear: left;
	}

.hr1 {
	height: 10px;
	margin-bottom: 15px;
	background: url(images/homepage11.gif) repeat-x left bottom;
}


/** SEARCH */

#search {
	padding: 15px 33px 0px 30px;
}

#search label {
	display: block;
}

#input1, #submit1 {
	float: left;
}

#input1 {
	width: 195px;
	margin-right: 10px;
	padding: 3px 0px;
	border-top: 1px solid #E2E2E2;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#submit1 {
	margin-top: 5px;
}
/** This is the included Layout file */
/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper {
}

#wrapper2 {
	width: 920px;
	border: 10px solid #FFFFFF;
	margin: 0px auto;
}

#extra1 {
	width: 940px;
	height: 10px;
	margin: 0px auto;
	background: url(images/homepage04.gif) no-repeat left top;
}

/** HEADER */

#header {
	width: 920px;
	height: 116px;
	margin: 0px auto;
}

.content-wide #header {
	height: 130px;
}

/** LOGO */

#logo {
	float: left;
	width: 306px;
	height: 116px;
	background: url(images/homepage03.jpg) no-repeat left top;
}

.content-wide #logo {
	height: 130px;
	background: url(images/subpage2_03.jpg) no-repeat left top;
}

#logo h1, #logo p {
	display: none;
}

/** MENU */

#menu {
	float: right;
	width: 610px;
	height: 116px;
}

#menu ul {
	margin: 0px;
	padding: 25px 0px 0px 60px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #4B4B4B;
	float: left;
	padding: 3px 15px;
	background: url(images/subpage1_03.gif) no-repeat right center;
}

#menu a:hover {

	color: #d4d4d4;
	
}
#menu li.last a {
	background: none;
}

/** PAGE */

#page {
	width: 920px;
}

/** CONTENT */

#content {
	float: right;
	width: 610px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 306px;
}

/** Form */

.spform_input {
position:absolute;
text-decoration:underline;
background-color:#CC0000;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}
.spf_prompt {
display:block;
padding-right:10px;
font-weight:bold;
}
.spf_normal_input {
font-weight:normal;
padding-left:0px;
}
.spf_verify_msg {
font-weight:bold;
}
.spf_verify_prompt {
font-weight:bold;
}
.spf_cookie_msg {
font-weight:normal;
color:#ff0000;
padding-top:30px;
}

/** FOOTER */

#footer {
	padding: 15px;
}

/** BOX1 */

#box1 {
	float: left;
	width: 322px;
	padding: 5px 0px 0px 33px;
}


/** BOX2 */

#box2 {
	float: right;
	width: 184px;
	padding: 50px 25px 0px 25px;
}

/** BOX3 */

#box3 {
	padding: 20px 30px;
}

#box3 a {
	text-decoration: none;
	color: #656565;
}

/** BOX4 */

#box4 {
	padding: 10px 40px 0px 35px;
}
#box4 a {
	color: #656565;
}
