/* links */
a{
	color:#5d3e1f;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
/* end links */

/* general */
body{
	margin:0;
	padding:0;
	font:small Arial,sans-serif;
	color:#000;
	text-align:center;
	background-color:#fffdf8;
	}
#wrapper{
	width:1000px;
	margin:0 auto;
	padding:0;
	text-align:left;
	border:1px solid #000;
	border-top:0;
	}
p{
	width:99%;
	margin:5px 5px 10px;
	padding:0;
	line-height:1.25;
	}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	color:#006842;
	}
h1{
	font-size:130%;
	font-family:gerogia,serif;
	}
h2{
	font-size:120%;
	}
h3{
	font-size:110%;
	}
h4{
	font-size:100%;
	}
.center{
	text-align:center;
	}
.clear{
	clear:both;
	}
/* end general */

/* header */
#header{
	margin:0;
	padding:0;
	width:100%;
	height:278px;
	background:url('/images/header_bg.jpg') no-repeat 0 0;
	}
#header h1{
	text-indent:-9000px;
	}/* end header */

/* content */
#content{
	margin:0;
	padding:0;
	width:750px;
	float:right;
	}
/******** maincontent block ************/
#maincontent{
	float:left;
	width:460px;
	min-height:370px;
	height:auto!important;
	height:370px;
	margin:0;
	padding:10px 25px 0;
	background-color:#fffdf8;
	}
#maincontent h3{
	margin:7px 0;
	}
#maincontent p{
	margin:10px 0;
	}
.map img{
	float:right;
	margin:10px 0 0 0;
	border:none;
	}
/******** end maincontent block ********/

/******** rightcontent block ************/
#rightcontent{
	float:right;
	margin:0;
	padding:0;
	width:239px;
	background:#f5f2cc;
	font-family:georgia,serif;
	}
#rightcontent h2{
	margin:20px 0;
	line-height:1.25;
	color:#5d3e1f;
	}
#rightcontent p{
	margin:20px 0;
	}
#rightcontent strong{
	font-size:110%;
	color:#5d3e1f;
	}
/******** end rightcontent block ********/

/* end content */

/* sidebar */
#sidebar{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:240px;
	background:#EDEABD;
	}
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#sidebar li{
	font-family:georgia,serif;
	font-size:125%;
	margin:0;
	padding:10px 10px 10px 30px;
	}
#sidebar li:hover{
	background:#f5f2cc;
	}
#sidebar a:hover{
	text-decoration:none;
	}
#sidebar p{
	position:relative;
	padding:5px 10px 0 25px;
	font-weight:bold;
	}
.block,.block2{
	display:inline-block;
	width:55px;
	}
.block2{
	width:35px;
	}
.side-bottom{
	position:absolute;
	width:240px;
	bottom:0;
	margin:0;
	padding:0;
	background:#f5f2cc;
	}	
/* end sidebar */

/* footer */
#footer{
	margin:0;
	padding:0;
	width:100%;
	height:102px;
	background:url('/images/footer_bg.jpg') no-repeat 0 0;
	text-align:center;
	clear:both;
	font-family:georgia,serif;
	}
#footer a{
	color:#fff;
	}
#footer ul,#footer p{
	position:relative;
	top:50px;
	color:#fff;
	font-size:90%;
	}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#footer ul li:first-child{
	background-image:none;
	}
#footer li{
	padding-left:10px;
	padding-right:3px;
	background:url('images/nav_sep.gif') no-repeat 0 50%;
	display:inline;
	}
p.ssd{
	width:1000px;
	margin:10px auto;
	text-align:left;
	color:#000;
	}
p.ssd a:link,p.ssd a:visited{
	color:#000;
	}
p.ssd a:hover{
	color:#000;
	text-decoration:underline;
	}
/* end footer */

/* forms */
#form1 div,#form2 div{
	float:left;
	width:48%;
	margin:0 0 10px 0;
}
#form1 div input,#form2 div input{
	display:inline;
	clear:both;
}
#form1 div label,#form2 div label{
	display:block;
	}

.required {
	font-weight: bold;
	color: #5d3e1f;
	}

.required1 {
	font-weight: bold;
	color: #006842;
	}

.required2 {
	font-weight: bold;
	color: #bfbb77;
	}

.required3 {
	font-weight: bold;
	color: #67b1cf;
	}
/* end forms */
/* contact us */
.address-right{
	float:right;
	width:45%;
	}
.address-left{
	float:left;
	width:160px;
	}
.google-map{
	float:left;
	width:auto;
	}
