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

.ContainerA, .ContainerB, .ContainerC {
    overflow: hidden;
    width: 771px;
}


	.ContainerA {
		position: relative;
		overflow: hidden;
		height: 160px;		
		background: url(../LGIMages/CeoMessage-Background.jpg) repeat-x;
	}
	
	/*
    .CeoMessage {
        overflow: hidden;
        margin-left: 5px;
        width: 761px;
        height: 160px;
        background: #5f8c92 url(../LGImages/Ceo.jpg) no-repeat;
    }
    */
    
    .Ceo {
		display: block;
		position: absolute;
		left: 0px;
    }
    
    .CeoMessage {
		position: absolute;
		right: 0px;
		margin: 0px;
        width: 761px;
        height: 160px;		
		background: none;
    }
        
    .CeoMessage h1 { display: none; }

.ContainerB {
    clear: both;
    margin-top: 4px;
}

    .Banner {
        float: left;
        margin-left: 5px;
        width: 250px;
    }
        
        .Banner p {
            padding: 60px 10px;
            font-size: 2.0em;
            color: #fff;
        }
        
.ContainerD {
}

    .ContainerD .Banner {
		margin-right: 0px;
        width: 378px;
    }  
    
    .MortgageFinance a,
    .TaxAccounting a,
    .FinancialAdvise a {
        font-family: Arial, Verdana, Franklin Gothic Medium, Trebuchet MS, Verdana, Sans-Serif;
        display: block;
        overflow: hidden;
        color: #fff;
        line-height: 100px;
        height: 50px;
        line-height: 50px;
        font-size: 1.3em;
        text-align: center;
        font-weight: bold;
    }

    .MortgageFinance a { background: #ff9a00; }
    .TaxAccounting a { background: #ff7300; }
    .FinancialAdvise a { background: #ff5400; }
    
    /*
    .MortgageFinance a:hover,
    .TaxAccounting a:hover,
    .FinancialAdvise a:hover { background: #003366; }
    */
    
    .MortgageFinance img,
    .TaxAccounting img,
    .FinancialAdvise img {    
        display: block;
    }  

	.NewsItem div.Snippet strong {  display: block; margin-top: 5px; }
	
    .Banner a {
		position: relative;
		background: none;
		text-align: left;
    }
    
    .Banner a.BannerTitle {
		height: 62px;
		line-height: 62px;
		text-align: center;
    }
    
    .ContainerD .Banner a.BannerTitle {
		height: 42px;
		line-height: 42px;
		text-align: left;
    }    
    
    .Banner a.BannerTitle img {
		margin: auto;
    }
    
    .ContainerD .Banner a.BannerTitle img {
		margin: auto 10px;
    }
    
    .Banner a.BannerImage1 {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		height: auto;
    }
    
    .Banner a.BannerImage1 {
		position: relative;
		padding-bottom: 240px;
		height: 250px;
    }
    
    .ContainerD .Banner a.BannerImage1 {
		padding-bottom: 0px;
		height: 100px;
    }
    
    .Banner a.BannerImage1 img.Image2 {
		display: block;
		position: absolute;
		bottom: 0%;
    }
    
    #TaxAccountingBanner a.BannerImage1 img.Image2 { left: 50%; margin-left: -89px;}
    #FinancialAdviseBanner a.BannerImage1 img.Image2 { left: 50%; margin-left: -85px; }
    #MortgageFinanceBanner a.BannerImage1 img.Image2 { left: 50%; margin-left: -100px;}
    
    .Banner a.BannerImage1 span.TextSample {
		display: block;
		background: url(../LGImages/Logo-Mini.gif) 10px 0px no-repeat;
		padding: 30px 10px;
		color: #708c8f;
		font-family: Verdana, Arial, Sans-Serif;
		font-weight: normal;
		font-size: 0.75em;
		line-height: 1.2em;
    }
    
    .Banner a.BannerImage2 img { }
                
    .MortgageFinance a.BannerTitle {
		background: url(../LGImages/Banner-MortgageFinance.gif) repeat-x; 
		border: 1px solid #ff9a00;
	}
	
	.TaxAccounting a.BannerTitle {
		background: url(../LGImages/Banner-TaxAccounting.gif) repeat-x; 
		border: 1px solid #ff7300;
	}
	
    .FinancialAdvise a.BannerTitle {
		background: url(../LGImages/Banner-FinancialAdvice.gif) repeat-x; 
		border: 1px solid #ff5400;	
    }
    
    .ContainerD .MortgageFinance a.BannerTitle {
		background: url(../LGImages/Banner-Newsletter.gif) 0% -10px repeat-x; 
		border: 1px solid #597aa5;
	}
	
	.ContainerD .TaxAccounting a.BannerTitle {
		background: url(../LGImages/Banner-Properties.gif) 0% -10px repeat-x; 
		border: 1px solid #597aa5;
	}
	
    .ContainerD .FinancialAdvise a.BannerTitle {
		background: url(../LGImages/Banner-Seminars.gif) 0% -10px repeat-x; 
		border: 1px solid #597aa5;	
    }    
	
#ContainerC {
	position: relative;
	background: #fff;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	height: 110px;
}

	.CeoQuoteA,
	.CeoQuoteB,
	.AskUs {
		position: absolute;
	}

	.CeoQuoteA {
		left: 150px;
	}

	.CeoQuoteB {
		display: none;
		left: 0px;
	}
	.AskUs
	{
		right: 0px;
	}


.NewsTitle {
	overflow: hidden;
	margin-bottom: 5px;
	height: 42px;
	line-height: 42px;
	text-align: left;
	background: url(../LGImages/Banner-News.gif) 0% -10px repeat-x;	
}