@charset "utf-8";
/* CSS Document */
* {
	font-family: Verdana, Geneva, sans-serif; 
	padding: 0;
	margin: 0;
}
* html {
	font-size: 70%;
}
body {
	background: #1d2d3c;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #67717a;
}
h5 {
	font-size: 14pt;
}
a {
	color: #67717A;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fd4604;
}
#container {
	margin: 0 auto;
	width: 960px;
	background: url(../images/bg-faux-column.gif) repeat-y;
}
#container.ignore {
 background: none;
}
#header {
	position: relative;
	height: 140px;
	background: #1d2d3c;	
}
.left-element {
	position: absolute;
	left: 0;
	width: 49%;
}
.right-element {
	position: absolute;
	right: 0;
	width: 49%;
	text-align: right; /* depends on element width */
	margin-top: 25px;
}
.right-element p {
	margin-top:12px;
}
.right-element a {
	color:#fd4604;
}
.right-element a:hover {
	border-bottom: dotted 2px #fd4604;
}
#callout {
	position: absolute;
	top: 115px;
	display: block;
	float: left;
	font-size: 12pt;
	font-weight: bold;
}
#logo {
	margin-top: 20px;
	text-indent: -5000px;
	background: url(../images/logo.gif);
	height: 99px;
	width: 217px;
}
#contact-bar p {
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	font-weight: normal;
}
#navigation {
	width: 100%;
	height: 32px;
	border-bottom: solid 7px #1d2d3c;
	background: #1d2d3c;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	width: 234px;
	text-decoration: none;
	background: #fd4604;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	color:#fff;
	text-align: center;
}
#nav a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
#nav li {
	float: left;
	width: 234px;
	margin-right: 7px;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul li {
	border-right: none;
}
#nav li:hover ul a {
	font-size: 10pt;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: left;
	text-indent: 35px;
}
#nav li:hover ul a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li.last, #nav a.last {
	margin: 0;
	padding: 0;
}
#content {
	clear: left;
}
#slider {
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	width:960px;
	height:580px;
	overflow:hidden;
}
#slider li img {
	border: solid 7px #fff;
}
#prevBtn, #nextBtn {
	display:block;
	width:63px;
	height:32px;
	position:relative;
}
#prevBtn {
	margin-top: -32px;
	top: -336px;
}
#nextBtn {
	margin-top: -32px;
	left:897px;
	top: -336px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:63px;
	height:32px;
	background:url(../images/prev.gif) no-repeat 0 0;
}
#nextBtn a {
	background:url(../images/next.gif) no-repeat 0 0;
}
.greeting {
	display: block;
	width: 943px;
	height: 126px;
	border: solid 7px #fff;
	text-indent: -1000px;
}
#con {
	background: url(../images/contact-header.jpg) #fff no-repeat;
}
#fpnp {
	background: url(../images/availability-header.jpg) #fff no-repeat;
}
#amen {
	background: url(../images/amenities-header.jpg) #fff no-repeat;
}
#neigh {
	background: url(../images/neighborhood-header.jpg) #fff no-repeat;
}
#pol {
	background: url(../images/policies-header.jpg) #fff no-repeat;
}
#direc {
	background: url(../images/directions-header.jpg) #fff no-repeat;
}
#shadow {
	display: block;
	width: 960px;
	height:42px;
	background: url(../images/drop-shadow.gif) no-repeat;
	clear:both;
}
#sub-head {
	width: 960px;
	height:92px;
	text-indent: -5000px;
	background: url(../images/intro-head.jpg) no-repeat;
	clear:both;
	border-top: solid 7px #1d2d3c;
	border-bottom: solid 7px #1d2d3c;	
}
#footer {
	border-bottom: solid 7px #1d2d3c;
	border-top: solid 7px #1d2d3c;	
	display: block;
	clear: both;
	background:#394754;
	text-align: left;
	font-size: 8pt;
	padding: 5px 15px;
}
#footer p {
	margin-top: 5px;
}
#footer a {
	color: #fd4604;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: dotted 1px #fd4604;
}
#footer img {
	vertical-align: middle;
	padding-right: 8px;
	border: 0;
}
ul.tabNavigation li.last, ul.tabNavigation a.last {
	margin: 0;
	padding: 0;
	width: 234px;
}
ul.tabNavigation {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	width:100%;
	background: #1d2d3c;
}
ul.tabNavigation li {
	float:left;
}
ul.tabNavigation li a {
	width: 235px;
	height: 32px;
	display:block;
	background:#394754;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin-right: 7px;
	line-height: 32px;
	text-align: center;
}
ul.tabNavigation li a.selected {
	background-color: #67717A;
	border-bottom: solid 7px #67717A;
	color: #fff;
}
ul.tabNavigation li a:hover {
	background-color: #67717A;
}
UL.tabNavigation LI A:focus {
	outline: 0;
}
div.tabs > div {
	padding: 39px 0 0 0;
}
div.tabs > div h2 {
	margin-top: 0;
}
.room-type {
	display:block;
	width: 960px;
	height: 300px;
	background: #394754;
	margin: 0 0 7px 0;
	padding: 0;
	clear: both;
}
.room-type h5 {
	width: 37px;
	height: 300px;
}
.room-type img {
	display: block;
	width: 275px;
	height: 275px;
	float: left;
	margin: 12px;
	border: 0;
}
.room-type h5 {
	text-indent: -5000px;
	display: block;
	float: left;
}
.room-type #apt-details {
	float: left;
	display: block;
	width: 356px;
	height: 280px;
	margin: 12px 0;
}
/*
.room-type #apt-details h3 {
	display: block;
	width: 160px;
	float: left;
	margin-bottom: 10px;
}
*/
.room-type #apt-details h4 {
	display: block;
	width: 180px;
	float: right;
	text-align: left;
	margin-top: 34px;
	color: #fff;
}
.room-type #apt-details ul {
	display: block;
	width: 160px;
	height: 80%;
}
.room-type #apt-details #apt-sqft {
	list-style: none;
	font-weight: bold;
	float: left;
	margin-top: 30px;
	text-indent: 10px;
	border-right: solid 1px #fd4604;
	font-size: 12pt;
}
.room-type #apt-details #apt-sqft li {
	line-height: 30px;
}
.room-type #apt-details #apt-amenities {
	margin-top: 4px;
	float: right;
	font-size: 10pt;
	line-height: 25px;
}
.room-type h6 {
	background: #67717A;
	display: block;
	width: 240px;
	height: 58px;
	float: right;
	text-align: center;
	font-size: 12pt;
	line-height: 58px;
	color: #fff;
}
.room-type #pricing {
	text-align: center;
	background: #515D69;
	display: block;
	width: 240px;
	height: 242px;
	float: right;
}
.room-type #pricing #prices {
	width: 100%;
	display: block;
	clear: both;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: 100;
	font-size: 14pt;
	margin: 15px 0;
}
.room-type #pricing #contact {
	display: block;
	text-decoration: none;
	background: #fd4604 no-repeat;
	padding: 20px;
	border: 0;
	margin: 34px auto 0 auto;
	font-weight: bold;
	width: 60%;
	border: solid 1px #1d2d3c;
}
.room-type #pricing #contact:hover {
	color: #1d2d3c;
}
.room-type #pricing #sister {
	display: block;
	text-decoration: none;
	background: #282F27;
	padding: 20px;
	border: solid 1px #282F27;
	margin: 34px auto 0 auto;
	font-weight: bold;
	width: 60%;
	border: solid 1px #5b97b1;
	color: #5D96B1;
}
#the-loft.room-type h5 {
	background: url(../images/apt-the-loft.jpg) no-repeat;
}
#the-duet.room-type h5 {
	background: url(../images/apt-duet.jpg) no-repeat;
}
#the-duet-ii.room-type h5 {
	background: url(../images/apt-duet-ii.jpg) no-repeat;
}
#the-savannah.room-type h5 {
	background: url(../images/apt-the-savannah.jpg) no-repeat;
}
#the-savannah-ii.room-type h5 {
	background: url(../images/apt-the-savannah-ii.jpg) no-repeat;
}
#the-savannah-iii.room-type h5 {
	background: url(../images/apt-the-savannah-iii.jpg) no-repeat;
}
#the-estate.room-type h5 {
	background: url(../images/apt-the-estate.jpg) no-repeat;
}
#content .left-box {
	background: #394754;
	display: block;
	width: 260px;
	border-bottom: solid 7px #1d2d3c;
	font-size: 10pt;
	padding: 15px;
	float: left;
}
#content #hours-box {
	border: none;
}
#content .right-box {
	background: #67717A;
	display: block;
	width: 230px;
	margin: 0 20px 7px 0;
	font-size: 10pt;
	padding: 15px;
	float: right;
}
#content .right-box h5 {
	color: #1d2d3c;
}
#content .left-box ul {
	list-style: none;
	line-height: 25px;
}
#content .left-box ul li span.day {
	display: block;
	width: 100px;
	text-align: left;
	float: left;
}
#content #phone-number {
	font-weight: bold;
	font-size: 16pt;
}
#content #highlight-box img {
	display: block;
	clear: both;
	margin: 0 auto;
	border: solid 5px #fff;
	margin: 20px auto;
}
	
#content #contact-form, #content #amenities, #content #policies, #content #neighborhood, #content #residents {
	padding: 15px;
	display: block;
	float: right;
	width: 632px;
	background: #394754;
	min-height: 385px;
	height:auto !important;
	height:385px;
}
#content #residents {
	background: #fff;
}
#content #amenities #tupperware {
	display: block;
	width: 252px;
	float: left;
}
#content #amenities h5 {
	width: 250px;
	display: block;
	float: left;
	clear: left;
}
#content #contact-form fieldset {
	width: 330px;
	border: none;
	display: block;
	float: left;
}
#content #contact-form label {
	display: block;
	width: 250px;
	float: left;
	font-size: 10pt;
	line-height: 30px;
	clear: both;
	margin: 5px 0 0 5px;
	font-weight: bold;
}
#content #contact-form input {
	display: block;
	width: 270px;
	height: 18px;
	float: left;
	color: #000;
	padding: 3px;
	font-size: 10pt;
	clear: both;
	margin-left: 5px; 

}
#content #contact-form textarea {
	display: block;
	width: 270px;
	height: 200px;
	float: left;
	color: #000;
	padding: 3px;
	font-size: 10pt;	
	margin: 5px;
	clear: both;
}
#content #contact-form #submit {
	background: #fd4604;
	width: 63px;
	height: 30px;
	border: 0;
	text-align: center;
	font-weight: bold;	
	color: #fff;
	margin-left: 220px;
}
#content #contact-form a.dp-choose-date {
	margin-top: 0px;
}
#content #contact-form #errors {
	line-height: 20px;
	color: #fff;
	font-size: 9pt;
	background: red;
	width: 265px;
	border: solid 1px #fff;
	padding: 5px;
	margin: 5px;
}
#content #contact-form #contact-text {
	background: #67717A;
	width: 220px;
	padding: 15px;
	margin: 0 20px;
	display: block;
	float: right;
	font-size: 9pt;
}
content #contact-form #success {
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 10pt;
}

/* ---- Jeff ------------- */

.submit {
	color: #5b97b1;
}
.txtarea {
	color: #5b97b1;
}
#content  #get_directions {
	padding: 15px;
	display: block;
	float: right;
	width: 632px;
	background: #394754;
	margin-bottom: 7px;
}
#content #map {
	display: block;
	width: 632px;
	height: 500px;
	color: #324443;
	margin-top: 7px;
}
#content #get_directions input.btn {
	background: #fd4604;
	border: 0;
	text-align: center;
	font-weight: bold;	
	color: #fff;
	width: 150px;
	height: 30px;
	margin: 2px 0 0 0px;;
	padding-left: 5px;
}
#content #get_directions h5 {
	margin-bottom: 10px;
	font-size: 14pt;
}
#content #get_directions input.start {
	width: 405px;
	height: 28px;
	color: #000;
	border: solid 1px #fd4604;
	padding-left: 5px;
}
#content #get_directions #directions div.googledir table tr td{
	background: #67717a; 
	padding: 3px;
}
#content #get_directions input.print {
	background: #324443;
	width: 50px;
	height: 30px;
	border: 0;
	margin: 18px auto 0 auto;
	text-align: center;
	font-weight: bold;
}
#content #get_directions #map .gmnoprint .gmnoprint #tooltip {
	color: #282f27;
}
#content #amenities ul {
	list-style: square;
	margin-top: 7px;
	width: 260px;
	display: block;
	float: left;
	clear: left;
}
#content #amenities li {
	margin-left: 30px;
	line-height: 24px;
	font-size: 11pt;
}
#content #amenities {
	font-size: 10pt;
}
#content .flash-box {
	display: block;
	float: right;
	width: 250px;
	background: #1d2d3c;
	margin-right: 30px;
}
#content #flash-text {
	display: block;
	width: 230px;
	text-align: center;
	display: block;
	padding: 10px;
	font-size: 9pt;
	margin-right: 20px;
}
#content #policies h6,  #content #neighborhood h6{
	display: block;
	float: left;
	font-size: 11pt;
	margin: 10px 0;
}
#content #policies h6 {
	width: 320px;
}
#content #policies .policy, #content #neighborhood p {
	display: block;
	float: left;
	font-size: 10pt;
	padding-bottom: 15px;
}
#content #policies .policy {
	width: 320px;
}
.no-brdr {
	border: 0
}
#payrent {
	padding-top: 20px;
	width: 632px;
	height: 1000px;
	border: none;
}
