﻿/* framework */
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #000;
	background: url(graphics/bgMain.jpg) repeat-x #fff;
}
html, body {
	height: 100%;
}
#container {
	min-height: 90%;
	width: 894px;
	margin: 0 auto;
	border: 1px solid #b3b0a3;
	background: #fff;
	padding-bottom: 135px;
}
#content {
	padding-bottom: 20px;
}
/* header */
#header {
	height: 248px;
	width: 894px;
	background: url(graphics/bgHead.jpg) no-repeat;
	float: left;
}
#menuMeta {
	width: 870px;
	height: 70px;
	float: left;
	padding: 20px 0 0 20px;
	margin-top: 20px;
}
#menuMeta UL {
	list-style-type: none;
	width: 250px;
}
#menuMeta LI {
	padding: 0 15px 0 0;
}
#menuMeta a {
	color: #b83b10;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	height: 20px;
	display: block;
}
#menuMeta LI.act a {
	color: #000;
}
#menuMeta LI a:hover {
	color: #cdc771;
}
#menuMain {
	height: 110px;
	width: 870px;
	float: left;
	padding: 20px 0 0 20px;
}
#menuMain UL {
	list-style-type: none;
	width: 250px;
}
#menuMain LI {
	width: auto;
	padding: 0 15px 0 0;
}
#menuMain a {
	color: #b83b10;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	height: 20px;
	display: block;
}
#menuMain LI.act a {
	color: #000;
}
#menuMain LI a:hover {
	color: #cdc771;
}
/* content */
#content {
	float: left;
	padding-bottom: 0px;
}
#content .contentWrap {
	width: 854px;
	padding: 20px;
}
/* footer */
#footer {
	height: 135px;
	width: 894px;
	margin: -135px auto 0 auto;
	background: url(graphics/bgFooter.jpg) repeat-x #fef1d8;
	border: solid #b3b0a3;
	border-width: 0 1px 0 1px;
}
#footer .contentWrap {
	padding: 0 0 20px 0;
	float: left;
	font-size: 10px;
}
#footer p {
	width: 400px;
	float: left;
	margin: 2px 0 0 20px;
}
#footer UL {
	list-style-type: none;
	width: 500px;
	float: right;
	margin: 0 0 20px 0;
	text-align: right;
}
#footer LI {
	width: auto;
	float: right;
	padding: 0 0 0 15px;
}
#footer a {
	color: #f00;
	text-decoration: none;
}
#footer LI.act a {
	color: #000;
}
/* content elements */
a {
	color: #b83b10;
}
a:hover {
	color: #000;
	font-style: italic;
}
h1 {
	color: #b83b10;
	font-size: 20px;
	margin-bottom: 10px;
}
h2 {
	color: #b83b10;
	font-size: 16px;
	margin-bottom: 5px;
}
.clearfix {
	clear: both;
}
p.bodytext {
	margin-bottom: 20px;
	line-height: 1.4;
}
#content .contentWrap UL {
	margin: 0 0 20px 15px;
}
.csc-default {
	margin-bottom: 10px;
	display: block;
}
.boxLine {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b83b10;
}
.boxframe {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #b83b10;
}
/* forms */
fieldset.csc-mailform {
	border: 0px;
	margin: 0;
	padding: 0;
}
.csc-mailform-field {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.csc-mailform-field label {
	clear: left;
	width: 150px;
	float: left;
}
.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select {
	width: 300px;
	float: left;
	background: #fff;
	border: 1px solid #b83b10;
}
.csc-mailform-field input:hover, .csc-mailform-field input:active, .csc-mailform-field textarea:hover, .csc-mailform-field textarea:hover:active, .csc-mailform-field select:hover, .csc-mailform-field select:hover:active {
	background: #fef1d8;
	border: 1px solid #cdc771;
}
input.csc-mailform-submit, input.csc-mailform-check {
	width: auto;
	border: 2px solid #b83b10;
}
input.csc-mailform-submit {
	margin-left: 150px;
}
