/* @override http://eden2.efrontdev.com.au/css/screen.css?adfad */

/* @override http://eden2.efrontdev.com.au/css/screen.css?ddd */

/* @override http://eden2.efrontdev.com.au/css/screen.css?sadfd */

/* @override http://eden2.efrontdev.com.au/css/screen.css?asdf */

/* @override http://eden2.efrontdev.com.au/css/screen.css?asdf */

/* @override http://eden2.efrontdev.com.au/css/screen.css */

/* @override http://eden2.efrontdev.com.au/css/screen.css */

/* @override http://eden2.efrontdev.com.au/css/screen.css */

/* CSS Reset */

html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#box_oceanfront-houses.box{background: #fff url(/images/heading_oceanfront.png) no-repeat top center;}
#box_oceanside-houses.box{background: #fff url(/images/heading_oceanside.png) no-repeat top center;}
#box_shoal-point.box{background: #fff url(/images/heading_location.png) no-repeat top center;}
#box_the-development.box{background: #fff url(/images/heading_architecture_new.png) no-repeat top center;}
#box_pradella-group.box{background: #fff url(/images/heading_pradella.png) no-repeat top center;}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

legend {
	color: #000;
}

strong {
	font-weight: bold;
}

img {
	vertical-align: top;
}

.cl {
	clear: both;
	height: 1px;
	overflow: hidden;
}

@font-face {
	font-family: 'JudsonBold';
	src: url('/fonts/judson-bold-webfont.eot');
	src: url('/fonts/judson-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/judson-bold-webfont.woff') format('woff'),
         url('/fonts/judson-bold-webfont.ttf') format('truetype'),
         url('/fonts/judson-bold-webfont.svg#JudsonBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'JudsonItalic';
	src: url('/fonts/judson-italic-webfont.eot');
	src: url('/fonts/judson-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/judson-italic-webfont.woff') format('woff'),
         url('/fonts/judson-italic-webfont.ttf') format('truetype'),
         url('/fonts/judson-italic-webfont.svg#JudsonItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'JudsonRegular';
	src: url('/fonts/judson-regular-webfont.eot');
	src: url('/fonts/judson-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/judson-regular-webfont.woff') format('woff'),
         url('/fonts/judson-regular-webfont.ttf') format('truetype'),
         url('/fonts/judson-regular-webfont.svg#JudsonRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Generic Styling */

a {
	color: #494a4c;
	text-decoration: none;
}

a:hover {
	color: #626468;
}

html {
	background: #f1666a;
	width: 100%;
	height: 100%;
}

body {
	font-size: 11px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y: hidden;
}

#main {
	width: 850px;
	margin: 0 auto;
}

/*------------------------
		Header
------------------------*/

.nav {
	width: 850px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
}

.nav li {
	display: inline;
	margin: 0px 15px;
}

.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #302325;
}

.nav a:hover, .nav li.on a {
	color: #FFF;
}

/*------------------------
		Content
------------------------*/

#content {
	position: relative;
}

.submenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fcfdfa;
	height: 50px;
	z-index: 100;
}

.submenu li {
	display: inline;
	margin: 0 25px;
}

.submenu li a {
	line-height: 51px;
	color: #aaaaaa;
	font-size: 15px;
	font-family: JudsonBold, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

.submenu li a:hover, .submenu li.on a {
	color: #f1666a;
}

#slider {
	position: relative;
}

.slide {
	position: relative;
}

.slide .caption, .slide .caption2 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-family: JudsonItalic, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.slide .caption2 {
	color: #FFF;
}

#slider_nav {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 200;
}

#slider_nav a {
	font-size: 16px;
	color: #f1666a;
	font-family: JudsonBold, Georgia, "Times New Roman", Times, serif;
	padding: 0 2px;
}

#slider_nav a.activeSlide {
	text-decoration: underline;
}

#slider_nums {
	display: inline;
}

.box {
	width: 254px;
	position: absolute;
	top: 60px;
	left: 10px;
	background: #fcfdfa;
	padding: 8px;
}

.box h3 {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 14px;
	color: #fff;
	text-indent: -9999px;
	line-height: 20px;
	width: 248px;
	height: 40px;
	}


#box_oceanfront-houses.box h3,
#box_oceanside-houses.box h3
{
	height: 20px;
}

.box p {
	font-size: 12px;
	font-family: JudsonRegular, Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	padding-bottom: 4px;
}

.close_box {
	position: absolute;
	top: 5px;
	right: 5px;
}

#form, .thankyou {
	width: 720px;
	height: 375px;
	position: absolute;
	top: 25px;
	left: 25px;
	padding: 50px 40px 25px 40px;
	z-index: 200;
}

.thankyou{
	display: none;
	font-size: 22px;
	font-family: JudsonRegular, Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	text-align: center;
	padding: 100px 40px 25px 40px;
	
}

.thankyou p{
	margin-bottom: 20px;
}

.col1 {
	width: 195px;
	float: left;
}

.col2 {
	width: 290px;
	margin: 0 18px;
	float: left;
	text-align: center;
	height: 300px;
	margin-bottom: 20px;

}

.col3 {
	width: 195px;
	float: left;
}

.col {
	text-align: center;
}

.rego-bottom {
	width: 722px;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

.rego-bottom p.formtext {
	font-family: JudsonRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

.rego-bottom p {
	font-family: JudsonRegular, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}

.col h3 {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.col p {
	font-size: 12px;
	font-family: JudsonRegular, Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
}

#form label {
	display: block;
	text-align: center;
	font-size: 15px;
	font-family: JudsonBold, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3px;
}

#form input[type="text"] {
	display: block;
	width: 280px;
	padding: 7px 5px;
	border: 1px solid #231f20;
	position: relative;
	margin-bottom: 17px;
	background-color: transparent;
	background-image: url('/images/transparent.gif');
	/*text-align: center;*/
}

#form input[type="text"].error{
	border: 1px solid #ff1100;
}

p.formtext{
	margin-bottom: 4px;
	font-size: 15px;
}

#form p{
	line-height: 16px;
}

#form input[type="submit"] {
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: #f1666a;
	color: #FFF;
	font-family: JudsonRegular, Georgia, "Times New Roman", Times, serif;
	border: 0 none;
	font-size: 15px;
	letter-spacing: 1px;
	margin-top: 15px;
	cursor: pointer;
}

.col2 p {
	font-size: 14px;
	font-family: JudsonRegular, Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
}

#thanks p {
	font-size: 22px;
	text-align: center;
	font-family: JudsonBold, Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	line-height: 24px;
}

/*------------------------
		Footer
------------------------*/

#footer {
	position: relative;
	margin-top: 20px;
	height: 100px;
}

.footer_logo {
	float: right;
}

.foot_box {
	width: 200px;
	float: left;
	font-size: 14px;
	font-family: JudsonRegular, Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

.foot_box a {
	color: #fff;
	text-decoration: underline;
	font-family: JudsonItalic, Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
}

.foot_box a:hover {
	text-decoration: none;
}

.foot_logo {
	position: absolute;
	top: 0;
	left: 355px;
	height: 80px;
}

input.error {
	border: 1px solid #ff1100;
}