/* links */
a:link,a:visited{
	font-weight:bold;
	color:#000;
	text-decoration:none;
	}
a:hover,a:active{
	color:#5d3e1f;
	text-decoration:underline;
	}
/* end links */

/* general */
body{
	margin:0;
	padding:0;
	font:small Arial,sans-serif;
	color:#000;
	text-align:center;
	}
#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:#5d3e1f;
	}
.center{
	text-align:center;
	}
/* end general */

/* header */
#header{
	margin:0;
	padding:0;
	width:100%;
	height:226px;
	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;
	background:#fffcf6 url('images/content_bg.gif') no-repeat 0 0;
	float:right;
	}
/******** maincontent block ************/
#maincontent{
	float:left;
	width:450px;
	min-height:370px;
	height:auto!important;
	height:370px;
	margin:0;
	padding:50px 25px 0;
	background:url('images/maincontent_bg.jpg') no-repeat 5px bottom;
	}
#maincontent h3{
	margin:7px 0;
	font-size:120%;
	}
#maincontent p{
	font-size:115%;
	margin:5px 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:250px;
	background:#fff1d5;
	}
#rightcontent h2{
	font-size:160%;
	}
#rightcontent p{
	margin:8px 0;
	}
#rightcontent strong{
	font-size:110%;
	color:#5d3e1f;
	}
/******** end rightcontent block ********/

/* end content */

/* sidebar */
#sidebar{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:250px;
	background:#fff1d5;
	}
#sidebar li{
	margin:5px 0;
	padding:5px 0 5px 10px;
	}
#sidebar li:hover{
	background:#fff;
	}
#sidebar a:link,#sidebar a:visited{
	display:block;
	font-weight:bold;
	font-size:130%;
	color:#5d3e1f;
	}
#sidebar a:hover{
	text-decoration:none;
	}
#sidebar a:active,#sidebar a:focus{
	text-decoration:underline;
	}
#sidebar p{
	position:relative;
	width:240px;
	margin:30px 0;
	padding:10px 0 10px 10px;
	font-weight:bold;
	}
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
	}
.block,.block2{
	display:inline-block;
	width:55px;
	}
.block2{
	width:35px;
	}
/* end sidebar */

/* footer */
#footer{
	margin:0;
	padding:0;
	width:100%;
	height:102px;
	background:url('images/foot_bg.jpg') no-repeat 0 0;
	text-align:center;
	clear:both;
	}
#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:970px;
	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: #9F7C59;
	}

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

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

.required3 {
	font-weight: bold;
	color: #E025B5;
	}
/* end forms */
