@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Georgia;
	font-size:0.95em;
	color:#525252;
}

#header-container{
	position:absolute;
	top:0px;
	width:100%;
	background:url(layout/header-repeat.jpg) repeat-x;
	height:390px;
}

#header-container #header-inner{
	margin:0 auto;
	background:url(layout/header.jpg) no-repeat;
	width:964px;
	height:389px;
}

#header-container #header-inner #header-content{
	margin:0 auto;
	width:924px;
}

#subpage-header-container{
	position:absolute;
	top:0px;
	width:100%;
	background:url(layout/subpage-header-repeat.jpg) repeat-x;
	height:275px;
}

#subpage-header-container #subpage-header-inner{
	margin:0 auto;
	background:url(layout/subpage-header.jpg) no-repeat;
	width:964px;
	height:275px;
}

#subpage-header-container #subpage-header-inner #subpage-header-content{
	margin:0 auto;
	width:924px;
}

#content-container{
	padding-top:390px;
	background-color:#fdfeec;
	width:100%;
	font-size:85%;
}

#sub-page-content-container{
	padding-top:275px;
	background-color:#fdfeec;
	width:100%;
	font-size:85%;
}

#content-inner{
	margin:0 auto;
	background:url(layout/content-repeat.jpg) repeat-y;
	width:964px;
}

#content-inner #content{
	margin:0 auto;
	padding-top:15px;
	width:924px;
	padding-bottom:20px;
}

#content-inner #content .text-content{
	float:right;
	width:620px;
	padding:0 10px;
	font-size:90%;
	text-align:justify;
	line-height:160%;
}

#content-inner #content .text-content p{
	padding:5px 0px;
}

#content-inner #content .text-content .address{
	float:left;
	width:300px;
}

#content-inner #content .text-content .map{
	float:right;
}

#content-inner #content .text-content ul li{
	margin-bottom:5px;
}

#content-inner #content .text-content a{
	color:#4d6b0b;
	font-weight:bold;
	text-decoration:none;
}

#content-inner #content .text-content a:hover{
	text-decoration:underline;
}

#content-inner #content .text-content h1{
	margin:0;
	padding:0;
	color:#4d6b0b;
	font-size:290%;
	height:30px;
}

#content-inner #content .text-content img{
	border:1px solid #4d6b0b;
	float:right;
	margin:15px 10px;
	clear:right;
}

#content-inner #content .left-menu{
	float:right;
	width:245px;
}

#content-inner #content .left-menu ul{
	margin:0;
	padding:0;
	list-style-image:url(layout/menu-list.jpg);
	list-style-position:outside;
}

#content-inner #content .left-menu ul ul{
	margin-left:15px;
}

#content-inner #content .left-menu ul ul li{
	width:210px;
	padding-left:5px;
}

#content-inner #content .left-menu ul li{
	border-bottom:#e4e4e4 solid 1px;
	width:245px;
	padding:0px;
	padding-bottom:5px;
	margin:3px 0px;
	_padding-left:10px;
}

#content-inner #content .left-menu ul li.headings{
	border:none;
	color:#4d6b0b;
	font-weight:bold;
}

#content-inner #content .left-menu ul li a{
	color:#4d6b0b;
	font-weight:bold;
	text-decoration:none;
}

#content-inner #content .left-menu ul li a:hover{
	text-decoration:underline;
}

#footer-container{
	background:url(layout/footer-repeat.jpg) repeat-x;
	width:100%;
}

#footer-container #footer-inner{
	margin:0 auto;
	background:url(layout/footer.jpg) no-repeat;
	width:964px;
	height:100px;
}

#footer-container #footer-inner #footer-content{
}

.clear{
	clear:both;
}
