
body {
	background-color: #013771;
	background-image: url(../images/bgbody.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	height: 100%
}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #b9d8fe;
	text-decoration:underline;
	}

a:visited {
	color: #FFFFFF;
	}

a:active {
	color: #000000;
	}

a img {
	border:0px;
	padding:0px;
	margin:0px;
	}

hr {
	width: 99%;
	float: left;
	height: 0px;
	}

ul.leadlinks {
	text-align: center;
	list-style:none;
	margin: 0;
	line-height: 35px;
	}

li.leadlinks {
	display: inline;
	padding: 15px;
	}	

ul.links {
	list-style-type: square;
	margin: 0;
	padding-left: 15px;
	}

li.links {
	margin: 0;
	padding: 0;
	}

a.links {
	font-weight: normal;
	}

a.links:hover {
	text-decoration: underline;
	}

h1.links {
	font-size: 16px;
	}

/* BASE LAYOUT */

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	overflow: visible;
	}

#container_left {
	position: relative;
	width: 190px;
	float: left;
	}

#container_right {
	position: relative;
	width: 710px;
	float: right;
	}
	
/* SIDEBAR LAYOUT */

#logobox {
	position: relative;
	width: 184px;
	height: 125px;
	border: 3px solid #FFFFFF;
	background-image: url(../images/jsr_logo.png);
	}
	
#navmenu {
	width: 184px;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	}

ul.menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

li.menu {
	height: 44px;
	margin: 0;
	}

#searchbox {
	position: relative;
	width: 184px;
	height: 125px;
	background-image: url('../images/searchlisting_box-bg.png');
	background-repeat: no-repeat;
	border: 3px solid #FFFFFF;
	margin: 0;
	padding-top: 20px;
	}

h1.searchbox {
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	}
	
h2.searchbox {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	}
	
#contactbox {
	position: relative;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	width: 184px;
	height: 117px;
	background-image: url(../images/contactbox_bg.png);
	}

/* CONTENT WINDOW LAYOUT */

#header {
	position: relative;
	width: 716px;
	height: 285px;
	background-image: url(../images/header_img.png);
	}	

#content {
	position: relative;
	width: 696px;
	margin-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	}
	
#link-header {
	width: 100%;
	height: 35px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}
iframe.listings {
	position: relative;
	margin: 20px
	left: 20px;
	width: 700px;
	height: 510px;
}
#singlefamily {
	position: absolute;
	top: 70px;
	left: 20px;
	width: 700px;
	height: 510px;
}

#multifamily {
	position: absolute;
	top: 70px;
	left: 20px;
	width: 700px;
	height: 510px;
	visibility: hidden;
}

table.agents {
	width: 100%;
	text-align: left;
	}

td.agent_left {
	width: 150px;
	}

table.spacer {
	width:25px;
	}
	
tr.vspacer {
	height: 25px;
	}

.agent_name {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	}

table.contact {
	padding: 5px;
	width: 100%;
	}

tr.contact_spacer {
	height: 30px;
	}

td.left_col {
	width: 30%;
	}

/* FOOTER LAYOUT */

#footer {
	clear: both;
	font-size: 11px;
	width: 900px;
	height: 55px;
	margin: 0 auto;
	background-image: url(../images/footer_bg.png);
	}
	
#footerLeft {
	float: left;
	text-align: left;
	color: #FFFFFF;
	margin: 7px 0px 0px 12px;
	}
	
#footerRight{
	float: right;
	text-align: right;
	color: #FFFFFF;
	margin: 7px 12px 0px 0px;
	}