* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

a {
	text-decoration:none;
}

li {
	list-style:none;
}

#wrapper {
	width: 1254px;
	margin: 0px auto 0px auto;
	background:#FFF;
}

#header {
	width:100%;
	background:url(images/header.jpg) no-repeat;
	height: 230px;
	border-bottom: 1px dashed #CCC;
}

.sidebar-left, #container, .right-side, #content {
	float		: left;
}

.sidebar-left {
	min-height:600px;
	border-right: 1px dashed #CCC;
	width		: 175px;
	padding: 10px;
	background : #BCDEB0 url(images/bg-side_left.jpg) repeat-x;
}

.sidebar-left li {
	margin: 0px 0px 10px 0px;
}

.sidebar-left li a{
	width : 120px;
	display:block;
	border-left : 5px solid #289601;
	border-bottom : 1px solid #289601;
	color: #289601;
	padding: 3px 10px 3px 10px;

}

.sidebar-left li a:hover {
	border-left : 5px solid #9DCF8B;
	border-bottom : 1px solid #9DCF8B;
	color: #9DCF8B;
}

.sidebar-left li.current-menu-item a {
	border-left : 5px solid #999999;
	border-bottom : 1px solid #999999;
	color: #999999;
}


#content {
	position:relative;
	display		: block;
	padding	: 20px;
	width:825px;
	border-right: 1px dashed #CCC;
}

.contact-form {
	width:180px;
	padding:10px 0px 0px 0px;
}

.contact-form fieldset legend {
	width: 180px;
	color:#333;
	font-weight:bold;
	font-size:0.75rem;
}

.sidebar-left .contact-form ul {
	margin: 0px;
	padding: 0px;
}

.sidebar-left .contact-form li {
	list-style: none;
	margin: 0px;
}

fieldset {
	width		: 170px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}

fieldset label {
	color: #289601;
	padding : 10px 0px 0px 0px;
}

fieldset input#fm_form_submit {
	border:none;
	border-left : 5px solid #289601;
	border-bottom : 1px solid #289601;
	color: #289601;
	background:none;
	cursor:pointer;
	margin: 15px 0px 0px 30px;
	padding: 3px 10px 3px 10px;
}

fieldset input#fm_form_submit:hover {
	border:none;
	border-left : 5px solid #999;
	border-bottom : 1px solid #999;
	color: #999;
}

.right-side {
	background:#BCDEB0;
	min-height: 620px;
	width	: 192px;
}

#ph_social_share_bottom {
	position: absolute;
	right: 0px;
	top : 0px;
}
#footer {
	margin: 20px 0px 0px 0px;
}

#footer ul {
	width: 800px;
	padding: 0px 0px 0px 0px;
}

#footer ul li {
	float:left;
	width:160px;
	padding: 0px 0px 0px 25px;
}

#footer ul li a {
	color: #6D706A;
}

#footer ul li a:hover {
	text-decoration:underline;
}

#content h3.widget-title {
	width:500px;
	padding: 0px 0px 0px 25px;
	background:url(images/bg_h3.png) left top no-repeat;
	margin: 0px 0px 10px -20px;
}

h1#site-title a, #site-title span a{
	color: #289601;
	font-size:28px;
	font-style: italic;
	padding: 26px 0px 0px 70px;
	display:block;
	float:left;
	width:300px;
	font-weight:bold;
}

#site-description {
	color: #289601;
	font-size:16px;
	font-style: italic;
	padding: 26px 0px 0px 70px;
	display:block;
	float:left;
	width:300px;
}

.tel-nr {
	float:right;
	margin: 20px 200px 0px 0px;
	color: #289601;
	font-size:28px;
	font-style: italic;
}

.clr {
	clear		: both;
}

#content h1, #content h2 {
	font-size: 22px;
	font-weight:normal;
	margin: 10px 0px 20px 0px;
}

#content p{
	padding: 0px 0px 10px 0px;
}

#content ul{
	padding: 0px 0px 10px 0px;
}

#content ul li {
	list-style:outside disc;
	margin: 0px 0px 0px 15px;
}

#content #footer ul li {
	margin: 0px;
	list-style:none;
}

.contact-form legend{
	width:200px;
}

