* {
	margin:0;
	padding:0;
	font-family: 'lucida grande', helvetica, arial, sans-serif;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

p, h1, h2, h3 {
	padding: 0;
}

li {
	margin-bottom: 0.5em;
	margin-left: 20px;
}

ul {
	list-style: disc outside;
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.5em;
	color:#333;
}

ol {
	margin-bottom: 0.5em;
	list-style: decimal outside;
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.5em;
	color:#333;
}

h1 {
	font-family: georgia, times, serif;
	color: #256499;
	margin-bottom: 0.4em;
	padding-bottom: 0.2em;
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	font-family: georgia, times, serif;
	font-weight: normal;
	color: #256499;
	margin-top:0.8em;
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
	font-size: 1.1em;
}



h2.price {
	text-align:right;
	color:#e71802;
	font-weight:bold;
	font-family: 'lucida grande', helvetica, arial, sans-serif;
}

h2.sold {
	text-align:right;
	padding: 4px 10px;
	color:#fff;
	background-color:#e71802;
	font-weight:bold;
	font-family: 'lucida grande', helvetica, arial, sans-serif;
}

h2.new_price {
	text-align:right;
	padding: 4px 10px;
	color:#fff;
	background-color:#256499;
	font-weight:bold;
	font-family: 'lucida grande', helvetica, arial, sans-serif;
}

h3 {
	font-family: georgia, times, serif;
	font-weight: normal;
	color: #256499;
	font-size: 1em;
	line-height: 1.3em;
}

h3 a {
	font-family: georgia, times, serif;
}

body {
	background: #fff url(../images/background.jpg) repeat-x scroll top left;
	padding:0;
	margin:0;
}

#header {
	background-repeat: none;
	background: url(../images/fss_logo.jpg) no-repeat scroll top left;
	height: 50px;
	position: relative;
}

#banner {
	position:relative;
	background: url(../images/banner.jpg) no-repeat scroll top left;
	height: 300px;
}

#home_page_banner {
	position:relative;
	background: url(../images/home_page_banner.jpg) no-repeat scroll top left;
	height: 298px;
}

#page_banner {
	position:absolute;
	top:50px;
	left:0px;
	background: url(../images/home_page_banner.jpg) no-repeat scroll top left;
	height: 300px;
}

#featured_property {
	width:460px;
	height:285px;
	position:absolute;
	left:80px;
	top:30px;
}

#content {
}

#framed_content {
	margin-top: 30px;
	background: #fff url(../images/frame_background.jpg) repeat-y scroll top left;
	padding-left:10px;
}

#framed_content.auctions {
	background-image: url(../images/auction_frame_background.jpg);
}

#framed_content.property {
	background-image: url(../images/property_frame_background.jpg);
}

#navigation {
	display:block;
	position:relative;
	list-style: none;
	margin:0;
	padding:0;
	width: 968px;
	height: 48px;
	left: -14px;
	margin-top: 20px;
	text-indent: -9999px;
	z-index: 1000;
}

#framed_content #navigation {
	margin: 0;
	top:-10px;
	left:-14px;
}

#navigation li {
	display:block;
	float: left;
	height: 48px;
	width: 137px;
	margin: 0;
}

#navigation li a {
	display:block;
	height: 100%;
	width: 100%;
}

#navigation .home {
	background: transparent url(../images/navigation.png) no-repeat;
	width: 141px;
}

#navigation .home:hover {
	background-position: 0 -96px;
}

#navigation .home.current {
	background-position: 0 -48px;
}

#navigation .sales {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -141px -0px;
}

#navigation .sales:hover {
	background-position: -141px -96px;
}

#navigation .sales.current {
	background-position: -141px -48px;
}

#navigation .lets {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -278px -0px;
}
/*
#navigation .lets:hover {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -278px -96px;
}

#navigation .lets.current {
	background-position: -278px -48px;
}
*/
#navigation .commercial {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -415px -0px;
}

#navigation .commercial:hover {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -415px -96px;
}

#navigation .commercial.current {
	background-position: -415px -48px;
}

#navigation .auctions {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -552px -0px;
}

#navigation .auctions:hover {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -552px -96px;
}

#navigation .auctions.current {
	background-position: -552px -48px;
}

#navigation .surveys {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -689px -0px;
}

#navigation .surveys:hover {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -689px -96px;
}

#navigation .surveys.current {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -689px -48px;
}

#navigation .about {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -826px -0px;
	width: 142px;
}

#navigation .about:hover {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -826px -96px;
	width: 142px;
}

#navigation .about.current {
	background: transparent url(../images/navigation.png) no-repeat;
	background-position: -826px -48px;
	width: 142px;
}

#commercial_navigation {
	display:block;
	position:relative;
	top: -28px;
	left: -10px;
	list-style: none;
	margin:0;
	padding:0;
	width: 960px;
	height: 44px;
	text-indent: -9999px;
}

#commercial_navigation li {
	display:block;
	float: left;
	height: 44px;
	width: 240px;
	margin:0;
}

#commercial_navigation li a {
	display:block;
	height: 100%;
	width: 100%;
}

#commercial_navigation .introduction {
	background: transparent url(../images/commercial_navigation.png) no-repeat;
}

#commercial_navigation .introduction:hover {
	background-position: 0 -96px;
}

#commercial_navigation .introduction.current {
	background-position: 0 -48px;
}

#commercial_navigation .warehouse {
	background: transparent url(../images/commercial_navigation.png) no-repeat;
	background-position: -240px -0px;
}

#commercial_navigation .warehouse:hover {
	background-position: -240px -96px;
}

#commercial_navigation .warehouse.current {
	background-position: -240px -48px;
}

#commercial_navigation .retail {
	background: transparent url(../images/commercial_navigation.png) no-repeat;
	background-position: -480px -0px;
}

#commercial_navigation .retail:hover {
	background: transparent url(../images/commercial_navigation.png) no-repeat;
	background-position: -480px -96px;
}

#commercial_navigation .retail.current {
	background-position: -480px -48px;
}

#commercial_navigation .office {
	background: transparent url(../images/commercial_navigation.png) no-repeat;
	background-position: -720px -0px;
}

#commercial_navigation .office:hover {
	background: transparent url(../images/commercial_navigation.png) no-repeat;
	background-position: -720px -96px;
}

#commercial_navigation .office.current {
	background-position: -720px -48px;
}


p {
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.5em;
	color:#333;
}

#header > ul {
	position:relative;
	display:block;
	width: 480px;
	overflow:hidden;
	left: 630px;
	clear:both;
}

#header .button {
	display:block;
	width: 160px;
	height: 50px;
	float:left;
	text-indent:-9999px;
	overflow: hidden;
	cursor: pointer;
}

#header h1 {
	text-indent:-9999px;
}

#header .phone_number {
	position: absolute;
	top: 0;
	left: 782px;
}

#photo_browser {
	position:absolute;
	background: url(../images/content_background.jpg) no-repeat scroll top left;
	left:550px;
	top:10px;
	width: 500px;
	height: 350px;
}

#sidebar {
	width:220px;
	height:380px;
	background-color:#ddd;
	position:absolute;
	left: 480px;
	top:0;
}

#sidebar_2 {
	width:220px;
	height:380px;
	background-color:#eee;
	position:absolute;
	left: 720px;
	top:0;
}

#footer {
	width: 960px;
	background-color: #fff;
	border-top: 1px solid #999;
	margin: 0 0 0 -10px;
	font-size: 75%;
	padding: 10px;
}

#footer p {
	margin: 0;
}

.container_12 {
	position: relative;
	left: 40px;
	margin:0;
}

form {
	padding: 0;
}

form > ol {
	list-style-type: none;
	margin-bottom: 1em;
}

form > ol > li {
	margin:1em 0;
	padding:0;
}

input {
	width:100%;
}

select {
	width:100%;
}

label {
	display:block;
	margin-bottom: 10px;
	font-size: 12px;
}

.welcome {
	background: transparent url(../images/welcome.jpg) no-repeat;
	position:relative;
	top:25px;
	height: 225px;
	text-indent: -9999px;
}

.redirect_button {
	background: transparent url(../images/cta_button.jpg) no-repeat;
	position:relative;
	top:50px;
	height: 188px;
	text-indent: -9999px;
}

.redirect_button a {
	position:absolute;
	display: block;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}


.logos {
	position: relative;
	top: -5px;
}

a {
	color:#256499;
	text-decoration:none;
}

a:hover {
	color:#c12301;
	text-decoration: underline;
}

a:active {
	color:#e71802;
}

p.property_description {
	height: 24px;
}

.price {
	text-align:right;
	color:#e71802;
	font-weight:bold;
	font-size: 1em;
}

.sold {
	text-align:right;
	color: #fff;
	background-color:#e71802;
	font-weight:bold;
	font-size: 1em;
	padding: 0 4px;
}

.withdrawn {
	color: #e71802;
	font-weight:bold;
	font-size: 1em;
}

.new_price {
	text-align:right;
	padding-right: 4px;
	color: #fff;
	background-color:#256499;
	font-weight:bold;
	font-size: 1em;
}

p.extract {
	font-weight: bold;
}

img.featured_property {
	border:2px solid #256499;
}

img.featured_property:hover {
	border:2px solid #c12301;
}

#thumbnails {
	margin-top:20px;
}

#thumbnails img {
	margin-bottom:20px;
}

#pagination p {
	text-align: center;
}

#pagination span, #pagination a {
	text-align: center;
	float: left;
	display: block;
	width: 25px;
	height: 25px;
	padding-top: 3px;
	margin-right: 5px;
	border: 1px solid #256499;
	background-color: #CBDDEC;
}

#pagination span {
	border: 1px solid #CBDDEC;
	background-color: #fff;
	color: #CBDDEC;
}

#pagination span.current, #pagination a:hover {
	color:#fff;
	text-decoration: none;
	background-color: #256499;
}

.small {
	font-size: 50%;
	font-weight:normal;
}

hr {
	border: 0px;
	border-top: 1px solid #256499;
}

.alert {
	background: #cf2d15 url(../images/alert_background.png) repeat-x;
	color: #fff;
	font-weight:bold;
	margin-bottom: 1em;
	height: 80px;
	overflow: hidden;
}

.alert img {
	display: block;
	float: left;
	margin: 10px;
}

.alert p {
	color:#fff;
	padding:0;
	float: left;
	margin:10px;
	width: 500px;
}

#page_sidebar a.block {
	display:block;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: -1px;
	border-bottom: 1px solid #adcfe6;
	border-top: 1px solid #adcfe6;
	line-height: 20px;
}
