/*-----------------------------------------------------------------------------
Image Building  Web Site
-----------------------------------------------------------------------------*/

@import url(navigation.css);
@import "/shared/assets/stylesheets/modules/registerForm.css";

/* =General
-----------------------------------------------------------------------------*/
* {	margin: 0; padding: 0;}
hr				{ display:none; }
.align-top		{ vertical-align:top; }
.align-right	{ text-align:right; }
.align-left		{ text-align:left; }
.align-center	{ text-align:center; }
.float-left		{ float:left; }
.float-right	{ float:right; }
.clearall		{ clear:both; }
.clear-left		{ clear:left; }
br.clearall		{ clear:both; height:0em; line-height:0em;}
img				{ border: 0px;}
acronym 		{ border-bottom: 1px dotted black;}
.hide			{ display: none; }
.error			{ color: #ff0000;}
.small			{ font-size: 0.9em;}
.no-pad			{ padding: 0 !important;}
.no-border		{ border: none !important;}
.access-key		{ display: none;}

/* =Typography
-----------------------------------------------------------------------------*/
html, body{
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

html{border-left: 4px solid #0061a3;}

body {
	color: #474747;
	background: #fff;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

p {
	margin: 0;
	padding: 1px 0 20px;
}

a:link		{color: #005fa1; text-decoration: none; border-bottom: 1px dotted #005fa1;}
a:visited	{color: #b5b8b9; text-decoration: none; border-bottom: 1px dotted #b5b8b9;}
a:hover		{color: #005fa1; text-decoration: none; border-bottom: none;}
a:active	{color: #b5b8b9; text-decoration: none; border-bottom: none;}


/* =Headings
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
	line-height: normal;
	padding:  1px 0;
	margin-bottom: 18px;
}

/* alternate h1 styles
h1{
	color: #f1f1f1;
	font-size: 9.1em;
	font-family: 'Century gothic', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	margin-bottom: 0;
	display: block;
	background-repeat: no-repeat;
}
h1 a:link, h1 a:visited,
h1 a:hover, h1 a:active	{color: #f1f1f1; text-decoration: none;}
*/

h1{
	background-repeat: no-repeat;
	background-position: 0 15px;
	background-image: url(/assets/x/50042);
	text-indent: -9999px;
	margin-bottom: 0;
	width: 100%;
	height: 127px;
	display: block;
}

body#homepage h1	{background-image: url(/assets/x/50042); background-position: 0 0;}

h2{
	color: #005799;
	font-size: 1.5em;
	font-family: 'Century gothic', Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h2 a:link, h2 a:visited,
h2 a:hover, h2 a:active	{color: #005799; text-decoration: none;}

body.no-title h2.title{display: none;}

h3{
	color: #b5b8b9;
	font-size: 1.5em;
	font-family: 'Century gothic', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 a:link, h3 a:visited,
h3 a:hover, h3 a:active	{color: #b5b8b9; text-decoration: none;}

h5{
	color: #005799;
	font-size: 1.3em;
}
h5 a:link, h3 a:visited,
h5 a:hover, h5 a:active	{color: #005799; text-decoration: none;}

h4{
	color: #005fa1;
	background-color: #f6f6f6;
	font-size: 1.1em;
	font-weight: normal;
	padding: 6px 8px;
}
h4 a:link, h4 a:visited,
h4 a:hover, h4 a:active	{color: #005fa1; text-decoration: none;}

h6{
	color: #005799;
	font-size: 1em;
}
h6 a:link, h6 a:visited,
h6 a:hover, h6 a:active	{color: #005799; text-decoration: none;}



/* =Main container boxes
-----------------------------------------------------------------------------*/
.container{
	width: 920px;
	padding: 0;
	text-align: left;
	position: relative;
}
.content{
	font-size: 1.1em;
	line-height: 1.7em;
	width: 570px;
	_height: 360px;
	min-height: 360px;
	padding: 265px 0 10px 350px;
}
#homepage .content{
	width: 387px;
	_height: 430px;
	min-height: 430px;
	padding: 156px 10px 10px 523px;
}

.right-pane{
	width: 350px;
	position: absolute;
	top: 0;
	left: 0;
}
#homepage .right-pane{
	width: 489px;
}


.header{
	width: 570px;
	padding-top: 50px;
	position: absolute;
	top: 0;
	left: 350px;
}

/* =Right Pane 
-----------------------------------------------------------------------------*/
.right-pane .logo{
	background: url(/assets/x/50046) no-repeat;
	border: none !important;
	text-indent: -9999px;
	width: 114px;
	height: 460px;
	display: block;
	position: relative;
	top: 80px;
	left: 0;
}

.right-pane .image-area{
	width: 206px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 114px;
}
#homepage .right-pane .image-area{
	width: 375px;
}
.right-pane .image-area a{
	border: none !important;
}

/* =Content 
-----------------------------------------------------------------------------*/
.primary-content{
	display: table;
}
.left-content{
	max-width: 220px;
	margin-left: 20px;
	position: relative;
	float: right;
}

.content ul, .content ol{
	margin-left: 0px;
	margin-bottom: 18px;
}
.content ul ul, .content ol ol{
	margin-bottom: 0;
}
.content ul li, .content ol li{
	margin-left: 0px;
	padding: 0 0 14px 25px;
}
.content ul ul li, .content ol ol li{
	padding: 0 0 5px 20px;
}
.content ul{
	list-style-type: none;
}
.content ul li{
	background: url(../images/mark.gif) no-repeat 0 4px;
}

a.download-link {
	border: none !important;
	display: block;
	float: right;
	margin: 0 0 18px 20px;
}
body#homepage a.download-link {
	position: absolute;
	top: 565px;
	left: 75px;
	float: none;
	margin: 0;
}
.phone {
	color: #005799;
	font-size: 1.3em;
	line-height: normal;
	display: block;
	width: 230px;
	margin-left: 25px;
	float: right;
}
body#homepage .phone {
	margin-left: 0;
	float: none;
}
.phone strong{
	font-size: 1.6em;
}
a.right-block	{ border: none !important;}

/* =Grey box
-----------------------------------------------------------------------------*/
.grey-box {
	background: #fafafa;
	width: 160px;
	padding: 10px 15px;
	margin: 0 0 10px 0;
}
.grey-box td strong{
	color: #005799;
}

/* =Plan box
-----------------------------------------------------------------------------*/
.plan-box-outer {
	background: #fafafa;
	padding: 15px 0;
	margin-bottom: 18px;
}
.floor-plan-box, .space-plan-box {
	text-align: center;
	width: 182px;
	margin: 0 0 10px 0;
	float: left;
}
.space-plan-box {
	width: 270px;
}
.floor-plan-box h2{
	height: 60px;
}
.space-plan-box h2{
	height: 40px;
}
.floor-plan-box a, .space-plan-box a{
	border: none !important;
}

/* =Footer
-----------------------------------------------------------------------------*/

.footer-outer{
	background: url(../images/footer_bg.gif) repeat-x top left;
}
.footer{
	color: #7d7d7d;
	width: 800px;
	padding: 30px 10px 30px 110px;
	line-height: 1.6em;
}
#homepage .footer{
	width: 387px;
	padding: 30px 10px 30px 523px;
}
.footer p{
	padding-bottom: 5px;
}
#disclaimer{
	display: none;
}
.footer a, .footer a:visited{
	color: #3378ad !important;
	border: none !important;
	text-decoration: underline;
	cursor: pointer;
}
.footer a:hover{
	color: #7d7d7d !important;
	text-decoration: none;
}
.footer a.dandara-logo {
	background: url(../images/dandara-logo.gif) no-repeat top left;
	display: block;
	width: 109px;
	height: 44px;
	padding-bottom: 10px;
	overflow: hidden;
	text-indent: -9999em;
}
.footer a.develop {
	background: url(http://www.fuse8.com/assets/x/50617) no-repeat scroll 0% 50%;
	border: none !important;
	display: block;
	width: 88px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999em;
}

/* =Tables
-------------------------------------------------------------------------*/
table.data {
	width: 100%;
	margin-bottom: 18px;
}
.data th, .data td{
	padding: 5px 10px;
}
.data th{
	color: #fff;
	background: #005fa1;
	font-weight: normal;
}
.data td{
	color: #474747;
	background: #f4f4f4;
}
.data .light td{
	color: #878d8f;
	background: #fafafa;
}
.data td.sold span, .data td.available span{
	color: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
.data td.sold span{
	background: #c14242;
}
.data td.available span{
	background: #8cbb55;
}



/* =Forms
-------------------------------------------------------------------------*/
input, select, textarea {
	font-size: 11px;
	font-family: 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}
fieldset.register-form .custom-visible {
	display: none;
}
fieldset.register-form p,
fieldset.register-form br {
	clear:both;
}
fieldset.register-form {
	width:475px;
	padding-top:18px;
}
fieldset.register-form fieldset {
	border:1px solid #E6E6E6;
	float:left;
	padding:31px 30px 16px 5px;
	width:440px;
}
*:root fieldset.register-form fieldset {
	border:1px solid #E6E6E6;
	padding-top:20px;
}
fieldset.register-form fieldset.interests label {
	padding-left:20px;
	text-align:left;
	width:auto;
}
fieldset.register-form fieldset.interests span.radio-list label {
	padding-left:5px;
}
fieldset.register-form fieldset legend {
	background-color:transparent;
	color:#005799;
	font-size:1.4em;
}
fieldset.register-form fieldset label {
	color:#474747;
	width:170px;
}
fieldset.register-form input.text, fieldset.register-form select, fieldset.register-form span.error, fieldset.register-form span#postcode-error, fieldset.register-form span.radio-list {
	width:250px;
}
fieldset.register-form fieldset input.postcode {
	width:160px;
}
fieldset.register-form textarea {
	float:right;
	height:140px;
	margin:0pt 0pt 8px;
	width:410px;
}
fieldset.register-form input.text, fieldset.register-form textarea {
	background:#fafafa none repeat scroll 0% !important;
	border-color:#d0d0d0 !important;
	color:#000;
}
fieldset.personal-details input:hover, fieldset.personal-details input.sfHover, fieldset.register-form textarea:hover, fieldset.register-form textarea.sfHover {
	background:#fff none repeat scroll 0% !important;
}
fieldset.register-form input:focus, fieldset.register-form input.sfFocus, fieldset.personal-details input.sfHover.sfFocus, fieldset.register-form textarea:focus, fieldset.register-form textarea.sfFocus, fieldset.register-form textarea.sfHover.sfFocus {
	background:#fff none repeat scroll 0% !important;
	color:#000;
}
fieldset.register-form button.submit {
	color: #fff;
	background-color: #005fa1;
	border: none;
	font-size: 11px;
	line-height:22px;
	text-align: center;
	vertical-align: middle;
	width:79px !important;
	height:22px;
	padding: 0 4px;
	margin:-5px 0pt 0pt;
	clear:none !important;
	float:right;
}
fieldset.register-form button.postcode {
	color: #fff;
	background-color: #005fa1;
	border: none;
	font-size: 11px;
	text-align: center;
	line-height:20px;
	vertical-align: middle;
	height:20px;
}