@charset "utf-8";
/* CSS Document */

img {
	border: none;
}

p {
	margin: 0;
	padding: 0;
}

/*-- services --*/
#leftContent {
	width: 573px;
	float: left;
	padding: 0 38px 0 38px;
}

.nextpreviousbox {
	width: 574px;
	height: 30px;
	margin: 0 0 20px 0;
}

.btnPrevious a {
	width: 143px;
	height: 28px;
	background: url(images/btnPrevious.jpg) no-repeat;
	float: left;
	display: block;
	text-indent: -9999px;
}

.btnPrevious a:hover {
	background: url(images/btnPreviousHover.jpg) no-repeat;
}

.btnNext a {
	width: 143px;
	height: 28px;
	display: block;
	float:right;
	background: url(images/btnNext.jpg) no-repeat;
	text-indent: -9999px;
}

.btnNext a:hover {
	background: url(images/btnNextHover.jpg) no-repeat;
}

.serviceTitle {
	width: 288px;
	height: 28px;
	float: left;
	font-size: 26px;
	font-style: italic;
	color: #626262;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#serviceImg {
	width: px;
	height: px;
	border: 2px solid #fff;
}

p.mainText {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
}

#rightContent {
	width: 220px;
	float: left;
	padding: 0px 0 0 0;
	_width: 219px;
}

#serviceList {
	margin: 14px 0 0 0;
	padding: 0;
}

#serviceList ul {
	margin: 0;
	padding: 0;

}

#serviceList li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/nav_bg.jpg) no-repeat;
}

#serviceList li a {
	color: #9C631E;
	height: 24px;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	display: block;
	padding: 14px 0 0 15px;
}

#serviceList li a:hover {
	color: #393939;
	font-weight: bold;
	background: url(images/nav_bg_hover.jpg) no-repeat;
}

#serviceList a.active {
	color: #393939;
	font-weight: bold;
	background: url(images/nav_bg_hover.jpg) no-repeat;
}

/*-- sitemap --*/

h1.title {
	margin: 0;
	padding: 0;
}

#sitemap {
	margin: 20px 0 0 20px;
	padding: 0;
}

#sitemap ul {
	margin: 0;
	padding: 0;
}

#sitemap li {
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}

#sitemap li a {
	color: #393939;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
}

#sitemap a:hover {
	color: #6696A6;
}

.whiteBorder {
	width: 561px;
	height: 14px;
	background: url(images/white_border.jpg) no-repeat bottom;
}

#foot {
	width: 800px;
	height: 40px;
	margin: 20px auto 0 auto;
}

#foot p.copyright {
	float: left;
}

#foot p.created {
	float: right;
}