/*GLOBAL OPTIONS*/
html {
	font-size: 100.1%;
	height: 100%;
	background: url(/images/templates/picketfence/bg-html.jpg);
}
body {
	font: 84% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: url(/images/templates/picketfence/bg-body.jpg) repeat-x;
	height: 100%;
}

body p {
    margin: 0;
    padding: 0;
}

form {
	display: inline;
	padding: 0;
	margin: 0;
}

ol {

}

ol li {

}

li {list-style: none;}
a {
	text-decoration: underline;
	color: #14579c;
}
a:hover {text-decoration: none;}
a:focus {outline: none;}
img {border: none;}
h1 {
	margin: 0;
	padding-bottom: 8px;
	color: #14579c;
	font-size: 24px;
}
h2 {
	margin: 0 0 3px;
	color: #b3b3b3;
	font-size: 14px;
}
h3 {
	margin: 0;
	color: #000;
	font-size: 18px;
}

h3.short-description {
    font-weight: normal;
}

h4 {
	margin: 0;
	color: #14579c;
	font-size: 14px;
}
/*paragraphe*/
p {
	font-size: 12px;
	color: #000;
	margin: 0 0 18px;
}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.errors li {
    border: 1px solid #b32400;
    background-color: #ffccbf;
    list-style-type: none;
    margin: 0;
    padding: 5px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 956px;
	/* background: url(/images/templates/picketfence/bg-main.gif) repeat-y;*/
	min-height: 100%;
    background-color: #e2e8d0;
	padding-bottom: 70px;
}
/*HEADER*/
#header {
	height: 245px;
	background: url(/images/templates/picketfence/bg-header.jpg) no-repeat;
	position: relative;
	z-index: 100;
}

/* fieldsets for listing form */
#listingDescription {
}

#person {
    width: 260px;
    float: left;
}

#address {
    width: 260px;
    float: left;
}

#listingAttributes {
    width: 260px;
    float: left;
}

#tags {
    width: 550px;
}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(/images/templates/picketfence/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 16px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}

/* directory of services */
.directory legend {

}
.directory fieldset {
    
}
/* end directory of services */

/* forms */
.zend_form fieldset {
    margin: 5px;
}

dl dd {
    margin: 0;
    padding: 0;
}
/* tags */
#tags dl dt {
    display: block;
}

#tags dt {
    font-weight: bold;
}

#tags dl {
    margin: 5px;
}
/* end tags */

.featureBox {
    width: 180px;
    margin: 5px;
    padding: 5px;
    float: left;
}

.listing-list {
    width: 100%;
    margin: 5px 0 10px 0;
}

#listing {

}
/* end forms */

/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 10px;
	left: 20px;
}
.logo a {
	background: url(/images/templates/picketfence/logo.gif) no-repeat;
	height: 62px;
	width: 419px;
}

/* subscribe */
.subscribe {
	position: absolute;
	top: 85px;
	right: 0;
	background: url(/images/templates/picketfence/img-subscribe.png) no-repeat;
	width: 122px;
	height: 121px;
}
/* end subscribe */

/*MAIN NAVIGATION*/
#main-nav {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 214px;
	width: 956px;
	background: #14579c;
	height: 31px;
}
#main-nav li {float: left;}
#main-nav li a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	width: 134px;
	line-height: 31px;
	height: 31px;
	overflow: hidden;
	background: url(/images/templates/picketfence/bg-main-nav.gif) no-repeat;
}
#main-nav li a strong {font-size: 16px;}
#main-nav li a:hover, #main-nav li a.active {background-position: 0 -32px;}
/*drop box*/
#main-nav li:hover, #main-nav li.hover {position: relative;}
#main-nav li:hover ul, #main-nav li.hover ul, #main-nav li:hover li:hover div, #main-nav li.hover li.hover div {display: block !important;}

#main-nav ul {
	padding: 5px 0;
	margin: 0;
	position: absolute;
	left: -9px;
	top: 31px;
	display: none;
	background: url(/images/templates/picketfence/bg-drop-box1.gif) no-repeat 0 100%;
	width: 148px;
}
#main-nav ul li {float: none;}
#main-nav ul li a {
	background: none;
	color: #14579c;
	text-align: left;
	margin: 0 2px 0 9px;
	padding-left: 13px;
	width: auto;
}
#main-nav ul li:hover a, #main-nav ul li.hover a {background: #8bb9ec;}
/*level 3*/
#main-nav ul div {
	left: 148px;
	top: -5px;
	background: url(/images/templates/picketfence/bg-drop-box2.gif) no-repeat;
	padding-top: 8px;
	position: absolute;
	width: 139px;
	display: none;
}
#main-nav div ul {
	background-position: -9px 100%;
	padding-top: 0;
	width: auto;
	position: static;
}
#main-nav div ul a {
	background: none !important;
	margin-left: 0;
	padding-left: 7px;
}
#main-nav div ul a:hover {background: #8bb9ec !important;}
/* main nav end */

/*page-image*/
.page-image-wide {
	float: left;
	margin: 50px 5px 0 50px;
}
.page-image-narrow {
	float: left;
	margin: 50px 28px 0 50px;
}
/*CONTAINER*/
#container {
    background-color: #e2e8d0;
	width: 100%;
	overflow: hidden;
    background-color: #e2e8d0;
	padding-top: 30px;
}
/*CONTENT*/
.content-wide {
	float: left;
	width: 580px;
}
.content-narrow {
	float: left;
	width: 480px;
}
#container strong {font-size: 14px;}
/*content-row*/
.content-row {
	width: 100%;
	overflow: hidden;
}
.more-images {
    padding: 10px;
    width: 223px;
    /* float: left; */
}
.gray {
    /* background-color: #eee; */
    background-color: #e2e8d0;
}

.main-image {
    width: 320px;
    float: left;
}

.content a {text-decoration: none;}
.content a:hover {text-decoration: underline;}
.content h1 {float: left;}
/*return btn*/
.return {
	float: right;
	background: url(/images/templates/picketfence/img-lefr-arrow.gif) no-repeat 0 6px;
	padding-left: 28px;
	line-height: 25px;
	font-size: 12px;
	margin-top: 0px;
}
.content address {
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
}
/*price-list*/
.price-list {
	padding: 0 0 17px;
	margin: 0;
	width: 225px;
}
.price-list li {
	width: 100%;
	overflow: hidden;
	color: #000;
	font-size: 14px;
}
.price-list li span {
	float: left;
	width: 120px;
}
.price-list li strong.gray {color: #828282;}
.btn-sold {
	float: right;
	margin: -5px 167px 0 0;
	background: url(/images/templates/picketfence/btn-sold.gif) no-repeat;
	width: 75px;
	height: 75px;
	display: inline;
}
/*features list*/
.features-list {
	padding: 0;
	margin: 0;
}
.features-list li {
	overflow: hidden;
	width: 100%;
	vertical-align: top;
}
.features-list span {
	float: left;
	color: #000;
	font-size: 12px;
}
.features-list span.name {width: 133px;}
/*pink box*/
.pink-holder {
	margin-left: -10px;
	position: relative;
	margin-bottom: 17px;
}
.pink-box {
	/* width: 241px; */
	width: 100%;
	padding: 8px 12px;
	float: left;
	background: #fad5dc;
}
/*image-list*/
.image-list {
	float: right;
	width: 200px;
	padding-top: 6px;
}
.image-list strong em {
	font-size: 10px;
	font-weight: normal;
}
.image-list ul {
	width: 100%;
	padding: 6px 0 0;
	margin: 0;
	overflow: hidden;
}
.image-list li {
	float: left;
	margin: 0 5px 5px 0;
}
.image-list li img {
	display: block;
	border: 1px solid #b7b7b7;
}

/*house descrition*/
.house-desc {margin-bottom: 15px;}
.house-desc strong {
	color: #14579c;
	float: left;
	text-align: right;
	width: 120px;
}
.house-desc strong em {
	font-size: 12px;
	display: block;
}
.house-desc ul {
	padding: 0 0 0 22px;
	margin: 0;
	float: left;
}
.list {
	padding: 0;
	margin: 0;
}
.list li {
	padding-left: 10px;
	background: url(/images/templates/picketfence/img-black-dot.gif) no-repeat 0 4px;
	font-size: 12px;
	letter-spacing: -1px;
	color: #000;
}

/*date*/
.date {
	color: #6e6e6e;
	text-align: right;
	display: block;
	font-size: 10px;
}
.date strong {font-size: 10px !important;}
/*sidebar*/
.sidebar {
	float: right;
	width: 268px;
}
.side-text {
    padding-left: 8px;
    padding-right: 8px;
}

fieldset legend {
    font-size: 1.12em;
    font-weight: bold;
}

fieldset {
    padding: 8px;
    margin: 0;
    -moz-border-radius: 9px;
    border-radius: px;
}

.buttons {
	padding: 0;
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}
.buttons li {
	float: left;
	margin-right: 9px;
}
/*sidebar title*/
.sidebar h2 {
	color: #798623;
	margin: 0;
}
.sidebar h3 {
    padding: 0;
	color: #000;
	margin-bottom: 4px;
    text-align: center;
}

.center {
    text-align: center;
}

.sidebar strong {
	margin-bottom: 7px;
	display: block;
}
.sidebar p {
	font-size: 13px;
	margin: 0 0 10px;
}
.login-form {margin-bottom: 20px;}
.login-form label {
	float: left;
	width: 70px;
	color: #758222;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
}
.login-form input.i-text {
	width: 150px;
	padding: 3px 5px;
	height: 14px;
	margin-bottom: 5px;
}
/*i-btn*/
.i-btn {
	float: left;
	margin: 2px 10px 0 72px;
	display: inline;
}
.login-form a {
	color: #000;
	font-size: 9px;
	font-style: italic;
	display: block;
}
/*links*/
.links {
	padding: 10px 0 30px;
	margin: 0;
}
.links li a {
	font-size: 10px;
	color: #000;
	font-style: italic;
}
/*cite*/
.cite {
	background: url(/images/templates/picketfence/bg-cite.gif) no-repeat 0 100%;
	padding-bottom: 10px;
}
.cite cite {
	background: url(/images/templates/picketfence/bg-cite.gif) no-repeat;
	padding: 10px 10px 0 40px;
    margin-right: 5px;
	display: block;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
.cited {
	padding: 0px 0px 0 80px;
}
.cite cite a {
	color: #fff;
	display: block;
	margin-top: 10px;
}
.cite cite span, .cite cite a {font-style: italic;}

.thumbnail75 {
    width: 75;
    padding: 15px;
}

.thumbnail125 {
    width: 125;
    padding: 15px;
}

#messages {
    border: 1px solid #6bb300;
    background-color: #e6ffbf;
    padding: 25px;
}

#errors {
    border: 1px solid #b32400;
    background-color: #ffccbf;
    padding: 25px;

}

#open-house {
    border: 1px solid #b32400;
    background-color: #ffccbf;
    padding: 15px;
}

/*search*/
.search {background: url(/images/templates/picketfence/img-search.gif) no-repeat;}
/*sub-menu*/
.sub-menu {margin-bottom: 25px;}
.sub-menu h3 {
	float: left;
	color: #14579c;
	margin-right: 22px;
}
.sub-menu a {
	color: #909090;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none !important;
	padding-left: 7px;
	line-height: 26px;
	float: left;
	margin-right: 10px;
}
.sub-menu a span {
	color: #fff;
	padding-right: 13px;
	font-style: normal;
	font-size: 14px;
}
.sub-menu a.circle {background: url(/images/templates/picketfence/img-gray-circle.gif) no-repeat 0 1px;}
.sub-menu a.bar {background: url(/images/templates/picketfence/img-gray-bar.gif) no-repeat 0 1px;}

.announce {
    font-weight: bold;
    font-size: 1.3em;
    color: red;
}

/* state-box */
.state-box {
    border: 1px solid black;
    width: 255px;
    margin: 4px;
    padding: 4px;
    float: left;
}
/*town-list*/
.town-list {
	padding: 0;
	margin: 0;
}
.town-list li {
	border-bottom: 1px solid #b7b7b7;
	padding-left: 12px;
	margin-bottom: 10px;
}
.town-list li div {
	width: 100%;
	overflow: hidden;
	background: url(/images/templates/picketfence/img-blue-bar.gif) no-repeat 0 2px;
	padding-left: 20px;
	margin: 0 0 10px -20px;
	position: relative;
}
.town-list li div h4 {
	float: left;
	margin-right: 10px;
}
.town-list li div a {
	font-size: 12px;
	color: #707070;
	float: left;
	padding-left: 4px;
	background: url(/images/templates/picketfence/img-gray-circle-small.gif) no-repeat;
	font-style: italic;
	line-height: 17px;
	text-decoration: none !important;
}
.town-list li div a span {
	color: #fff;
	font-weight: bold;
	padding-right: 10px;
	font-style: normal;
}
.town-list li p {
	color: #707070;
	margin-bottom: 10px;
}
.town-list li strong {font-size: 12px !important;}
.town-list li a {text-decoration: underline;}
.town-list li a:hover {text-decoration: none;}
.town-list li.last {border-bottom: none;}
/*FOOTER*/
#footer {
	clear: both;
	text-align: center;
	width: 680px;
	padding: 10px 0;
	color: #555;
}
#footer ul {
	padding: 0;
	margin: 0 0 12px;
}
#footer ul li {
	display: inline;
	padding-left: 10px;
	background: url(/images/templates/picketfence/img-footer-separator.gif) no-repeat 3px 50%;
}
#footer ul li.first {
	padding: 0;
	background: none;
}
#footer ul li a {
	font-size: 13px;
	font-weight: bold;
}
#footer a {color: #555;}
#footer p {
	margin: 0 0 12px;
	font-size: 13px;
}
#footer em {font-size: 10px;}

#tags input {
    margin: 0;
    padding: 0;
}
#tags table td {
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
}
