/*
Description: Caroline Santandrea
*/

/* Common
------------------------------ */
html, body {
	margin:0;
	padding:0;
	height: 100%;
	}
body {
	/*font: 62.5% Georgia, "Times New Roman", serif;*/
	font-family: "Times New Roman", Ariel, Helvetica,  sans-serif;
	text-align: center;
	background-color: #6D92AC;
	background-color: #AFCEE2;
	color: #053558;
	font-size:10px;
	background: #6D92AC url("/websites/18/images/caroline-bggrad.gif") repeat-x center top;
}
h1, h2, h3, dl, dt, dd {
	margin: 0;
	font-weight: normal;
	}
a {
	text-decoration: none;
	}
a img, img {
	border: none;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
a.btn, a.formbtn {
	padding: 10px 10px 28px;
	height: 50px;
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase;
	color: #fff;
	background: url("/websites/18/images/btn_bg.png") left -50px no-repeat;
	}
a.formbtn {
	padding:0px;
}
a.btn span, a.formbtn span {
	padding: 6px 20px;
	height: 24px;
	background-color: #7192ac;
	}
a.btn:hover {
	background-position: top;
	}
a.btn:visited, a.btn:hover, a.btn:active {
	color: #fff;
	}

.small-text {
	font-size:0.9em;
}

/* Page Layout/Structure 
------------------------------ */
#bigwrap {
	width: 100%;
	}
#header {
	margin: 0 auto;
	padding: 0px 0 8px;
	width: 824px;
	height:91px;
	}
#container {
	margin: 0 auto;
	width: 880px;
	min-height: 550px;
	}
#sidebar {
	width: 270px;
	float: left;
	}
#content {
	margin: 0 auto;
	width: 802px;
	}
#footer {
	margin: 0 auto;
	width: 824px;
	clear: both;
	height:100px;
	}
#footer_left {
	display:inline;
	float:left;
	width:620px;
}
#footer_right {
	display:inline;
	float:right;
	width:200px;
}

/* Styling
------------------------------ */

/* Bigwrap Div ----- */
#bigwrap {
	padding-bottom: 200px;
	background: url("/websites/18/images/body_bg.jpg") center bottom repeat-x;
	}

/* Header Div ----- */
#header {
	text-align: left;
	padding-top:15px;
	/* background: url("/websites/18/images/sothebys_logo.gif") right 20px no-repeat; */
	}
#header a#logo {
	}
#header ul#topnav {
	margin: 17px 0 0;
	padding: 0;
	text-transform: uppercase;
	}
#header ul#topnav, ul#topnav li {
	list-style: none;
	}
#header ul#topnav li {
	margin: 0 30px 0 0;
	padding: 0;
	display: inline;
	font-size: 1.6em;
	}
#header ul#topnav a, #header ul#topnav a:visited {
	color: #053558;
	}
#header ul#topnav a:hover, #header ul#topnav a:active {
	color: #FFFFFF;
	}

/* Container Div ----- */
#container {
	padding-top: 11px;
	background: url("/websites/18/images/container_bg.png") left top no-repeat;
	}
#container h1 {
	padding: 16px 0 30px 39px;
	display: block;
	text-align: left;
	}

/* Content Div ----- */
#content {
	}
#content .padbox {
	padding: 0;
	}
#content p {
	margin: 0 0 15px;
	font-size: 1.4em;
	line-height: 1.5em;
	}
#content p a, #content p a:visited {
	color: #053558;
	border-bottom: 1px solid #053558;
	}
#content p a:hover, #content p a:active {
	color: #264c72;
	border-bottom-color: #264c72;
	}

/* Sidebar Div ----- */
#sidebar {
	}

/* Footer Div ----- */
#footer {
	padding-top: 20px;
	font-size: 0.9em;
	/*text-align: right;
	text-transform: uppercase;*/
	}
#footer p {
	margin: 0;
	padding-bottom: 5px;
	}

.footer_contact {
	font-size:1.2em;
	}

#footer a, #footer a:visited {
	color: #053558;
	}
#footer a:hover, #footer a:active {
	color: #264c72;
	}


#sec_nav ul li{
	display:inline;
	list-style-type:none;
	font-size:12px;
}

.pipe-holder {
	padding:0px;
	margin-right:10px;
	margin-left:10px;
	display:inline;
}

#sec_nav ul li a:link, #sec_nav ul li a:visited{
	color:#999;
}

#sec_nav ul li a.selected, #sec_nav ul li a:hover  {
	color:#053558;
}

/* summary css */

.property_unit {
	margin-top:20px;
	/*height:220px;*/
	overflow:auto;
}

.property_photo, .property_info, .property_text {
	float:left;
}

.property_text {
	width:500px;
}

.property_photo {
	width:300px;
}

.property_photo img {
	margin:10px;
	border:1px solid #999;
}

.property_info {
	border-bottom:1px solid #999;
	position:relative;
	/*width:500px;*/
}

.property_info h3 {
	font-size:1.8em;
	font-weight:normal;
	padding:5px 0px;
	margin:0px;
}

.property_info h4 {
	font-size:1.4em;
	font-weight:normal;
	padding:5px 0px;
	margin:0px;
}

.property_info p {
	padding:0px 50px 15px 0px;
	text-align:justify;
}

.more_info {
	width:140px;
	display:inline;
	position:absolute;
	top:10px;
	left:650px;
}

.large-text {
	font-size:22px;
	font-weight:bold;
	line-height:26px;
}

/* Home Page
-----------------------------------------------------------------------------*/
#home_text p {
	padding:20px 20px 0px;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	text-align:justify;
}

/* Area Information Page
-----------------------------------------------------------------------------*/
#area_info {
	min-height:600px;
	border-bottom:none;
	background-color:#fff;
}

#area_info #subnav ul li {
	line-height:22px;
}

#area_info p {
	padding:10px 30px 10px;
	/*line-height:22px;
	font-size:20px;*/
	text-align:left;
}

#area_info h3 {
	text-align:left;
	padding:10px;
	padding-left:20px;
	font-size:20px;
	margin-bottom:0px;
	color:#053558;
}

#area_info_phototour {
	margin:50px 30px 15px;
	border:1px solid #ccc;
	width:400px;
	display:inline;
	float:right;
}

#area_info_text {
	display:inline;
}

#subnav {
	width:774px;
	text-align:left;
	margin:10px 0px 20px;
	.margin:20px 0px 20px;
}

#subnav ul li {
	padding:0px;
	margin:0px;
	display:inline;
}

	

#subnav a, #subnav li {
	font-size:14px;
	font-style:bold;
}

#subnav ul li a.selected{
	color:#053558;
}


#subnav a:link {
	color: #999;
	text-decoration:none;
}

#subnav a:visited {
	color: #999;
	text-decoration:none;
}

#subnav a:hover {
	color: #053558;
	text-decoration:none;
}

#subnav a:active {
	color: #053558;
	text-decoration:none;
}

.pipe-holder {
	padding:0px;
	margin-right:10px;
	margin-left:10px;
	display:inline;
}

p.testimonials-quote {
	font-style:italic;
	padding:0px 20px;
}

p.testimonials-person {
	font-weight:bold;
	padding:0px 20px 10px;

}

#contact_info ul li a {
	font-size:16px;
}
#contact-form {
width:400px;
float:right;
padding-left:0px;
text-align:left;
}
#contact-form ul {
	/*padding-left:57px;*/
}
#contact-form ul li {
	display:block;
}
#contact-form label {
display:block;
font-weight:bold;
font-size:12px;
margin:0px;
margin-top:5px;
}
#contact-form input[type="text"], #contact-form textarea[name="comments"] {
width:280px;
background-color:#A5C5D9;
color:#FFFFFF;
}
#contact-form input[type="submit"] {
width:100px;
margin-top:4px;
border:1px solid #474747;
background-color:#f9f9f9;
}
#contact-form input[type="submit"]:hover {
border:1px solid #000;
cursor:pointer;
}
table td strong {padding-right:3px;}


