﻿@charset "utf-8";
/* CSS Reset browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* { margin: 0; padding: 0; }

h1 { font-size: 31px; font-family: Times New Roman; line-height: 31px; padding: 0 0 10px 0;}
h1.small{ font-size: 22px; font-family: Times New Roman; line-height: 22px; padding: 0 0 5px 0;}
h2 { font-size: 18px; font-family: Times New Roman; line-height: 25px; width: 350px; border-bottom: 1px solid #d2d2d2;}
p { padding: 10px 0; }
a { text-decoration: none; color: #686868;}
a:hover { text-decoration: underline;}
span { font-weight: bold; text-decoration: underline;}
ul { list-style: circle; padding: 10px 40px; }
div.clearer { clear: both; }

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial;
	line-height: 18px;
	text-align: justify;
	background: url(../img/bg.jpg) top center no-repeat fixed;
	background-size: cover;
	color: #2e2e2e;
}

div.wrapper {
	width: 970px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

header {
	height: 116px;
	margin: 0 0 20px 0;
	padding: 0;
}

div#logo {
	width: 383px;
	height: 116px;
	overflow: hidden;
	background: url(../img/logobg.png) top left no-repeat;
	float: left;
	margin: 0;
}

figure.logo {
    height: 56px;
    left: 25px;
    position: relative;
    top: 20px;
    width: 234px;
}

nav {
	width: 587px;
	height: 94px;
	float: left;
	margin: 21px 0 0;
	overflow: hidden;
	background: url(../img/navbg.png) no-repeat right top;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 135px;
}

nav ul li {
	float: left;
	text-transform: uppercase;
	line-height: 94px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 2px;
}

nav ul li a {
	color: #f8f8f8;
	text-decoration: none;
}

nav ul li a:hover { text-decoration: none; }


section#content {
	width: 920px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 20px 25px;
	border: 1px solid #ffffff;
	background: #ededed;
	border-radius: 5px;
}

article#page {
	width: 600px;
	height: auto;
	margin: 0 30px 0 0;
	float: left;
	padding: 0 20px 0 0;
	overflow: hidden;
	border-right: 1px solid #d2d2d2;
}

article#map {
	width: 500px;
	height: auto;
	margin: 0 30px 0 0;
	float: left;
	padding: 0 20px 0 0;
	overflow: hidden;
	border-right: 1px solid #d2d2d2;
}

aside#ads {
	width: 250px; 
	float: left;
	margin: 0;
	padding: 0;
}

aside#form {
	width: 350px; 
	float: left;
	margin: 0;
	padding: 0;
}

div.sidebar { position: fixed; }

footer {
	width: 920px;
	height:  51px;
	float: left;
	border-top: 1px solid #d2d2d2;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	color: #686868;
	margin: 0;
}

label { width: 60px; float: left; clear: left; height: 35px; line-height: 35px; font-weight: bold; color: #686868;  }
input { padding: 3px 8px; margin: 5px 0; float: left; width: 200px; border: 1px solid #d2d2d2; color: #686868;  }
textarea { margin: 10px 0 0 0; float: left; padding: 3px 8px; color: #686868; border: 1px solid #d2d2d2; min-width: 250px; max-width: 250px; min-height: 250px; max-height: 250px; }
input[type=submit], input[type=reset] { width: 100px; margin: 10px 0 0 63px; background: #FFFFFF; border-radius: 4px; font-weight: bold;}
