/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: center; /* ie centering fix */
}

a {
	text-decoration: none;
	color: #4aa5ff;
}

a:hover {
	text-decoration: underline;
	color: #66cc66;
}

#page {
	width: 762px;
	padding: 0px;
	margin: 10px auto;
	text-align: left; /* ie centering fix */
	background: url(art/grey-bar.jpg) top left repeat-x #ffffff;
}

#header {
	width: 732px;
	padding: 4px 15px 11px 15px;
	margin: 0px 0px 5px 0px;
	line-height: 83px;
	text-align: right;
	background: url(art/grey-bar.jpg) bottom left repeat-x;
}

#header h1 {
	float: left;
	clear: left;
	font-size: 25px;
	font-weight: normal;
	color: #444444;
	background: #ffffff;
	text-align: left;
	margin: 13px 0px 0px 0px;
	padding: 2px 0px;
	line-height: 1em;
}

#header h2 {
	float: left;
	clear: left;
	width: 292px;
	font-size: 25px;
	font-weight: normal;
	color: #ffffff;
	background: #444444;
	text-align: center;
	margin: 0px;
	padding: 2px 0px;
	line-height: 1em;
}

#top {
	width: 762px;
	height: 200px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	background: url(art/top-bg.jpg) top right no-repeat;
}

#top h1 {
	float: left;
	width: 520px;
	font-size: 25px;
	font-weight: normal;
	color: #ffffff;
	padding: 160px 0px 0px 10px;
	margin: 0px;
}

#top ul {
	list-style: none;
	margin: 0px;
	padding: 11px 0px 0px 0px;
}

#top ul li {
	width: 200px;
	line-height: 40px;
	border-bottom: 1px dashed #ffffff;
	background: bottom right no-repeat;
}

#top ul li a {
	font-size: 17px;
	font-weight: bold;
	+font-weight: normal;
	color: #ffffff;
}

#services {
	width: 742px;
	height: 123px;
	padding: 0px 10px;
	margin: 0px 0px 2px 0px;
	line-height: 1.7em;
	background: url(art/services-bg.jpg) top right no-repeat;
}

#services h1 {
	float: right;
	width: 242px;
	line-height: 123px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
}

#services h2 {
	margin: 0px 0px 4px -5px;
	font-size: 14px;
}

#content-home {
	width: 762px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	line-height: 1.7em;
	background: url(art/content-bg.jpg) top right repeat-y #ffffff;
	overflow: hidden;
}

#content-home h2 {
	margin: 5px 0px 4px 0px;
	font-size: 14px;
}

#content-home img {
	background: url(art/home-img-bg.jpg) top left no-repeat;
	width: 178px;
	height: 153px;
	padding: 11px;
	margin: 0px;
}

#content-home img.none {
	width: auto;
	height: auto;
	background: none;
	padding: 0px;
}

#content-home a img {
	border: none;
}

#content-home img.left {
	float: left;
	margin-right: 10px;
}

#content-home img.right {
	float: right;
	margin-left: 10px;
}

#content {
	float: left;
	width: 490px;
	padding: 0px 0px 0px 10px;
}

#services-content {
	float: right;
	width: 235px;
	padding: 0px 10px;
	margin: 0px 0px 0px 7px;
	overflow: hidden;
}

#services-content ul {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #ffffff;
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#services-content ul li {
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #ffffff;
	margin: 0px;
	padding: 10px 5px;
}

.home-section {
	width: 500px;
	float: left;
	clear: left;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

.content-section {
	width: 490px;
	float: left;
	clear: left;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}

#footer {
	width: 742px;
	background: url(art/grey-bar.jpg) top left repeat-x #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 19px 10px 0px 10px;
	text-align: right;
}

em {
	font-weight: bold;
	font-style: italic;
	color: #929292;
}

.inset {
	background: url(art/inset-img-bg.jpg) top left no-repeat;
	width: 131px;
	height: 190px;
	padding: 10px;
	border: 1px solid #eeeeee;
	margin: 0px 10px 10px 0px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	float: left;
}

#content-home .inset img {
	width: auto;
	height: 150px;
	padding: 0px;
	margin: 0px 0px 7px 0px;
	background: none;
}