@charset "UTF-8";
/* CSS Document */

body {
	background-color: #eee8e8;
	background-image: url(images/bg-header_02.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
#picHeader {
	height: 255px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0a5193;
	margin-right: auto;
	margin-left: auto;
}
#container {
	margin: auto;
	width: 960px;
}
#header {
	background-image: url(images/header_01_02.jpg);
	background-repeat: no-repeat;
	height: 70px;
	background-position: center top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0a5193;
	text-indent: -9999px; 
}
#nav {
	height: 65px;
	margin-bottom: 5px;
	text-align: center;
	padding-right: 45px;
}
#nav ul li{
	text-align: center;
}

#nav ul li a{
	display: inline-block;	
}

#content {
	width: 875px;
	margin-top: 20px;
	margin-left: 50px;
}

#rightCol {
	width: 220px;
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}
#footer {
	clear: both;
	margin-top: 30px;
	background-color: #0a5193;
	width: 100%;
}
#leftCol {
	width: 600px;
	margin-left: 55px;
	margin-top: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	padding-right: 10px;
}

#container #nav li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}
#container #nav li a {
	text-decoration: none;
	color: #000000;
	font-size: 20px;
}


#container #nav li a:hover {
	color: #0a5193;
	text-decoration: none;
}

body.home #container #nav li a.home, body.buyers #container #nav li a.buyers, body.sellers #container #nav li a.sellers, body.listings #container #nav li a.listings, body.financial #container #nav li a.financial, body.contact #container #nav li a.contact {
	text-decoration: none;
	font-size: 20px;
	color: #FFFFFF;
}

#container #rightCol ul li {
	text-decoration: none;
	font-size:  18px;
	list-style-type: none;		
}

#container #rightCol ul li a {
	text-decoration: none;
	font-size:  18px;
	color: #000000;
}
