@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font: 14px "Times New Roman", Times, serif;
	background: #F9F6ED url(../images/bg.jpg) repeat-x left -75px;
	text-align: center;
}
a {
	outline: none;
	color: #95A342;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 5px 0;
}
strong {
	font-weight: bold;
}
.clearLeft {
	clear: left;
}
.lastnav {
	border: none;
}

::selection      { background:#8C9A38; color:#000; /* Safari and Opera */ }
::-moz-selection  { background:#8C9A38; color:#000; /* Firefox */ }

#contactInfo {
	color: #A26843;
	padding: 10px 20px 0;
	text-align: right;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#contactInfo div {
	width: 900px;
	margin: auto;
	background: url(../images/mobile.gif) no-repeat 670px 0;
}

/* --- CONFIRM BOX --- */

#confirm {
	background: #949E45;
	color: #000;
	padding: 10px;
	position: absolute;
	top: 20px;
	z-index: 9999999999999999999999999999;
	width: 80%;
	left: 10%;
	margin: auto;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
}
#confirm h3 {
	margin: 0;
	padding: 0;
	font: 30px "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#confirm a {
	color: #FFF;
}

/* --- MAIN --- */


#header,
#topNavigation,
#banners {
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#greenBg {
	margin: 10px auto;
	background: url(../images/nav-bg.gif) repeat-x top;
	position: relative;
}
#logo {
	display: block;
	margin: 15px 0 10px 30px;
	float: left;
}

/* --- MAKE RESERVATION LINK --- */

#makeReservation {
	display: block;
	width: 250px;
	height: 130px;
	position: absolute;
	right: 20px;
	top: 24px;
	background: url(../images/reservation.png) no-repeat;
	text-decoration: none;
}
#makeReservation .Rtitle {
	text-align: right;
	display: block;
	font: 18px Helvetica, Arial, sans-serif;
	color: #333;
	padding: 33px 40px 0 0;
}
#makeReservation .Rlink {
	display: block;
	text-align: right;
	color: #A1AB48;
	text-transform: uppercase;
	text-decoration: underline;
	padding: 6px 50px 0 0;
	font: 11px Helvetica, Arial, sans-serif;
}
#makeReservation:hover .Rtitle {
	color: #666;
}
#makeReservation:hover .Rlink {
	color: #000;
}

/* --- TOP NAVIGATION --- */

#topNavigation {
	background: #8C9A38;
	height: 40px;
	width: 420px;
	top: 60px;
	right: 0;
	position: absolute;
}
#topNavigation ul {
	padding: 0 0 0 15px;
}
#topNavigation li {
	float: left;
	padding: 10px 15px ;
}
#topNavigation li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#topNavigation li a:hover {
	text-decoration: underline;
}

/* --- HOMEPAGE BOXES --- */

.homeThree {
	float: left;
	width: 315px;
	height: 395px;
	position: relative;
}
.homeThreeContent {
	display: none;
}
.homeThree div {
	background: url(../images/frame.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 315px;
	height: 395px;
	z-index: -1;
}
.privateOffice {background: url(../images/banners/private-offices.jpg) no-repeat 19px 20px;}
.boardrooms {background: url(../images/banners/boardroom.jpg) no-repeat 19px 20px;}
.internetCafe {background: url(../images/banners/internet-cafe.jpg) no-repeat 19px 20px;}

.privateOffice a,
.boardrooms a,
.internetCafe a {
	display: block;
	width: 265px;
	height: 20px;
	padding: 307px 0 17px 10px;
	margin: 20px 0 0 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}
.privateOffice a:hover,
.boardrooms a:hover,
.internetCafe a:hover {
	color: #000;
	background: url(../images/blue-hover.png);
}
#pv, #dui, #br {
	text-align: left;
	padding: 0 10px;
	font: 13px Arial, Helvetica, sans-serif;
}
#fancybox-content {
	background: #F9F6ED;
}

#pv h1, #dui h1, #br h1 {
	font-size: 25px;
	font-weight: normal;
	background: #929A3F;
	color: #FFF;
	padding: 2px 10px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: 0 -10px;
}
.popPhoto {
	background: url(../images/photos.jpg) no-repeat 0 50%;
	width: 390px;
	float: right;
	height: 285px;
	display: block;
	margin: 10px 0 0 30px;
}
#pv .popPhoto {	background-position: -390px 50%; }
#br .popPhoto {	background-position: 0 50%; }
#dui .popPhoto { background-position: -780px 50%; }


#rightNav {
	position:absolute;
	top: 20px;
	right: 20px;
	z-index: 999;
	list-style: none;
	margin: 0;
	padding: 0;
}
#rightNav li {
	border-bottom: 1px solid #CCC;
}
#rightNav li a {
	display: block;
	padding: 2px 20px 8px 15px;
	margin: 8px 0 3px;
	color: #666;
	text-decoration: none;
	font-size: 24px;
	font-weight: normal;
}
#rightNav li a:hover {
	background: url(../images/nav-hover.png) no-repeat;
	color: #FFF;
}
#buildingRender {
	position: absolute;
	top: 0;
	right: 0;
}
#buildinginfo {
	position: absolute;
	top: 240px;
	left: 0;
	width: 325px;
	color: #666;
}
#buildinginfo div {
	display: none;
}
#buildinginfo h2 {
	margin: 0;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	font-size: 24px;
}
#buildinginfo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	padding: 0 0 0 10px;
}
.noMargin {
	margin: 0;
}
#buildinginfo ul {
	margin: 1px 0 0 0;
}
#buildinginfo ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px 0;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	background: url(../images/render-hover.png) no-repeat;
	color: #FFF;
	padding: 0;
	width: 150px;
	height: 23px;
	padding: 7px 0 0 0;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#tooltip h3, #tooltip div { margin: 0; }

/* --- FOOTER --- */

#footer {
	padding: 20px;
	background: #824729 url(../images/footer-bg.jpg) no-repeat top center;
	border-top: 10px solid #630;
	text-align: left;
}
#footerInner {
	width: 885px;
	margin: 0 auto;
	color: #CCC;
}
.footerFloat {
	width: 266px;
	float: left;
	padding: 0 22px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.footerFloat h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 30px;
	line-height: 34px;
	font-weight: normal;
	border-bottom: 1px solid #999;
	font-family: "Times New Roman", Times, serif;
}
.footerFloat p {
	padding: 10px;
}
#footerMap {
	width: 260px;
	text-align: center;
	padding: 0;
	font-size: 13px;
}
#footerMap img {
	display: block;
	margin: 0 0 5px 0;
	border: 2px solid #630;
}
#smallPrint {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 0 0 0;
	color: #630;
}

/* ----- LEASE APPLICATION ----- */

#leaseApplication {
	padding: 20px;
	text-align: left;
}
#leaseApplication h1 {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #999;
	font-weight: normal;
	font-size: 24px;
}
#leaseApplication p,
#leaseApplication form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.iframe {
	color: #FFF;
}
.iframe:hover {
	color: #95A342;
}

/* ----- LEASE APPLICATION FORM ----- */

form#dgform fieldset {
  margin-bottom: 10px;
}
form#dgform legend {
  padding: 0 2px;
  font-weight: bold;
}
form#dgform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form#dgform fieldset ol {
  margin: 0;
  padding: 0;
}
form#dgform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.oddLine {
	background-color: #EFEBE0;
}
form#dgform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form#dgform label {
  width: 200px; /* Width of labels */
}
.smallForm {
	font-size: 12px;
}
