@charset "utf-8";
/* CSS Document */

p, ul, ol, blockquote {
	font-size:11px;
	line-height:18px;
	margin-bottom:15px;
}
h1, h2 {
	color: #283172;
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-weight:normal;
	margin-bottom:15px;
}
h1 {
	font-size:22px;
	line-height:24px;
	margin: 10px 0px;
}
h2 {
	color: #666;
	font-size: 18px;
}
h2.h_full {
	padding-bottom: 3px;
	border-bottom: 2px solid #323B79;
}
body {
	margin: 0px;
	font-size: 12px;
	color: #000;
	font-family: Verdana;
	/*background: #283172 url("../images/red-pattern.png");*/
	background: url("../images/grey-bg.png");
}
.top {
	background-image: url("../images/fisher-hd-bg.png");
	height: 111px;
	border-bottom: 6px solid #F00;
	overflow: hidden;
}
img {
	border:none;
}
.clr {
	clear: both;
}
a, a:link, a:visited {
	color: #015593;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #333;
}
#top_container {
	/*background-image: url("../images/fw.gif");*/
	background: url("../images/ds.png") center;
	height: 150px;
}
#top {
	height: 150px;
}
#logo {
	float: left;
	width: 480px;
	height: 117px;
}
#topcontact {
	position: relative;
	font-size:22px;
	color: #FFFFFF;
	float:left;
	padding:15px 10px 0 0;
	text-align:right;
	width:470px;
	height: 80px;
}
#topcontact a.contact_btn:link,  #topcontact a.contact_btn:visited {
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 227px;
	height: 22px;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	padding: 8px 23px 0px 0px;
	font-weight: bold;
	background: url("../images/contact_btn.png") 0px 0px;
}
#topcontact a.contact_btn:hover,  #topcontact a.contact_btn:focus,  #topcontact a.contact_btn:active {
	background: url("../images/contact_btn.png") 0px -30px;
}
#topmenu {
	clear:both;
	height:33px;
	background-color: #01528C;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
#topmenu li {
	height: 33px;
	float: left;
	line-height: 33px;
}
#topmenu li a:link,  #topmenu li a:visited {
	padding: 0px 10px 0px 17px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	background: transparent url("../images/arrows.png") 0px 0px no-repeat;
}
#topmenu li a:hover,  #topmenu li a:focus,  #topmenu li a:active {
	color: #CCC;
}
#topmenu li a.last {
	padding: 0px 0px 0px 20px;
}
#topmenu li a.arrow_red {
	background-position: 0px -33px;
}
#topmenu li a.arrow_orange {
	background-position: 0px -66px;
}
#topmenu li a.arrow_yellow {
	background-position: 0px -99px;
}
#topmenu li a.arrow_dark_blue {
	background-position: 0px -132px;
}
#topmenu li a.arrow_purple {
	background-position: 0px -165px;
}
#topmenu li a.arrow_green {
	background-position: 0px -198px;
}
#topmenu li a.arrow_light_blue {
	background-position: 0px -231px;
}
.centrecolumn {
	margin: 0 auto;
	width: 960px;
}
#mid_container {
	/*
	background-image: url(../images/bg.jpg);
	background-position: center top;
	*/
	/*background: url(../images/red-pattern.png);*/
	background: url("../images/ds.png") center;
}
#maincontent {
	padding: 30px;
	overflow: hidden;
	background-color: #FFF;
}
#box_container {
	float:left;
	margin-bottom:20px;
	width:900px;
}
#box_container .first {
	margin: 0px;
}
.box {
	position: relative;
	float: left;
	width: 260px;
	height: 200px;
	padding: 10px;
	margin-left: 30px;
	/*background-image: url("../images/large-box.png");*/
	/*background-color: #323B79;*/
	background: #015593 url("../images/box_bg.png") top left no-repeat;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}
.box select {
	font-size: 11px;
}
.box_small {
	width: 105px;
	background-image: url("../images/small-box.png");
}
.box_header {
	display: block;
	font-size: 1.2em;
	padding-bottom: 2px;
	border-bottom: 1px solid #7D8CDF;
	color: #FFF;
	margin-bottom: 10px;
}
.box_row {
	width: 258px;
	clear: both;
	overflow: hidden;
	margin-top: 5px;
	text-align: center;
}
.box_label {
	width: 65px;
	padding-left: 15px;
	float: left;
	text-align: left;
}
.box_input {
	width: 165px;
	float: right;
	text-align: left;
}
.box_input select {
	width: 140px;
}
.box_submit {
	position: absolute;
	bottom: 12px;
	left: 12px;
	background-color: #FFF;
	color: #323B79;
	border: #4F599F solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 140px;
}
.noPad {
	padding: 0px;
}
#content {
	clear:left;
}
#maintext {
	float:left;
	padding-right: 30px;
	width:590px;
	text-align: left;
}
#sideright {
	float: right;
	padding:0;
	width:280px;
}
ul.sidelinks {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background-color: #666;
	overflow: hidden;
}
ul.sidelinks li {
	height: 33px;
	float: left;
	line-height: 33px;
	width: 100%;
}
ul.sidelinks li a:link,  ul.sidelinks li a:visited {
	padding: 0px 15px 0px 23px;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	background: transparent url("../images/arrows.png") 5px 0px no-repeat;
}
ul.sidelinks li a:hover,  ul.sidelinks li a:focus,  ul.sidelinks li a:active {
	background: #333 url("../images/arrows.png") 5px 0px no-repeat;
}
.bottomtext {
	position: relative;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	line-height:14px;
}
.bottom_icon {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	background: transparent url("../images/arrows.png") 0px -10px;
}
#bottom_container {
	/*background-image: url(../images/bottom.gif);*/
	background-color: #01528C;
	height: 93px;
	border-top: 6px solid #F00;
}
#bottomcontent {
	padding: 20px;
 0 40px;
}
#footer_container {
	/*background-color:#283172;*/
	background-color: #01528C;
	padding-bottom:20px;
}
#social {
	float:left;
	height:48px;
	margin:20px 0 0 0;
	width:auto;
}
#social a {
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	margin-left: 8px;
}
/*=================================================================================================*/

/*========================================= Button Styles =========================================*/

/*=================================================================================================*/

a.a_button:link,  a.a_button:visited {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	padding: 5px 10px;
	background-color: #F7F7F7;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px #333;
	-webkit-box-shadow: 0px 0px 2px #333;
	box-shadow: 0px 0px 2px #333;
	border: 1px solid #666;
	color: #000;
}
a.a_button:hover,  a.a_button:active {
	text-decoration: none;
	-moz-box-shadow: 0px 0px 2px #033F12;
	-webkit-box-shadow: 0px 0px 2px #033F12;
	box-shadow: 0px 0px 2px #033F12;
	background-color: #174A7C;
	border: 1px solid #0C457C;
	color: #FFF;
}
/*=================================================================================================*/

/*========================================= Search Styles =========================================*/

/*=================================================================================================*/

.r_wrap {
	width: 570px;
	padding: 10px;
	overflow: hidden;
	border-bottom: 2px dashed #ccc;
	background-color: #ECECEC;
	margin-top: 20px;
}
.r_first {
	/*margin-top: 0px;*/
}
.r_image {
	margin: 0px 10px 10px 0px;
	float: left;
}
.r_address {
	width: 380px;
	float: left;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
.r_price {
	width: 380px;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}
.r_brief {
	width: 380px;
	height: 80px;
	float: left;
	overflow: hidden;
	text-align: justify;
}
.r_more {
	height: 20px;
	line-height: 20px;
	clear: both;
	padding: 0px 20px;
	background: transparent url("../images/arrows.png") 0px -40px no-repeat;
}
.m_wrap {
	width: 580px;
	padding: 10px;
	overflow: hidden;
}
.m_image {
	margin: 0px 0px 10px 10px;
	float: right;
}
.m_status {
	width: 390px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.m_address {
	width: 390px;
	float: left;
	margin-bottom: 10px;
}
.m_price {
	width: 390px;
	float: left;
	margin-bottom: 10px;
}
.m_bedroom {
	width: 390px;
	float: left;
	margin-bottom: 10px;
}
.m_features {
	width: 390px;
	float: left;
	margin-bottom: 10px;
}
.m_fulldesc {
	width: 580px;
	padding: 10px;
}

#results_error {
	margin: 20px 10px;
	border: 1px solid #FFB0B0;
	line-height: 20px;
	height: 20px;
	padding: 2px 4px 2px 24px;
	font-size: 11px;
	background: #FFCECE url("/siteadmin/images/icons/error.gif") no-repeat 3px 3px;
}

#T_left {/*background-color: #099;*/ float: left; height: 200px; margin-bottom: 10px; overflow: hidden; padding: 0px 10px 0px 0px; width: 270px;}
#T_right {-moz-border-radius: 5px; background-color: #323B79; color: #FFF; float: right; padding: 10px; width: 290px;}
#T_right .f_row {height: 20px; line-height: 20px; margin-bottom: 8px; width: 290px;}
#T_right .f_row label {display: block; float: left; width: 120px;}
#T_right .f_row .f_field {float: right; width: 170px;}
#T_mid {/*background-color: #9CC;*/ width: 590px;}
#T_bot {/*background-color: #FC6;*/ width: 590px;}

.clearFix:after {clear: both; content: "."; display: block; height: 0px; overflow: hidden; visibility: hidden;}

#gal_wrap {background-color: #323B79; height: 200px; width: 590px;}

.pag_wrap {height: 30px; margin-top: 20px; text-align: center;}
.pag_wrap a {-moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #ECECEC; border-radius: 5px; display: inline-block; height: 26px; line-height: 26px; margin:  0px 0px 4px 4px; text-align: center; width: 26px;}
.pag_wrap a, .pag_wrap a:link, .pag_wrap a:visited {color: #015593; text-decoration: none;}
.pag_wrap a:hover, .pag_wrap a:focus, .pag_wrap a:active {background-color: #0167AF; color: #FFF;}
.pag_wrap a.pag_curPage {background-color: #015593; color: #FFF;}









