#sub {
  clear:both;
  background: url("../img/bg-sub.gif") repeat-y;
}

#sub p {
	padding-left: 25px;
}

#sub ul {
	padding-left: 45px;
}

#sub h2 {
	padding: 10px;
}

#sub h3 {
	color: #000080;
}

#sub h4 {
	padding-left: 20px;
	color: #000080;
}

#sub hr {
	width: 100%;
	color: #000080;
}

#navigation {
	width: 100%;
	height: 100%;
}

#navigation ul {
  margin-top: 15px;
  list-style: none;
}

#navigation li {
	font-size: 95%;
	padding-top: 0px;
}

#crumbs {
	font-size: 80%;
	height: 25px;
	width: 100%;
	background-color: #fff;
	padding-left: 15px;
	padding-top: 5px;
}

#sub-nav {
	float: left;
	width: 25%;
	height: 100%
}

#sub-content {
	width: 75%;
	height: 100%;
	float: left;
}

#sub-space1 {
	height: 15px;
}

#sub-space2 {
  margin-bottom: 50px;
  background: url("../img/sep_divider-bar.gif") repeat-y;
}

#sub-space2 h3, p {
  padding-top: 10px;
  padding-left: 15px;	
}

#sub-space3 {
	height: 15px;
}

.subService {
	padding-right: 10px;
	
	margin-bottom: 30px;
	margin-left: 20px;
}

#services a:link, a:active, a:visited { 
	text-decoration: none;
	color: #000080;
}

#services a:hover {
	text-decoration: underline;
	color: #0000ff;
}

#navigation a:link, a:active, a:visited {
	text-decoration: none;
	color: #000080;
}

#navigation a:hover {
	text-decoration: underline;
	color: #0000ff;
}

#crumbs a:hover {
	text-decoration: underline;
	color: #0000ff;
}