#nav {
	margin-bottom: 0px;
}
#nav li.current {
	background-image: url(../images/body/nav_current.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9e5f0;
}
#nav li.current a {
	color: #11568B;
}
#subnav {
	padding: 0px;
	width: 100%;
	float: left;
	position: relative;
	height: 30px;
	margin:0 0 10px 0;
}
#subnav ul {
	padding: 0px;
	width: 810px;
	margin:0 0 .6em 0;
	height: 30px;
}
#subnav li {
	margin: 0;
	float: left;
	width: 133px;
	text-align: center;
	background-color: #e2ebf4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2CCD6;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e2ebf4;
	border-bottom-color: #C2CCD6;
	padding: 0px;
	height: 30px;
	line-height: 12px;
}
#subnav li.first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C2CCD6;
	width:134px;
}
#subnav li.last {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #C2CCD6;
	width:135px;
}
#subnav a {
	color: #0E4772;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	display:block;
	height: 30px;
	padding:3px 0 0 0;
}
#subnav .first a {
}
#subnav .splittext a {
}
#subnav a:hover {
	color: #072A44;
	text-decoration: underline;
	font-style: italic;
}
#content {
	float:left;
	clear: both;
	margin-bottom: 0px;
}
#content h1 {
	font-size: 18px;
	color: #11568B;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0.5em;
	margin-left: 20px;
	font-size: 18px;
	color: #39321F;
}
#content h5 {
	padding:0;
	margin:0 20px .5em 20px;
	font-size:14px;
	color: #39321F;
}
#content p {
	font-size: 13px;
	color: #4f4d4b;
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
}
#content ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: disc;
}
#content li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0.3em;
	margin-left: 20px;
	text-align: justify;
	font-size: 13px;
	color: #4f4d4b;
}
#content li.last {
	margin-bottom: .75em;
}
#content strong {
	color: #11568B;
	text-transform: uppercase;
	font-size: 12px;
}
#content p.last {
	margin-bottom: 1em;
}
#content p.last a {
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 2em;
	margin-left: 0px;
	background-color: #4f4d4b;
	display: block;
	width: 5.5em;
	font-size: 12px;
	text-align: center;
	padding-top: .25em;
	padding-right: .4em;
	padding-bottom: .25em;
	padding-left: .4em;
}
#content p.last a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #11568B;
}
#banner {
	background-image: url(../images/services/Banner.jpg);
}
