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

body {
	background: #9f9991 url(images/bgpage.gif) repeat-x top left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #343434;
}

ul,ol {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

A {
	text-decoration: none;
}

h1, h2, h3, h4 ,h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


#page {
	width: 978px;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	background: #fff;
	margin: 0 auto;
}

#header {
	margin-bottom: 23px;	
}

#leftcol {
	width: 628px;
	float: left;
}

#links {
	background: url(images/bglinks.gif) top left repeat-x;
	height: 41px;
}

#links li {
	float: left;
}

#links li A {
	float: left;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 22px 10px 22px;
/*	background: url(images/linkseparater.gif) center right no-repeat; */
}

#links li A:hover {
	background: #177b11;
}

#links li:last-child {
	background: none;
}

#banner {
	margin-left: 8px;
	margin-top: 10px;
	width: 619px;
}

#content {
	width: 619px;
	margin-top: 10px;
	margin-left: 8px;
	line-height: 18px;
	text-align: justify;
}

#content ul {
	margin: 8px;
}

#content li {
	background: url(images/bullet-arrow.gif) no-repeat 0 .5em;
	margin-bottom: 6px;
	padding-left: 15px;
}

.header {
	background: url(images/title-dotted-border.gif) bottom left repeat-x;
	padding: 6px 0;
}

h1 {
	background: url(images/icon-h1.gif) no-repeat center left;
	padding: 10px 0 10px 50px;
}

.rightalign {
	margin-left: 8px;
	margin-bottom: 8px;
	float: right;
}

#footer {
	clear: both;
	width: 100%;
	background: #544c4c;
	text-align: center;
	padding: 12px 0;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.5em;
}

#footer li {
	display: inline;
	padding: 0 5px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#footer A {
	color: #fff;
}

#rightcol {
	width: 332px;
	margin-right: 9px;
	float: right;
	display: inline;
}

#rightcol img {
	border: 0px;
}

#rightcol A {
	width: 332px;
	display: block;
	margin-top: 13px;	
}

#featuredservices {
	width: 319px;
	float: right;
	margin-top: 5px;
}

#featuredservices ul {
	margin-left: 10px;
}

#featuredservices li {
	padding-left: 15px;
	background: url(images/bullet-arrow.gif) center left no-repeat;
	margin-bottom: 6px;
}

#featuredservices .readmore {
	margin-left: 10px;
}
