@import url("../admin/framework/screen.css");
@import url("../admin/framework/ie.css");

/* Body & Page Structure
--------------------------------------------- */
body {
	background: #e7e7e7;
}

#wrapper {
	position: relative;
	background: white;
}

#flashHome #mainBanner-container {
	display: none;
}

#flashHome div.flashMovie {
	position: relative;
	float: left;
	width: 942px;
	margin-left: 4px;
}

* html #flashHome div.flashMovie {
	margin-left: 2px;
}

/* Google Maps
--------------------------------------------- */
.gmnoprint h3 {
	margin: 0 0 0.5em;
	padding-right: 1em;
}

.gmnoprint h3 a {
	color: #268c9f;
	text-decoration: none;
}

.gmnoprint h4,
.gmnoprint ul,
.gmnoprint p {
	line-height: 1.25;
	margin-bottom: 0.25em;
}

/* Masthead & Navigation 
--------------------------------------------- */
#masthead {
	width: 950px;
	height: 84px;
	background: url(images/masthead.png) 0 0 no-repeat;
	overflow: hidden;
}

#masthead h1,
#masthead h2 {
	text-indent: -999em;
}

#masthead a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 84px;
	text-indent: -999em;
	overflow: hidden;
}

#navigation {
	width: 950px;
	height: 30px;
	margin: -30px 0 1em;
	border-bottom: 1px solid #E7E7E7;
}

#navigation a#memberLogin {
	position: absolute;
	top: 8px;
	right: 24px;
	padding: 0 0 0 6px;
	font: normal 10px/1em "Helvetica Neue", Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	background: url(images/memberLogin-arrow.png) center left no-repeat;
}

#navigation a#memberLogin:hover {
	color: #268A9F;
}

#navigation ul,
#navigation ul li,
#navigation ul li a {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul {
	float: right;
	width: auto;
	padding-right: 8px;
	z-index: 99;
}

#navigation ul li:hover a,
#navigation ul li a {
	padding: 0 16px;
	font: normal 14px/30px Georgia, Times, serif;
	color: #268A9F;
	margin: 1px 1px 0;
	text-decoration: none;
	text-transform: capitalize;
}

#navigation ul li:hover a,
#navigation ul li a:hover {
	margin: 0;
	color: #0C5967;
	border-top: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
}

#navigation ul li a:hover {
	background: #F4F4F4;
}

#navigation ul li ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 31px;
	padding: 0;
	margin: 0;
	left: 0;
	z-index: 99;
	background: white;
	border-right: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
}

#navigation ul li ul li a
#navigation ul li ul li a:hover,
#navigation ul li:hover ul li a,
#navigation ul li:hover ul li a:hover {
	border: 0;
	margin: 0;
	padding: 3px 0 3px 16px;
	width: 184px;
	line-height: 18px;
	font-size: 11px;
	border-bottom: 1px solid #E7E7E7;
	color: #268A9F;
}

#navigation ul li ul li a:hover,
#navigation ul li:hover ul li a:hover {
	background: #F4F4F4;
	color: #0C5967;
}

#navigation ul li:hover ul {
	display: block;
}

/* Content 
--------------------------------------------- */
#content {}

#content .box {
	background: #eee;
}

#content #flashIntro {
	width: 942px;
	height: 443px;
	padding: 4px;
}

#content #banner-om {
	width: 950px;
	height: 190px;
	padding-bottom: 1em;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 1em;
}

#content #mainBanner-container {
	width: 950px;
	height: 180px;
	margin-bottom: 1.5em;
}

#content #mainBanner-container ul,
#content #mainBanner-container ul li,
#content #mainBanner-container ul li img {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #mainBanner-container ul li {
	position: absolute;
}

#content #destinationsMap {
	margin: 0 0 1.5em 0;
}

#content #subContentA #destinationsList div {
	min-height: 340px;
}

/* Residence List Page
------------------------------------------------------------------ */
#content div.residence,
#content div.residence div.content {
	position: relative;
	float: left;
	width: auto;
}

#content div.residence {
	width: 310px;
	margin-right: 10px;
	margin-bottom: 1.5em;
}

#content div.residence img {
	float: left;
	position: relative;
	margin: 0;
	border: 2px solid #E7E7E7;
}

#content div.residence div.content {
	width: 250px;
	padding-left: 6px;
}

#content div.residence div.content h4,
#content div.residence div.content h5,
#content div.residence div.content p {
	font-weight: normal;
	margin: 0;
}

#content div.residence div.content h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#content div.residence div.content h5 {
	color: #666;
	font-family: Georgia, Times, serif;
	font-style: italic;
}

#content div.residence div.content p {
	margin: 0;
}

#subContentA form {
	padding: 0 0 20px;
	border: 0;
}

/* RS Tabbed Content */
.tabContent {
	position: relative;
	float: left;
}

.tabContent ul.tabs,
.tabContent ul.tabs li {
	display: list-item;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

.tabContent ul.tabs li {
	cursor: pointer;
}

.tabContent ul.tabs li.active {
	color: #268c9f;
}

.tabContent .tabContent {
	position: relative;
	float: left;
	width: auto;
}

/* Residence Landing Pages
------------------------------------------------------------------ */
#destinationDetails {
	position: relative;
	float: left;
	width: auto;
}

#destinationDetails div.mainPhoto {
	position: relative;
	float: left;
	width: 120px;
	margin: 0 10px 0 0;
}

#destinationDetails div.mainPhoto img {
	width: 120px;
	margin: 0 0 10px;
}

#destinationDetails div.tabContent {
	position: relative;
	float: left;
	width: 480px;
	margin: 0;
	padding: 0 0 0 40px;
}

#destinationDetails div.mainPhoto ul.tabs {
	font: normal 1.2em/1.5 Georgia, Times, serif;
	text-align: right;
}

#destinationDetails div.tabContent div.thumbnails {
	position: relative;
	float: left;
	width: auto;
}

#destinationDetails div.tabContent div.thumbnails a,
#destinationDetails div.tabContent div.thumbnails a img {
	position: relative;
	float: left;
}

#destinationDetails div.tabContent div.thumbnails a img {
	width: 155px;
	height: 100px;
}

#destinationDetails div.tabContent div.thumbnails a {
	margin: 0 5px 5px 0;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	background: #f4f4f4;
	border-top: 1px solid #e7e7e7;
	padding-top: 1.5em;
}

#footer p {
	padding: 0 20px;
	color: #ababab;
}

#footer p.legal {
	color: #c2c2c2;
	text-align: center;
}

#footer p.links {
	clear: left;
	font-size: 11px;
	text-transform: capitalize;
	text-align: center;
}

#footer p.links a {
	color: #ABABAB;
	text-decoration: underline;
}

#footer p.links a:hover {
	color: #777;
}

#footer ul.socialMedia,
#footer ul.socialMedia li,
#footer ul.socialMedia li a {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.socialMedia {
	width: 940px;
	padding: 0.5em 10px 10px 0;
}

#footer ul.socialMedia li {
	float: right;
}

#footer ul.socialMedia li a {
	width: 16px;
	height: 16px;
	text-indent: -999em;
	overflow: hidden;
}

#footer ul.socialMedia li a.faceBook {
	background: url(images/facebook.png) 0 0 no-repeat;
	margin-left: 5px;
}

#footer ul.socialMedia li a.twitter {
	background: url(images/twitter.png) 0 0 no-repeat;
	margin-left: 5px;
}

#footer ul.socialMedia li a.youtube {
	background: url(images/youtube.png) 0 0 no-repeat;
}

/* Typography
------------------------------------------------------------------ */
h2 {
	
}
h2, h3, h4, h5 {
	color: #333;
}

p strong {
	color: #474747;
}

h2.has-subtitle,
h3.has-subtitle,
h4.has-subtitle {
	margin-bottom: 0;
}

p.subtitle {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #999;
}

p, ul {
	color: #666;
}

h2 {
	color: #268C9F;
}

p,ol,ul {
	color: #666;
}

#subContentA #destinationsList h3,
#subContentA #destinationsList h4,
#subContentA #destinationsList p {
	margin-left: 0;
}

/* Residences */
p.allDestinations {
	position: relative;
	float: right;
	margin: -3.75em 20px 0;
	padding: 0 0 0 1.75em;
	font-size: 1em;
	height: 1.5em;
	line-height: 1.25em;
	background: url(../rs-elements/images/led-ico/world.png) 0 0 no-repeat;
}

/* Right Nav */
#subContentB h4 {
	font-weight: bold;
}

#subContentB ul {
	margin: 0;
	padding: 0 0 0 1.1em;
}

#subContentB div#residence-list {
	position: relative;
	float: left;
	width: 190px;
	margin: 0 0 1.5em 0;
}

/* Date-picker */
label.datepicker input[type="text"] {
	background-image: url(images/images/calendar-icon.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	text-indent: 20px;
}

/* Inquiries Page */
.rs-form h4 {
	font-weight: bold;
}

form.rs-form fieldset {
	margin-bottom: 1em;
}

/* Accredited Investor */
div.accreditedInvestor {
	position: absolute;
	float: left;
	width: 480px;
	margin-left: -250px;
	padding: 10px;
	top: 120px;
	left: 50%;
	text-align: left;
	background: white;
	z-index: 999;
}

form.rs-form,
form.rs-form fieldset {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

form.rs-form fieldset.l-50,
form.rs-form fieldset.r-50 {
	width: 50%;
}

form.rs-form legend {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

form.rs-form label {
	position: relative;
	float: left;
	width: auto;
	margin-bottom: 0.5em;
}

form.rs-form label.firstName,
form.rs-form label.lastName,
form.rs-form label.address,
form.rs-form label.address,
form.rs-form label.city,
form.rs-form label.state,
form.rs-form label.zip,
form.rs-form label.country,
form.rs-form label.phone,
form.rs-form label.email {
	width: 290px;
	margin-right: 10px;
}

form.rs-form label span {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

form.rs-form label span span {
	display: inline;
	float: none;
	font-weight: bold;
	color: #cc0000;
	width: auto;
}

form.rs-form label.radio span {
	width: auto;
}

form.rs-form label input[type="radio"] {
	position: relative;
	float: left;
}

form.rs-form label input[type="text"],
form.rs-form label input[type="password"] {
	display: block;
	position: relative;
	float: left;
	width: 288px;
	border: 1px solid #ccc;
	background: #f4f4f4;
}

#login form.rs-form label input[type="text"],
form.rs-form label input[type="password"] {
	background: white;
}

form.rs-form label input:focus {
	border-color: #777;
	background: white;
}

form.rs-form label.firstName,
form.rs-form label.lastName,
form.rs-form label.city,
form.rs-form label.state,
form.rs-form label.country,
form.rs-form label.phone,
form.rs-form label. {
	width: 200px;
}

form.rs-form label.firstName input,
form.rs-form label.lastName input,
form.rs-form label.city input,
form.rs-form label.state input,
form.rs-form label.country input,
form.rs-form label.phone input,
form.rs-form label.email input {
	width: 198px;
}

form.rs-form label.phone,
form.rs-form label.zip {
	width: 120px;	
}

form.rs-form label.phone input,
form.rs-form label.zip input {
	width: 118px;
}

/* @group RS Mask */

.rs-mask {
	position: absolute;
	background: url(../rs-elements/images/black-mask.png) fixed repeat;
	z-index: 449;
	display: none;
}

/* @end */

