/* Reset Styles */
@import "reset.css";

/* Page setup */
body {
font: 62.5% Arial, Helvetica, sans-serif;
background: #f6f5e9 url(i/bg.jpg) repeat-x;
}
p {font: 1.3em/1.3em; margin-bottom: 1.3em}
a {color: #dd6602;outline: none; text-decoration: none;}
a:hover{
	color: #000
}
form {display:inline}

/* Toolbox */
.left {float:left}
.right {float:right}
.break {clear:both}

/* Page structure */
#container {
	width:960px;
	margin:0 auto;
	font-size: 1.4em;
}

#navigation {
	color: #fff;
	height: 25px;
	line-height:25px;
}

#navigation a {
	color: #fff;
	font-weight:bold;
}

#navigation a:hover {
	color: #7b1f22;
}

#navigation li {
display: inline;
margin-right:1em;
}

#content{
	background: #f6f6ee;
	border: 8px #fff solid;
	color: #333;
	min-height: 400px;
	line-height: 1.5em;
	font-size:1em;
	text-align: justify;
}

#content h1 {
color: #7b1f22;
font-size:2em;
font-weight: bold;
}

#header {
	background: #f6f6ee url(i/top.jpg) right no-repeat;
	height: 130px;
	position: relative;
}
#logo {
top:15px;
left: 15px;
position: absolute
}

#footer {
	background: #333;
	color: #666;
	clear: both;
	height: 100px;
	margin-top:40px;
}

#footerContent {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	font-size: 1.2em;
}

#pageContent{
	padding: 10px;
}

#pageContentLeft{
border-right:1px dashed #7b1f22;
float:left;
height:auto;
padding:10px;
width:450px;
}

#pageContentRight{
float:right;
height:auto;
padding:10px;
width:450px;
}

h2{
	color: #7b1f22;
	font-size: 1.2em;
	font-weight: bold;
}

#info {
	float: left;
}

#contactForm {
	display: inline;
	float: right;
	margin:0 10px 0 10px;
	width: 500px;
	margin-bottom:3em;
}

#frmContact label {
display:block;
margin:0pt 0pt 0.2em;
}

#frmContact .textbox {
	border: 1px solid #666;
	width: 100%;
	padding: 4px;
}

#mapContainer{
	clear: both;

}