/*

Author: Tem Aguerre

   Table of Contents:
   -----------------

   Debugging Classes

	Initial Global Styling
	Global Classes

	Typography
	Header Layout
	Middle Layout
	Footer Layout

	Colors
	------

	#F2E5C9; - [Beige] Body Background Color
	#CFC3AD; - [Gray] Footer Background Color
	#9D8941; - [Greenish Brown] Services Background Color
   #881216; - [Burgundy Red] Sidebar Menu Color
   #CEC4A0; - [Light Gray] Light Dash
	#000000; - [Black] Text Color
	#000000; - [Black] a link, footer
   #AC192E; - [Red] a link
	#333333; - [Dark Gray] a visited
	#666666; - [Gray] a hover
	#666666; - [Gray] a active
	#766200; - [Brown] - Dash
*/

/* Debugging Classes

div { border:1px red dashed; }

a { border:1px yellow dashed; background-color: pink; }

ul { border:1px purple dashed; background-color: purple; }

li { border:1px blue dashed; }

.red { background-color: red; }

.blue { background-color: blue; }

.pink { background-color: pink; }

.yellow { background-color: yellow }


/* Initial Global Styling
--------------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #F2E5C9;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
}

 
span {
	display: none;
}
/* Global Classes
--------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.dashed-light {
	margin-bottom: 20px;
	border-top: #CEC4A0 1px dashed;
}

.dashed-dark {
	margin-bottom: 20px;
	border-top: #766200 1px dashed;
}

.expanded {
	display: inherit;
}

.collapsed {
	display: none;
}

.addSpace {
	margin-top: 15px !important;
}

/* Typography
--------------------------------------------------------------------------------------- */

a:link {
	color: #AC192E;
	font-weight: bold;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #666666;
	/*cursor: pointer;*/
}

a:active {
	color: #666666;
}

h1 {
}

h2 {
}

h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}

p {
}

img {
	border: 0px;
}

/* Header Layout
--------------------------------------------------------------------------------------- */

#logo a {
	width: 232px;
	height: 63px;
	display: block;
	float: left;
	background: url(../images/logo.png);
}

#nav {
	height: 108px;
}

#services {
	display: block;
	height: 27px;
}

#services a {
	background: #9D8941 url(../images/concierge.png) no-repeat;
	width: 196px;
	height: 27px;
	display: block;
	float: right;
}

#services a:hover {
	background: url(../images/concierge.png) no-repeat 0px -27px;
}

#nav ul {
	background-color: #000000;
	width: 608px;
	height: 27px;
	float: right;
	padding-left: 25px;
	margin-top: 10px;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	float: left;
}

#nav ul li a {
	color: #FFFFFF;
	height: 27px;
	display: block;
}

#nav-01 a {
	width: 130px;
	background: url(../images/menu-floorplans.png) no-repeat;
}

#nav-01 a:hover {
	background: url(../images/menu-floorplans.png) no-repeat 0px -27px;
}

#floorplans #nav-01 a {
	background: url(../images/menu-floorplans.png) no-repeat 0px -27px;
}


#nav-02 a {
	width: 118px;
	background: url(../images/menu-amenities.png) no-repeat;
}

#nav-02 a:hover {
	background: url(../images/menu-amenities.png) no-repeat 0px -27px;
}

#amenities #nav-02 a {
	background: url(../images/menu-amenities.png) no-repeat 0px -27px;
}

#nav-03 a {
	width: 111px;
	background: url(../images/menu-location.png) no-repeat;
}

#nav-03 a:hover {
	background: url(../images/menu-location.png) no-repeat 0px -27px;
}

#location #nav-03 a {
	background: url(../images/menu-location.png) no-repeat 0px -27px;
}

#nav-04 a {
	width: 105px;
	background: url(../images/menu-contact.png) no-repeat;
}

#nav-04 a:hover {
	background: url(../images/menu-contact.png) no-repeat 0px -27px;
}

#contact #nav-04 a {
	background: url(../images/menu-contact.png) no-repeat 0px -27px;
}


#nav-05 a {
	width: 120px;
	background: url(../images/menu-apply.png) no-repeat;
}

#nav-05 a:hover {
	background: url(../images/menu-apply.png) no-repeat 0px -27px;
}

/* Middle Layout
--------------------------------------------------------------------------------------- */

#content {
}

#header-img {
	display: block;
	height: 230px;
}

#home h1, #home h2 {
	display: none;
}

#home .column-right a {
	display: block;
	width: 284px;
	height: 198px;
	float: right;
	
}

#floorplans #header-img {
	background-image: url(../images/headerImg-floorplans.jpg);
}

#amenities #header-img {
	background-image: url(../images/headerImg-amenities.jpg);
}

#location #header-img {
	background-image: url(../images/headerImg-location.jpg);
}

#contact #header-img {
	background-image: url(../images/headerImg-contact.jpg);
}

#header-text {
	display: block;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header-text h1 {
	display: none;
}

#floorplans #header-text {
	background: url(../images/h1-floorplans.png) no-repeat;
	height: 118px !important;
}

#amenities #header-text {
	background: url(../images/h1-amenities.png) no-repeat;
}

#location #header-text {
	background: url(../images/h1-location.png) no-repeat;
}

#contact #header-text {
	background: url(../images/h1-contact.png) no-repeat;
	/*height: 125px !important;*/
}

#home.column-left {
	width: 595px;
	float: left;
}

#myContent {
	width: 594px;
	float: left;
}

.column-left {
	width: 610px;
	float: left;
}

#amenities p {
	margin-bottom: 15px;
}

.column-left ul li {
	list-style-type: disc;
}

.column-right {
	width: 260px;
	float: right;
}

.column-right ul {
	list-style-type: none;
}

.column-right ul a {
	height: 24px;
	display: block;
	margin-bottom: 3px;
}

#subnav-01 a {
	background: #881216 url(../images/subnav-virtual.png) no-repeat 0px -20px;
}

#subnav-01 a:hover {
	background: #881216 url(../images/subnav-virtual.png) no-repeat 0px 4px;
}

#subnav-02 a {
	background: #881216 url(../images/subnav-photo.png) no-repeat 0px -20px;
}

#subnav-02 a:hover {
	background: #881216 url(../images/subnav-photo.png) no-repeat 0px 4px;
}

#subnav-03 a {
	background: #881216 url(../images/subnav-concierge.png) no-repeat 0px -20px;
}

#subnav-03 a:hover {
	background: #881216 url(../images/subnav-concierge.png) no-repeat 0px 4px;
}

#subnav-04 a {
	background: #881216 url(../images/subnav-living.png) no-repeat 0px -20px;
}

#subnav-04 a:hover {
	background: #881216 url(../images/subnav-living.png) no-repeat 0px 4px;
}

.row-upper {
	height: 360px;
	background-image: url(../images/home-upper-bg.jpg);
}

.row-upper-01 {
	height: 360px;
	background-image: url(../images/home-upper-bg-01.jpg);
}

#online-special a{
	display: block;
	width: 235px;
	height: 79px;
	float: right;
	margin-right: 25px;
	margin-top: 237px;
}

.row-lower {
	height: 198px;
	background-image: url(../images/home-lower-bg.jpg);
}

#features {
	padding: 75px 27px 25px 28px;
}

#floorplans #features {
	background: #9D8941 url(../images/features-floorplans.png) no-repeat 30px 10px;
}

#amenities .column-left img {
	margin-right: 15px;
}

#amenities #features {
	background: #9D8941 url(../images/features-amenities.png) no-repeat 30px 10px;
}

#location #features {
	background: #9D8941 url(../images/features-location.png) no-repeat 30px 10px;
}

#contact #features {
	background: #9D8941 url(../images/features-contact.png) no-repeat 30px 10px;
}

#features h2 {
	display: none;
}

#features ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}

#studios, #one-bedrooms, #two-bedrooms {
	background-color: #FFFFFF;
	margin-top: 15px;
	height: 205px;
	clear: left;
}

.h2-text {
	display: block;
	height: 40px;
}

#studios .h2-text {
	background: url(../images/h2-stu.png) no-repeat;
}

#one-bedrooms .h2-text {
	background: url(../images/h2-1br.png) no-repeat;
}

#two-bedrooms .h2-text {
	background: url(../images/h2-2br.png) no-repeat;
}

#studios h2, #one-bedrooms h2, #two-bedrooms h2 {
	display: none;
}

#studios {
	width: 335px;
}

#one-bedrooms {
}

#studios li, #one-bedrooms li, #two-bedrooms li {
	list-style-type: none;
	display: block;
	float: left;
	height: 160px;
	margin-left: 10px;
}

/* Footer Layout
--------------------------------------------------------------------------------------- */

#footer {
	margin-top: 20px;
	border-top: #766200 1px dashed;
	padding: 20px 15px 25px 15px;
	background: #CFC3AD url(../images/logo-house.png) no-repeat 670px 15px;
}

#footer ul li {
	display: inline;
	text-transform: uppercase;
}

#footer ul li a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}

#amenities .white {
	margin-bottom: 0px !important;
}

#terms {
	font-size: 10px;
	margin-top: 15px;
}

.white {
	color: #FFFFFF !important;
	font-weight: bold;
	margin-top: 10px;
}
