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

/********** 2. Reset and Base **********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

br.clear {clear:both; display:block; height:1px; margin:-1px 0 0 0 }

div {position:relative; float:left}
/* End Reset */

/********** 3. Typography **********/
body {
	font-family:"Helvetica Neue",Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 18px;
	color:#40403f;
	background:#4f5357;
	-webkit-font-smoothing: antialiased;
	background:url(../images/background.jpg) no-repeat fixed center top;
}

h1,h2,h3 {		
	font-family:"Baskerville", "Times New Roman", Times, serif;
}

h1 {
	font-size: 20px;
	color:#3b3a3a;
} 

h2 {
	font-size: 24px;
	margin-bottom:10px
}

h3 {
	font-size: 16px;
	margin-top:10px;
	margin-bottom:5px
}

p {
	font-size: 11.8px;
	line-height:18px
}
/* End Typography */

/********** 4. Links **********/
a {
	color: #2c528d;
	text-decoration:none
}

a:hover {
	color: #181646;
	text-decoration:underline
}

a:focus {
	top:1px
}

/* End Links */

/********** 5. Page Layout **********/

body {
	line-height: 1;
	float:none
}

#content {
	width:960px;
	margin:0px auto;
	text-align:left;
	clear:left;
	float:none;
}
	
#content-container {
	background:#fcfbf3;
	width:880px;
	height:auto;	
	padding:40px;
}

#header {
	width:880px;
}

#header {
	float:left;
	margin-bottom:50px
}

#header-contact  {
	width:auto;
	position:absolute;
	bottom:0px;
	right:0px
}

#right-column {
	width:590px;
	margin-left:290px;
	background:#eeeee7;
}

#welcome-text {
	width:250px;
	height:230px;
	background:url(../images/blue.png);
	position:absolute;
	top:142px;
	left:-10px
}

#welcome-text h1 {
	font-size:42px;
	color:#ffffff;
	float:left;
	line-height:36px;
	margin-left:30px;
	background:url(../images/welcome-bg.png) no-repeat;
	background-position:bottom left;
	padding-bottom:2px;
}

#welcome-text h2 {
	font-size:20px;
	color:#ffffff !important;
	float:left;
	margin-top:34px;
	margin-left:30px;
	margin-bottom:5px
}

#welcome-text p {
	float:left;
	color:#ffffff;
	margin-left:30px;
	margin-top:13px;
	font-size:13px;
	width:200px
}

.section {
	width:530px;
	border-top:5px solid #2C528D;
	margin-top:30px;
	margin-left:30px;
	padding-top:7px;
	margin-right:30px
}

.section-small {
	width:190px
}

.section-large {
	width:300px
}

.section-margin {
	margin-right:40px
}

#availability-table {
	margin-top:5px
}

#availability-table h3 {
	padding-bottom:5px;
	margin-bottom:3px;
	margin-top:0px
}

#availability-table p {
	margin-bottom:5px;
}

.section h2 {
	margin-bottom:5px
}

.no-border {
	border-top:0px
}

.border {
	border-top:5px solid #40403f;	
	padding-top:7px
}

.last-section {
	padding-bottom:28px;
	width:530px;
}

#footer {
	background:#c0c0bf;
	width:530px;
	padding:30px;
	padding-top:27px;
	padding-bottom:29px
}

.footer-details {
	margin-left:290px;
	float:left;
	margin-top:5px
}
	
/* End Page Layout */

/********** 6. Navigation **********/

#nav {
		list-style: none;
		width:230px;
		position:absolute;
		left:0px;
		padding-left:40px;
		top:210px;
		z-index:1
}
		
#nav li {
		font-size:24px;
		float:left;
		width:190px;
}
		
#nav a {
		display:block;
		text-decoration:none;
		border-top:5px solid #40403f;
		width:190px;		
		font-family:"Baskerville", "Times New Roman", Times, serif;
		padding-top:6px;
		margin-bottom:26px;
		color:#40403f
}

#nav a:hover {
	border-top:5px solid #2c528d;
	color: #2c528d;
}

#nav .developments-link a:hover {
	border-top:5px solid #607583;
	color:#607583
}

#nav .about-us-link a:hover {
	border-top:5px solid #7d1b3f;
	color:#7d1b3f
}

#nav .contact-us-link a:hover {
	border-top:5px solid #3c377a;
	color:#3c377a
}

#nav .back-to-top-link a {
	border-top:0px;
	margin-top:20px
}

#home #nav .home-link a {
	border-top:5px solid #2c528d;
	color: #2c528d;
}

#home .border {
	border-top:5px solid #2C528D;	
	padding-top:7px
}

#home h2 {
	color: #2C528D;
}

#home h3 {
	color: #2C528D;	
}

#developments .border {
	border-top:5px solid #607583;	
	padding-top:7px
}

#developments h2 {
	color: #607583;	
}

#developments h3 {
	color: #607583;	
}

#about .border {
	border-top:5px solid #7d1b3f;	
	padding-top:7px
}


#about h2 {
	color: #7d1b3f;	
}

#about h3 {
	color: #7d1b3f;	
}

.team-member {
	width:530px;
	margin-top:20px
}

.team-image {
	width:100px;
	margin-right:20px;
	padding-top:3px
}

.team-content {
	width:410px
}

.team-content h3 {
	margin-top:0px
}

#contact .border {
	border-top:5px solid #3c377a;	
	padding-top:7px
}

#contact h2 {
	color: #3c377a;	
}

#contact h3 {
	color: #3c377a;	
}

#contact .section {
	border-top:5px solid #3c377a;	
}


.image-margin {
	margin-bottom:17px
}

.coming-soon {
	position:absolute;
	left:-20px;
	top:10px
}

/********** 7. Contact Form **********/

#contact-form02 {
	float:left;
	width:530px;
}

#form-left {
	float:left;
	width:255px;
}

#form-right {
	float:left;
	width:255px;
	position:relative;
	left:20px
}

.form-item {
	width:255px;
	height:35px
}

label {
	float:left;
	line-height:1.4;
	font-size:12.5px;
	width:100px
}

#contact-form02 input {
	padding-right:5px;
	padding-left:5px;
	padding-top:5px;
	float:right;
	width:145px;
	border:0px;
	background:#eeeee7;
	color:#40403f;
	font-size:11.8px
}

textarea {
	float:right;
	border: 0px;
	background:#eeeee7;
	width:145px;
	height:159px;
	font-family:"Helvetica Neue",Helvetica, Arial, sans-serif;
	font-size:11.8px;
	color:#40403f;
	padding:5px
}

#form-right label {
	width:100px;
	float:left
}

#form-right .inputter {
	float:left
}

#form-right textarea {
	float:left
}

#contact-form02 .form-submit {
	font-family:"Baskerville", "Times New Roman", Times, serif;
	font-size:24px;
	width:auto;
	padding:0px;
	margin:0px;
	background:none;
	color:#2c528d
}

#contact-form02 .form-submit:hover {
	color:#181646;
	cursor:pointer;
}

/********** 8. Developments Page **********/

#developments #nav .developments-link a {
	border-top:5px solid #607583;
	color: #607583;
}

#developments #header a {
	color: #6e8595;
}

#developments #header a:hover {
	color: #50616c;
}

#developments #right-column a {
	color: #6e8595;
}

#developments #right-column a:hover {
	color: #50616c;
}

#developments .footer-details a {
	color: #6e8595;
}

#developments .footer-details a:hover {
	color: #50616c;
}

#developments #contact-form02 .form-submit {
	color: #6e8595;
}

#developments #contact-form02 .form-submit:hover {
	color: #50616c;
}

#developments #welcome-text h2 {
	margin-top:83px
}

#developments #welcome-text h1 {
	background:url(../images/developments-line.png) no-repeat;
	background-position:bottom left;	
}

#developments #welcome-text {
	background:url(../images/developments-bg.png);
}

/********** 9. About Us Page **********/

#about #nav .about-us-link a {
	border-top:5px solid #7d1b3f;
	color:#7d1b3f
}

#about #header a {
	color: #7d1b3f;
}

#about #header a:hover {
	color: #310a19;
}

#about #right-column a {
	color: #7d1b3f;
}

#about #right-column a:hover {
	color: #310a19;
}

#about .footer-details a {
	color: #7d1b3f;
}

#about .footer-details a:hover {
	color: #310a19;
}

#about #contact-form02 .form-submit {
	color: #7d1b3f;
}

#about #contact-form02 .form-submit:hover {
	color: #310a19;
}

#about #welcome-text h2 {
	margin-top:83px
}

#about #welcome-text h1 {
	background:url(../images/about-line.gif) no-repeat;
	background-position:bottom left;	
}

#about #welcome-text {
	background:url(../images/about-bg.png);
}

/********** 10. Contact Us Page **********/

#contact #nav .contact-us-link a {
	border-top:5px solid #3c377a;
	color:#3c377a
}

#contact #header a {
	color: #3c377a;
}

#contact #header a:hover {
	color: #121024;
}

#contact #right-column a {
	color: #3c377a;
}

#contact #right-column a:hover {
	color: #121024;
}

#contact .footer-details a {
	color: #3c377a;
}

#contact .footer-details a:hover {
	color: #121024;
}

#contact #contact-form02 .form-submit {
	color: #3c377a;
}

#contact #contact-form02 .form-submit:hover {
	color: #121024;
}

#contact #welcome-text h2 {
	margin-top:48px
}

#contact #welcome-text h1 {
	background:url(../images/about-line.gif) no-repeat;
	background-position:bottom left;	
}

#contact #welcome-text {
	background:url(../images/contact-bg.png)
}