/* General Styles
=================================*/
* {
  margin: 0;
  padding: 0;
}
html { 
  min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-size: 62.5%;			/* This sets the default font size to be equivalent to 10px */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background: #000;
}
img { 
	border: 0; 
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* Standard link styles */
a:link 	  { color: #455560; text-decoration: underline; }
a:visited {	color: #455560; text-decoration: underline; }
a:hover	  { color: #ffffff; text-decoration: underline; }
a:active  { color: #ffffff; text-decoration: underline; }

/* white link styles */
a.white:link 	  { color: #ffffff; text-decoration: underline; }
a.white:visited {	color: #ffffff; text-decoration: underline; }
a.white:hover	  { color: #455560; text-decoration: underline; }
a.white:active  { color: #455560; text-decoration: underline; }

/* green link styles */
a.green:link 	  { color: #8cc63f; text-decoration: underline; }
a.green:visited {	color: #8cc63f; text-decoration: underline; }
a.green:hover	  { color: #ffffff; text-decoration: underline; }
a.green:active  { color: #ffffff; text-decoration: underline; }

h1 {
	font-size: 180%;
	color: #fff;
}


.toggler {
	font-size: 150%;
	color: #ffffff;
	background: #000000;
	padding: 10px;
	border-bottom: 1px solid #455560;
	cursor: pointer;
}


/* Main blocks
=================================*/
#wrapper {
	width: 760px;
	margin: 0 auto;
	}
#header {
	height: 70px;
	position: relative;
	background: #455560;
}
#header h1 {
	font-size: 2.2em;
	line-height: 1;
	font-weight: normal;
}
#header h1 a {
	display: block;
	width: 222px;
	height: 60px;
	background: url("../images/genesis_logo.gif") no-repeat 10px 10px;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
}
#header p {
	text-indent: -10000px;
}
.disclaimer {
	font-size: 90%;
}

/* columns
=================================*/

#content {
	background: #8cc63f;
}

#left-column {
	float:left;
	width: 507px;
	background: #8cc63f;
}
#right-column {
	float: right;
	width: 253px;
	background: #8cc63f;
}

#left-inner-cont {
	padding: 10px 40px 10px 10px;
}
#left-inner-cont h3 {
	font-size: 160%;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: normal;
}
#left-inner-cont p {
	color: #ffffff;
	margin-bottom: 10px;
}
#left-inner-cont p.large {
	font-size: 150%;
}
#left-inner-cont p.list {
	font-size: 130%;
}
#left-inner-cont p.dark {
	font-size: 110%;
	color: #455560;
}
#left-inner-cont span.greenslash {
	color: #8cc63f;
}
.left-inner-top {
	padding: 10px 80px 10px 10px;
}
.left-inner-top h3 {
	font-size: 160%;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: normal;
}
.left-inner-top p {
	color: #ffffff;
	margin-bottom: 10px;
}
.left-inner-top p.dark {
	font-size: 110%;
	color: #455560;
}

#visual-cont {
	width: 760px;
	border-bottom: 1px solid #ffffff;
}

#right-inner-cont {
	padding: 10px;
	color: #ffffff;
}
#right-inner-cont h2 {
	font-size: 130%;
	margin-bottom: 5px;
	color: #455560;
}
#right-inner-cont h3 {
	font-size: 150%;
	margin-bottom: 10px;
}
#right-inner-cont p {
	font-size: 110%;
	margin-bottom: 10px;
}
#right-inner-cont div.first-quote {
	width: 15px;
}
#right-inner-cont div.text {
	width: 200px;
}
#right-inner-cont .news-cont {
	margin-bottom: 15px;
}
#right-inner-cont .news-cont .lines {
	float: left;
	color: #fff;
	width: 20px;
}
#right-inner-cont .news-cont .detail {
	float: right;
	width: 210px;
}
#right-inner-cont .news-cont .detail a {
	color: #fff;
	text-decoration: none;
}
#right-inner-cont .news-cont .detail a:hover {
	text-decoration: underline;
}
#left-inner-cont .news-cont {
	margin-bottom: 15px;
	font-size: 110%;
	color: #8cc63f;
}
#left-inner-cont .news-cont .lines {
	float: left;
	width: 25px;
}
#left-inner-cont .news-cont .detail {
	float: left;
	width: 420px;
	color: #fff;
}
#left-inner-cont .news-cont span.date {
	color: #8cc63F;
	font-size: 80%;
}
#left-inner-cont .news-cont .detail a {
	color: #fff;
	text-decoration: none;
}
#left-inner-cont .news-cont .detail a:hover {
	text-decoration: underline;
}


#right-column .apt-cont {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
	color: #fff;
	border-bottom: 1px solid #000;
}
#right-column .apt-cont .lines {
	padding-left: 5px;
	float: left;
	width: 20px;
}
#right-column .apt-cont .detail {
	float: left;
	width: 200px;
}
#right-column .apt-cont .detail a {
	color: #fff;
	text-decoration: none;
	display: block;
  width: 200px;
}

/* main_menu
=================================*/

#main-menu-cont {
	border-bottom: 2px solid #b2b2b2;
	height: 16px;
	background: #455560;
}
ul#main-menu {
	margin-left: 10px;
	padding-left: 0;
	display: inline;
	font-weight: bold;
} 
ul#main-menu li {
	margin-left: 0;
	padding: 5px 0;
	border-right: 2px solid #b2b2b2;
	list-style: none;
	display: inline;
}
ul#main-menu li.last {
	border-right: 0;
}
ul#main-menu li a {
	color: #b2b2b2;
	text-decoration: none;
	padding: 3px 5px;
}
ul#main-menu li a:hover {
	color: #8cc63f;
}

/* footer_menu
=================================*/

#footer-menu-cont {
	border-top: 1px solid #ffffff;
	padding: 10px 10px;
	background: #455560;
	color: #b2b2b2;
	font-size: 90%;
}
#footer-menu-cont a.link {
	color: #b2b2b2;
	text-decoration: underline;
}
#footer-menu-cont a.link:hover {
	color: #b2b2b2;
	text-decoration: none;
}
ul#footer-menu {
	padding-left: 0;
	display: inline;
	font-weight: normal;
} 
ul#footer-menu li {
	margin-left: 0;
	padding: 0;
	border-right: 1px solid #b2b2b2;
	list-style: none;
	display: inline;
}
ul#footer-menu li a {
	color: #b2b2b2;
	text-decoration: none;
	padding: 0 5px;
}
ul#footer-menu li a:hover {
	color: #8cc63f;
}
ul#footer-menu li.last {
	border-right: 0;
}
ul#footer-menu li.first a {
	padding-left: 0;
}

/* page specific 
===================================*/

body#home ul#main-menu li a.homenav,
body#home ul#footer-menu li a.homenav,
body#about-us ul#main-menu li a.aboutnav,
body#about-us ul#footer-menu li a.aboutnav,
body#development-plan ul#main-menu li a.devnav,
body#development-plan ul#footer-menu li a.devnav,
body#specification ul#main-menu li a.specnav,
body#specification ul#footer-menu li a.specnav,
body#the-apartments ul#main-menu li a.aptnav,
body#the-apartments ul#footer-menu li a.aptnav,
body#location ul#main-menu li a.locnav,
body#location ul#footer-menu li a.locnav,
body#news ul#main-menu li a.newsnav,
body#news ul#footer-menu li a.newsnav,
body#contact-us ul#main-menu li a.contactnav,
body#contact-us ul#footer-menu li a.contactnav {
	color: #8cc63f;
}

body#home #right-inner-cont {
	color: #455560;
}

body#development-plan #left-column,
body#specification #left-column,
body#news #left-column,
body#contact-us #left-column,
body#specification #left-column {
	background: #455560;
}

body#location #left-inner-cont {
	font-size: 110%;
}
body#specification #content {
	background: #455560;
}
body#location #right-column, 
body#the-apartments #right-column, 
body#specification #right-column {
	background: #455560;
}
body#location #right-inner-cont {
	color: #8cc63F;
	font-size: 190%;
}
body#location #right-inner-cont span {
	font-size: 240%;
	font-weight: bold;
	margin-left:15px;
}
body#location #content {
	background: #455560;
}
body#news #left-inner-cont, body#contact-us #left-inner-cont {
	padding-right: 10px;
}
body#contact-us #left-inner-cont .news-cont .detail a {
	color: #8cc63f;
	text-decoration: underline;
}
body#contact-us #left-inner-cont .news-cont .detail a:hover {
	text-decoration: none;
}
body#contact-us #left-inner-cont span {
	color: #8cc63f;
	float: left;
	width: 20px;
}
body#contact-us #left-inner-cont label {
	float: left;
	width: 200px;
	color: #ffffff;
}
body#contact-us #left-inner-cont input.text {
	float: left;
	width: 200px;
	border: 1px solid #aaaaaa;
	background: #898E91;
	color: #ffffff;
}
body#contact-us #left-inner-cont textarea.textarea {
	float: left;
	width: 200px;
	height: 50px;
	border: 1px solid #aaaaaa;
	background: #898E91;
	color: #ffffff;
}
body#contact-us #left-inner-cont select.select {
	float: left;
	width: 200px;
	border: 1px solid #aaaaaa;
	background: #898E91;
	color: #ffffff;
}
body#contact-us #left-inner-cont div.bottompad {
	padding-bottom: 10px;
}
.submit {
	font-family: Lucida Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #8cc63f;
	background: #455560;
	border: 0;	 	
	cursor: pointer;
	cursor: hand;
	margin-left: 370px;
}	



#left-inner-cont div.register-form-cont label {
	float: left;
	width: 120px;
	color: #ffffff;
}
#left-inner-cont div.register-form-cont input.text {
	float: left;
	width: 200px;
	border: 1px solid #7BAF36;
	background: #DCEFC2;
	color: #455560;
}
#left-inner-cont div.register-form-cont .submit {
	background: #8cc63f;
	color: #455560;
	margin-left: 270px;
}	
#left-inner-cont div.register-form-cont div.bottompad {
	padding-bottom: 10px;
}

/* tables
===================================*/
table#apt-rooms td {
	color: #ffffff;
}







.errorbox {
  background: #898E91 url(../images/error.gif) no-repeat 10px 5px;
  width: 440px;
  padding: 0.5em 0.5em 0.5em 4em;
  border: 1px solid #8cc63f;
  margin: 1em 0;
  color: #ffffff;
  font-weight: normal;
  font-size:100%;
}

