body {
	margin: 0;
	padding: 0;
	font-family: Verdana,sans;
	font-size: 12px;
	width: 800px;
}
#LogoArea {
	height: 70px;
	width: 800px;
	background: white url(../images/logo_bg.gif) repeat-x scroll center;
}
#LogoArea #Logo {
	margin: 10px 0 0 30px;
}
#Banner {
	height: 190px;
	width: 800px;
	background: #0D346D;
}
#Banner img {
	margin: 10px 0 10px 0;
}
#Banner2 {
	height: 180px;
	width: 800px;
	background: #0D346D;
}
#Banner2 img {
	margin: 10px 0 0 0;
}
.Container {
	float: left;
	background: #424B5A;
	width: 800px;
}
#Navigation {
	float: left;
/*	height: 475px;*/
	width: 166px;
	background: #424B5A;
	color: white;
/*	border-right: solid white 1px;*/
}
#Navigation ul {
    text-align: right;
    list-style-type: none;
    margin: 0px;
	padding: 15px 0 0 1px;
    width: 150px;
}
#Navigation ul a {
	padding: 7px 15px 7px 0;
    display: block;
	width: 150px;
    text-decoration: none;
    color: white;
    background: #424B5A;
}
#Navigation ul a:hover {
    color: #0D346D;
}
#Navigation .Selected {
    background: white;
    color: blue;	
}
#Content {
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	float: left;
	background: white;
	color: black;
/*	height: 475px;*/
	width: 632px;
	border-left: solid white 1px;
}
#Content .BlueBar {
	float: left;
	width: 633px;
	height: 15px;
	background: #144B9E;
}
#Content .BlueBar2 {
	float: left;
	width: 633px;
	height: 20px;
	color: white;
	background: #144B9E;
}
/*
#Content .BlueBar2 div {
	float: left;
}
*/
.BannerSelected {
	color: white;
	background: #5897F8;
}
#Content a {
	float: left;
	width: 250px;
}
#Content a img {
	border-style: none;
	padding: 10px 20px 30px 0;
}
#Content #Text {
	float: left;
	font-size: 14px;
	line-height: 1.4em;
	width: 550px;
	padding: 30px 50px 0 50px;
}
#Content h1 {
	font-size: 14px;
}
#Content #Address {
	font-size: 12px;
}
#Content ul#Home {
	list-style-type: decimal;
	text-align: justify;
	padding-right: 30px;
}
#Content ul#Products {
	list-style-type: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#Content ul#Products ul {
	list-style-type: none;
}
#Content ul#Products li ul li{
    font-weight: normal;
}
#Footer {
	float: left;
	width: 800px;
	font-size: 11px;
	font-weight: bold;
}
#Footer .BlackBar {
	float: left;
	background: black;
	color: white;
	width: 166px;
	height: 20px;
}
#Footer .CopyrightNotice {
	float: left;
	background: #144B9E;
	color: white;
	width: 619px;
	height: 16px;
	text-align: right;
	padding: 4px 15px 0 0;
}
.BrokerContainer {
	width: 550px;
	float: left;
	margin-bottom: 25px;
}
.Thumbnail {
	width: 250px;
	float: left;
}
.BrokerName {
	float: left;
	color: white;
	background: #144B9E;
	width: 220px;
	height: 1.5em;
	font-weight: bold;
}
.RightColumn {
	font-size: 12px;
	float: left;
	width: 220px;	
}
.Phone {
	width: 190px;
}
.Email {
	width: 300px;
}
