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

body {
	background-image: url(img/bg1.jpg);
	background-color: #BECDBB;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #336633;
}
.content_bg {
	background-image: url(img/bg_content.jpg);
	display: block;
	background-repeat: repeat-y;
	width: 902px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
.content_bg:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.content2_bg {
	background-image: url(img/bg2.jpg);
	display: block;
	background-repeat: no-repeat;
	width: 902px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
.content2_bg:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}
.bottom1 {
	background-image: url(img/bg_bottom2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	display: block;
}
.bottom2 {
	background-image: url(img/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 902px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
	text-align: center;
	padding-bottom: 30px;
}
.logo {
	font-family: Times;
	font-size: 30px;
	color: #FFFFFF;
	display: block;
	float: left;
	width: 400px;
	padding-top: 20px;
	padding-left: 130px;
	font-weight: lighter;
	height: 46px;
	line-height: 40px;
}
.phone {
	font-family: "Times New Roman";
	font-size: 16px;
	display: block;
	float: left;
	color: #BECDBB;
	text-align: right;
	padding-top: 20px;
	width: 250px;
	height: 56px;
}
.phone_number {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	display: block;
	float: right;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
}
.intro {
	display: block;
	float: left;
	height: 257px;
	width: 717px;
	padding-left: 95px;
	padding-bottom: 80px;
}
.colunm_A {
	display: block;
	width: 400px;
	float: left;
	padding-left: 130px;
	border-right-width: thin;
	border-right-style: inset;
	padding-right: 25px;
}
.headlines {
	font-family: Times;
	font-size: 24px;
}
.colunm_A a {
	color: #669900;
}
.colunm_B {
	display: block;
	width: 220px;
	float: left;
	padding-left: 15px;
}
.headlinesB {
	font-family: Times;
	font-size: 24px;
	padding-left: 18px;
	padding-bottom: 0px;
}
.menu {
	line-height: 20px;
	font-weight: bold;
}
.menu li {
	padding-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-top: 10px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: -20px;
	border-bottom-color: #BECDBB;
}

.services {
	line-height: 25px;
	font-weight: normal;
}
.services li {
	padding-bottom: 8px;
	padding-top: 8px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: -20px;
}

