/* CSS Document */

body {
	background: #ded9cd url(images/bgbody.gif) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	margin: 0px;
	padding: 0px;
}

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

A {
	text-decoration: none;
}

#clear {
	width: 100%;
	clear: both;
}

#clear img{
	width: 100%;
	height: 1px;
}

#page {
	width: 1000px;
	margin: 0 auto;
}

#header {
	width: 100%;
	clear: both;
	height: 402px;
	background: url(images/header.jpg) no-repeat top left;
}

#logo {
	width: 422px;
	height: 53px;
}

#content {
	background: #ffffff url(images/bgcontent.gif) repeat-x top left;
	width: 909px;
	padding: 0 40px 10px 31px;
}

#contentbox {
	width: 679px;
}

#links {
	width: 100%;
}

#links li {
	display: inline;
}

#links li A {
	font-weight: bold;
	padding: 14px 20px 16px 20px;
	float: left;
	color: #515151;
	font-size: 11px;
	margin-right: 20px;
	border-bottom: 4px solid #c6c0b3;
}

#links li A:hover, #links li A.activelink {
	background: #efede8;
	border-bottom: 4px solid #950100;
}

#pagetext {
	padding: 15px 0px 15px 3px;
	width: 666px;
	line-height: 18px;
	float: left;
}

.redtext {
	color: #940100;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 6px;
}

h1.dashedbackground {
	background: url(images/ourservices-borderbottom.gif) no-repeat bottom left;
}

#ourservices {
	float: right;
	width: 230px;
}

#ourservices A {
	color: #77736c;
	display: block;
	width: 193px;
	padding: 6px 0px 8px 37px;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	clear: both;
	line-height: normal;
	background: url(images/bgservicelinks.gif) no-repeat top left;
}

#footer {
	padding: 15px;
	background: url(images/pagebottom.gif) repeat-x top left;
	font-size: 11px;
	clear: both;
	width: 950px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
}

#footer A {
	color: #515151;
}