/* Landing and Services */


#landing div.landleft {
	float: left;
	width: 48%;
}
#landing div.landright {
	float: right;
	width: 48%;
}
#landing div.landonline {
	width: 100;
	border: 1px solid #c00;
	border-top: 4px solid #c00;
	padding: 10px 30px;
	background: url(../i/LogoOnlineFormBox.gif) no-repeat top center;

}


#landing h3 {
	background-image: url(../i-p/item-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #194e84;
	padding: 0 0 0 20px;
	margin: 1em 0 0.25em 0;
}
#landing div.landonline h3{
	margin-top: 0;
	background-color: transparent;

}
#landing h3 a {
	text-decoration: none;
}
#landing h3 a:hover {
	background-color: #ebf0f4;
}
#related a.more {
	background-image: url(../i-p/item-more.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 15px;
}
#landing ul {
	list-style-type: none;
	list-style-image: url(../i-p/li-diamond.gif);
	margin: 0;
	padding: 0 0 0 20px;
}
#landing li {
	line-height: 1.5em;
	color: #666;
	font-size: 90%;
	text-decoration: none;
	background-color: transparent;
}
#landing li a {
	line-height: 1.5em;
	
	text-decoration: none;
	background-color: transparent;
}
#landing li a:hover {
	text-decoration: underline;
	background-color: #ebf0f4;
}

#landing-spots {
	margin: 0px;
	padding: 0px;
	width: 30%;
	float: right;
}
#landing-links {
	margin: 0px;
	padding: 0px;
	width: 70%;
}

#landing {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

#landing img.inline {
	display: inline;
	padding-left: 4px;
	border: none;
	
}
