* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
img {
	border: 1px solid #c5c5c5;
	margin-bottom: 10px;
	}	
.clear {
	clear: both;
	}	
.hidden {
	display: none; 
	}	
sup {
	font-size: 50%;
	vertical-align: top;
	margin-left: 2px;
	}	
strong {
	font-weight: bold;
	}	
	
body {
	background: #003f7d url(bg.jpg) repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	}	
p {
	line-height: 1.3;
	margin-bottom: 10px;
	}	
h1 {
	font-size: 18px;
	color: #777;
	margin-bottom: 10px;
	}	
h2 {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	}
h3 {
	font-size: 14px;
	color: #ff0000;
	margin:15px 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}	
h4 {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	}		
h5 {
	font-size: 14px;
	font-weight: bold;
	}	
h6 {
	font-size: 11px;
	color: #888;
	line-height: 1.2;
	margin-bottom: 10px;
	}	
	
a {
	color: #0f61b1;
	text-decoration: none;
	}	
	a:hover {
	text-decoration: underline;
	}

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}	
	
#header {
	display: block;
	width: 940px;
	height: 190px;
	background: url(header.jpg) no-repeat;
	}	
	#header a {
	display: block;
	width: 116px;
	height: 117px;
	position: absolute;
	top: 40px;
	left: 61px;
	text-indent: -9000px;
	}
	
#nav {
	display: block;
	width: 940px;
	list-style: none;
	}	
	#nav li {
	display: inline;
	}
	#nav li a {
	display: block;
	width: 188px;
	height: 72px;
	float: left;
	color: #fff;
	text-indent: -9000px;
	}
	#nav li a#latest_presentations {
	background: #00af4a url(nav_state_of_the_market.jpg) no-repeat;
	}
	#nav li a#education {
	background: #ff9c00 url(nav_education.jpg) no-repeat;
	}
	#nav li a#market_analysis {
	background: #002977 url(nav_market_analysis.jpg) no-repeat;
	}
	#nav li a#news_room {
	background: #c92500 url(nav_news_room.jpg) no-repeat;
	}
	#nav li a#resource_center {
	background: #8800af url(nav_resource_center.jpg) no-repeat;
	}
	
#container {
	background: #fff url(container_bg.jpg) repeat-x;
	width: 860px;
	padding: 16px 40px 20px;
	margin-bottom: 25px;
	}	

#callout {
	margin-bottom: 10px;
	}	
	#callout h1 {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
	line-height:25px;	
	}
	#callout #message {
	width: 380px;
	display: block;
	float: left;
	padding-top: 20px;
	}
	#callout #flash {
	float: right;
	display: block;
	width: 460px;
	height: 290px;
	}
	#callout #flash img {
	border: none;
	margin: 0;
	}
	
#primary_content {
	float: right;
	width: 660px;
	margin-top: 20px;
	}	
	#primary_content ul {
	margin-bottom: 10px;
	}
	#primary_content ul li {
	line-height: 1.4;
	}
	
#secondary_content {
	float: left;
	width: 180px;
	margin-top: 20px;
	}	
#secondary_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
	#secondary_content ul li {
	color: #999;
	font-size: 14px;
	line-height:1.2;
	margin-bottom:12px;
	}
	#secondary_content ul li a {
	
	}

.column {
	width: 278px;
	border: 1px solid #ccc;	
	float: left;
	margin:0 10px 20px 0;
	display: block;
	height: 290px;
	position: relative;
	}	
	.column h1 {
	margin: 0;
	padding: 0;
	background: #999;
	color: #fff;
	font-family: Futura;
	font-size: 24px;
	line-height: 36px;
	padding-left: 10px;
	font-weight: normal;
	background: #9a9a9a url(col_header_bg.jpg) repeat-x top;	
	}
	.column h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	border: none;
	}
	.column.last {
	margin-right: 0;
	}
	.column div {
	margin: 10px;
	}
	.column a.read_more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	}

		
#footer {
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	margin-bottom: 20px;
	}	
	#footer #disclaimer {
	float: left;
	width: 360px;
	background: url(realtor_logo.jpg) no-repeat;
	padding:0 0 15px 38px;
	}
	#footer #copyright {
	float: right;
	width: 450px;
	text-align: right;
	}
		#copyright ul {
		list-style: none;
		text-transform: uppercase;
		margin-bottom: 3px;
		}
		#copyright ul li {
		display: inline;
		margin-right: 5px;
		padding-right: 5px;
		border-right: 1px solid #fff;
		}
			#copyright ul li.last {
			border-right: none;
			padding-right: 0;
			margin-right: 0;
			}
		#copyright ul li a {
		color: #fff;
		text-decoration: none;
		}	
		#copyright ul li a:hover {
		text-decoration: underline;
		}
		
/*************************************
-- TEXT AND PAGE SPECIFIC ELEMENTS --
*************************************/

.learn_more {
	display: block;
	width: 69px;
	height: 18px;
	background: url(button_learn_more.jpg) no-repeat;
	text-indent: -9000px;
	margin-bottom: 10px;
	}	
	
.read_more {
	display: block;
	width: 71px;
	height: 17px;
	background: url(button_read_more.jpg) no-repeat;
	text-indent: -9000px;
	}	
	
span.date {
	color: #000;
	display: block;
	margin-bottom: 15px;
	}		
	
ul.staff {
	clear: both;
	}	
	.staff li {
	display: block;
	float: left;
	width: 180px;
	margin: 0 10px 10px 0;
	border: 1px solid #ebebeb;
	padding: 10px;
	height: 70px;
	}	
	.staff li span {
	display: block;
	}
	.staff li .name {
	font-size: 18px;
	display: block;
	}
	.staff li .title {
	font-style: italic;
	margin-bottom: 10px;
	}
	
fieldset {
	border: 1px solid #ccc;
	padding: 20px 20px 0 20px;
	}	
	legend {
	padding: 0 10px;
	font-size: 12px;
	font-style: italic;
	}
	
    fieldset ol {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	fieldset li {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	}
	fieldset.submit {
	float: none;
	width: 240px;
	border: 0 none #fff;
	margin-left: 130px;
	border-style: none;
	}
        fieldset.submit input{
		width: auto;
		}
	fieldset input, fieldset select {
	width: 245px;
	border: 1px solid #7F9DB9;
	}

label {
	float: left;
	width: 120px;
	margin-right: 10px;
	text-align: right;
	display: inline;
	position: relative;
	}
    label span {
    display: block;
    font-size: 10px;
    }
    label em {
    position: absolute;
    left: 122px;
    top: 0;
    }
#followUs{
	float:right;
	}
	#followUs li{
	display:block;
	float:left;
	}
	
	#followUs li a{
	color: #666;
	line-height:16px;
	text-decoration: none;
	padding:4px 5px 4px 19px;
	}
	
	#followUs li a:hover{
	text-decoration: underline;
	}
	
	#facebook{
	background: url(facebook.gif) no-repeat;
	margin:0 15px 0 0;
	}

	#linkedin{
	background: url(linkedin.gif) no-repeat;
	margin:0 15px 0 0;
	}

	#twitter{
	background: url(twitter.gif) no-repeat;
	padding:0;
	}
	
/**************************
------ TABLE STYLES -------
**************************/

table {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4;
	}
thead {
	background: #bbb;
	color: #333;
	}
tbody, tfoot {
	background: #e8edff;
	color: #1b2b62;
	}	
tfoot {
	font-size: 10px;
	}	
td, th {
	padding: 6px 12px;
	border-bottom: 1px solid #fff;
	}	
tr.pro td {
	background: #009c3f url(tbl_green_bg.jpg) repeat-x;
	color: #fff;
	}	
tr.contin td {
	background: #015da6 url(tbl_blue_bg.jpg) repeat-x;
	color: #fff;
	}	
tr.designation td {
	background: url(tbl_red_bg.jpg) #d53f00 repeat-x;
	color: #fff;
	}	
