/* 
======================================================================================= 
 G5 Search Marketing Copyright 2011
 Local Search Marketing - Local Internet Advertising
 CSS - Author: Dave R. / G5 Devs
======================================================================================= 
*/

/* reset - don't modify */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
p,ol,ul {list-style:none;}
p, img {padding:0;margin:0;}
caption,th {text-align:left;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* reset */

/* 
======================================================================================= 
  GLOBAL SETTINGS
======================================================================================= 
*/

h1,h2,h3,h4,h5,h6 {color:#006fb1; font-weight:normal; font-family: 'Droid Sans', Verdana, Geneva, sans-serif;  margin:0 0 12px; padding: 0;}
body.store h1,body.store h2,body.store h3,body.store h4,body.store h5,body.store h6, .hiLite{color:#e8a214;}
h1 {font-size:180%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}
h6 {font-size:80%;}

a {color:#0f82c1;text-decoration:none;}
a:hover {color:#148dcf;text-decoration:underline;}
a:active {color:#0c74ad;text-decoration:underline;}

.clear {clear:both;}
.none {display:none;}
.external {padding-right:14px;background:url(http://www.laurelhurstvillage.com/images/external-link-icon.gif) no-repeat right top;}

.right {float:right;}
.left {float:left;}
img.left {margin:0 20px 10px 0;}
img.right {margin:0 0 10px 20px;}

dt {padding-top:10px; font-weight:bold;}

.lf {}

/* 
======================================================================================= 
  STRUCTURE
======================================================================================= 
*/

html {}

body {
	color:#3b2d23;
	text-align:center; font-size:.97em;
  font-family: Verdana, Geneva, sans-serif;
	background:#fff;
	border-top:4px solid #fdb930;
}

#whoppWrap{width:100%; 	background:#f9f6f2 url(../../images/bodyBG.png) repeat-y top;
	-moz-box-shadow: inset 0 -45px 36px -17px #FAE7C2;
  -webkit-box-shadow: inset 0 -45px 36px -17px #FAE7C2;
  box-shadow: inset 0 -45px 36px -17px #FAE7C2;
}

#whopper {
	width:967px;
	margin:0 auto;
	text-align:left;
	position:relative;
  z-index:100;
}

body.corp #subHead{position:absolute; left:0;z-index:40; height:93px; width:100%; background: url(../../images/corpHeadBG.png) no-repeat center bottom;}
body.corp #subFoot{margin:0 auto;height:93px; width:100%; background: url(../../images/corpFootBG.png) no-repeat center bottom;}

#header{
  height:208px; width:100%; 
  position:relative; z-index:60;
  background:none;
}

body.corp #header{background: url(../../images/corpHeader.png) no-repeat center top;}

#middle{padding:0; margin:0; position:relative; width:100%;
  border-bottom:1px solid #e6ebf1; 
  font-family: 'Droid Sans', Verdana, Geneva, sans-serif;
  -moz-box-shadow: inset 0 -21px 8px -15px #e6ebf1;
  -webkit-box-shadow: inset 0 -21px 8px -15px #e6ebf1;
  box-shadow: inset 0 -21px 8px -15px #e6ebf1;
	background:#fefdf8;  
}

#column-wrapper, #noCols{
  padding:25px 38px; width:891px;
  border-top:1px solid #e6ebf1;
  -moz-box-shadow: inset 0 13px 9px -10px #e6ebf1;
  -webkit-box-shadow: inset 0 13px 9px -10px #e6ebf1;
  box-shadow: inset 0 13px 9px -10px #e6ebf1;
}

#column-wrapper{background: url(../../images/corpColWrapBG.png) repeat-y; float:left; padding:25px 0; width:100%;}
#noCols{}

#singleCol{float:left; padding:0 0 35px;}

#col1{
  width:581px;
  padding:0 30px;
	position:relative;
	min-height:400px;height:auto !important;height:400px;
	background:none;
	float:right;
}

#col2{
  color:#b82f07;float:left; width:264px;
  margin:0; padding:0 30px;  
  text-align:right; 
  min-height:219px;height:auto !important;height:219px;
}

#col2 img{display:block;}

#col2 h2{color:#f47c2e; font-size:24px; font-weight:bold; text-align:right;}

#footerWrap{width:100%; background:#fff;}
body.corp #footerWrap{border-top:4px solid #0078bf; background:#fff url(../../images/corpFootBG.png) no-repeat center -93px;}

#footer {
  width:967px; position:relative;
  min-height:175px;height:auto !important;height:175px;
	margin:10px auto 0; padding:15px 0;
  clear:both;
}

/* 
======================================================================================= 
STORE SUB-STRUCTURE
======================================================================================= 
*/

body.store #whoppWrap{ background:#f9f6f2 url(../../images/bodyBG.png) repeat-y top; padding:0;}
body.store #subHead{position:absolute; top:0; left:0; z-index:1; height:41px; width:100%; background: url(../../images/storeHeadBG.png) no-repeat center bottom;}
body.store #header{background: #fefdf8  url(../../images/storeHeadBG.png) no-repeat center -4px; font-family: 'Droid Sans', Verdana, Geneva, sans-serif; height:217px;}
body.store #column-wrapper, body.store #noCols, body.store #middle{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:none;
}
body.store #column-wrapper{padding:0;}
body.store #subFoot{margin:0 auto;height:86px; width:100%; background: url(../../images/storeFootBG.png) no-repeat center bottom;}
body.store #footerWrap{border-top:4px solid #fdba31;}

/* 
======================================================================================= 
  SHARED STYLES ACROSS HOME/INTERIOR PAGES
======================================================================================= 
*/

#editor-content, #p_col1_top, #p_col1_middle, #p_col1_bottom{
  padding:0 0 22px 0;
}

#homeText div.right, #noCols, #column-wrapper{
  min-height:200px;height:auto !important;height:200px;
}

#col1 p, #singleCol p, #description p, #homeText p, #col2 p, #homeText div.left{
  padding:0 0 15px 0;
  line-height:1.49em;
}

#col1 ul, #singleCol ul, #description ul, #homeText ul{
  margin:0 0 0 18px;
  line-height:1.49em;
  padding:0 0 15px 0;
}

#col1 li, #singleCol li, #description li, #homeText li{
  list-style-type:disc;
  color:#b4561e;
}

.aside{
  padding:18px 50px; margin:0 50px 20px; 
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color:#434347; line-height:1.49em;
  background:#d5e7f1;
}

body.store .aside{background:#f9edd7;}

/* 
======================================================================================= 
  HEADER
======================================================================================= 
*/

#logo {
	display:block;
	position:absolute;
	top:0; left:0;
	z-index:55;
}

/*-- Store Header --*/
/*------------------*/
body.store #header .vcard{
  float:right; clear:both;
  text-align:right;
  color:#88847d;
}
body.store #header .vcard{padding:13px 21px 0 0; font-size:14px;}
#header .vcard span.street-address{display:block;}
#header span.tel{font-size:18px;}

.emailus{
  float:right;
  text-align:right;
  display:block; clear:right; margin:0 21px 0 0;
}

body.store #header ul.contact{clear:both; position:absolute; right:21px; top:122px;}
body.store #header ul.contact li{float:left;}
body.store .careers, body.store .corpHome{ display:inline;}
body.store .corpHome{font-weight:bold;}
body.store .careers{margin:0 10px 0 0; padding:0 12px 0 0; border-right:1px solid #0F82C1;}

/*-- FONT SELECT --*/
/*-----------------*/
#font-select{
  float:right; z-index:60;
  width:105px; height:25px;
  top:8px;right:0;
  line-height:13px;
  color:#fff;
  font-family: Verdana, Geneva, sans-serif;
}

body.store #font-select, body.store #font-select a{color:#88847d;}
body.store #font-select{right:5px;}

#font-select span.text{
  float:left;
  margin:3px 10px 0 3px;
  font-size:13px; line-height:27px;
  text-transform:uppercase;
}

#font-select a{color:#fff; display:block;  float:left; font-weight:bold;}
#font-select a:hover, body.store #font-select a:hover{color:#fdba31; text-decoration:none;}

#font-select a.decrease {font-size:27px; height:20px; margin:5px 17px 5px 0; line-height:21px;}
#font-select a.increase {font-size:18px; line-height:14px; height:18px; padding:0 4px 0 0; margin:8px 6px 5px 0; border-right:1px solid #fff;}

body.store #font-select a.increase {border-right:1px solid #88847d;}

/* 
======================================================================================= 
LAYOUTS - PAGES
======================================================================================= 
*/

/*-- CORP-HOMEPAGE --*/
/* ----------------- */
#slideshow{width:967px; height:411px; background:#ded4c9;
  -moz-box-shadow: inset 0 13px 9px -10px #e6ebf1;
  -webkit-box-shadow: inset 0 13px 9px -10px #e6ebf1;
  box-shadow: inset 0 13px 9px -10px #e6ebf1;  
}
#slideshow img{display:block;}

#homeCTA{height:50px; position:relative; width:100%; border-top:1px solid #dac89f;}

.CTA{background: url(../../images/homeCTABG.png) no-repeat; height:50px; float:left;}

a.CTA{display:block; text-indent:-9999px; }
a.findComm{background-position:0 0; width:227px;}
a.contact{background-position:-655px 0; width:312px;}

a.findComm:hover{background-position:0 -50px;}
a.contact:hover{background-position:-655px -50px;}

#homeText{float:left; width:100%; padding:15px 0;
  -moz-box-shadow: inset 0 13px 9px -10px #e6ebf1;
  -webkit-box-shadow: inset 0 13px 9px -10px #e6ebf1;
  box-shadow: inset 0 13px 9px -10px #e6ebf1;  
}

#homeText div.left{float:left;text-align:right;width:370px; padding:0 31px 0 65px;}
#homeText div.right{float:left; width:432px; padding:0 25px; border-left:2px solid #87bfde;}

#homeText div.left h1{font-size:34px;  line-height:115%; font-weight:bold; color:#f47c2f; letter-spacing:.04em;}
#homeText div.left h1 span{display:block;}

/*-- Search Box --*/
#search{width:428px; height:50px; position:relative; }
#search.CTA{background-position:-227px 0;}
#search p.title{width:200px; padding:16px 15px 0; color:#fff; font-size:12px; font-weight:bold; font-family: Verdana, Geneva, sans-serif;
}

#search input {vertical-align: middle; text-indent: 2px;}
#search  #zip {
  position:absolute;
  width:105px; height:13px;
  top:19px; left:240px;
  color:#7a9487;
  border:none;
  background:#fff;
}
#search input#go-button {
  position:absolute;
  left:360px; top:14px; 
  width: 57px; height: 22px;
  cursor:pointer; display:block;
}

/*-- CORPORATE INTERIOR PAGE --*/
/* --------------------------- */
div.banner{padding:0 0 13px;}
div.banner img{display:block;}


/*-- FACILITY PAGE --*/
/* ----------------- */
.tainer{background:#fff; width:100%; position:relative; float:left;}

#description{background:#eeece3; border:1px solid #b7b197; padding:24px 29px 45px; margin:19px 0 15px;}

body.store #homeText{float:left; width:100%; padding:15px 0;
  -moz-box-shadow: inset 0 13px 9px -10px #e6ebf1;
  -webkit-box-shadow: inset 0 13px 9px -10px #e6ebf1;
  box-shadow: inset 0 13px 9px -10px #e6ebf1;  
}

body.store #homeText div.left{float:left;text-align:right;width:253px; padding:20px 28px 0 43px; color:#b82f07;}
body.store #homeText div.right{float:left; width:563px; padding:0 47px 0 31px; border-left:2px solid #87bfde;}

body.store #slideshow{width:702px; height:445px; background:#ded4c9; float:right;
  -moz-box-shadow: inset 0 13px 9px -10px #e6ebf1;
  -webkit-box-shadow: inset 0 13px 9px -10px #e6ebf1;
  box-shadow: inset 0 13px 9px -10px #e6ebf1;  
}
body.store #slideshow img{display:block;}

body.store #homeSlideBrd{
  background: url(../../images/slideFade.png) no-repeat;
  height:445px; width:72px;
  position:absolute;
  left:0; top:0;
  z-index:12;
}

body.store.home .CTA{
  position:absolute;z-index:44;
  width:328px; height:262px;
  background:none;
}

body.store.home .CTA li a{ 
	display:block; 
	text-indent: -9999px;
	background: url(../../images/locCTA.png) no-repeat top left;
}

body.store.home .CTA li.tour a{height:85px; background-position:0 0;}
body.store.home .CTA li.tour a:hover	{ background-position:-328px 0;}

body.store.home .CTA li.info a{height:85px; background-position:0 -85px;}
body.store.home .CTA li.info a:hover	{ background-position:-328px -85px;}

body.store.home .CTA li.communities a{height:92px; background-position:0 -170px;}
body.store.home .CTA li.communities a:hover	{ background-position:-328px -170px;}

.tainer .phone{position:absolute; top:316px; left:58px; font-weight:bold; font-size:30px; color:#666; text-align:center;}
.tainer .phone .type{display:block; font-weight:normal; font-size:24px; padding:0 0 8px 0;}

/* LOCATION INTERIOR PAGE */
/* ---------------------- */
body.store.interior .CTA{
  position:relative;
  line-height: 46px;
  height:46px;
  margin:0 0 51px 0;
}

body.store.interior .CTA li {float: left; list-style-type:none;}

body.store.interior .CTA li a{ 
	height:46px; 
	display:block; 
	text-indent: -9999px;
	background: url(../../images/locIntCTA.png) no-repeat bottom;
}

body.store.interior .CTA li.tour a{ width:322px; background-position:0 0;}
body.store.interior .CTA li.tour a:hover	{ background-position:0 -46px }

body.store.interior .CTA li.info a{ width:322px; background-position:-323px 0;}
body.store.interior .CTA li.info a:hover	{ background-position:-323px -46px }

body.store.interior .CTA li.communities a{ width:323px; background-position:-644px 0;}
body.store.interior .CTA li.communities a:hover	{ background-position:-644px -46px }

/*-- WIDGETS --*/
/* ----------- */


/*-- Part Collections --*/
/*----------------------*/
div.even, div.odd{padding:0 0 15px 0; margin:20px 0 0 0; float:left; border-bottom:1px solid #E6EBF1; width:100%;}

/*-- Team Collection --*/
#team{float:left; padding:0 0 15px 0;}
#team div.staff_pic, #team p.title, #team p.description, #team div.description{margin:0 0 0 8px; padding:0 0 5px 0;}
#team h2.job_title{padding:10px 0;}
#team div.photo{float:left; margin:0 20px 25px 8px; background: transparent;}
#team p.title{font-weight:bold;}
#team p.job_title{font-style:italic;}

/*-- Testimonials Collection --*/
.testimonials{border-bottom:1px solid #92b2c9;}
.testimonials .even, .testimonials .odd{padding:0 10px 15px; width:96%;}
#testimonials .title{padding: 0 15px 0 0;}
#testimonials .description{padding:0 0 8px 0;}

/*-- Jobs Collection --*/
.jobs .even, .jobs .odd{margin:20px 0 0;}
.jobs h2{cursor:pointer; margin:0 0 5px 0;}
.jobs h2:hover{color:#148dcf;text-decoration:underline;}
.jobs_reveal{
  padding:15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color:#434347;
  background:#d5e7f1;
}

/*----Floor Plan Grid Table-------*/
table.floorplans {width:100%;}
table.floorplans tr {height:40px;text-indent:9px; }
table.floorplans tr td{border-bottom:2px solid #fff; background:#f9edd7;}
table.floorplans tr td.desc{padding:0 0 0 9px; text-indent:0;}
table.floorplans tr th{ text-transform:uppercase;}
table.floorplans tr th.name{ width:78%; padding:0 10px 0 0;}
table.floorplans tr.header{background: url(http://www.laurelhurstvillage.com/images/color1.png) repeat-x; color:#fff; height:29px; line-height:29px; font-family: 'PT Serif', serif;}
table.floorplans td.view{border-left:2px solid #fff;}

/* grid buttons */
table.floorplans a {
  display:block;
  height:29px;
  margin:3px 0;
  line-height:29px;
  text-indent:-9999px;
  background: #ddd url(../../images/floorplanCTA.png) no-repeat;
}

table.floorplans .view {width:116px; background-position:0 0;}
table.floorplans .view:hover {background-position:0 -29px;}
table.floorplans .view:active {background-position:0 0;}

/*-- CALENDARS --*/
/*---------------*/
#calendar_events {
  width:100%;
  margin:0; padding:0 0 25px 0;
  line-height:1.12em;
  float:left;
}

#calendar_events h2 span {
	display:block;
	color:#000;
	font-weight:normal;
	padding:10px 0 0 0;
	font-size:15px;
}

/* event headers */
#calendar_events h3 {
	clear:both;
	padding:8px 9px; margin:5px 0 0;
	color:#fff; background: #fdba31;
	font-size:18px; cursor:pointer;
	-webkit-border-radius: 0 5px 0 5px;
  border-radius: 5px 0 5px 0;
	-moz-border-radius: 5px 0 5px 0;
}

/* event pane */
#calendar_events ol {margin:0;padding:0;list-style:none;}
#calendar_events ol.events,
#calendar_events ol.calendar_events {width:560px;float:left;padding:9px 20px 16px; background:#fffdf6;}
#calendar_events li{ list-style-image:none; display:inline; background:none; padding:0; color:#3B2D23;}

/* style details */
#calendar_events .tr {float:left;padding-bottom:6px;}
#calendar_events .th {clear:both;font-weight:bold;float:left;width:100px; margin:0 20px 0 0; font-size:16px;}
#calendar_events .td {float:left;width:430px; }

/*--PHOTO GALLERIES--*/
/*-------------------*/

/*-- Noobslide Gallery --*/
/* container and images */
#gallery {position:relative;}
#gallery .mask {
  position:absolute; left:112px;
  width:665px; height:400px;
  overflow:hidden;
  border:1px solid #92b2c9;
  background:#fff;
}

#gallery #box {position:absolute;}
#gallery #box span {float:left; display:block;}

#gallery span img {
  width:645px; height:380px;
  display:block;
  padding:10px; margin:0;
  border-right: 1px solid #eee;
}

#gallery .thumbs div:hover {border-color:#acacac;background:#eaeaea;}

#handles div img {display:block;border:1px solid #333; width:75px;height:75px;}

#handles{
  padding:435px 0 0 108px;
  width:674px;
  clear:both;
}

#handles div{
  float:left;
  margin:15px 18px 9px; padding:9px;
  display:inline;
  cursor:pointer;
  border:1px solid #92b2c9;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/*-- Locations Chart Table --*/
/*---------------------------*/
#locations-table { width:100%; margin:5px 0 20px; }
#locations-table td { padding:10px; border-bottom: 1px solid #e6f0f5; font-size:10pt; width:40%; }
#locations-table tr.loc_title_row th{padding:4px 10px 0;}
#locations-table th.loc_name{ width:25%; line-height:34px;}
#locations-table tr.loc_title_row {color:#0070b0; background:#d5e7f1; border-bottom:1px solid #e6f0f5; font-size:16px;}
#locations-table tr.loc_location_row.even {background:#fff;}
#locations-table tr.loc_location_row.odd {background:#d5e7f1;}
#locations-table tr.loc_title_row td { font-size:12pt; color:#fff; font-weight:bold; }
#locations-table tr.loc_state_row { background:#f9f6f1;  }
#locations-table tr.loc_state_row td { background:none; padding:10px 0 10px 10px; border-bottom: 2px solid #b0cedf; }
#locations-table tr.loc_state_row td a { font-weight:bold; }
#locations-table th.loc_name { padding:0 0 0 15px; }
#locations-table td.loc_name { font-size:11pt; width:68%; }
#locations-table td.loc_bullet_col { text-align:center;}
#locations-table th.loc_bullet_col{padding:0 4px;border-right:1px solid #e6f0f5;}
#locations-table td.loc_bullet_col,#locations-table th.loc_bullet_col { text-align:center; font-size:15px; }

/*-- Map Styling --*/
#flashmap{
  background:#eee;
  border:1px solid #c37c13;
  width: 579px; height: 375px;
  line-height:22px;
}

/*-- TERTIARY PAGES --*/
/*--------------------*/
#area-page, 
#no-match,
#comarketing-page,
#state-page,
#locations,
#site-map, #middle #other-facilities {padding:0 0 20px;}

#site-map p{padding:0 0 4px 4px;}
#singleCol #other-facilities dl{padding:0 0 8px 4px;}
#singleCol #other-facilities dd, #singleCol #other-facilities dt{padding:0 0 4px 0;}

/*-- AREA PAGE --*/
/* ------------- */
#area-page p.city {text-align:right; width: 460px; margin: 0; float: right; }
#area-page h2.city{width: 407px; float: left; line-height:1.22em;}
#area-page h2 span{display: block;}
#area_map{float:right;}

#area_map #flashmap {
	width:460px; height:430px;
	border:1px solid #92b2c9;
	line-height: 1.01em;
}

#facility-list{
	width:390px;
	float:left;
	line-height:1.22em;
}

#col2 #facility-list{width:264px;}

.facility-summary{
	margin:16px 0; 
	clear:both;
	border-bottom:1px solid #92b2c9;  
}

.facility-summary img{
	float:left;
	padding:0 10px 10px 0;
}

.facility-summary dl{padding:0 0 20px 0;}
.facility-summary dt{padding-top:0;}
.facility-summary a img.facility-offer{display:none;}

/* 
======================================================================================= 
  FOOTER
======================================================================================= 
*/

#footer,
#footer a,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color:#006598;
	font-size:12px;
	text-align: left;
	border-bottom:none;
	line-height: 1.72em;
}

#footer a, #footernav a{text-transform:uppercase;}

#footernav{
  height: 18px; width:700px;
}

#footer dt{padding: 5px 0 0 0;}

#footer .vcard{
  position:static;
  top:0; left:0;
}

#footer dt a{
  font-weight: bold; font-size: 12px;
}

#footer ul {clear:left;}

#footer li {float:left;}

#footer li a {
	padding:0 .5em;
	border-right:1px solid #006598;
}

#footer li.last a, #footer li.maybelast a {border-right:none;}

#footer-system, #footer-states{
  height: 18px;
  padding: 0 0 10px;
}

#footer-stores, #other-facilities{padding: 0 .5em;}

#disclaimer{
  width:450px;
  position:absolute;
  top:80px; right:0;
  text-align:right;
}

#equal-housing{
  position: absolute;
  height: 38px; width: 77px;
  right: 36px; top: 17px;
  text-indent: -9999px;
  background: url(../../images/equalHousing.png) no-repeat;
}

body #signature-brand{
  position:absolute;
  top:69px; right:36px;
}

/* NAVIGATION */
/*-----------------------*/
#nav{
  height:70px;
  position:absolute;
  bottom:0; left:0;
  z-index:80;
}

#nav li {float:left;}

#nav li a.top-level {
	display:block;
	height:70px;
	text-indent:-9999px;
	background:#2d251d url(../../images/corpNav.png) no-repeat;
}

body.store #nav li a.top-level{background:#2d251d url(../../images/locNav.png) no-repeat;}

#nav li.home a.top-level {width:151px; background-position:0 0;}
#nav li.home a.top-level:hover, #nav li.home a.on, #nav li.home a.top-level:focus{ background-position:0 -70px; }

#nav li.communities a.top-level {width:229px;background-position:-151px 0;}
#nav li.communities a.top-level:hover, #nav li.communities a.on, #nav li.communities a.top-level:focus, #nav li.communities:hover a.top-level{background-position:-151px -70px}

#nav li.services a.top-level {width:159px;background-position:-380px 0;}
#nav li.services a.top-level:hover, #nav li.services a.on, #nav li.services a.top-level:focus, #nav li.services:hover a.top-level{background-position:-380px -70px}

#nav li.about a.top-level {width:122px;background-position:-539px 0;}
#nav li.about a.top-level:hover, #nav li.about a.on, #nav li.about a.top-level:focus, #nav li.about:hover a.top-level{background-position:-539px -70px}

#nav li.careers a.top-level {width:117px;background-position:-661px 0;}
#nav li.careers a.top-level:hover, #nav li.careers a.on, #nav li.careers a.top-level:focus, #nav li.careers:hover a.top-level{background-position:-661px -70px}

#nav li.contact a.top-level {width:189px;background-position:-778px 0;}
#nav li.contact a.top-level:hover, #nav li.contact a.on, #nav li.contact a.top-level:focus, #nav li.contact:hover a.top-level{background-position:-778px -70px}

/*-- Store Nav --*/
body.store #nav li.home a.top-level {width:128px; background-position:0 0;}
body.store #nav li.home a.top-level:hover, body.store #nav li.home a.on, body.store #nav li.home a.top-level:focus{ background-position:0 -70px; }

body.store #nav li.services a.top-level {width:139px;background-position:-129px 0;}
body.store #nav li.services a.top-level:hover, body.store #nav li.services a.on, body.store #nav li.services a.top-level:focus, body.store #nav li.services:hover a.top-level{background-position:-129px -70px}

body.store #nav li.life a.top-level {width:107px;background-position:-268px 0;}
body.store #nav li.life a.top-level:hover, body.store #nav li.life a.on, body.store #nav li.life a.top-level:focus, body.store #nav li.life:hover a.top-level{background-position:-268px -70px}

body.store #nav li.floor a.top-level {width:126px;background-position:-375px 0;}
body.store #nav li.floor a.top-level:hover, body.store #nav li.floor a.on, body.store #nav li.floor a.top-level:focus, body.store #nav li.floor:hover a.top-level{background-position:-375px -70px}

body.store #nav li.photo a.top-level {width:126px;background-position:-501px 0;}
body.store #nav li.photo a.top-level:hover, body.store #nav li.photo a.on, body.store #nav li.photo a.top-level:focus, body.store #nav li.photo:hover a.top-level{background-position:-501px -70px}

body.store #nav li.map a.top-level {width:185px;background-position:-627px 0;}
body.store #nav li.map a.top-level:hover, body.store #nav li.map a.on, body.store #nav li.map a.top-level:focus, body.store #nav li.map:hover a.top-level{background-position:-627px -70px}

body.store #nav li.about a.top-level {width:155px;background-position:-812px 0;}
body.store #nav li.about a.top-level:hover, body.store #nav li.about a.on, body.store #nav li.about a.top-level:focus, body.store #nav li.about:hover a.top-level{background-position:-812px -70px}


/* Second Level */
#nav li ul {
	position:absolute;
	width:190px;
	left:-999em;
	margin:-15px 0 0 0;	 
}

body.corp #nav li ul{
  margin:-14px 0 0 10px;
}

#nav li ul li {
	height:auto;
	display:inline;
}

#nav li ul li a {
	display:block;
	width:195px;
	padding:0 0 0 10px;
	font-size:15px;
	line-height:31px;
	text-indent:0px;
	color:#fff;
	background:#fdba31;
	text-decoration:none;
	border-bottom:1px solid #f3b028;
}

#nav li ul li a:hover, #calendar_events h3:hover{
	color:#c47d1f;
	background:#fecb63;
	-moz-transition: background 0.1s ease-in .04s;
  -webkit-transition: background .1s ease-in;
  transition: all .1s ease-in;
}

#nav li ul li.first a{
  -webkit-border-radius:0 10px 0 0;
  border-radius:0 10px 0 0;
  -moz-border-radius:0 10px 0 0;
}

#nav li ul li.last a, #nav li ul li.last ul li.last a{
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#nav li ul li.last ul li a{
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* Third Level */
#nav li ul ul {margin:-10px 0 0 100%;}
body.corp #nav li ul ul {margin:-32px 0 0 100%;}

/* Fix IE 6 */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left:-999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left:auto;}
/* Fix IE 7 */
#nav li:hover {position:static;}

/* 
======================================================================================= 
SPLASH PAGE RULES - BELOW
======================================================================================= 

h1,h2,h3,h4,h5,h6 {
	color:#635c46;
	margin-bottom:10px;
}	
	h1 {font-size:22px; line-height:22px;}
  h2 {font-size:19px; line-height:19px;}
  h3 {font-size:17px;	line-height:17px;}
  h4 {font-size:15px;	line-height:15px;}
  h5 {font-size:13px;	line-height:13px;}
  h6 {font-size:11px; line-height:11px;}

#middle p {
	padding:0;
	color:#002243;
	line-height:31px;
	margin:10px 0;
}

#middle ul {list-style-type:disc;padding-left:45px;margin-bottom:25px;}
#middle ol {list-style-type:decimal;padding-left:45px;margin-bottom:25px;}

ul li {line-height:22px; }

html {}

body {
	position:relative;
	color:#222;
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
}

#whopper {
	width:1000px;
	min-height:908px;height:auto !important;height:908px;
	margin:auto;
	text-align:left;
	background:url('../../images/background.png') no-repeat;
}
#content{
	width:500px;
	margin: auto;
	padding-top:200px;
	text-align:center;
}
*/
/* Signature Brand Styles */
#signature-brand {width:180px;height:20px;display:block;margin:10px 0;outline:none;text-indent:-9999px;background:url(../../images/signature-brand.gif);overflow:hidden;}
#signature-brand:hover, 
#signature-brand:focus {background-position:0 -20px;}
#signature-brand:active {background-position:0 -40px;}
/* --------- /stylesheets/inline.css --------- */ 
/*
 _ _       _     _       _          
| (_)_ __ | | __(_)_   _(_) ___ ___ 
| | | '_ \| |/ /| | | | | |/ __/ _ \
| | | | | |   < | | |_| | | (_|  __/
|_|_|_| |_|_|\_\/ |\__,_|_|\___\___|
              |__/         
*/

#inline-edit-tools{
  background: #F0F4F5 url(../../javascripts/ext/resources/images/gray/toolbar/bg.gif) repeat-x scroll left top;
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
}

#inline-edit-tools a.edit{
  background-position: 0 2px;
  display: block;
  padding: 3px 0 2px 18px;
  color: #000;
  background-repeat: no-repeat;
  text-decoration: none;
  background-image: url(../../javascripts/ext/resources/images/default/shared/fam/page_edit.png) !important;
}

/* --------- /javascripts/shadowbox/skin/classic/skin.css --------- */ 
/**
 * The "classic" theme CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
 * Noncommercial-Share Alike license. This means that it is absolutely free
 * for personal, noncommercial use provided that you 1) make attribution to the
 * author and 2) release any derivative work under the same or a similar
 * license.
 *
 * If you wish to use Shadowbox for commercial purposes, licensing information
 * can be found at http://mjijackson.com/shadowbox/.
 *
 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
 * @copyright   2007-2008 Michael J. I. Jackson
 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
 */

/*_____________________________________________________  container & overlay  */
#shadowbox_container, #shadowbox_overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#shadowbox_container {
  position: fixed;
  display: block;
  visibility: hidden;
  z-index: 999;
  text-align: center; /* centers #shadowbox in quirks and IE */
}
#shadowbox_overlay {
  position: absolute;
}

/*_______________________________________________________________  shadowbox  */
#shadowbox {
  position: relative;
  margin: 0 auto;
  text-align: left; /* reset left alignment */
}

/*____________________________________________________________________  body  */
#shadowbox_body {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #333;
  overflow: hidden;
}
#shadowbox_body_inner {
  position: relative;
  height: 100%;
}
#shadowbox_content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#shadowbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#shadowbox_body, #shadowbox_loading {
  background-color: #060606; /* should match loading image background color */
}
#shadowbox_loading_indicator {
  float: left;
  margin: 10px 10px 0 10px;
  height: 32px;
  width: 32px;
  background-image: url(http://www.laurelhurstvillage.com/javascripts/shadowbox/skin/classic/loading.gif);
  background-repeat: no-repeat;
}
#shadowbox_loading span {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 10px;
  float: left;
  margin-top: 16px;
}
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
  text-decoration: underline;
}

/*____________________________________________________________  title & info  */
#shadowbox_title, #shadowbox_info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner, #shadowbox_info_inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#shadowbox_title {
  /*height: 26px;*/
  height: 4em;  /* this can be just about any value because of the overflow, but the 2-4em ballpark looks best, IMO, and prevents overflow off the top of the viewport for captions up to three lines */
  overflow: visible;
}
#shadowbox_title_inner {
	position: absolute;
	bottom: 0;
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#shadowbox_info {
  height: 20px;
}
#shadowbox_info_inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#shadowbox_nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#shadowbox_nav_close {
  background-image: url(http://www.laurelhurstvillage.com/javascripts/shadowbox/skin/classic/icons/close.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_next {
  background-image: url(http://www.laurelhurstvillage.com/javascripts/shadowbox/skin/classic/icons/next.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_previous {
  background-image: url(http://www.laurelhurstvillage.com/javascripts/shadowbox/skin/classic/icons/previous.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_play {
  background-image: url(http://www.laurelhurstvillage.com/javascripts/shadowbox/skin/classic/icons/play.png);
  background-repeat: no-repeat;
}
#shadowbox_nav_pause {
  background-image: url(http://www.laurelhurstvillage.com/javascripts/shadowbox/skin/classic/icons/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#shadowbox_counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
}

/*___________________________________________________________________  clear  */
div.shadowbox_clear {
  clear: both; /* clear floating counter & nav */
}

/*________________________________________________________________  messages  */
div.shadowbox_message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  color: #fff;
  text-decoration: underline;
}

#shadowbox_title {
  border: 0px solid;
} 

#shadowbox_info {
  border: 0px solid;
}