/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
html {
	background: #ff9a1b;
}

body {
	background: #68b7fc url(../images/bg.png) repeat-x;
	color: #060606;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

/* headings */
h1 {
	background: url(../images/h1-bg.png) no-repeat 3px 0;
	color: #27488c;
	font-family: 'Aller Regular', Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
	padding-top: 3px;
}

h1 span {
	color: #ff9510;
}

h2 {
	background: url(../images/h1-bg.png) no-repeat 3px 0;
	color: #27488c;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
	padding-top: 4px;
}

h2.orange {
	background: url(../images/h1-bg-orange.png) no-repeat 3px 0;
	color: #ff9510;
	padding-top: 10px;
}

/* links */
a {
	color: #27488c;
	outline: none; /* removing outline in Mozilla */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* form elements */
form li {
	overflow: hidden;
	padding-bottom: 15px;
}

form li ul {
	margin-left: 10px;
}

form li li {
	padding: 3px 6px;
}

form li label {
	color: #27488c;
	display: block;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-left: 10px;
	padding: 5px 0 10px 0;
}

form li li label {
	color: #060606;
	display: inline;
	font-size: 14px;
	font-family: 'Aller Regular', Arial, sans-serif;
	margin-left: 5px;
	padding: 0;
	vertical-align: top;
}

input.text,
textarea {
	border: none;
	color: #606060;
	display: inline-block;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	padding: 0 10px;
	width: 277px;
}

input.text {
	background: url(../images/input.png) no-repeat;
	height: 27px;
	padding-top: 12px;
}

input.middle {
	background: url(../images/input-middle.png) no-repeat;
	width: 170px;
}

input.short {
	background: url(../images/input-short.png) no-repeat;
	width: 77px;
}

textarea {
	background: url(../images/textarea.png) no-repeat;
	height: 73px;
	overflow: auto;
	padding: 10px;
	resize: none;
	overflow-y: hidden;
}

input.submit {
	border: none;
	display: inline-block;
}

input.submit:hover {
	cursor: pointer;
}

/*------------------------------------------------------*/
/* =CUSTOM FONTS					*/
/*-----------------------------------------------------*/
@font-face {
	font-family: 'Aller Regular';
	src: url('../fonts/Aller_Rg.eot');
	src: local('../fonts/Aller Regular'), local('Aller'), url('../fonts/Aller_Rg.woff') format('woff'), url('../fonts/Aller_Rg.ttf') format('truetype'), url('../fonts/Aller_Rg.svg#Aller') format('svg');
}

@font-face {
	font-family: 'Aller Bold';
	src: url('../fonts/Aller_Bd.eot');
	src: local('../fonts/Aller Bold'), local('Aller-Bold'), url('../fonts/Aller_Bd.woff') format('woff'), url('../fonts/Aller_Bd.ttf') format('truetype'), url('../fonts/Aller_Bd.svg#Aller-Bold') format('svg');
}


/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/

/* usually for <br /> tag to clear the float */
.clear {
	clear: both;
	line-height: 0;
}

/* div (or whatever else element that serves as wrapper that clears the floats)  */
.floatClear {
	overflow: hidden;
}

img.left {

	float: left;
	margin: 0 15px 10px 0;
}

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

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER						*/
#wrapper {
	margin: 0 auto;
	width: 900px;
	position: relative;
}

/* HEADER */
#header {	
	height: 155px;
	padding-bottom: 15px;
	position: relative;
}

/* header faahousing info */
#header p.faaInfo {
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-shadow: #000 1px 1px 2px;
	position: absolute;
	top: 3px;
	right: 0;
}

#header p.faaInfo span {
	color: #27488c;
	font-size: 20px;
	padding: 0 5px;
}

/* header gardens */
#header .gardens {
	position: absolute;
	bottom: 15px;
	right: 0;
}

#header .gardens li {
	display: inline;
	padding-left: 5px;
}


/*------------------------------------------------------*/
/* =LOGO							*/
#logo {
	position: absolute;
	bottom: 15px;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	background: url(../images/menu.png) no-repeat;
	height: 43px;
	padding-top: 4px;
}

#menu li {
	display: block;
	height: 46px;
	float: left;
	padding: 0 4px;
	position: relative; /* for drop down */
}

#menu a {
	color: #fff;
	display: inline-block;
	font-family: 'Aller Regular', Arial, sans-serif;
	font-size: 17px;
	height: 40px;
	line-height: 40px;	
	padding: 0 21px;
	text-shadow: #000 1px 1px 2px;
}

#menu a:hover {
	background: url(../images/menu-active.jpg) repeat-x;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#menu li.active a {
	background: url(../images/menu-active.jpg) repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* MENU DROP DOWN */
#menu li ul {
	display: none;
	width: 120%;
}

#menu li ul li {
	display: block;
	height: auto;
	margin: 0;
	padding: 2px 0;
	width: 100%;
}

#menu li ul li a {	
	font-size: 13px;
	height: auto;
	line-height: 15px;
	margin: 0;
	padding: 7px;
	width: 100%;
}

#menu li:hover ul {
	background: #27488c;
	display: block;
	margin-top: 4px;
	padding: 5px;
	position: absolute;
	z-index: 1002;
	-webkit-box-shadow: #cacaca 0px 0px 2px;
	-moz-box-shadow: #cacaca 0px 0px 2px;
	box-shadow: #cacaca 0px 0px 2px;
}

#menu li:hover ul li a:hover {
	background: #ff9510;
	-webkit-box-shadow: #1f1f1f 1px 1px 2px;
	-moz-box-shadow: #1f1f1f 1px 1px 2px;
	box-shadow: #1f1f1f 1px 1px 2px;
}

 /* service hover for drop down */
#menu li:hover a {
	background: url(../images/menu-active.jpg) repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#menu li:hover ul li a {
	background: none;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
.content {
	background: url(../images/content.png);
	margin-bottom: 25px;
	padding: 20px 25px;
	position: relative;
}

.content p {
	margin-bottom: 10px;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: url(../images/footer.png) repeat-x;
	color: #4c4c4c;
	font-size: 11px;
	height: 79px;
	padding-top: 59px;
}

#footer .container {
	margin: 0 auto;
	padding-right: 265px;
	text-align: right;
	width: 635px;
	position: relative;
}

#footer img {
	position: absolute;

}

#footer img.logo {
	top: 0;
	right: 0;
}

#footer img.corporateLogo {
	top: -10px;
	left: 0;
}

#footer li {
	border-right: 1px solid #4c4c4c;
	display: inline;
	padding: 0 5px;
}

#footer li.last {
	border-right: none;
	padding-right: 0;
}

#footer a {
	color: #4c4c4c;
}

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

/*------------------------------------------------------*/
/* =HOME PAGE						*/
#home {
	margin-bottom: 25px;
}

#home h1 {	
	background: none;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 30px;
	padding-left: 5px;
}

#home h2 {	
	border-bottom: 3px solid #27488c;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

#home p {
	padding-bottom: 15px;
}

#home p.readMore {
	text-align: right;
}

#home p span {
	color: #27488c;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
}

/* HOME SLIDESHOW (slideshow on homepage) */
#homeSlide {
	min-height: 355px;
	margin-bottom: 15px;
	position: relative;
}

#homeSlide .links {
	position: absolute;
	right: -9px;
	top: 15px;
	z-index: 1000;
}

#homeSlide .links li {
	margin-bottom: 7px;
}

#homeSlide .links a {
	background: url(../images/home-slide-li.png) no-repeat;
	color: #fff;
	display: block;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 18px;
	height: 49px;
	line-height: 49px;
	padding-left: 17px;
	text-shadow: #1f1f1f 1px 1px 1px;
	width: 190px;
}

/* reservation button */
#homeSlide .reservationButton {
	background: url(../images/home-reservation-button.png) no-repeat;
	display: block;
	height: 66px;
	text-indent: -9999px;
	width: 282px;
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 1000;
}

/* slideshow navigation */
#homeSlide #slideshowNav {
	position: absolute;
	bottom: 10px;
	right: 15px;
	z-index: 1000;
}

#homeSlide #slideshowNav a { 
	background: url(../images/content.png);
	display: inline-block;
	height: 36px;
	margin: 0 2px;	
	width: 15px;
}

#homeSlide #slideshowNav a.activeSlide { 
	background: #63a6d9; 
}

/* HOME BOX */
#home .box {
	float: left;
	margin: 0 26px 30px 0;
	width: 282px;
}

#home .box.last {
	margin-right: 0;
}

#home .box a {
	text-decoration: none;
}

/* image area */
#home .image {
	position: relative;
}

/* image info */
#home p.imageInfo {
	background: url(../images/home-image-info.png);
	color: #fff;
	font-family: 'Aller Regular', Arial, sans-serif;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	padding: 10px 7px;
	width: 260px;
	position: absolute;
	left: 4px;
}

#home p.imageInfo.top {
	top: 4px;
}

#home p.imageInfo.bottom {
	bottom: 10px;
}

/* orange box */
#home .orange h2 {
	background: url(../images/h1-bg-orange.png) no-repeat 3px 0;
	border-bottom: 3px solid #ff9510;
	color: #ff9510;
	padding-top: 4px;
}

/* home testimonials */
#home .testimonials {
	width: 156px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#home a .testimonials {
	color: #060606;
}

#home .testimonials h3 {
	color: #27488c;
	font-size: 16px;
	margin-bottom: 8px;
}

#home .testimonials p {
	font-size: 11px;
	line-height: 18px;
}


/*------------------------------------------------------*/
/* =ABOUT US PAGE					*/
#about h2.orange {
	font-size: 20px;
	line-height: 28px;
	padding-top: 12px;
	clear: both;
}

#about h3 {
	color: #ff9510;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
}

#about h3.blue {
	color: #27488c;
	padding-top: 10px;
}

#about h4 {
	color: #27488c;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	margin-bottom: 10px;
	padding-top: 5px;
}

#about p span {
	color: #27488c;
	display: block;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
	padding: 5px 0;
}

#about .apartmentLocations {
	margin-bottom: 20px;
	padding: 10px 0;

}

#about .apartmentLocations li {
	display: inline;
	padding: 0 30px 0 10px;
}

#about .subpage li {
	background: url(../images/locations-li.png) no-repeat 0 10px;
	font-size: 14px;
	padding: 5px 15px;
}

/*------------------------------------------------------*/
/* =RESERVATION PAGE				*/
#reservation h1 {
	background: url(../images/h1-bg.png) no-repeat 13px 0;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 34px;
	line-height: 34px;
	margin: 0 auto 15px auto;
	padding-top: 5px;
	width: 300px;
}

#reservation p {
	text-align: center;
}

#reservation form {
	margin: 0 auto;
	padding: 10px 0;
	width: 301px;
}

#reservation input.submit {
	background: url(../images/reservation-submit.png) no-repeat;
	height: 58px;
	width: 301px;
}

#reservation input.middle {
	margin-right: 7px;
}

#reservation .msg {
	color: #ff9510;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
}

/*------------------------------------------------------*/
/* =VIRTUAL TOUR PAGE				*/
#tour h1 {
	font-family: 'Aller Bold', Arial, sans-serif;	
}

#tour .landing {
	padding: 20px 0;
	text-align: center;
}

#tour .landing li {
	display: inline;
	padding: 0 10px;
}

/* CATEGORIES LINKS */
#tour .categories {
	position: absolute;
	top: 25px;
	right: 25px;
}

#tour .categories li {
	border-right: 1px solid #27488c;
	display: inline;
	padding: 0 10px;
}

#tour .categories li.last {
	border-right: none;
	padding-right: 0;
}

#tour .categories a {
	color: #27488c;
	font-family: 'Aller Regular', Arial, sans-serif;
	font-size: 15px;
}

#tour .categories li.active a {
	color: #ff9510;
}

/* TOUR SLIDESHOW (slideshow on virtual tour pages) */
#tourSlide {
	min-height: 482px;
	position: relative;
}

/* tour navigation */
.tourNav {
	background: url(../images/home-image-info.png);
	height: 50px;
	line-height: 55px;
	text-align: center;
	width: 861px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.tourNav img {
	margin: 0 5px;
}

/*------------------------------------------------------*/
/* =CONTACT US PAGE					*/
#contact h3 {
	font-family: 'Aller Regular', Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}

#contact h3 a:hover {
	color: #ff9510;
}

#contact .msg {
	color: #ff9510;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
}

/* CONTACT BOX */
#contact .box {
	float: left;
	margin-top: 20px;
}

/* CONTACT FORM */
#contact form {
	margin-right: 30px;
	width: 297px;
}

#contact .reservationButton {
	background: url(../images/contact-reservation-button.png) no-repeat;
	display: block;
	float: left;
	height: 37px;
	text-indent: -9999px;
	width: 168px;
}

#contact input.submit {
	background: url(../images/contact-submit.png) no-repeat;
	float: right;
	height: 37px;
	width: 122px;
}

/* GOOGLE MAP */
#contact .googleMap {
	margin-right: 20px;
}

/* LOCATIONS */
#contact .locations {
	width: 180px;
}

#contact .locations ul {
	margin-bottom: 15px;
}

#contact .locations li {
	margin-bottom: 4px;
}

/*------------------------------------------------------*/
/* =AMENITIES PAGE					*/
#amenities h3 {
	color: #27488c;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
	padding-top: 10px;
}

#amenities h4 {
	color: #27488c;
	font-family: 'Aller Regular', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#amenities p.note {
	font-style: italic;
	
}

/* amenity lists */
#about #amenityLists h3 {
	color: #27488c;
	padding-top: 0;
}

#amenityLists {
	padding: 10px 5px;
}

#amenityLists ul {
	float: left;
	margin-bottom: 25px;
	padding: 0 50px 0 5px;
}

#amenityLists li {
	margin-bottom: 5px;
}

/* car limages list */
h2.cars {
	font-size: 24px;
	margin-bottom: 10px;
}

#amenities ul.cars {
	padding: 15px 0;
}

#amenities .cars li {
	display: inline;
	padding: 0 25px 0 5px;
}

a.car.last img {
	margin-right: 215px;
}

/*
#amenities .carRental {
	background: url(../images/car-rental-button.png) no-repeat;
	display: block;
	float: left;
	height: 37px;
	text-indent: -9999px;
	width: 168px;
	position: absolute;
	top: 12px;
	right: 40px;
}*/

#amenities table {
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 320px;
}

#amenities td {
	border-bottom: 1px dotted #68b7fc;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}

#amenities td:first-child {
	font-size: 13px;
	text-align: left;
	width: 190px;
}

#amenities td span {
	font-size: 11px;
	font-style: italic;
}

/* calendar */
#calendar {
	padding: 35px 0;
}

.calendar {
	float: right;
}

/*------------------------------------------------------*/
/* =LOCATION PAGES					*/
#locations h1 {
	font-family: 'Aller Bold', Arial, sans-serif;	
}

#locations h3 {
	color: #27488c;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	padding-top: 15px;
}

#locations h4 {
	color: #27488c;
	font-family: 'Aller Regular', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
}

#locations ul {
	margin: 0 0 5px 5px;
}

#locations li {
	background: url(../images/locations-li.png) no-repeat 0 9px;
	padding: 3px 15px;
}

#locations .locationInfo {
	margin: 0 0 10px 2px;
}

#locations .locationInfo li {
	background: none;
	padding: 3px 0;
}

#locations table {
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 320px;
}

#locations td {
	border-bottom: 1px dotted #68b7fc;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
}

#locations td:first-child {
	font-weight: bold;
	text-align: left;
	width: 190px;
}

#locations td span {
	font-size: 11px;
	font-style: italic;
}

/* gallery */
#locations .gallery {
	padding: 15px 0;
	margin: 0;
}

#locations .gallery li {
	background: none;
	display: inline;
	padding: 0 5px;
}

/* buttons */
#locations .buttons {
	position: absolute;
	top: 0;
	right: 40px;
}

#locations .reservationButton {
	background: url(../images/contact-reservation-button.png) no-repeat;
	display: block;
	float: left;
	height: 37px;
	margin: 15px 15px 0 0;
	text-indent: -9999px;
	width: 168px;
}

#locations .virtualTour {
	background: url(../images/virtual-tour-button.png) no-repeat;
	display: block;
	float: left;
	height: 37px;
	margin-top: 15px;
	text-indent: -9999px;
	width: 168px;
}

/*------------------------------------------------------*/
/* =MAPS AND LOCATIONS PAGE			*/
#maps h1 {
	margin-bottom: 35px;
}

#maps h2 {
	margin-bottom: 20px;
}

#maps h3 {
	color: #27488c;
	font-family: 'Aller Regular', Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}

#maps h3 a:hover {
	color: #ff9510;
}

#maps li {
	font-size: 14px;
	padding: 3px 15px;
}

#maps .map {
	float: left;
	margin: 0 35px 35px 0;
}

/*------------------------------------------------------*/
/* =LINKS PAGE						*/
#links h1.orange {
	background: url(../images/h1-bg-orange.png) no-repeat 3px 0;
	color: #ff9510;
	padding-top: 10px;
}

#links h3 {
	color: #27488c;
	font-family: 'Aller Regular', Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}

#links ul {
	margin-bottom: 20px;
}

#links li {
	background: url(../images/locations-li.png) no-repeat 0 11px;
	font-size: 14px;
	padding: 5px 15px;
}

#links a {
	color: #060606;
}

/* NEWSLETTER SIGNUP */
#newsletter .msg {
	color: #ff9510;
	font-family: 'Aller Bold', Arial, sans-serif;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
}

#newsletter input {
	float: left;
	margin-right: 5px;
}

#newsletter input.submit {
	background: url(../images/contact-submit.png) no-repeat;
	height: 37px;
	margin-top: 1px;
	width: 122px;
}

/*------------------------------------------------------*/
/* =SITEMAP PAGE					*/
#sitemap ul {
	margin-bottom: 5px;
}

#sitemap li {
	background: url(../images/locations-li.png) no-repeat 0 11px;
	font-size: 14px;
	padding: 5px 15px;
}

#sitemap a {
	color: #060606;
}