* {
	margin:0;
	padding:0;
}
body {
	font:76% Verdana, Tahoma, Arial, sans-serif;
	line-height:1.4em;
	text-align:center;
	color:#303030;
	background:#e8eaec;
	background-image:url(../images/tile.gif);
}
img.left, img.center, img.right {
	padding:4px;
	border:1px solid #a0a0a0;
}
img.left {
	float:left;
	margin:0 12px 5px 0;
}
img.center {
	display:block;
	margin:0 auto 5px auto;
}
img.right {
	float:right;
	margin:0 0 5px 12px;
}
#container {
	width:900px;
	margin:20px auto;
	padding:1px 0;
	text-align:left;
	background:#ffffff;
	color:#303030;
	border:2px solid #a0a0a0;
}
#header {
	height:160px;
	/*width:100%;*/
	margin:0 1px 1px 1px;
	background:#ffffff;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	color:#ffffff;
}
#navigation {
	height:2.2em;
	line-height:2.2em;
	/*width:100%;*/
	margin:0 1px;
	background:#c53d2b;
	color:#ffffff;
}

#navigation ul {float:right;}
#navigation li {
	float:left;
	list-style-type:none;
	border-left:1px solid #ffffff;
	white-space:nowrap;
}
#content {
	float:left;
	width:857px;
	font-size:0.9em;
	padding:20px 20px 20px 20px;
}
#subcontent {
	float:right;
	width:190px;
	padding:20px 20px 10px 20px;
	line-height:1.4em;
}
.menublock {
	margin:0 0 20px 8px;
	font-size:0.9em;
}
.menublock li {
	list-style:none;
	display:block;
	padding:2px;
	margin-bottom:2px;
}
.menublock li ul {
	margin:3px 0 3px 15px;
	font-size:1em;
	font-weight:normal;
}
.menublock li ul li {
	margin-bottom:0;
}
#footer {
	clear:both;
	width:100%;
	height: 20px;
	padding:5px 0;
	margin:0 1px;
	font-size:0.9em;
	color:#f0f0f0;
	background:#c53d2b;
}
.splitcontentleft {
	float:left;
	width:48%;
}
.splitcontentright {
	float:right;
	width:48%;
}
.clear {
	clear:both;
}
.small {
	font-size:10px;
}
.hide {
	display:none;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.important {
	color:#f02025;
	background-color:inherit;
	font-weight:bold;
}
.box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
}
#content dl {
	margin:0 5px 10px 25px;
}
#content dt {
	font-weight:bold;
	margin-bottom:5px;
}
#content dd {
	margin:0 0 10px 15px;
}


#breadcrumbs {
color:#ccc;
}
#breadcrumbs a {
color:#ffffff;
}

.service h2 {
clear:both;
padding-top:20px;
}
.image-control {
float:left;
width:165px;
}

.service-contents {
float:left;
padding-left:10px;
width:450px;
}