@CHARSET "iso-8859-1";

/***********************/
/*** body layout     ***/
/***********************/

body#site_background {
	margin-bottom: 5px;
	margin-top: 0;
	background: #fff;
}

body.site_width {
	min-width: 872px;
	max-width: 872px;
	margin-left: auto;
	margin-right: auto;
}

/***************************************/
/* header layout
/***************************************/
div#header {
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
	margin: 0 0 14px 0;
	width: 872px;
	vertical-align: bottom;
}

div#logo {
	position: absolute;
	bottom: 5px;
	left: 0px;
	float: left;
	width: 155px;
	height: 35px;
}


/***************************************/
/* main menu layout
/***************************************/

div#navigation {
	position: relative;
	bottom: 0px;
	left: 0px;
	float: right;
	width: 269px;
	height: 120px;
	font-size: 1px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style: none;
}

#navigation a {
	width: 269px;
	height: 16px;
	display: block;
	overflow: hidden;
	background-repeat:no-repeat;
	text-decoration: none;
	vertical-align: middle;
}

#navigation a:hover {
	background-position: 0 -16px;
}

#navigation a.active {
	background-position: 0 -16px;
}

div#menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div#submenu {
	position: absolute;
	bottom: 0px;
	left: 118px;
}

div#submenu a {
	width: 155px;
}

div#nav_sections {
	height: 67px;
}

#nav_sections img {
	cursor: pointer;
}

/***************************************/
/* content layout
/***************************************/
div#container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 872px;
	font-size: 10px;
	line-height: 1.5em;
	/*letter-spacing: 0.1em;*/
}

div#content_left {
	float: left;
	width: 584px;
	height: 417px;
}

div#content_right {
	float: right;
	width: 269px;
}

#container p {
	padding: 0 0 5px 0;
}

#container ul {
	padding:0 0 0 20px;
	margin:0;
}

#container li {
	padding:5px 0 0 0;
	margin:0;
}

.subtitle {
	margin-top: 10px;
	margin-bottom: 0px;
	color: #245b40;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.subtitle a {
	color: #245b40;
	font-size: 10px;
	font-weight: bold;
}

#container a {
	color: #245b40;
}

a:hover {
	text-decoration: underline;
	color: #245b40;
}

.line {
	border: 4px solid #666666;
	height: 0px;
}

#line_bottom {
	position: relative;
	top: 443px;
	left: 603px;
	width: 269px;
}

/***************************************/
/* footer layout
/***************************************/
div#footer {
	position: relative;
	top: 25px;
	left: 0px;
	clear: both;
	background: #fff url(../images/spacer_grey.jpg) 0 0 repeat-x;
	width: 872px;
	padding: 5px 0 20px 0;
	font-size: 10px;
}

/***************************************/
/* forms layout
/***************************************/


.disabled_form table tr td {
	margin: 0;
	padding: 0px 10px 0 10px;
	color: #eef;
	font-size: 15px;
	font-weight: bold;
}

.form table tr td>input,td>textarea {
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #999999;
	width: 180px;
}

.contactform .title {
	padding: 0px 10px 5px 10px;
	text-align: left;
	color: #355c84;
}

.contact_sent {
	border: 1px solid #7d9b8e;
	height: 320px;
	width: 200px;
	margin-left: 16px;
	text-align: left;
	color: red;
	font-size: 12px;
}

input[type=submit] {
	margin:0;
	padding:0;
	color: #245b40;
	font-size: 12px;
	border: 0;
	background-color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	cursor: pointer;
}