
/* Common Styles ----------------------------------------- */

	* {
		margin:0;
		padding:0;
	}
	
	p{
		font-size:1.2em;
		color:#fff;
	}
	
	a{color:#fff;}
		a:hover{color:#a4e5ff;}
	
	h1{
		color:#fff;
		padding:15px 20px 15px 20px;
		margin-bottom:20px;
		font-family:"Times New Roman", Times, serif;
		font-weight:normal;
		font-size:2.8em;
		background-color:#0e2a37;
	}
	
	h2{
		color:#fff;
	}
	
	/* h1 text replace styles ------------ */
	
		.indexh1{
			width:390px;
			height:110px;
			background-image:url(../images/index/index-h1.gif);
			margin-bottom:15px;
		}
		.registerh1{
			width:255px;
			height:30px;
			margin:26px 0 15px -18px;
			padding-right: 38px;
		}
		.legalh1{
			width:224px;
			height:32px;
			background-image:url(../images/legal/legal-h1.gif);
			margin:25px 0 15px 0;
		}
		.sitemaph1{
			width:119px;
			height:30px;
			background-image:url(../images/sitemap/sitemap-h1.gif);
			margin:25px 0 15px 0;
		}
		
		
	
	/* h1 text replace styles ------ [END] */
	
	img{
		border:0 none;
	}
	
	body{
		font-family:Arial, Helvetica, sans-serif;
		font-size:62.5%;
		background-color:#e5e5e5;
		background-image:url(../images/common/pattern.gif);
		background-repeat:repeat-x;
	}
	
	.devLogo{
		float:left;
		padding:18px 0 18px 45px;
	}
	
	.corpLogo{
		float:left;
		padding:27px 0 24px 45px;
	}
	
	.gold{
		color:#beb069;
	}
	
	.marketingSuite{
		font-size:1.4em;
	}
	
	.tel{
		font-size:1.5em;
		line-height:1.3em;
	}

/* Common Styles ----------------------------------- [END] */


/* Structural Styles ------------------------------------- */

	#wrapper{
		width:1000px;
		background-image:url(../images/common/side-shadow.png);
		margin:0 auto;
		padding:0 9px 0 9px;
	}
	
	#shadowTop{
		background-image:url(../images/common/top-shadow.png);
		background-repeat:no-repeat;
		height:9px;
		width:1018px;
		margin:0 auto;
		margin-top:10px;
		font-size:0;
	}
	
	#header{
		background-image:url(../images/common/strapline.gif);
		background-position:240px 73px;
		background-repeat:no-repeat;
		background-color:#fff;
		float:left;
		width:1000px;
	}
	
	#siteBase{
		float:left;
		width:1000px;
		background-color:#fff;
		clear:both;
		position:relative;
	}
	
	.callToAction{
		display:block;
		width:409px;
		height:27px;
		background-image:url(../images/common/call-to-action.gif);
		text-indent:-1000px;
		float:right;
		position:absolute;
		top:38px;
		right:176px;
		overflow:hidden;
	}
	
	#pageClear{
		clear:both;
		width:1000px;
		height:1px;
		font-size:0;
	}

/* Structural Styles ------------------------------- [END] */


/* Navigation Styles ------------------------------------- */
	
	#navigation{
		float:left;
		width:730px;
		margin:137px 0 0 50px;
	}
	
		#navigation li{
			list-style-type:none;
			float:left;
		}
			
			#navigation li a{
				float:left;
				display:block;
				padding:0 11px 0 7px;
				margin-bottom:10px;
				color:#9f9f9f;
				font-size:1.1em;
				text-decoration:none;
				background-image:url(../images/common/nav-separator.gif);
				background-repeat:no-repeat;
				background-position:right center;
				text-transform:uppercase;
			}
			
			#navigation li a:hover{
				color:#003950;
			}
			
			#navigation li a.last{
				background-image:none;
			}
			
	#index #indexNav,
	#concept #conceptNav,
	#location #locationNav,
	#retail #retailNav,
	#townhouses #townhousesNav,
	#apartments #apartmentsNav,
	#competition #competitionNav,
	#register #registerNav,
	#contact #contactNav{
		color:#003950;
	}
			
/* Navigation Styles ------------------------------- [END] */


/* ContentArea Styles ------------------------------------ */

	#contentArea{
		background-color:#003950;
		float:left;
		width:1000px;
	}
				
		#contentArea h2{
			font-size:1.7em;
			font-weight:bold;
			padding:0 15px 3px 20px;
			/*color:#007db0;*/
		}
		
	#leftColumn{
		float:left;
		width:390px;
		position:relative;
		left:25px;
		padding-top:25px;
	}
	
		#leftColumn p{
			padding:0 20px 15px 20px;
			line-height:1.5em;
		}
	
	#imageWindow{
		width:585px;
		height:386px;
		margin:12px 0 12px 0;
		float:right;
	}
	
	#fullColumn{
		float:left;
		width:910px;
		position:relative;
		left:45px;
		padding-top:25px;
	}
	
		#fullColumn p{
			padding:0 15px 15px 0;
			line-height:1.5em;
		}
		
		#fullColumn h2{
			padding-left:0;
		}
	
	#fullColumn ul{
		padding:0 0 15px 15px;
		color:#fff;
		font-size:1.2em;
	}
	
	#fullColumn ul li{
		padding-bottom:5px;
	}
		
/* ContentArea Styles ------------------------------ [END] */


/* Footer Styles ----------------------------------------- */

	#footer{
		width:1000px;
		margin:0 auto;
		background-image:url(../images/common/base-shadow.gif);
		background-repeat:no-repeat;
		background-position:0 0;
		padding:10px 9px 20px 9px;
	}
	
	#footer p{
		color:#666666;
		font-size:1.1em;
		float:left;
	}
	
	#footer ul li{
		float:left;
		list-style-type:none;
	}
	
	#footer ul li a{
		display:block;
		float:left;
		color:#666666;
		padding:0 8px 0 8px;
		background-image:url(../images/common/pipe-character.gif);
		background-repeat:no-repeat;
		background-position:right center;
	}
	
		#footer ul li a:hover{color:#000;}
	
	#footer ul li a.last{
		background-image:none;
	}

/* Footer Styles ----------------------------------- [END] */


/* Form styles ---------------------------------------------------- */

	#formColOne{
		float:left;
		width:310px;
		position:relative;
		left:45px;
	}
		
		#formColOne p{
			padding:0 15px 12px 0;
			line-height:1.5em;
		}
		
		#formColOne ul li{
			list-style-type:none;
		}
	
	#formColTwo{
		float:left;
		width:310px;
		position:relative;
		left:45px;
		padding-top:33px;
	}
		#formColTwo ul li{
			list-style-type:none;
		}
	
	#formColThree{
		float:left;
		width:290px;
		position:relative;
		left:45px;
		padding-top:33px;
	}
		#formColThree ul li{
			list-style-type:none;
		}
	
	#formContainer ul li{
		list-style-type:none;
		width:322px;
		color:#c7c334;
		font-size:1.2em;
	}
	
	fieldset{
		border:0 none;
		margin-bottom:10px;
	}
	
	.submitFieldset{
		border:0 none;
	}
	
	legend{
		display:none;
	}
	
	label{
		padding-bottom:3px;
		display:block;
		color:#fff;
		font-size:1.2em;
	}
	
	#Submit{
		width:8.0em;
		height:2.4em;
		background-color:#0e2a37;
		border:1px solid #fff;
		color:#fff;
		cursor:pointer;
		margin-top:4px;
	}
	
	#Submit:hover{
		background-color:#fff;
		color:#0e2a37;
	}
	
	#formProp{
		width:1px;
		float:right;
		height:410px;
	}
	
	textarea{
		width:285px;
		height:40px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.2em;
		padding:5px;
		overflow:auto;
	}
	
	input{
		width:280px;
		height:13px;
		padding:5px;
		font-size:1.2em;
	}
	
	.errors li{
		display:block;
		color:#fff;
		font-size:1.2em;
		width:285px;
		padding:5px;
		border-bottom:1px solid #fff;
	}
		
/* Form styles ---------------------------------------------- [END] */
