/* ----- Begin Layout Elements ----- */
#wrapper {
	background-color:#fff;
	border:8px solid #9D946B;
	margin:20px auto 0;
	position:relative;
	text-align:left;
	width:933px;
}

#masthead {
	border-bottom:8px solid #9D946B;
	height:100px;
	overflow:hidden;
	position:relative;
}

#masthead h1#logo {
	background:url(../images/logo.gif) top left no-repeat;
	height:88px;
	left:41px;
	position:absolute;
	text-align:left;
	text-indent:-20000em;
	top:6px;
	width:311px;
}

#masthead h1#logo a:link, #masthead h1#logo a:visited {
	display:block;
	height:88px;
	width:311px;
}

h2#updates {
	font-size:19px;
	margin:0;
	padding:10px 10px 15px;
	text-align:center;
}

#banner {
	min-height:145px;
	position:relative;
}
#banner img {
	vertical-align:top;	
}
div#banner div#slideshowimages {
	position:relative;
}
div#banner div#slideshowimages img {
	display:none;
	position:absolute;
}
#nav {
	position:relative;
	top:-30px;
	z-index:100;
}
#nav #film {
	background-color:#fff;
	height:30px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;	
}
#nav li.last {
	margin-right:0;	
}

#titles {
	background-color:#fff;
	height:35px;
}
#titles #ltitle {
	float:left;
	line-height:35px;
	padding:0 20px 0 50px;
}
#titles #rtitle {
	background-color:#EFECE7;
	float:right;
	min-height:35px;
	padding:0 10px 0 30px;
	width:240px;
}
#titles #ltitle h1, #titles #rtitle h2 {
	font-size:18px;
	font-weight:bold;
	line-height:35px;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#titles #rtitle h2 {
	font-weight:normal;
	text-transform:none;
}

#content {
	background:url(../images/bg_content.gif) top left repeat-y; 
	overflow:hidden;
	position:relative;
}

#lcolumn {
	background-color:#EFECE7;
	float:left;
	padding:15px 20px 15px 50px;
	width:583px;
}
#rcolumn {
	background-color:#C4BFA6;
	float:right;
	width:280px;
}
#rcolumn #image {
	margin:8px 0 0 8px;
}

#footer {
	background-color:#9D946B;
	clear:both;
	font-size:0.9em;
	font-weight:bold;
	overflow:hidden;
	height:20px;
	padding:0 10px;
}

#footer ul {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer li {
	display:inline;
	line-height:25px;
	margin:0 0 0 25px;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
}
#footer a:hover {
	color:#2E140A;
	text-decoration:underline;
}

#trendhaus {
	color:#fff;
	font-size:0.9em;
	margin:5px auto;
	padding-bottom:10px;
	text-align:right;
	width:920px;	
}
#trendhaus a:link, #trendhaus a:visited {
	color:#fff;
	text-decoration:none;
}
#trendhaus a:hover {
	text-decoration:underline;	
}

/* Team */
#rcolumn #team {
	background-color:#EFECE7;
	margin:20px 0 0 8px;
	padding:10px;
}
#rcolumn #team h1 {
	text-decoration:underline;
}
#rcolumn #team ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#rcolumn #team li {
	background:url(../images/bullet_team.gif) 0 9px no-repeat;
	padding:0 0 0 12px;
}
#rcolumn #team li.selected a:link, #rcolumn #team li.selected a:visited {
	font-weight:bold;
	text-decoration:none;	
}
#lcolumn #teammember {
	margin-left:-38px;
}
#lcolumn #teammember #photo {
	float:left;
	height:320px;
	overflow:hidden;
	position:relative;
	width:250px;
}
#lcolumn #teammember #photo img {
	display:block;
}
#lcolumn #teammember #photo #caption {
	background-color:#fff;
	bottom:0;
	left:0;
	position:absolute;
	padding:6px 15px;	
	width:220px;
	
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#lcolumn #teammember #photo #caption h4 {
	font-size:14px;
	margin:0;
}
#lcolumn #teammember #photo #caption h5 {
	font-size:11px;
	margin:0;
}
#lcolumn #teammember #bio {
	float:right;
	width:335px;
}
#lcolumn #teammember #bio h1#staffname {
	margin:0;
}
#lcolumn #teammember #bio h2#stafftitle {
	font-style:italic;
	font-weight:normal;
	margin:0 0 1em;
}

/* Contact Us */
#rcolumn #contact-details {
	background-color:#EFECE7;
	font-size:1em;
	padding:15px 15px 15px 40px;
}
#lcolumn .map {
	padding:18px 0 0 15px;
}