body {
	background:url(http://www.rsrrealtors.com/images/skyline-bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;

}

h1, h2, h3 {
	font-weight:bold;
}

.clear {
	clear:both;
}

#header {
	position:relative;
	height:95px;
	background-color:none;
	border:0;
}

#page { background:none; border:0; }
#content, .container  {background:#fff; }

#mainmenu { overflow:auto; }

#mainmenu ul {
	float:right;
	width:500px;	
}

#mainmenu ul li a {  font-size:14px; margin-left:12px; margin-right:0; }


.breadcrumbs { clear:both;background: #eff4fa; overflow:auto; }
.breadcrumbs a, .breadcrumbs span { float:right; margin-right:18px; margin-left:18px; }

#logo {
	display: block; /* Allows you to change the width and height of the image */
	width:123px;
	height: 75px;
	text-indent: -9999em; /* Hides the text in the a tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
	background:url(http://www.rsrrealtors.com/images/rsr-logo.png) no-repeat; /* The pathway to the image*/
}

#header span {
	display: block; /* Allows you to change the width and height of the image */
	width:605px;
	height: 32px;
	position:absolute;
	top:25px;
	left:150px;
	border:0;
	text-indent:-9999px;
	background:url(http://www.rsrrealtors.com/images/tag-line.png) no-repeat;
}

a#dash, a#logout {
	position:absolute;
	top:0;
	right:0;
	background:#000;
	font-size:16px;
	padding:10px 15px;
	color:#fff;
	width:60px;
}

a#logout {
	top:40px;
}
/*	HOME PAGE	*/
.home-box {
	text-align:center;
	margin-top:15px;
	background:#efefef;
	border:1px solid #eee;
	padding:10px;
	padding-bottom:0;
	margin-bottom:15px;
	width:415px;
	height:295px;
}

.home-box img {
	width:415px;
}

.home-box ul {
	position:relative;
	height:220px;
}

.home-box li {
	list-style-type:none;
	position:absolute;
	top:0;
	left:0;
	
}

.home-box h2 a {
	
	margin:0 auto;
	background:url(../images/home-button-bg-2.png) no-repeat top;
	color:white;
	display:block;
	height:44px;
	width:348px;
	text-decoration:none;
	line-height:44px;
}

.home-box h2 a:hover {
	background-position: bottom;
}

#content .home-box p {
	font-size:20px;
	margin:0;
	font-weight:bold;
	color:red;
}

.home-box h2 {
	margin:0;
}

/*	NEWS SECTION */
div.view.news   {
	padding-left:0;
	border-right:0;
	border-top:0;
	border-left:0;
}

/*	STAFF TABLES	*/
.agents-table {
	margin:10px auto;
	width:80%;
}

.agents-table th {
	background:#CC0000;
	color:white;
	font-weight:bold;
	padding:5px;
}

.agents-table td {
	padding:5px 0 8px 8px;
	border-bottom:1px solid #eee;
	vertical-align:middle;

}

.agents-table tr.alt td {
	background:#eee;
}

.headshot {
	height:70px;
	border:1px solid #333;
}
/*		AGENT PROFILES		*/
.agent p {
	line-height:20px;
	margin-top:8px;
}


.property-list {
	clear:both;
	overflow:auto;
	font-size:12px;
	
}

.property-list  h2 {
	padding:5px;
	background:#eee;
	font-size:16px;
	
}

.property-list  h2 a:link, .property-list  h2 a:visited {
	color:#333;
	font-weight:bold;
}

img.property-image {
	float:left;
	margin-right:10px;
	width:100px;
}

.property-list strong {
	font-size:12px;
	color:#333;
}

.property-list p {
	float:left;
	line-height:20px;
	margin-bottom:0;
}

.property-list h2 a.update-link {
	float:right;
	padding:1px 3px;
	background:#333;
	color:#fff;
}

#property_map { height:600px; width:100%; }

p.contact-details {
	float:right;
	text-align:right;
}

.contact-details img {
	
	height:50px;
}

#search-sidebar, #agent-sidebar {
	width:220px;
	float:left;
	height:100%;
	text-align:left;
}

#search-box{
	width:200px;
	padding:5px;
	position:relative;
	background:#eee;
	margin-bottom:25px;
	border:1px solid #dedede;
}


#search-box select, #search-box input, #search-box button {
	margin:5px 5px 10px 5px;
	padding:5px;
}

#search-box input {
	width:180px;
}

#search-box label {
	margin:5px 5px 0 5px;
	display:block;
	font-weight:bold;
	font-size:11px;
}

#search-box select {
	margin-right:2px;
	padding:3px 0;
	padding-right:1px;
}

#search-box select#price-max {
	margin-left:2px;
	margin-right:0;
}

a#advanced-search-link {
	font-size:10px;
	position:absolute;
	bottom:20px;
	right:10px;
}

/*		PROPERTY SORT BAR			*/
.sorter {
	padding:5px 10px 5px 5px;
	background:#efefef;
	border:1px solid #ddd;
}

#agent-sidebar p {
	margin-top:8px;
	line-height:20px;
}



#properties {
	width:670px;
	margin-left:10px;
	float:left;
}

h1 span {
	font-size:18px;
	font-weight:normal;
}

#full-property {
	width:650px;
	float:left;
	overflow:auto;
}

#full-property p {
	margin-top:20px;
}

#full-property-img {
	width:400px;
	float:left;
	margin-right:10px;
}

#full-property div.left { width:410px;}

p#price {
	font-size:24px;
	font-weight:bold;
	color:#990000;
	margin-top:0;
	margin-bottom:0;
}

p#price span {
	
	color:#333;
	font-size:14px;
}

p#price small {
	font-weight:normal;
	font-size:10px;
}

#full-property ul {
	float:left;
	margin:0;
	padding:0;
}

#full-property li  {
	margin:10px 0;
	list-style-type:none;
	font-size:15px;
}

#full-property li strong {
	display:block;
	margin:3px 0;
	width:80px;
	float:left;
	clear:left;
}

#full-property li span {
	display:block;
	margin:3px 0;
	float:left;
}

#thumbs {
	width:400px;
}

#thumbs img {
	height:40px;
	border:1px solid #bbb;
	
}

#thumbs img:hover {
	border:1px solid #990000;
}

#thumbs li {
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:0;
}

#property-sidebar {	
	float:right;
	width:230px;
	margin-left:10px;
	padding:5px;
	margin-bottom:25px;
	background:#efefef;
	border:1px solid #ddd;
}

#sidebar-headshot {
	float:left;
	margin-right:5px;
	width:60px;
}

#property-sidebar p {
	margin-bottom:0;
	padding-bottom:0;
	line-height:18px;
}

#property-sidebar hr {
	clear:both;
	padding-top:5px;
	border-bottom:1px solid #ccc;
	background:none;
}

#loan-values {
	font-size:12px;
}

#loan-values input {
	display:block;
}

#loan-values p strong {
	font-size:15px;
}

.social {
	display:block;
}

.social ul {
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

.social li {
	margin:0 0 30px;
}

.social img {
	vertical-align:middle;
	width:34px;
	height:36px;
}

.appraisal {
	width:60%;
}

.community-box  {
	float:left;
	width:32%;
	text-align:center;
}

#disclaimer {
	clear:both;
	display:block;
	padding-top:25px;
	margin-top:20px;
	text-align:center;
	line-height:18px;
	border-top:1px solid #ddd;	
}

