/* CSS Document */
body {
	background:#6f9b50 url(images/bg.jpg) repeat-x;
	margin:0px;
	font-family:'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
	}

div {
	margin:0;
	padding:0;
	}
	
ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
li {
	margin:0;
	padding:0;
	}
	
a {
	color:#6f9b50;
	text-decoration:none;
	}
	
a.active {
	color:#484848;
	}	
	
a:hover {
	text-decoration:underline;
	}
	
p {
	margin:0;
	padding:0;
	}	
	
h1 {
	margin:0;
	padding:0;
	}
	
strong {
	font-size:13px;
	}						 		

div.center {
	text-align: center;
	}
	
div#full{
	width:100%;
	}	
	
div#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	}							
	
#top-wrapper {
	width:760px;
	margin-top:5px;
	text-align:left;
	overflow:hidden;
	background:#c4d5da; /*use this color if the left column is longer*/
/*	background:#306A96; /*use this color if the right column is longer*/
	}

#bottom-wrapper {
	width:760px;
	}	
		
#header {
	width:100%;
	overflow:hidden;
	}	
	
#top-nav {
	color:#15457A;
	font-size:12px;
	height:45px;
	z-index:100;
	}
	
#top-nav ul {
	padding:10px 10px 0 10px;
	}
	
#top-nav ul li {
	float:left;
	position:relative;
	height:25px;
	background:url('images/topNavBg.jpg') no-repeat right top ;
	}	
	
#top-nav ul li a {
	text-transform:uppercase;
	margin:0 15px 0 9px;
	line-height:25px;
	}		

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}
#socialnetworking_cluster {
	text-align:right;
	padding-right:10px;
}

#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	background:#c4d5da;
	padding-bottom:10px;
}

#nav li ul li {
	background-image:none;
	clear:left;
	width:150px;
}

#nav li ul li a {
	text-transform:none;
	line-height:normal;
	margin:10px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
	
#flash-container {
	width:100%;
	text-align:left;
	overflow:hidden;
	padding:0;
	background:#c4d5da;
	z-index:0;
	}	
	
#flash {
	height:310px;
	}		

#body {
	width:100%;
	float:left;
	text-align:left;
	overflow:hidden;
	padding-bottom:10px;
	}
	
#left-wrapper {
	width:461px;
	float:left;
	text-align:left;
	overflow:hidden;
	}	
	
.left-section {
	overflow:hidden;
	text-align:left;
	margin:25px;
	}
	
.left-section p {	
	margin-top:10px;
	}	
	
.left-section h1{
	color:#768181;
	font-size:24px;
	text-transform:uppercase;
	}
	
.left-section h2{
	color:#768181;
	font-size:16px;
	text-transform:uppercase;
	}		
	
.left-section-ad {
	float:left;
	width:195px;
	background:url('images/adLinkBg.jpg') bottom center no-repeat;
	}
	
.left-section-rule {
	width:100%;
	border-top:1px solid #abbabc;
	border-bottom:1px solid #d6e2e5;
	margin-top:15px;
	}		
	
#adForAgents {
	}		
	
#adOpenEscrow {
	margin-left:20px;
	}
	
.left-section-ad p {
	}
		
.left-section-ad h2 {
	text-align:center;
	font-size:14px;
	text-transform:uppercase;	
	}	

.small-text {
	font-size:10px;
	}
	
.list {
	padding-left:25px;
	}			
	
.office-section {
	padding:20px;
	background-color:#d6e2e5;
	margin-top:10px;
	}	
	
ul.pdf li {
	background:url('images/pdfIcon.png') no-repeat;
	padding-left:25px;
	margin-top:10px;
	line-height:16px;
	}	
	
ul.list	{
	margin-top:10px;
	padding-left:20px;
	}					
	
#right-wrapper {
	width:285px;
	float:left;
	background:#f6f9f9 url(images/rightWrapperBg.jpg) top right repeat-y;
	}
	
#rightWrapperBottomShadow {
	width:285px;
	overflow:hidden;
	background:url(images/rightWrapperBottomShadow.jpg) bottom right no-repeat;
	}		
	
.right-section {
	margin:20px;
	}		
	
.right-section-bg {
	background:url('images/right-section-bg-top.gif') top left no-repeat;
	width:240px;
	overflow:hidden;
	}							
	
.right-section-bg2 {
	background:url('images/right-section-bg-bottom.gif') bottom left no-repeat;
	width:240px;
	overflow:hidden;
	}	
	
.right-section-text {
	margin:20px;
	}	
	
.right-section p {
	margin-top:15px;
	color:#768181;
	}
	
.right-section h1 {
	font-size:14px;
	text-transform:uppercase;
	}					
	
#footer {
	width:760px;
	text-align:left;
	margin:10px;
	}											

.footer {
	color:#98BBCC;
	font-size:11px;
	}
	
.footer a {
	text-decoration:underline;
	}
	
.footer a:hover {
	text-decoration:none;
	}		

