
/**
 * Generic elements
 */
html {
	margin:0;
	padding:0;
	background: url(../images/bg.jpg) repeat-x;
}

h1{ font-family : verdana; font-size : 16px; font-weight : bold; letter-spacing : normal; color : #333; padding: 10px 0 0 0; }

#residentPage #photo h1 { padding: 10px 35px 0 35px; }

h2{ font-family : verdana; font-size : 14px; font-weight : bold; letter-spacing : normal; color : #054777; margin: 0; padding: 10px 0 5px 0; }


a { color: #054777; }

img { border: 0; }

a:hover,
a.active {
	color: #bd5a1b;
	text-decoration: none;
}

p, ol {
	font-size:11px;
	line-height:1.75em;
}

em {
font-style:italic;
}

strong {
font-weight:bold;
}

ol {
	margin:6px 10px 15px 5px;
}

ol li {
	margin-bottom:5px;
	}

#container {
	position: relative;
	width:992px;
	margin:0 auto;
	padding:0;
}

#masthead {
	position:absolute;
	top:0px;
	left:0px;
	width:992px;
	margin:0;
	padding:0;
	z-index:0;
}

#masthead img.
#masthead a { border: 0; }

/* START NAVIGATION BAR */

/* main nav bar */
#navBar {
	position:absolute;
	top:142px;
	left:163px;
	width:772px;
	height:85px;
	margin:0;
	padding:0;
	float:left;
	background: url(../images/nav-bg.jpg) repeat-x; 
}

ul.primary-links {
	position:absolute;
	top:2px;
	left:38px;
	margin: 0;
	padding: 0;
	float:left;
}

ul.primary-links li {display:inline;}

ul.primary-links li a {
	display:block;
	margin:0;
	padding:22px 11px 12px 11px;
	text-transform:uppercase;
	text-decoration:none;
	color:#00325d;
	font-size:77%;
	float:left;
}

ul.primary-links li a:hover, 
ul.primary-links li a.active {
	color:#fff;
	background:#935823;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* submenu */

ul.menu {
	position:absolute;
	top:48px;
	left:38px;
	margin: 0;
	padding: 0;
}

ul.menu li {display:inline;}

ul.menu li a {
	display:block;
	float:left;
	padding:11px;
	text-decoration:none;
	color:#00325d;
	font-size:77%;
}

ul.menu li a:hover {
	color:#fff;
}


ul.menu li a.active {
	color:#7a3910;
}

#sidebar2 {
	position:absolute;
	top:227px;
	left:163px;
	width:772px;
	height: 410px;
	margin: 0;
	padding:0;
	background:#fff url(../images/line-left.jpg) repeat-y;
}

#photoPage #sidebar2 {
	height: 450px;
}

#mapPage #sidebar2,
#residentPage #sidebar2 {
	height: 420px;
}

#photo {
	width:242px;
	height:410px;
	padding:0;
	margin:0;
	text-align:left;
	overflow: hidden;
	float:left;
}

#photo img {
	border:0;
	margin:0;
}

#photo p { margin:7px 10px 0 35px; }

#contentHome {
	width:435px;
	margin:0;
	text-align:left;
	float:left;
}

#contentResident {
	width:712px;
	margin:0;
	padding: 0 35px;
	color: #333;
	text-align:left;
}

#contentResident p { margin: 10px 0 0 0; }
#contentResident ol { margin: 0; padding 10px 0; }
#contentResident ol li {
	list-style: decimal inside;
	margin-bottom: 5px;
}

#contentHome p { margin:10px 0 0 0; }
#contentHome p.first { margin:120px 0 0 0; }

#content {
	width:460px;
	margin:0;
	text-align:left;
	float:left;
}

#content p { margin:7px 35px 0 35px; }

#contentMap {
	width:530px;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}

#footer {
	position:absolute;
	top:637px;
	left:163px;
	width:772px;
	margin: 0;
	padding: 20px 0 10px 0;
	text-align:right;
	vertical-align:middle;
	z-index:0;		
}

#photoPage #footer {
	top:677px;
}


#mapPage #footer {
	top:647px;
}

#footer p {
	color: #666;
	font-size: 10px;
	line-height: 14px;
	padding: 0px 15px 0 0;
}

#concierge {
	display:none;
	position:absolute;
	top:20px;
	right:20px;

}

#concierge {
	height: 578px;
	width:275px;
	background:url(../images/concierge-popup.png);
	position:absolute;
	top:-100px;
	right:-80px;
	display:none;
	z-index:10;
}

#concierge h3, #concierge p {
	margin:15px 25px 0 20px;
	line-height:1.4em;
}

#concierge h3 {
	color:#fff;
	font-size:134%;
}

span.indent {margin-left:10px;}

.headerImg {
	margin:32px 0 0 0;
}

/* contact form */

label, input, select {
margin:6px;
}

select {
float:left;
clear:none;
margin:10px;
}

label.setWidth {
	display:block;
	float:left;
	width:90px;
}

label.setWidth2 {
	width:70px;
}

/* floorplans */
.fpImage {
float:left;
display:none;
position:relative;
}

#fpp316 {
	display:block;
	}

#floorplanImgs {
	width:232px;
	height:410px;
	padding:0;
	margin:0;
	text-align:left;
	overflow: hidden;
	border: 0;
	float:left;
}

#floorplanImg a,
#floorplanImgs a { border: 0; }
	
#floorplanImgs img.headerImg{
	margin:19px 0 0 19px;
}

#floorplanImgs p {
	margin:7px 0 0 19px;
}

#floorplanImgs img#floorplanImg {
	margin:0;
}

#clear,
.clear {
  clear:both;
}

.contentTable td { margin:0; padding: 0 0 12px 0; }

/* START FAST GALLERY */
#fast_gallery {
width:512px;
padding:20px 0 0 15px;
}

#fast_gallery .single-image {
  float: left;
  margin-left: 5px;
  width: 160px;
  text-align: center;
  margin-bottom: 1em;
}

#fast_gallery img {
  border: 3px;
  border-style: solid;
  border-color: gray;
}

#fast_gallery img:hover {
  border: 3px;
  border-style: solid;
  border-color: #054777;

  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  zoom: 1;
}

#fast_gallery .pager {
  text-align: center;
  padding-bottom: 1em;
}

.pager {
clear:both;
margin-left:20px;
}

.pager li {
float:left;
display:block;
width:20px;
}

.pager li.pager-next, .pager li.pager-first, .pager li.pager-last {
width:40px;
}

.pager li.pager-previous {
width:60px;
}

#fast_gallery .hide-image {
  display: none;
  border:1px solid #00ff00;
}

#fast_gallery a.textlink:hover span {
  line-height: 130%;
  top: 2em;
}