/* ============================
CSS for RD.NEXT - Front Page Front page content overview  
================================*/
strong {
    color:Green;
    font-size: 14px;
    font-weight: bold;
}
#title{
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 130px;
	background-color: #ffffff;
}
div#overview { 
	float: left;
	display: block; 
	padding-bottom: 10px;
	width: 705px;
	background: #fff;
	height: auto;
}
div#overview div.box p{ 
	font-size: 12px;
	margin: 0 0 5px 5px;
	padding: 0px;
}
div#overview div.box { 
	float: left; 
	display: block;
	width: 315px;
	height: 275px;
	height: auto !important;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 10px;
	clear: left;
}
div#overview div.form { 
	float: right; 
	display: block;
	width: 360px;
	height: 275px;
	height: auto !important;
	margin-left: 5px;
}
div#overview div.form h2 { 
	display: block;
	font-size: 22px;
	line-height: 1em;
	color: #3c5fa9;
	padding: 3px 8px 3px 4px;
	margin: 10px 5px 9px 0;
	border-bottom: 2px dotted #2c7632;
}
.fp {
   	border: 0px solid #fecd4a;
	margin: 5px 5px 5px 5px;
	float:left;
}
div#overview div.box a { 
	color: green; 
	text-decoration: underline;
    font-size: 14px;
}
div#overview div.box a:hover { 
	color: #4b9752; 
	text-decoration: none;
}
div#overview div#right {
	margin-left: 7px;
	width: 250px;
}
div#overview .box h2 { 
	display: block;
	font-size: 22px;
	line-height: 1em;
	color: #3c5fa9;
	padding: 3px 8px 3px 4px;
	margin: 10px 0 9px 0;
	border-bottom: 2px dotted #2c7632;
}
div#overview .box h3 {
	line-height: 1.0em;
	font-size: 16px;
	color: #003399;
	margin-left: 5px !important;
	margin: 0 0 5px 5px;
}
div#splash {
	clear: both;
	width: 770px;
	height: 175px;
	background: #d3d3e8;
	margin-bottom: 10px;
	margin: 5px 0 10px 10px;
	padding-top: 2px;
	border: 1px solid #818181;
}
div#splash img.bottom {
	margin-top: 0px;
	margin-left: 0px;
}
div#overview div.box ul {
    list-style-type: disc;
    color: Green;
    margin-top: 0px;
    margin-left: 5px;
    padding-left: 15px;
}
div#overview div.box li {
    font-size: 14px;
    line-height: 1.7em;
    margin-top: 0px;
}
div#overview div.box li a {
    line-height: 1.7em;
    font-size: 18px;
    font-weight: bold;
    color: Green;
    text-decoration: none;
}

div#overview div.box li a:hover {
    line-height: 1.7em;
    margin-top: 0px;
    color: #597cbe;

}
