* {
	font-family: Arial, Verdana, Sans-serif;
}
body, div, dl, dt, dd, ul, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/** =page structure */

body {
	padding: 0;
	width: 800px;
	margin: auto;
	background: #fff;
}
a {
	color: #4193dd;
	text-decoration: none;
	border-bottom: dotted 1px #4193dd;
}
label {
	display: inline-block;
	border: solid 6px #ececec;
	border-radius: 4px;
}
input {
	border: solid 1px #b6b6b6;
	font-size: 1.2em;
	padding: 6px;
}
button {
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	padding: 9px 0;
	text-align: center;
	border: 0;
	margin: 0 0 0 5px;
	width: 104px;
	height: 42px;
	text-transform: uppercase;
	background: #b6b6b6 url(../img/send.png) no-repeat 0 0;		
}
button:hover {
	opacity: 0.9;
}
input:focus {
	background-color: #fff9cf;
}
.notify {
	position: fixed;
	top: 0;
	margin: 1px;
	font-weight: bold;
	padding: 15px 40px;
	font-size: 1.3em;
	color: #87a42d;
	border: solid 1px #ddd;
	background-color: #fff99c;
	border-radius: 8px;
}
.notify .close {
	margin: 5px;
}
.loading {
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

header {
	padding: 60px 0 20px;
	border-bottom: solid 1px #eee;
	background: url(../img/header.gif) no-repeat 100% 50%;
}	
header h1 {
	font-size: 6.2em;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	font-family: 'Palatino Linotype', Georgia;
}
header h2 {
	color: #777;
	font-size: 3.7em;
	margin: 0;
	font-weight: normal;
	font-family: 'Palatino Linotype', Georgia;
}

article {
	margin: 20px 0 300px;
}
article h3 {
	color: #87a42d;
	font-size: 1.6em;
	float: left;
	margin: 6px 0;
}
article form {
	float: right;
}

article.news h3 {
	float: none;
	font-size: 1.1em;
}
article.news {
	margin: 30px 0;
}
article.news p {	
	font-size: 1.1em;
	padding: 12px;
	margin: 5px 0;
	color: #333;
	background-color: #e1e8c8;
	border-radius: 8px;
	overflow: hidden;
}
article.news strong {
	color: #333;
	padding-right: 14px;
	margin-right: 10px;
	border-right: dotted 2px #333;
}
article.news em {
	color: #333;
	font-size: .8em;
}
article.news a.more {
	float: right;
}
article.news p.pane {
	font-size: 1em;
	padding-left: 190px;
	background-color: #eee;
}
article.news p.pane img {
	border: solid 4px #fff;
	vertical-align: middle;
	border-radius: 4px;
}
article.news p.pane em {
	font-size: 1em;	
}
article.news em.desc {
	display: block;
	color: #999;
	font-size: 0.7em;
	font-style: normal;
	text-align: center;	
}

.section {
	display: block;
	margin-top: 10px;	
}

.image {
	display: inline-block;
	vertical-align: middle;	
}
.hide {
	display: none;
}
a:hover img {
	opacity: 0.8;
}
#navigation {
	text-align: right;
	margin: 10px 0 -30px;
}
#navigation a {
	display: inline-block;
	text-align: center;
	border: 0;
}
#navigation em {
	color: #aaa;
	font-size: .7em;
	font-style: normal;
	display: block;
	
}
#map_canvas {
	width: 100%;
	min-height: 500px;
}

footer {
	clear: both;
	text-align: center;
	font-size: .75em;
	color: #aaa;
	position: fixed;
	bottom: 0;
	width: 800px;
	background-color: #fff;
}
.placeholder {
	color: #808080;
}