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

body, ul {
	margin:0;
	padding:0;
}
body, td {
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#483200;
	line-height:1.5em;
}
ul {
	list-style: none;
	margin:0;
	padding:0;
}
p {
	margin:0 0 1em 0;
	padding:0;
}
a:link, a:visited {
	cursor:pointer;
}
a {
	color:#7da756;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h2 {
	/* Used for page titles - imgs specified per page below */
	text-indent:-9999px;
	height:13px;
	margin:20px 0 13px 0;
	font-size:10px;
}
h3 {
	color:#005580;
	font-weight:normal;
	font-size:14px;
	padding:0;
	margin:0 0 .4em 0;
	line-height:1.3em;
}
ul.simpleBulletList {
	margin:1em 0 1em 1.4em;
	list-style-type:disc;
}
ul.simpleBulletList li{
	margin:0 0 .5em 0;
}
ul.tight li {
	margin:0;
}
blockquote {
	margin:0 0 1em 0;
	padding:0;
	font-style:italic;
}
cite {
	display:block;
	margin:0 0 1em 0;
	padding:0;
	font-style:normal;
	font-size:9px;
	line-height:1.3em;
}
.highlight {
	color:#005580;
}
.padBottom {
	padding-bottom:190px;
}

/* Page Structure -------------------------- */
#container {
	width:980px;
	height:710px;
	margin:0 auto;
	background:url(../images/bg_main.jpg) left 40px no-repeat;
}


/* Header / Navigation -------------------------- */
#header {
	position:relative;
	height:140px;
	border-bottom:2px solid #ffffff;
}
#headerImage {
	text-align:center;
}
h1 {
	margin:0;
	padding:0;
	behavior: url(scripts/iepngfix.htc);	/* NOTE: Must be relative to html doc */
	background:url('../images/logo.png') left top no-repeat;
	width:225px;
	height:185px;
	position:absolute;
	top:0;
	left:380px;
	text-indent:-1500px;
}

#header li {
	float:left;
}
#header li a {
	height:10px;
	display:block;
	position:absolute;
	top:120px;
	text-indent:-9999px;
	outline:none;
	background:url(../images/nav.gif) no-repeat;
	font-size:8px;	/* Keeps IE 6 boxes from expanding too high */
	overflow:hidden;
}
#header li#navVision a { 
	background-position:0 0; width:46px; left:53px;
}
#header li#navVision a:hover, .vision #header li#navVision a { 
	background-position:0 -10px;
}
#header li#navLocation a { 
	background-position:-65px 0; width:67px; left:118px;
}
#header li#navLocation a:hover, .location #header li#navLocation a , .explore #header li#navLocation a  { 
	background-position:-65px -10px;
}
#header li#navProperty a { 
	background-position:-151px 0; width:68px; left:204px;
}
#header li#navProperty a:hover, .property #header li#navProperty a, .history #header li#navProperty a { 
	background-position:-151px -10px;
}
#header li#navResidences a { 
	background-position:-235px 0; width:78px; left:288px;
}
#header li#navResidences a:hover, .residences #header li#navResidences a, .amenities #header li#navResidences a { 
	background-position:-235px -10px;
}
#header li#navGreen a { 
	background-position:-330px 0; width:44px; left:615px;
}
#header li#navGreen a:hover, .green #header li#navGreen a { 
	background-position:-330px -10px;
}
#header li#navPlans a { 
	background-position:-395px 0; width:42px; left:680px;
}
#header li#navPlans a:hover, .plans #header li#navPlans a { 
	background-position:-395px -10px;
}
#header li#navTeam a { 
	background-position:-458px 0; width:37px; left:744px;
}
#header li#navTeam a:hover, .team #header li#navTeam a { 
	background-position:-458px -10px;
}
#header li#navPress a { 
	background-position:-517px 0; width:38px; left:802px;
}
#header li#navPress a:hover, .press #header li#navPress a { 
	background-position:-517px -10px;
}
#header li#navContact a { 
	background-position:-576px 0; width:63px; left:862px;
}
#header li#navContact a:hover, .contact #header li#navContact a  { 
	background-position:-576px -10px;
}


/* SubNav -------------------------- */
#subNav {
	height:23px;
	position:relative;
}
#subNav li {
	float:left;
	padding-left:12px;
	background:url(../images/bullet_subNav.gif) left 8px no-repeat;
	height:20px;	/* Keeps bullet visible */
}
#subNav li a {
	height:10px;
	display:block;
	position:absolute;
	top:6px;
	text-indent:-9999px;
	outline:none;
	font-size:8px;	/* Keeps IE 6 boxes from expanding too high */
	overflow:hidden;
}
#subNav li#subNavExplore a { 
	background:url(../images/subNav_location.gif) no-repeat;
	background-position:12px 0; width:142px; left:0;
}
#subNav li#subNavExplore a:hover, .explore #subNav li#subNavExplore a { 
	background-position:12px -10px;
}
#subNav li#subNavProperty a { 
	background:url(../images/subNav_property.gif) no-repeat;
	background-position:12px 0; width:142px; left:0;
}
#subNav li#subNavProperty a:hover, .history #subNav li#subNavProperty a { 
	background-position:12px -10px;
}
#subNav li#subNavResidences a { 
	background:url(../images/subNav_residences.gif) no-repeat;
	background-position:12px 0; width:84px; left:0;
}
#subNav li#subNavResidences a:hover, .amenities #subNav li#subNavResidences a { 
	background-position:12px -10px;
}

/* Page Content -------------------------- */
#content {
	position:relative;
	border-top:2px solid #FFFFFF;
}
.interior #content {
	background:url(../images/bg_interior.jpg) 43px top no-repeat;
	height:458px;
	padding-left:90px;
}

/* Gallery ------------------------------ */
.history #gallery, .explore #gallery, .green #gallery, 
.property #gallery, .residences #gallery {
	float:left;
	padding-left:30px;
	width:355px;
}
.history #gallery ul, .explore #gallery ul, .property #gallery ul, 
.green #gallery ul, .residences #gallery ul {
	margin-top:0;
}
.history #gallery li, .explore #gallery li, .property #gallery li, 
.green #gallery li, .residences #gallery li{
	float:left;
	padding-right:9px;
}
.history #gallery #photo, .explore #gallery #photo, .green #gallery #photo, 
.property #gallery #photo, .residences #gallery #photo {
	width:355px;
	height:268px;
}
.history .loading, .explore .loading, .property .loading, 
.green .loading, .residences .loading {
    background: url('../images/loader_anim.gif') no-repeat 54% 44%;
}
.history .caption, .explore .caption, .property .caption, 
.green .caption, .residences .caption {
	padding-top:2px;
	text-align:right;
	font-size:9px;
	line-height:1.2em;
}
.history .caption a, .explore .caption a, .property .caption a, 
.green .caption a, .residences .caption a {
	color:#483200;
}


/* Plans uniques */
.plans #gallery {
	position:absolute;
	top:40px;
	left:272px;
	width:630px;
	height:331px;
}
.plans #gallery #photo {
	width:630px;
	height:331px;
}
.plans .loading {
    background: url('../images/loader_anim.gif') no-repeat 50% 50%;
}
.plans .galleryCaption {
	padding:10px 12px;
}
.plans .caption {
	color:#FFFFFF;
	font-size:11px;
	line-height:1.3em;
}



/* Scrollbar ------------------------------ */
#scrollContainer {
	background:url(../images/scroll_border.gif) top right no-repeat;
	width:401px;
	padding:1px 0;
	float:left;
}
#scrollContainer.noScroll {
	/* If no scroller is needed, hide the scroller outline */
	background:none;
}
#scrollBlock {
	width:365px;
	height:294px;
	padding-right:36px;
	overflow:auto;
}
#scrollContainer > #scrollBlock {
	width:364px;
}
#scrollContainer .jScrollPaneTrack {
	background-color:#FFFFFF;
}
#scrollContainer .jScrollPaneDrag {
	background: url(../images/scroll_drag_middle.gif) repeat-y;
}
#scrollContainer .jScrollPaneDragTop {
	background: url(../images/scroll_drag_edge.gif) no-repeat;
	height: 2px;
}
#scrollContainer .jScrollPaneDragBottom {
	background: url(../images/scroll_drag_edge.gif) no-repeat;
	height: 2px;
}
#scrollContainer a.jScrollArrowUp {
	height: 13px;
	background:url(../images/scroll_up.gif) top left no-repeat;
}
#scrollContainer a.jScrollArrowUp:hover {
	background:url(../images/scroll_up_over.gif) top left no-repeat;
}
#scrollContainer a.jScrollArrowDown {
	height: 13px;
	background:url(../images/scroll_down.gif) top left no-repeat;
}
#scrollContainer a.jScrollArrowDown:hover {
	background:url(../images/scroll_down_over.gif) top left no-repeat;
}
#scrollContainer a.jScrollActiveArrowButton, #scrollContainer a.jScrollActiveArrowButton:hover {
	/* background-position: 0 -40px; */
}



/* Homepage -------------------------- */
#homeFlashAnim {
	width:872px;
	height:323px;
	margin:10px auto;
	background:#FFFFFF;
}
.home #content {
	/* IE6 fix */
	height:2px;
}
.home #intro {
	padding:15px 25px 0 52px;
	float:left;
	width:550px;
}
.home #callout {
	margin:16px 0 0 0;
	float:left;
	width:350px;
	height:130px;
	border-left:1px solid #FFFFFF;
}
.home #callout img { 
	float:left;
	display:block;
	/*margin:26px 15px 0 36px;*/
	margin:26px 15px 0 18px;
	width:64px;
}
.home #callout > img {
	/* Reset IE6 fix */
	margin-left:36px;
}
.home #callout span {
	float:left;
	margin-top:48px;
	width:170px;
}



	

/* Contact -------------------------- */
.contact h2 {
	background:url(../images/title_contact.gif) left top no-repeat;
	width:94px;
}

/* Green -------------------------- */
.green h2 {
	background:url(../images/title_green.gif) left top no-repeat;
	width:66px;
}

/* Location -------------------------- */
.location h2 {
	background:url(../images/title_location.gif) left top no-repeat;
	width:104px;
}
.location .mainImage {
	float:left;
	padding-left:10px;
}

/* Explore -------------------------- */
.explore h2 {
	background:url(../images/title_explorePlymouth.gif) left top no-repeat;
	width:210px;
}

/* Plans -------------------------- */
.plans h2 {
	background:url(../images/title_plans.gif) left top no-repeat;
	width:64px;
}
.planMenu {
	display:block;
	width:170px;
	margin:12px 0 36px 0;
}
.planMenu a {
	color:#483200;
}
.planDetails {
	background-color:#b8a066;
	width:154px;
	min-height:108px;
}



/* Press -------------------------- */
.press h2 {
	background:url(../images/title_press.gif) left top no-repeat;
	width:58px;
}

/* Property -------------------------- */
.property h2 {
	background:url(../images/title_property.gif) left top no-repeat;
	width:106px;
}
.property .mainImage {
	float:left;
	padding-left:10px;
}


/* Residences -------------------------- */
.residences h2 {
	background:url(../images/title_residences.gif) left top no-repeat;
	width:121px;
}



/* Amenities -------------------------- */
.amenities h2 {
	background:url(../images/title_amenities.gif) left top no-repeat;
	width:109px;
}
.amenities .mainImage {
	float:left;
	padding-left:26px;
}
.amenities .directions {
	padding-top:36px;
	font-size:9px;
}

/* Team -------------------------- */
.team h2 {
	background:url(../images/title_team.gif) left top no-repeat;
	width:57px;
	margin-bottom:5px;
}
.team .logoBlock {
	width:221px;
	height:135px;
	margin:0 50px 40px 0;
	float:left;
	text-align:center;
	line-height:1.2em;
}
.team .logo {
	height:100px;
	text-align:center;
}
.team .logo img {
}


/* Vision -------------------------- */
.vision h2 {
	background:url(../images/title_vision.gif) left top no-repeat;
	width:72px;
}
.vision .mainImage {
	position:absolute;
	top:105px;
	left:455px;
}

/* History -------------------------- */
.history h2 {
	background:url(../images/title_history.gif) left top no-repeat;
	width:202px;
}




/* Footer -------------------------- */
#footer {
	width:980px;
	margin:5px auto 10px auto;	
	font-size:9px;
	color:#666866;
	text-align:center;
}
#footer span {
	margin:0 3px;
}
#footer a {
	color:#666866;
}
