/* ******************************************************************************** */

body {
	background-color: #336699;
	margin: 0px;
}

ol li {
	padding-bottom: 4px;
}

/* ******************************************************************************** */

.ActiveLending_Top_BarOne {
	width: 1000px;
	height: 8px;
	background-color: #FF6500;
	overflow: hidden;
}

.ActiveLending_Top_Masthead {
	width: 1000px;
	height: 85px;
	background-color: #FFFFFF;
	position: relative;
}

.ActiveLending_Top_MastheadLeft {
	top: 6px;
	left: 0px;
	position: absolute;
}

.ActiveLending_Top_MastheadRight {
	top: 10px;
	right: 8px;
	position: absolute;
}

.ActiveLending_Top_BarTwo {
	width: 1000px;
	height: 10px;
	overflow: hidden;
	
	background-image: url('images/Background-Masthead.gif');
	background-repeat: repeat-x;
	background-color: #D2DCE6;
}

.ActiveLending_Top_BarThree {
	width: 1000px;
	background-color: #000000;
	padding: 4px 0px 4px 0px;
	text-align: center;

	font-family: Verdana, Serif;
	font-size: x-small;
	color: #FFFFFF;
}

.ActiveLending_Top_BarThreeText {
	font-family: Verdana, Serif;
	font-size: x-small;
	color: #FFFFFF;
}

/* ******************************************************************************** */

.ActiveLending_ContentAreaLeft {
	width: 165px;
	vertical-align: top;
	background-color: #D2DCE6;
}

.ActiveLending_ContentAreaMiddle {
	width: 642px;
	padding: 10px;
	background-color: #FFFFFF;
}

.ActiveLending_ContentAreaMiddle_NoSide {
	width: 815px;
	padding: 10px;
	background-color: #FFFFFF;
}

.ActiveLending_ContentAreaRight {
	width: 165px;
	vertical-align: top;
	background-color: #D2DCE6;
}

.ActiveLending_ContentSideHeading {
	width: 155px;
	border-top: 1px solid #FFFFFF;
	padding: 3px 0px 3px 10px;
	overflow: hidden;

	background-image: url('images/Background-SideHeading.gif');
	background-color: #78828C;
	background-repeat: repeat-y;

	font-family: Verdana, Serif;
	font-weight: bold;
	font-size: x-small;
	color: #FFFFFF;
}

.ActiveLending_ContentSideHeadingB {
	width: 155px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px 0px 3px 10px;
	overflow: hidden;

	background-image: url('images/Background-SideHeading.gif');
	background-color: #78828C;
	background-repeat: repeat-y;

	font-family: Verdana, Serif;
	font-weight: bold;
	font-size: x-small;
	color: #FFFFFF;
}

/* ******************************************************************************** */

.ActiveLending_CurrentRates {
	font-family: Verdana, Serif;
	font-size: x-small;
	font-weight: bold;
	color: #5D666D;
	
	width: 150px;
	background-color: #FFFFFF;
	
	margin: 5px auto 5px auto;
}

.ActiveLending_CurrentRates table tr td {
	height: 16px;
}

.ActiveLending_MortgageCalc {
	font-family: Verdana, Serif;
	font-size: x-small;
	font-weight: bold;
	color: #5D666D;
	
	width: 150px;
	border: 1px solid #78828C;
	background-color: #FFFFFF;
	
	margin: 5px auto 5px auto;
}

.ActiveLending_MortgageCalc input {
	font-family: Verdana, Serif;
	font-size: x-small;
	text-align: right;
}

/* ******************************************************************************** */

.ActiveLending_Bottom {
	width: 1000px;
	background-color: #000000;
	text-align: center;
}

.ActiveLending_BottomLink {
	font-family: Verdana, Serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	
	padding: 2px 10px 2px 10px;
}

.ActiveLending_BottomLink:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.ActiveLending_BottomLink:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.ActiveLending_BottomLink:hover {
	color: #FFCC00;
	text-decoration: underline;
}

/* ******************************************************************************** */

.ActiveLending_MenuV {
	padding: 0px;
	margin: 0px;
}

.ActiveLending_MenuV ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #D1DAE1;
	width: 165px;	
}

.ActiveLending_MenuV li {
	list-style: none;
	padding-left: 8px;
	padding-bottom: 2px;
	line-height: 18px;
	border-top: 1px solid white;
}

.ActiveLending_MenuV li a {
	font-family: Verdana, Serif; 
	font-size: x-small;
	font-weight: bold;
	color: #5D666D;
	
	text-decoration: none;
}		

.ActiveLending_MenuV li a:hover {
	color: #5C91CF;
}		

.ActiveLending_MenuV li a:visited {
	color: #5D666D;
}		

.ActiveLending_MenuV li a:visited:hover {
	color: #5C91CF;
}		

/* ******************************************************************************** */

.ActiveLending_FieldTitle_L {
	font-family: Verdana, Serif; 
	font-size: x-small;
	font-weight: bold;
}

.ActiveLending_FieldTitle_LT {
	font-family: Verdana, Serif; 
	font-size: x-small;
	font-weight: bold;
	padding-top: 4px;
}

/* ******************************************************************************** */

.ActiveLending_ContentText_Title {
	font-family: Verdana, Serif; 
	font-size: x-small;
	font-weight: bold;
}

.ActiveLending_ContentText_Normal {
	font-family: Verdana, Serif; 
	font-size: x-small;
}

/* ******************************************************************************** */

.Listing_Shared_Bar {
	font-family: Verdana, Serif;
	font-size: 8pt;
	
	padding: 4px;
	background-color: #2F7AB9;
	color: #FFFFFF;
}

.Listing_Shared_Heading {
		font-family: Verdana, Serif;
		font-size: x-small;
	}

.Listing_Shared_Text{
	font-family: Verdana, Serif;
	font-size: 8pt;
}

.Listing_Shared_Link:link{
	font-family: Verdana, Serif;
	font-size: 8pt;
	font-weight: bold;
	
	text-decoration: underline;
	color: #0000FF;
}

.Listing_Shared_Link:hover{
	font-family: Verdana, Serif;
	font-size: 8pt;
	font-weight: bold;

	text-decoration: underline;
	color: #FF0000;
}
	
.Listing_Shared_Link:visited{
	font-family: Verdana, Serif;
	font-size: 8pt;
	font-weight: bold;

	text-decoration: underline;
	color: #808080;
}

.Listing_Main_Card {
	background-color: #FFFFFF;
	border: 1px solid #2F7AB9;
	margin-top: 8px;
	width: 630px;
}

/* ******************************************************************************** */

