body {
	background-color: #F0F0F2;
	font-size: 13px;
	font-family: arial;
}

h1{
	color: #416443;
	margin: 0 0 10px 0;
}

th {
	font-weight: bold;
}

img {
	border: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#wrapper {
	width:986px;
	background: url(../images/body_outer.gif) repeat-y left top;
	margin:auto;
	text-align:left;
}

#innerwrapper{
	background: url(../images/body_inner.gif) no-repeat left top;
	width:960px;
	padding:11px 13px 0px 13px;
}

#header {
	background: #1C4733 url(../images/logo.gif) no-repeat left top;
	width:960px;
	height:96px;
}

#menu {
	background: #476D5D url(../images/menu_bg.gif) repeat-x;
	height: 27px;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 7px;	
}	

#menu li {
	margin: 0;
	padding: 5px;	
	list-style-type: none;
	float:left;
	font-weight: bold;
	color: #FDEC4A;	
}

.thumbnails {
	width: 590px;
}
.thumbnails img {
	border: 2px solid #848181;
}

.thumbnails .click {
	float: right;
	font-size: 10px;
}
#menu a {
	color: #FDEC4A;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

#menu a:hover {
	background-color: #1C4733;
}

#contentwrapper {
	text-align:left;
	font-weight: normal;
	padding: 20px 20px 0 20px;
	background-color: #FDEC4A;
}

#content {
	background-color: #F7EF85;
	padding: 20px;
}

#quote {
	width: 276px;
	float: right;
	text-align: center;
}

#map {
	width: 276px;
	height: 276px;
	border: 2px solid #848181;
}

#contact {
	padding: 0 0 0 20px;
	height: 117px;
	background-color: #FDEC4A;
}

#contact img {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#footer {
	font-weight: normal;
	font-size: 10px;
	text-align: right;
	padding: 10px 20px 5px 0; 
	background-color: #FDEC4A;
	color: #808080;
}

#bottomwrapper {
	background:#EDEEF0 url(../images/body_bottom.gif) no-repeat left top;
	height:15px;
	margin:0px;
	width:986px;
}

form.form input {
	margin: 0;
	width: 250px;
}

form.form .radio {
	width: 20px;
}

form.form fieldset {
  margin-bottom: 10px;
  border: 1px solid #EEEEEE;
}

form.form fieldset.left{
	float: left;
	width: 270px;
}

form.form fieldset.right{
	float: right;
	width: 270px;
}
form.form legend {
  padding: 0 2px;
  font-weight: bold;
}
form.form label {
  display: block;
}
form.form ul {
  margin: 0;
  padding: 0;
  width:600px;
}
form.form li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.form .send{
	margin: 0 0 0 350px;
}