@charset "UTF-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #8a2003;
	background-image: url("http://campbellprebish.com/images/lion-background.png");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

img {
	border: 0;
}

#header {
	margin: 0 auto;
	text-align: center;
	width: 561px;
}

.image {
	background-repeat: no-repeat;
	background-position: left;
	margin: 0;
	padding: 0;
}

.image span {
	display: none;
}

h1 {
	font-family: 'Trajan Pro', Times, serif;
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	margin-top: 0;
}

h2 {
	font-family: 'Trajan Pro', Times, serif;
	color: #000;
	font-weight: normal;
	font-size: 24px;
	margin-top: 0;
}

h3 {
	color: #666;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 3px;
	font-family: 'Trajan Pro', Times, serif;
}

p {
	margin-top: 0;
}

a {
	color: #8A200A;
}

h3 a {
	
	color: #666;
	text-decoration:none;
}




#tagline {
	background-image: url("http://campbellprebish.com/images/tagline.png");
	width: 386px;
	height: 25px;
}

#canvas {
	margin: 0 auto;
	width: 964px;
	background-color: #fff;
	border: 3px solid #c89f4b;
	padding: 3px;

}

.home #canvas {margin-bottom: 0px !important; border-bottom: 0;}

.logo { margin: 30px auto;}


#footer {
	margin: 0 auto;
	text-align: center;
	padding: 3px;
	width: 900px;
}

#footer p {font-family: 'Times New Roman', Times, serif !important;}

#footer img {margin: 30px auto;}

.info {
	color: #c89f4b;
	padding-top: 5px;
	padding-bottom: 16px;
	font-size: 16px;
}


#socialnetwork { 
padding-top:20px;

}

.info a {
	color: #c89f4b;
	text-decoration: none;
}

.info a:hover {
	color: #fed079;
}

.textlinks {
	color: #cecece;
	font-size: 14px;
	padding-bottom: 10px;
}

.textlinks a {
	color: #fff;
	text-decoration: none;
}

#footer small {
	color: #efefef;
	font-size: 14px !important;
	padding: 10px 0;
}

small.disclaimer p {width:800px !important; margin: auto; margin-bottom: 40px;}


#nav {
	margin: 0 auto;
	background-color: #c89f4b;
	height: 35px;
}

/* top nav bar */

#nav ul, #nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li {
	float: left;
	vertical-align: middle;
}

#nav a {
	display: block;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	clear: left;
}

#nav a span {
	display: none;
}

/* main nav images */

#nav_properties {
	background-image: url("http://campbellprebish.com/images/nav_featuredproperties.png");
	width: 236px;
}

#nav_properties:hover {
	background-image: url("http://campbellprebish.com/images/nav_featuredproperties_o.png");
}

ul#nav_properties_sub {
	width: 235px;
	background-color: #fff;
}

#nav_properties_sub a {
	width: 215px;
}

#nav_about {
	background-image: url("http://campbellprebish.com/images/nav_about.png");
	width: 253px;
}

#nav_about:hover {
	background-image: url("http://campbellprebish.com/images/nav_about_o.png");
}


#nav_about_sub a {
	width: 252px;
}

#nav_about_sub a {
	width: 232px;
}

#nav_area {
	background-image: url("http://campbellprebish.com/images/nav_areainformation.png");
	width: 162px;
}

#nav_area:hover {
	background-image: url("http://campbellprebish.com/images/nav_areainformation_o.png");
}

#nav_area_sub {
	width: 161px;
}

#nav_area_sub a {
	width: 141px;
}

#nav_mls {
	background-image: url("http://campbellprebish.com/images/nav_mlssearch.png");
	width: 188px;
}

#nav_mls:hover {
	background-image: url("http://campbellprebish.com/images/nav_mlssearch_o.png");
}

#nav_mls_sub {
	width: 187px;
}

#nav_mls_sub a {
	width: 167px;
}

#nav_contact {
	background-image: url("http://campbellprebish.com/images/nav_contactus.png");
	width: 125px;
}

#nav_contact:hover {
	background-image: url("http://campbellprebish.com/images/nav_contactus_o.png");
}

#nav_contact_sub {
	width: 124px;
}

#nav_contact_sub a {
	width: 104px;
}

/* subnav / dropdowns */

#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #fff;
	margin-top: 35px;
 	*margin-left: -236px; /* ie 7 positioning hack */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom: 3px solid #c89f4c;
	border-top: 1px solid #fff;
	border-left: 1px solid #c89f4c;
	border-right: 1px solid #c89f4c;
}

#nav li:hover ul {
	left: auto;
}

#nav li ul li {
	padding-bottom: 2px;
}

#nav li ul a {
	height: auto;
	padding: 8px 10px;
	color: #8a2003;
	text-decoration: none;
	text-align: left;
	/*z-index: 1000;*/
	border-bottom: 1px solid #c89f4c;
	width: 215px;
}

#nav li ul a:hover {
	color: #fff;
	background-color: #c89f4c;
}

/* use instead of clearfloat */

.newBFC {
	overflow: hidden;
	_overflow: visible;
	_overflow-x: hidden;
	_height: 0;
}

/*\*//*/ 
.newBFC {display: inline-block;}
/**/

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thumb_clear {
	clear:both;
	padding-top:10px;
}

/* ALL LISTINGS PAGE */

#listings {
	background-color: #621200;
	padding: 15px 0;
}

#listings h1 {
	margin: 0 0 10px 10px;
}

#listings h2 {
	margin-bottom: 3px;
}

.propdivider {
	height: 16px;
	background-image: url("http://campbellprebish.com/images/propdivider.png");
	background-repeat: repeat-x;
}

.propertylist{text-align:center; width:100%;}
.property {margin:0 auto;text-align:center;}
.soldproperty {margin:4px 10px;padding:4px;text-align:center;width:260px; display:inline-table;border: 1px solid #8A200A;color:#000;}
/*Prop Title, sometimes on two lines*/
.propname{font-weight:900;color:#8A200A}
/*Address and price, always on two lines*/
.propdetail{}
/*tiny text about what you did*/
.repdetail{font-size:10px;}

.infobox {
	background-color: #fff;
	background-image: url("http://campbellprebish.com/images/yellowstripes.gif");
	background-position: top;
	background-repeat: repeat-x;
	width: 260px;
	padding: 16px;
	margin-top: 215px;
	margin-left: 660px;
	margin-bottom: 10px;
	/* make a little transparent */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	font-family: 'Trajan Pro', Times, serif;
}

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

ul.options li {
	border-top: 1px solid #c89f4b;
	border-bottom: 1px solid #c89f4b;
	padding: 3px 0;
	margin-bottom: 3px;
	color: #fff;
}

ul.options li a {
	display: block;
	background-color: #8a2003;
	padding: 6px;
	color: #fff;
	text-decoration: none;
}

ul.options li a:hover {
	background-color: #c89f4b;
}

/* PROPERTY DETAIL PAGE */

#detail {
	background-color: #621200;
	padding: 15px 0 0 0;
	margin: 0;
}

#detail h1 {
	margin: 0 0 10px 10px;
}

#detail h2 {
	margin: 0 0 3px 10px;
	color: #fff;
}

#detail .photo {
	margin: 0;
	padding: 0;
}

#detail .photo img {
	margin: 0;
	display: block;
}

.top {
	border-bottom: 3px solid #c89f4b;
	margin-top: 30px;
	font-family: 'Trajan Pro', Times, serif;
}

.things {
	float: right;
	margin-right: 14px;
}

ul.tabs, ul.tabsb {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabs li, .tabsb li {
	float: left;
	padding: 0;
}

.tabs li a, .tabsb li a {
	display: block;
	padding: 7px 10px 7px 10px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.active {
	background-color: #c89f4b;
}

.alert {
	color: #E25F53;
	background-color: #fff6bf;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 8px;
	border-bottom: 3px solid #c89f4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alert a {
	color: #153B72;
}

.text {
	background-color: #fff;
	padding: 30px;
}

.text a {
	color: #36C;
}

.text a:hover {
	color: #8A200A;
}

.textside {
}

.contactinfo {
	margin-top: 130px;
	color: #fff;
}

.contactinfo h3 {
	font-family: 'Trajan Pro', Times, serif;
	font-size: 18px;
	color: #fff;
}

.contactinfo a {
	color: #fff;
}

.mapside {
	float: right;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	height:350px;
	width:450px;
	margin-left: 20px;
}

.map {
	background-color: #fff;
	padding-top: 12px;
	padding-left: 12px;
}

.address {
	color: #666;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: 'Trajan Pro', Times, serif;
}

.price {
	color: #3F9301;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: 'Trajan Pro', Times, serif;
}

.size {
	font-family: 'Trajan Pro', Times, serif;
	font-size: 12px;
	color: #666;
}

.thumbside {
	float: right;
	width: 430px;
	font-size: 12px;
	font-family: 'Trajan Pro', Times, serif;
	text-align: right;
}

.thumbside img {
	margin-bottom: 20px;
}

.contacth3 {
	margin-top: 0;
}

/* contact form */

.minicontact {
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 370px;
}

.minicontact p {
	margin-top: 4px;
}

.minicontact table {
	margin-left: 20px;
}

.minicontact td {
	text-align: right;
	padding: 3px;
}

.minicontact input, .minicontact textarea {
	width: 200px;
	/*border: 1px solid #313131;
	background-color: #0F0F0F;
	border: 1px solid #ccc;
	background-color: #efefef;*/
	color: #333;
	font-family: 'Trajan Pro', Times, serif;
}

.minicontact .radio {
	text-align: left;
}

.minicontact .radio input {
	width: auto;
	border: none;
	background-color: #fff;
	color: auto;
	vertical-align: baseline
}

.minicontact input.radio {
	width: auto;
	border: none;
	background-color: none;
	color: auto;
}

.tab_container {
	background-color: #fff;
}

/* BASIC PAGES */

.submenu {
	float: right;
	width: 256px;
}

.submenu h3 {
	margin-bottom: 10px;
}


.submenu a {
	color: #36C;
	width: 256px;
	height: 49px;
	display: block;
	background-repeat: no-repeat;
}

.submenu a span {
	display: none;
}

.submenu a:hover {
	color: #8A200A;
}

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

.submenu li {
	margin-bottom: 1px;
}

/* submenu link images */

#sub_thomas {
	background-image: url("http://campbellprebish.com/images/firm_Thomas.png");
}

#sub_thomas:hover {
	background-image: url("http://campbellprebish.com/images/firm_Thomas_o.png");
}

#sub_richard {
	background-image: url("http://campbellprebish.com/images/firm_Richard.png");
}

#sub_richard:hover {
	background-image: url("http://campbellprebish.com/images/firm_Richard_o.png");
}

#sub_peter {
	background-image: url("http://campbellprebish.com/images/firm_Peter.png");
}

#sub_peter:hover {
	background-image: url("http://campbellprebish.com/images/firm_Peter_o.png");
}

#sub_marybeth {
	background-image: url("http://campbellprebish.com/images/firm_Marybeth.png");
}

#sub_marybeth:hover {
	background-image: url("http://campbellprebish.com/images/firm_Marybeth_o.png");
}

#sub_william {
	background-image: url("http://campbellprebish.com/images/firm_William.png");
}

#sub_william:hover {
	background-image: url("http://campbellprebish.com/images/firm_William_o.png");
}
#sub_celine {
	background-image: url("http://campbellprebish.com/images/firm_Celine.png");
}

#sub_celine:hover {
	background-image: url("http://campbellprebish.com/images/firm_Celine_o.png");
}

#sub_celines {
	background-image: url("http://campbellprebish.com/images/firm_CelineS.jpg");
}

#sub_celines:hover {
	background-image: url("http://campbellprebish.com/images/firm_CelineS_o.jpg");
}

#sub_ann {
	background-image: url("http://campbellprebish.com/images/firm_AnnZ.jpg");
}

#sub_ann:hover {
	background-image: url("http://campbellprebish.com/images/firm_AnnZ_o.jpg");
}

#sub_sean {
		background-image: url("http://campbellprebish.com/images/firm_Sean.png");
}

#sub_sean:hover {
		background-image: url("http://campbellprebish.com/images/firm_Sean_o.png");
}


#sub_sold {
	background-image: url("http://campbellprebish.com/images/firm_sold.png");
}

#sub_sold:hover {
	background-image: url("http://campbellprebish.com/images/firm_sold_o.png");
}




.content {
	margin-right: 251px;
	margin-top: 20px;
	padding-right: 20px;
}

#frontpage-text {

	width:970px;
	margin:0 auto;
font-family: 'Trajan Pro',Times,serif;
	background-color:#92310e;
	border:3px solid #C89F4B;
	border-top:0;
text-align:center;
color:#fff !important;
}
#frontpage-text p {padding-top: 0px !important; margin-top: 0px!important;}
#frontpage-text div {border: 3px solid #fff; 	border-top:0;padding-top: 20px;
}

.frontpage-h1{
	color:red;
	padding:0 3px;
	width:964px;
	margin:10px  auto -12px auto;
	font-size:50px;
	color:#c89f4b;
	line-height:50px;
}

#frontpage-text p { 
	margin: 20px;

}

/* area info pages */

#area {
	background-color: #621200;
	padding: 15px 0 0 0;
	margin: 0;
}

#area h1 {
	margin: 0 0 10px 10px;
}

#area h2 {
	margin: 0 0 1.2em 0;
	color: #621200;
}

#area h3 {
	margin: 0 0 1.2em 0;
	color: #621200;
}

.areasub {
	float: left;
	width: 180px;
	padding: 0;
	color: #fff;
	font-family: 'Trajan Pro', Times, serif;
}

.areasub a {
	color: #fff;
}

.areasub a:hover {
	color: #e14c14;
}

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

.areasub li {
	padding:0;
	margin-bottom: 10px;
}

.areasub li a {
	padding: 8px 15px;
	display: block;
	text-decoration: none;
}

.areasub li a.selected {
	background-color: #c89f4b;
}

.areacontent {
	margin-left: 180px;
	padding: 20px;
	background-color: #fff;
	border-left: 3px solid #c89f4b;
	border-top: 3px solid #c89f4b;
	border-bottom: 1px solid #c89f4b;
	border-right: 1px solid #c89f4b;
}

.areacontent .photos {
	padding: 0 0 30px 30px;
	float: right;
}

.areacontent #pricing-text {

border:1px solid #CCA145; 
padding:0 10px;
float:right;
width:395px;
margin:-30px 0 10px 20px;

}

.areacontent #pricing-text h3{
	margin:10px 0 4px 0; 
	font-size:14px;
}

#naples #nav_naples {
	background-color: #c89f4b;
}

#aqualane #nav_aqualane {
	background-color: #c89f4b;
}

#bay #nav_bay {
	background-color: #c89f4b;
}

#grey #nav_grey {
	background-color: #c89f4b;
}

#coquina #nav_coquina {
	background-color: #c89f4b;
}

#mediterra #nav_mediterra {
	background-color: #c89f4b;
}

#moorings #nav_moorings {
	background-color: #c89f4b;
}

#olde #nav_olde {
	background-color: #c89f4b;
}

#park #nav_park {
	background-color: #c89f4b;
}

#pelican #nav_pelican {
	background-color: #c89f4b;
}

#port #nav_port {
	background-color: #c89f4b;
}

#quail #nav_quail {
	background-color: #c89f4b;
}

#royal #nav_royal {
	background-color: #c89f4b;
}

#vanderbilt #nav_vanderbilt {
	background-color: #c89f4b;
}

.yellow {
	background-color: #c89f4b;
	background-image: url("http://campbellprebish.com/images/white.gif");
	background-repeat: repeat-x;
	background-position: top;
}

#preloaded-images {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

.realtor {
	height: 225px;
	margin-bottom: 10px;
}

.realtor img {
	margin-right: 12px;
}

.realtor p {
	margin-top: 25px;
}
.soldprops{float:right;margin:-55px 11px 0 0;}

/* NAV */
#nav a {font-size:11px; background:url() !important; line-height:37px !important; text-decoration:none; color:#FFF; border-right:1px solid #fff; text-align:center; text-transform:uppercase; font-family:'Trajan Pro',Times,serif; letter-spacing:1.25px; 
}
#nav a:hover {background-color: #8A2003 !important; }
#nav a span::first-letter {font-size:12px; }
#nav span {display:block !important;}
a#nav_about {width:120px; background-position:left;}
a#nav_contact {width:142px;}
a#nav_blog {background:url("http://campbellprebish.com/images/nav_blog.png") center center no-repeat; width:100px !important;}
a#nav_contact {border-right:none !important; }
a#nav_properties, #nav ul ul {width:250px !important; }
#nav ul ul a {width:229px !important; padding-top:0px !important; padding-bottom: 0 !important; }
a#nav_area {width:180px !important;}
a#nav_mls {width:166px; }

form.ihfQuickSearch {
font-size:13px; 
border:1px solid #ccc;
border-radius:5px;
padding:1px 10px;
color:#fff;
width:225px;
margin-left:80px !important;
background-color:#8A2003;
}


form.ihfQuickSearch select{
border:1px solid #ccc;
padding:3px;
margin-top:4px;
width:225px !important;

}
 
form.ihfQuickSearch input[type=submit] {
border:0;
padding:5px 20px;
background-color:#C89F4B;
color:#fff;
font-family:arial;
margin-top:10px;
border-radius:5px;
}

form.ihfQuickSearch div {position:static !important;}

