* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: #8e8474;
	color: #524b37;
	margin-top: 15px;
}

br.clear {
	clear: both;
}

/* wrapper */

#wrapper {
	margin: auto;
	width: 960px;
}

/* container */

#container {
	float: left;
	width: 960px;
	background: #fff url('/_grafix/bg_container.gif') bottom left no-repeat;
}

/* header */

#header_container {
	float: left;
	width: 960px;
	height: 245px;
	overflow: hidden;
}

#header {
	float: left;
	width: 960px;
	height: 230px;
	overflow: hidden;
	background: #8e8474;
	margin-bottom: 15px;
}

#header_mask {
	position: relative;
	width: 960px;
	height: 230px;
	top: -245px;
	z-index: 100;
	overflow: hidden;
}

/* main */

#main {
	float: left;
	width: 880px;
	padding: 0 40px 40px 40px;
}

/* navigation */

#navigation {
	float: left;
	width: 880px;
	height: 40px;
}

#navigation ul {
	float: left;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	vertical-align: top;
	height: 40px;
	background: url('/_grafix/bg_navigation_item.gif') center right no-repeat;
	padding-left: 9px;
	padding-right: 25px;
}

#navigation ul li a {
	display: block;
	vertical-align: top;
	text-transform: uppercase;
	color: #8e8474;
	font-size: 14px;
	height: 18px;
	padding: 12px 15px 10px 15px;
	border: 0;
	text-decoration: none;
}

#navigation ul li a:hover { 
	color: #524b37;
	background: #f2f2f2;
	color: ;
	border: 0;
}

#navigation ul li a.selected { 
	font-weight: bold;
	color: #524b37;
}

#navigation ul li ul {
	float: left;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	background: #f2f2f2;
	margin-top: -1px;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 12px;
	width: 170px;
}

#navigation ul li ul li {
	float: left;
	vertical-align: top;
	height: auto;
	padding: 0;
}

#navigation ul li ul li a {
	display: block;
	vertical-align: top;
	width: 165px;
	font-size: 13px;
	padding: 8px 0 6px 15px;
	color: #524b37;
	text-transform: none;
	border-bottom: 1px dotted #ccc;
}

#navigation ul li ul li a:hover {
	color: #fff;
	background: #8e8474 !important;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#navigation ul li ul li strong {
	display: block;
	vertical-align: top;
	width: 165px;
	font-size: 13px;
	padding: 8px 0 6px 15px;
	color: #fff;
	background-color: #524b37;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}

/* logo */

#logo {
	float: left;
	width: 210px;
	padding-top: 30px;
}

/* content */

#content {
	float: right;
	width: 610px;
}

#content .gutter {
	float: left;
	width: 610px;
	padding-top: 30px;
}

#content a {
	color: #524b37;
	background: #f2f2f2;
	padding: 2px;
}

#content a:hover {
	background: #524b37;
	color: #fff;
	text-decoration: none;
}

#content h1 {
	font-size: 24px;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

#content p {
	line-height: 1.4em;
	margin-bottom: 20px;
}

#content ul {
	list-style-type: disc;
	margin-left: 5px;
	margin-bottom: 20px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 15px;	
}

#content li {
	margin-left: 15px;
	margin-bottom: 6px;
}

/* contact */

#small_map {
	float: right;
	width: 382px;
	height: 302px;
}

/* buttons */

div.buttons {
	float: left;
	margin-top: 8px;
}

.buttons a, 
.buttons button {
    display: block;
    float: left;
	color: #fff;
    background-color: #524b37;
    font-family: Arial, sans-serif;
    font-size: 110%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    padding: 6px 10px 7px 7px;
	margin-top: 2px;
	border: 0;
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 7px 10px 6px 7px; /* IE6 */
}

.buttons button[type] {
    padding: 7px 10px 6px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
    padding: 7px 10px 6px 7px; /* IE7 */
}

/* button colors */

button:hover, 
.buttons a:hover {
	color: #fff;
	background-color: #8E8474;
	border: 0;
}

/* forms */

#form table {
	width: 450px;
}

#form table td {
	padding: 3px 0 6px 0;
}

#form table span {
	display: block;
	margin-bottom: 3px;
	font-size: 15px;
}

#form span.mandatory {
	font-weight: bold;
}

#form span.mandatory_err {
	color: #b00;
	font-weight: bold;
}

#form input.text {
	width: 400px;
	padding: 8px;
	background: #fff;
	color: #524b37;
	font-family: Arial, sans-serif;
	font-size: 15px;
	border: 1px solid #ccc;
}

/* footer */

#footer {
	float: left;
	width: 960px;
}

#footer .gutter {
	float: left;
	width: 960px;
	text-align: center;
	padding: 15px 0 30px 0;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #ccc;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}

#ikon {
	width: 19px;
	height: 15px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 3px;
}
