/*
 * HTML styles.
 */
body {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background: #a7a66b url(../images/bkg_body.gif) repeat;
	height: 100.01%;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
a, a:link, a:visited {
	color: #78773E;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:hover {
	color: #63452A;
	text-decoration: underline;
	font-weight: bold;
}
p {
	margin-top: 20px;
}

h1 {
	margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #55542a;
	font-style: italic;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #63452a;
	margin-bottom: 10px;
	margin-top: 20px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}

h6{ /*USE FOR CAPTIONS*/
	margin-top: 2px;
	margin-left: 3px;
	font-weight: bold;
	font-size: 11px;
}
.content ul {
    margin: 15px 0px;
}
.content ul li {
    margin: 10px 0 10px 30px;
    list-style-type: disc;
}

ol {
	margin: 15px 0px;
}
ol li {
	margin: 10px 0 10px 30px;
	list-style-type: decimal;
	padding: 3px 0 4px 0;
}

li p {
	margin-top: 5px;
}

strong {
	font-weight: bold;
}

span.small {
	font-size: 11px;
	vertical-align: bottom;
}

em {
	font-style:italic;
}

table {
	font-size: 12px;
}

td {
	padding: 6px 3px 6px 3px;
}

th { 
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.hr {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 20px 15px;
}
div.hr2 {
    border-bottom: 1px solid #ccc;
    width: 90%;
}

/*
 * Block definitions.
 */
#container {
	margin: 0px auto;
	width: 804px;
	background: #ffffff;
}
	#header {
		width: 804px;
	}
		#header_title {
			background: url(../images/header_title.gif) no-repeat top left;
			width: 804px;
			height: 86px;
			padding: 0
		}
		#header_photo {
			background: url(../images/header_photo.jpg) no-repeat top left;
			width: 605px;
			height: 130px;
		}
		#header_quote {
			background: #ffffff url(../images/header_quote.gif) no-repeat top left;
			width: 199px;
			height: 130px;
			position: relative;
			float: right;
		}
	/* column container */
	.contentContainer {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
		
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.nav {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		text-align: left;
		z-index: 20;
	}
	.content,
	.right_column {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
		text-align: left;
		z-index: 10;
	}
	/* 3 Column settings */
	.threecol {
		background: url(../images/right_column_bkg.gif) repeat -16px 0;	/* right column background colour */
	}
	.threecol .colmid {
		right:25%;				/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:55.95%;				/* width of the middle column -- needs crazy decimals for agreement between IE 6, 7 and FF 2,3 */
		background: url(../images/nav_bkg.gif) repeat -69px 0;		/* left column background colour */
	}
	.threecol .content {
		width:53%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
		padding-bottom: 25px;
	}
	.threecol .nav {
		width:17%;				/* Width of left column content (column width minus padding on either side) */
		left:31%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .right_column {
		width:25%;				/* Width of right column content (column width minus padding on either side) */
		left:85%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
		text-align: center;
	}
		.partners {
			margin-left:10px;
			margin-top: 10px;
		}
			.partners a img{
			border: 1px solid #63452a;
			}
			.partners a:hover img {
			border: 1px solid #e4d9a8;
			}
	
	#footer_index {
		clear: both;
		height: 10px;
		width: 804px;
	}
	
	#footer {
		clear: both;
		height: 63px;
		width: 804px;
		background: #ffffff url(../images/footer.gif) no-repeat bottom left;
		text-align: left;
		position: relative;
	}
	#footer div {
		color: #717171;
		font-size: 9px;
		padding-left: 5px;
		padding-top: 10px;
	}
	#copyright {
		height: 30px;
		text-align: center;
		color: #55542a;
		font-size: 10px;
		padding: 5px 7px 0 0;
	}
	#copyright a, #copyright a:link, #copyright a:visited {
		color: #63452A;
	}
	#copyright a:hover, #copyright a:active {
		color: #483928;
	}

/*Content Styles*/

.left { 
	float: left;
	margin: 20px 10px 0 0;
	width: 160px;
	text-align: center;
}
.right {
	float: right;
	vertical-align: top;
	}
.contentContainer img {
	border: 1px solid #63452a;
}

.quote {
	float: right;
	width: 225px;
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 5px 10px;
	border-left: #78773E 1px solid;
	border-bottom: #78773E 1px solid;;
}
.quote p {
	font-size:12px;
	font-weight: bold;
	color: #63452a;
	font-style: italic;
}
	
.floorplans {
	height: 75px;
	margin-top: 15px;
}

.floorplans p{
	margin-top: 2px;
	margin-left: 3px;
	font-size: 11px;
}

.floorplan_images {
	float: right;
	width: 275px;
	text-align:center;
}

.floorplan_images ul {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: none;
	margin-top: 5px;
	list-style-type:disc;
}

.floorplan_images ul li {
	padding: none;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 18px;
}

ul.site_map li {
	list-style-type: none;
}

#properties_msg {
	margin-top: 15px;
	padding: 4px;
	font-size: 11px;
	font-weight: bold;
	border: 1px #a7a66b dashed;
	text-align:left;
}

/*Popup Styles*/

#pop_content {
	background: #ffffff;
	text-align: center;
	width: 95%;
	height: 93%;
	margin: auto;
	font-weight: bold;
}

.pop_image img {
	border: 1px solid #63452a;
	margin: 20px 0 0 0;
}
	
/*Property Image Selectors */


.gallerycontainer{
	position: relative;
	float: left;
	margin: 20px 10px 0 0;
	padding-top: 110px;
	width: 160px;
	text-align: left;
	height: 155px;
	vertical-align:text-bottom;
	overflow: hidden;
	word-spacing: .5em;
	
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer .caption {
	display: block;
	float: left;
	padding: 0 0.75em 1em 0;
	vertical-align: top;
}

.thumbnail img{
	border: 1px solid #63452a;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span.caption{
	word-spacing: normal;
}

.thumbnail span.img{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail span.img img{ /*CSS for enlarged image*/
	border: 1px solid #63452a;
}

.thumbnail:hover span.img, .thumbnail:focus span.img { /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 5px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

.rental_app {
	float: right;
	margin-top: -20px;
	font-size: 10px;
	width: 110px;
	}
	
.content_photo {
	margin: 25px 0 5px 10px;
	float: right;
	border: 1px solid #78773E;
	padding: 5px;
	width: 225px;
}

.content_photo p {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	padding: 2px 0 1px 0;
}

#vid_container {
	text-align:center; 
	margin-top: 25px;
}
#container_pop {
	width: 440px;
	background-color: #ffffff;
	margin-left: 2px;
	border: 3px solid #63452A;
}
#container_pop #content {
	padding: 10px;
	text-align: left;
}

td.fieldName {
	text-align: right;
	}

div.multimedia {
	float: left;
	width: 200px;
	padding: 0 5px;
	margin: 40px 3px 10px 0;
	text-align: center;
}
div.multimedia div {
	width: 147px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #78773e;
}