@import url(Common.css);
@import url(NewsSnippets.css);

.Content {
    overflow: hidden;
    margin-top: 0px;
    width: 771px;
}

.ColumnA, .ColumnB {
    float: left;
}

.ColumnA {
	width: 207px;  
	margin-left: 7px;

}

.ColumnB {
    margin: 0px 4px 0px 10px;
    margin: 0px 4px 0px 3px;
    padding-left: 7px;
    width: 500px;
    min-height: 400px;
    color: #5c6273;
    color: #444;
	font-size:0.95em;
	line-height: 1.4em;
 }

.DropMenu {
	background: #d3dae7;
}
	
	.DropMenu li {
		border-top: 1px solid #fff;
	}	
			
	.DropMenu li a {
		display: block;
		padding: 5px;
		line-height: 1.3em;
		/*font-weight: bold;*/
		font-size: 0.95em;
		color: #062a6e;
	}	
	
		.DropMenu ul {
			background: #eef1f6;
		}
		
		.DropMenu ul li {
			font-size: 0.95em;
		}
		
		.DropMenu li ul li a {
			padding-left: 2em;
			text-indent: -1em;	 		
		}
		
		.DropMenu li.Collapsed ul li a,
		.DropMenu li ul li a {
			font-weight: normal;
			background: none;
		}	

		.DropMenu li.Collapsed ul li a:hover,
		.DropMenu li ul li a:hover {
			background: #8194b7;
			color: #fff;
		}
		
		.DropMenu li ul li a.Selected,
		.DropMenu li ul li a.Selected:hover {
			background: #062a6e;
			color: #fff;
		}

	li.Collapsed a.Main {
		background: url(../LGImages/DropdownExpanded.gif) 100% 50% no-repeat;
	}

	li.Expanded a.Main {
		background: url(../LGImages/DropdownCollapsed.gif) 100% 50% no-repeat;		
	}
	
	.Collapsed ul { display: none; }
	.Expanded ul { display: block; }
	
.ColumnB h1 {
	position: relative;
	margin-bottom: 5px;
	/*
	border-bottom: 1px solid #8798ba;
	padding-bottom: 5px;
	*/
	font-size: 1.3em;
	line-height: 1.3em;
	color: #fff;
	background: #fdaf49;
	/*color: #062a6e;*/
	width: 537px;
	height: 120px;
}

.ColumnB h1.NoImage {
	margin-bottom: 5px;
	border-bottom: 1px solid #8798ba;
	padding-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #062a6e;
	background: #fff;
	height: 1.2em;
}

	.ColumnB h1 span {
		display: block;
		padding-top: 25px;
		margin: 0px 7px;
		width: 220px;
		font-size: 1.5em;
		font-weight: normal;
		line-height: 1.1em;
	}

	.ColumnB h1 img {
		position: absolute;
		left: 250px;
		top: 0px;
	}

.ColumnB h1.MainPage {
	overflow: hidden;
	height: 322px;
	background: transparent;
}

	.ColumnB h1.MainPage img {
		left: 0px;
		width: 537px;
		height: 322px;
	}

	.ColumnB h1.MainPage span {
		position: absolute;
		margin: 0px;
		right: 0px;
		bottom: 0px;
		padding: 5px;
		width: auto;
		text-align: right;
		font-size: 2.0em;
		background: transparent;
	}

.ColumnB h1.Image {
	border-bottom: none;
}

.ColumnB h2 {
	margin-bottom: 5px;
	font-size: 1.05em;
}

.ColumnB p {
	margin-bottom: 10px;
}
	.ColumnB p.Image { margin: 10px 0px; text-align: center; }

.ColumnB p.CalculatorLink { text-align: center; }
	
.ColumnB ul {
	margin-bottom: 5px;
}

.ColumnB ul li {
	padding-left: 2em;
	text-indent: -1.15em;	
}

.ColumnB dl {
     margin-bottom: 10px;
     width: 90%;
}

.ColumnB dt {
    font-weight: bold;
}

.ColumnB dd {
    margin-bottom: 10px;
}
    
.ColumnB a {
	color: #ff9000;
}

	.ColumnB a:hover {
		text-decoration: underline;
	}
	
.ColumnB img.TextImage {	
	display: block;
	margin: 10px 10px 10px 40px;
}

.ColumnB div.ColumnBImage { text-align: center; }

.LeftLink { margin-top: 10px; }
.LeftLink a span { display: none; }
.LeftLink a { display: block; }

.FixedRate a {
	height: 103px;
	background-image: url(../LGImages/MortgageFinance/695PA.png);
	background-repeat: no-repeat;
}

.FixedRate a:hover {
	background-position: 0px -103px;
}

.BestLoan a {
	border: 1px solid #1a5b85;
	background-image: url(../LGImages/MortgageFinance/BestLoan.jpg);
	background-color: #1a5b85;
	background-repeat: no-repeat;
	padding-top: 165px;
}

.BestLoan a span { 
	display: block;
	padding: 5px;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}

.BestLoan a:hover { 
	border: 1px solid #ea7100;
	background-color: #ea7100;
}
	
strong.Highlight { color: #5d98cf; }
div.Divider { clear: both; font-size: 1px; line-height: 1px; height: 1px; margin: 2px 0px 5px;  background: #d3dae7; }

.NewsContainer {
	margin: 10px 0px 0px;
}

.NewsItem h1 {
	clear: both;
	padding: 5px 5px;
	background: #8194b7;
	color: #fff;
	font-size: 0.95em;
	font-family: Verdana, Arial, Trebuchet MS, Franklin Gothic Medium, Sans-Serif;
	line-height: 1.1em;
}

.NewsItem li {
	width: 100%;
}

.NewsItem h2, .NewsItem div.Snippet {
	background: #f6f6f6;
}

.NewsItem h2 {
	border-top: none;
	border-bottom: 1px solid #eee;
	padding: 3px 5px;
	font-size: 0.95em;
	font-family: Verdana, Arial, Trebuchet MS, Franklin Gothic Medium, Sans-Serif;
}

.NewsItem div.Snippet {
	border-top: 1px solid #fff;
	padding-bottom: 10px;
	line-height: 1.2em;
}

#AsAdvertised { margin: 10px; }

.AsAdvertised {
	overflow: hidden;
	display: block;
	margin-top: 10px;
	padding: 10px;
	background: #6179a6 url(../LGImages/Button-As-Advertised-2.gif) 0px -256px repeat-x;
	height: 236px;
	color: #000;
	cursor: pointer;
}

.AsAdvertised span {
	display: block; 
	border-bottom: 2px solid #333;
}

.AsAdvertised .AD1 {
	padding: 5px;
	font-size: 1.3em;
	font-weight: bold;
}

.AsAdvertised .AD2 {
	padding: 5px;
	border-bottom-width: 1px;
	font-size: 1.2em;
}

.AsAdvertised .AD3 {
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	padding: 5px;
	border-bottom-width: 5px;	
}

.AsAdvertised .AD3 em { font-size: 2.0em; font-style: normal; }

.AsAdvertised .AD4 {
	padding: 5px;
	font-size: 0.8em;
	border-bottom-width: 1px;	
}

.AsAdvertised .AD5 {
	padding: 5px;
	font-size: 1.5em;
	font-weight: bold;
	border: none;
}

.AsHover {
	background-position: 0px 0px;
	color: #fff;
}

.AsHover span {
	border-bottom-color: #8599bc;	
}

.MiniColumns {
	width: 100%;
	display: hidden;
}
	
	.MiniColumn {
		float: left;
	}
	
	.MiniColumnBanner  {
		width: 247px;
		margin-right: 30px;	
	}