/*
	Redefined HTML
*/

*
{
	margin: 0;
	padding: 0;
}


a
{
	color: #333;
}

a:hover
{
	color: #666;
}

body
{
	background-color: #d1cb9c;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}


h1
{
	
}

h2
{
	background: url(../_images/arrow.png) 0 .35em no-repeat;
	font-size: 150%;
	font-weight: normal;
	padding: 0 0 6px 15px;
	text-transform: lowercase;
}

h2.empty
{
	background-image: none;
	overflow: auto;
}

h2 a
{
	text-decoration: none;
}

h3
{
	color: #BFB891;
	font-size: 140%;
}

h4
{
	font-size: 120%;
}


img
{
	border: none;
}

noscript h3
{
	padding: 1em;
}

p,
ul,
ol
{
	font-size: 120%;
}




/*
	Global Layout
*/

.wrapper
{
	margin: 0 auto 40px;
	width: 898px;
}


.header
{
	background: #ebbb46;
	border-bottom: 10px solid #fff;
	min-height: 70px;
	position: relative;
}


.header h1
{
	background: url(../_images/logo.png) no-repeat;
	bottom: -10px;
	height: 54px;
	left: 17px;
	overflow: hidden;
	position: absolute;
	width: 302px;
}


.header h1 a
{
	color: #000;
	display: block;
	height: 0;
	padding: 59px 0 0;
}


.nav
{
	bottom: 4px;
	font-size: 120%;
	max-width: 560px;
	position: absolute;
	right: 15px;
}

.nav li
{
	float: left;
	list-style: none;
	padding: 0 0 0 1.25em;
}

.nav a
{
	text-decoration: none;
}

.nav a:hover,
.nav a strong
{
	color: #555;
	font-weight: normal;
}


.contents
{
	background-color: #fff;
	padding: 18px;
}

.contents p
{
	line-height: 1.2em;
	margin: 1.1em 0 0;
}

p.ccc
{
	background: url(../_images/home-ccc.png) no-repeat;
	border-top: 10px solid transparent;
	clear: both;
	color: #CFC99A;
	font-size: 200%;
	height: 0;
	line-height: 1em;
	margin: 0 0 7px;
	overflow: hidden;
	padding: 21px 0 0;
	width: 382px;
}

.footer
{
	padding: .6em 0 0;
}

.footer a
{
	color: #000;
	text-decoration: none;
}

.footer .license {
	float: right;	
}


/*  Global Layout - Columns  */

.columns
{
	overflow: auto;
	position: relative;
}

.columns h2
{
	background-color: #fff;
}

.columns h4
{
	color: #384725;
}

.columns p,
.columns ul
{
	color: #384725;
	margin: 0;
	padding: 0 0 1em;
}

.columns ul
{
	color: #384725;
	padding: 0 0 1em 2em;
}

.column-aux
{
	background-color: #E0DBB6;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	float: left;
	height: 100%;
	left: 0;
	position: absolute;
	width: 190px;
	z-index: 500;
}

.column-aux:first-child
{
	margin-top: 1em 0 0;
}

.column-aux .column-contents
{
	padding: 18px;
}

.column-main
{
	background-color: #ccc697;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	padding: 0 0 10px;
	position: relative;
	margin-left: 200px;
	z-index: 1000;
}

.column-main .column-contents
{
	background-color: #fff;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin: 10px 10px 0;
	overflow: auto;
	padding: 18px 18px 0;
}

.column-main .column-contents a:link
{
	color: #E8B846;
	text-decoration: none;
}

.column-main .column-contents a:visited
{
	color: #e5ca8a;
}



ul.internal-nav
{
	list-style: none;
	padding-left: 0;
}

.internal-nav li
{
	padding-bottom: .5em;
}


.photo-right
{
	float: right;
	padding: 0 0 0 15px;
}

.photo-right p
{
	color: #CDC798;
	padding-top: .25em;
}




/*
	Individual Pages
*/


/*  Individual Pages - Home  */


.home-slideshow
{
	background: #d9d3a4;
	border: 10px solid #d9d3a4;
	height: 405px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	position: relative;
}

.slideshow-slide
{
	background: #d9d3a4;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 405px;
	overflow: hidden;
	position: absolute;
	text-align: center;
}

.slideshow-slide img
{
	opacity: 0;
}

.slideshow-ribbon
{
	background: url(../_images/home-slideshow-ribbon.png) repeat-x;
	color: #fff;
	height: 38px;
	margin: -22px 0 0;
	padding: 4px 0 14px;
	position: absolute;
	text-align: center;
	text-transform: lowercase;
	top: 50%;
	width: 100%;
}

#home .slideshow-ribbon p
{
	background: url(../_images/home-slideshow-ribbon-text.png) no-repeat;
	height: 0;
	margin: 10px auto 0;
	overflow: hidden;
	padding: 21px 0 0;
	width: 255px;
}



/*  Individual Pages - Who We Are  */

.associations
{
	overflow: auto;
	width: 100%;
}

.associations a
{
	float: left;
	margin: 5px 25px 10px 0;
}



/*  Individual Pages - Our Work  */

#our-work .column-aux
{
	background-color: #e8e5cd;
}

#our-work .column-aux .column-contents
{
	height: 418px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

ul.slideshow-toc
{
	padding: 0;
	overflow: visible;
	position: absolute;
	width: 202px;
}

.slideshow-toc li
{
	list-style: none;
	float: left;
	height: 68px;
	margin: 0 2px 2px 0;
	width: 94px;
}

.slideshow-toc li a
{
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	display: block;
	height: 68px;
	width: 94px;
}

/* .slideshow-toc li:nth-last-of-type(2) */
.slideshow-toc li.slideshow-toc-11.slideshow-toc-empty
{
	border-right: 2px solid #fff;
}

.slideshow-toc li a img
{
	opacity: .7;
	filter: alpha(opacity = 70);
}

.slideshow-toc li a img:hover,
.slideshow-toc li a.toc_current img
{
	opacity: 1;
	filter: alpha(opacity = 100);
}


#our-work .column-main .column-contents
{
	height: 398px;
	padding: 0;
}

.slideshow
{
	height: 398px;
	position: absolute;
}

#our-work .slideshow
{
	width: 642px;
}

#our-work .slideshow-slide
{
	height: 398px;
	margin: 0;
	padding: 0;
	width: 642px;
}

.slideshow-toc-up,
.slideshow-toc-down
{
	background: url(../_images/slideshow-toc-scroll-bg.png);
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: .25em 0;
	position: absolute;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
}

.slideshow-toc-up:hover,
.slideshow-toc-down:hover
{
	background: #ebbb46;
}

.slideshow-toc-up
{
	top: 0;
}

.slideshow-toc-down
{
	bottom: 0;
}


.slideshow-controls
{
	background: #d9d3a4;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	bottom: 0;
	padding: 4px 0 0 4px;
	position: absolute;
	right: 0;
	z-index: 1100;
}

.slideshow-controls ul
{
	background: #fff;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	overflow: auto;
	padding: 5px 4px 4px;
}

.slideshow-controls li
{
	float: left;
	list-style: none;
	padding: 0 2px;
}

.slideshow-controls a
{
	background-repeat: no-repeat;
	background-position: 50% 0;
	display: block;
	height: 0;
	overflow: hidden;
	padding: 24px 0 0;
	width: 40px;
}

.slideshow-controls-back
{
	background-image: url(../_images/slideshow-controls-back.png);
}

.slideshow-controls-play
{
	background-image: url(../_images/slideshow-controls-play.png);
}

.slideshow-controls-pause
{
	background-image: url(../_images/slideshow-controls-pause.png);
}

.slideshow-controls-forward
{
	background-image: url(../_images/slideshow-controls-forward.png);
}



/*  Individual Pages - Current Properties  */

#current-properties .column-main
{
	margin-left: 0;
}

#current-properties .column-contents
{
	overflow: auto;
	padding: 0;
}

.properties-row
{
	border-bottom: 1px solid #ccc697;
	overflow: auto;
	position: relative;
}

.properties-property
{
	border-right: 1px solid #ccc697;
	float: left;
	padding: 18px 18px 43px;
	position: relative;
	width: 384px;
}

.properties-property h4
{
	padding-top: .75em;
}

.properties-property:nth-child(even)
{
	border-left: 1px solid #ccc697;
	border-right: none;
	margin-left: -1px;
}

.properties-property:nth-child(even)
{
	border-left: 1px solid #ccc697;
	border-right: none;
	margin-left: -1px;
}

.properties-property p.continue
{
	bottom: 18px;
	line-height: 0;
	padding: 0;
	position: absolute;
	text-align: right;
	width: 384px;
}

.properties-property .continue img
{
	display: inline;
}

.properties-property .sold
{
	background: url(../_images/sold-ribbon.png) no-repeat;
	text-indent: -999em;
	height: 66px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	left: 306px;
	top: 18px;
	text-transform: uppercase;
	width: 96px;
	z-index: 100;
}



/*  Individual Pages - Contact  */

.column-main form
{
	overflow: auto;
	padding: 1px;
	position: relative;
}

.column-main label
{
	color: #384725;
	display: block;
	float: left;
	font-size: 120%;
	padding: 0 0 1em 0;
	width: 230px;
}

.column-main input
{
	margin: .25em .25em 0 0;
}

.column-main input[type="text"]
{
	border: 1px solid #D9D3A4;
	display: block;
	font-size: 100%;
	width: 200px;
}

.column-main select
{
	display: block;
	margin: .25em .25em 0 0;
}

.column-main fieldset
{
	border: none;
	float: left;
	min-width: 230px;
	padding: 0 0 1em 0;
	white-space: nowrap
}

.column-main legend
{
	color: #384725;
	font-size: 120%;
}

.column-main fieldset label
{
	padding-right: 1em;
	width: auto;
}

.column-main textarea
{
	border: 1px solid #D9D3A4;
	height: 70px;
	font-size: 100%;
	margin-top: .25em;
	width: 200px;
}

label.submit-label
{
	bottom: 6px;
	left: 353px;
	position: absolute;
	width: auto;
}

p.form-required-note
{
	color: #D9D3A4;
	font-style: italic;
}

.send-message-result
{
	font-size: 120%;
	font-weight: bold;
}