﻿* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	padding:0;
	text-align: center;
	font-size: 14px;
	color:#333333;
	position: relative;
	width: 760px;
	text-align: left;
	margin: 0 auto;
}

h1 {
	float: left;
	display: none;
}

li {
	list-style-type:none;
}

.clear-all {
	clear:both;
	
}

#page {
	width: 763px;
	border-top: 2px solid #eb1e25;
	clear: left;
} 

#intro{
	background-color: #feffe1;
	color: #033464;
}

#intro h2 {
	font-size: 22px;
	margin-bottom: 10px;
	padding: 20px 20px 0 20px;
}

#intro p {
	font-size: 16px!important;
	margin:20px 20px 10px 20px;
	padding-bottom:20px;
	padding-right: 20px;
}

#leftCol p {
	font-size: 13px;
	margin:10px 0px 10px 20px!important;
}

#leftCol #contactForm p {
	font-size: 13px;
	margin:10px 0px 10px 0px!important;
}


#leftCol {
	clear: left;
	float: left;
	width: 522px;
}

#leftCol ul {
	font-size: 13px;
	margin: 10px 20px 10px 20px;
}

#leftCol li {
	margin: 0px 20px 10px 20px;
	list-style-image:url(../images/bullet-icon.gif);
}

#leftCol h3 {
	color: #033464;
	margin: 30px 20px 0px 20px;
}

#rightCol {
	float: left;
	width: 238px;
}

img {
	border: 0;
	padding: 0px;
	margin: 0px;
}

select {
	font-size:10px;
}


#homepage {
	position: relative;
	width: 760px;
	text-align: left;
	margin: 0 auto 0 auto;
}


#header {
	background: #004890 url(/global-assets/images/bfl-largelogo-bg.jpg) no-repeat left bottom;
	margin-bottom:10px;
}

#contactNumbers {
	padding:4px 19px 16px 0;
	color:#fbfcdc;
	font-size:14px;
	text-align:right;
	position:relative;
}

#contactNumbers ul {
	list-style: none;
	margin-top: 10px;
}

#contactNumbers li {
	color: #fbfcdc;
	font-size: 12px;
	margin-top: 4px;
}

#primaryNav {
	height: 30px;
	margin-right: 20px;
	width:740px;
}

#primaryNav ul {
	list-style-type:none;
	float:right;
}

#primaryNav ul li {
	float:left;
	background-position:0 -30px;
	
}

#primaryNav li span,
#primaryNav li a {
	background-position:0 0;
	background-repeat:none;
	display:block;
	height:30px;
}
#primaryNav li span {
	visibility:hidden;
}
#primaryNav li a:hover {
	background-position:0 -30px;
}
#primaryNav li a span {
	display:none;
}

/* Home */

#primaryNav li.home,
#primaryNav li.home a {
	background-image: url(/global-assets/images/primary-nav/home.gif);
	width:67px;
}

/* Why us */

#primaryNav li.whyus,
#primaryNav li.whyus a {
	background-image: url(/global-assets/images/primary-nav/why-us.gif);
	width:132px;
}

/* buying */

#primaryNav li.buying,
#primaryNav li.buying a {
	background-image: url(/global-assets/images/primary-nav/buying.gif);
	width:62px;
}

/* selling */

#primaryNav li.selling,
#primaryNav li.selling a {
	background-image: url(/global-assets/images/primary-nav/selling.gif);
	width:62px;
}

/* renting */

#primaryNav li.renting,
#primaryNav li.renting a {
	background-image: url(/global-assets/images/primary-nav/renting.gif);
	width: 69px;
}

/* contactus */

#primaryNav li.contactus,
#primaryNav li.contactus a {
	background-image: url(/global-assets/images/primary-nav/contact-us.gif);
	width: 86px;
}

#propertyUpdates {
	clear: left;
	float: left;
	display:inline;
	margin-left:6px;
	margin-top: 10px;
	width: 225px;
	background: url(/global-assets/images/updatepane-whole.jpg) no-repeat top;	
}

#propertyUpdates span {
	clear: left;
	float: left;
	padding: 0px 0px 0px 10px;
	width: 225px;
}

#propertyUpdates span a {
	padding: 14px 20px 20px 15px;
	float: right;
	color: black;
	font-size: 13px;
}

#propertyUpdates h4 {
	padding: 15px 0px 0px 15px;
	color: #094f94;
	font-size: 16px;
}

#propertyUpdates p {
	padding: 10px 15px 0px 15px;
	color: black;
	font-size: 15px;
}

#arrangeEvaluation {
	clear: left;
	float: left;
	width: 225px;
	display:inline;
	margin: 0px 0px 0px 6px;
	background: url(/global-assets/images/updatepane-whole.jpg) no-repeat top;	
}

#arrangeEvaluation span {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
	width: 225px;
}

#arrangeEvaluation span a {
	padding: 14px 10px 20px 15px;
	float: right;
	color: black;
	font-size: 13px;
}

#arrangeEvaluation h4 {
	padding: 15px 0px 0px 15px;
	color: #094f94;
	font-size: 16px;
}

#arrangeEvaluation p {
	padding: 10px 15px 0px 15px;
	color: black;
	font-size: 13px;
}
#footer {
	clear: left;
	width: 720px;
	float: left;
	background: #033464 url(/global-assets/images/footer-rim.gif) repeat-x;
	padding: 30px 20px 40px 20px;
}

#footer div {
	float: left;
	width: 360px;
}	

#footer p {
	float: left;
	color: white;
	font-size: 12px;
}

#footer a {
	float: right;
	margin-left: 20px;
	color: white;
	text-decoration: underline;
}

#subNav {
	clear: left;
	float: left;
	width: 740px;
	padding: 14px 10px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	margin:0;
}

#subNav ul {
	list-style: none;
	text-align: center;
	margin:0 0 0 140px;
}

#subNav li {
	float: left;
	display: inline;
	color: #eb1e25;
}

#subNav li a {
	color: #011930;
	text-decoration: none;
}

#subNav li a:hover {
	text-decoration: underline;
}


#subNav span {
	padding: 0px 10px 0px 10px;
	color: #93aec9;
}
