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

/* --- Page Defaults --- */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #454D3E;
}

#page_wrapper {
	width: 1050px;
	height: auto;
	margin: 0px auto;
}

.dropShadowRepeatX {
	background-image: url(../images/page_items/drop_shadow_repeat_x.png);
	background-repeat: repeat-x;
}

.dropShadowRepeatLY {
	background-image: url(../images/page_items/drop_shadow_repeat_ly.png);
	background-repeat: repeat-y;
}

.dropShadowRepeatRY {
	background-image: url(../images/page_items/drop_shadow_repeat_ry.png);
	background-repeat: repeat-y;
}

.dropShadowBL {
	background-image:url(../images/page_items/drop_shadow_bl.png);
	background-repeat: no-repeat;
}

.dropShadowBR {
	background-image:url(../images/page_items/drop_shadow_br.png);
	background-repeat: no-repeat;
}

/* --- Homepage Defaults --- */

#home_header {
	width: 950px;
	height: 170px;
	float: left;
	background-color: #F4CB01;
}

#home_left {
	width: 225px;
	height: 170px;
	float: left;
	margin: 0px 10px;
}

#home_logo {
	width: 440px;
	height: 170px;
	float: left;
	margin: 0px 10px;
}

#home_right {
	width: 225px;
	height: 170px;
	float: left;
	margin: 0px 10px;
	text-align: right;
}

#home_flash {
	width: 950px;
	height: 170px;
	float: left;
}

#home_base_wrapper {
	width: 950px;
	height: auto;
	float: left;
	background-color: #F4CB01;
}

#home_menu {
	width: 240px;
	height: auto;
	min-height: 370px;
	float: left;
	margin: 20px 10px;
}

#home_menu ul {
	list-style-type: none;
}

#home_menu ul li {
	display: block;
	float: left;
	width: 230px;
	height: 40px;
	margin-left: 10px;
}

#home_menu ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #333333;
	line-height: 40px;
}

#home_menu ul li a:link {
	color: #333333;
	text-decoration: none;
}

#home_menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#home_menu ul li a:active {
	color: #333333;
	text-decoration: none;
}

#home_menu ul li a:visited {
	text-decoration: none;
}

#home_highlights {
	width: 370px;
	height: auto;
	min-height: 370px;
	float: left;
	margin: 20px 10px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 0px 19px;
}

#home_highlights h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#home_news {
	width: 240px;
	height: 375px;
	float: left;
	margin: 20px 10px;
	text-align: center;
	background-image:url(../images/page_items/news_ds.jpg);
	background-repeat: no-repeat;
	background-position: left 25px;
}

#home_news h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 15px;
}

#home_news p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #666666;
}

#home_news p a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#home_news p strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

/* --- Level 1 Pages ---*/

#left_column {
	width: 250px;
	height: 625px;
	float: left;
	background-color: #F4CB01;
}

#centre_column {
	width: 350px;
	height: 625px;
	float: left;
	background-color: #EF5625;
	background-image: url(../images/page_items/apply_on_orange.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#right_column {
	width: 350px;
	height: 625px;
	float: left;
	background-color: #D2054F;
	background-image: url(../images/page_items/today_on_pink.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* --- Left Column Menu --- */

#left_column ul {
	list-style-type: none;
}

#left_column ul li {
	display: block;
	float: left;
	width: 230px;
	height: 40px;
	margin-left: 20px;
}

#left_column ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #333333;
	line-height: 40px;
}

#left_column ul li a:link {
	color: #333333;
	text-decoration: none;
}

#left_column ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#left_column ul li a:active {
	color: #333333;
	text-decoration: none;
}

#left_column ul li a:visited {
	text-decoration: none;
}

/* --- Sub nav ---*/

#left_column ul ul li {
	display: block;
	float: left;
	width: 220px;
	height: 32px;
	margin-left: 30px;
}

#left_column ul ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #666666;
	line-height: 32px;
}

/* --- Menu active states --- */

#left_column ul li a.main_nav_active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
	line-height: 40px;
}

#left_column ul ul li a.sub_nav_active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
	line-height: 32px;
}

/* --- Centre Content Text --- */

#centre_column h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 350px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

#centre_column p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 270px;
	padding: 0px 40px;
}

#centre_column p a {
	text-decoration: underline;
	color: #FFFFFF;
}

/* --- Right Content Text --- */

#right_column h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 350px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

#right_column p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 270px;
	padding: 0px 40px;
}

#right_column p a {
	text-decoration: underline;
	color: #FFFFFF;
}

/* --- Right Content Header Image --- */

#right_col_header_image {
	width: 350px;
	height: 260px;
	float: left;
}

/* --- developments ---*/

#developments_list {
	width: 350px;
	height: 625px;
	float: left;
	background-color: #E4DCA7;
}

#development_header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	padding-left: 8px;
	display: block;
	width: 342px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

#development_header p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	text-align: left;
	display: block;
	width: 342px;
	padding-left: 8px;
	margin-bottom: 20px;
}

#dev_link {
	width: 334px;
	height: auto;
	float: left;
	margin: 0px 8px;
	padding: 10px 0px;
	border-top: 1px solid #666666;
}

#dev_link h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 14px;
	display: block;
	margin-left: 4px;
	float: left;
	width: 180px;
	height: 14px;
}

#dev_link h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	line-height: 16px;
	display: block;
	margin-left: 4px;
	float: left;
	width: 190px;
	height: 16px;
}

#dev_link h3 strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: none;
	font-weight: bold;
	color: #EF5625;
	line-height: 16px;	
}

#dev_link p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
	display: block;
	margin-left: 4px;
	float: left;
	width: 200px;
	height: auto;
	font-weight: normal;
}

#dev_link_rooms {
	width: 60px;
	height: 20px;
	float: right;
	text-align: right;
}

#dev_link_more {
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 15px;
}

.style2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
	margin-left: 8px;
	text-align: center;
}

/* --- Form Specifics --- */

.boxPaddingForm {
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#centre_contact {
	width: 350px;
	height: 625px;
	float: left;
	background-color: #D2054F;
}

#centre_contact h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 350px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

#centre_contact p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 270px;
	padding: 0px 40px;
}

#centre_contact p a {
	text-decoration: underline;
	color: #FFFFFF;
}

/* --- Footer Links ---*/

#footer_links {
	width: 950px;
	height: auto;
	float: left;
	margin: 10px 0px;
	color: #CCCCCC;
}

#footer_links a.footerBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

#footer_links a.footerBold:link {
	text-decoration: none;
	color: #CCCCCC;
}

#footer_links a.footerBold:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#footer_links a.footerBold:active {
	text-decoration: none;
}

#footer_links a.footerBold:visited {
	text-decoration: none;
}

#footer_links a.footerNormal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	color: #999999;
}

#footer_links a.footerNormal:link {
	text-decoration: none;
	color: #999999;
}

#footer_links a.footerNormal:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#footer_links a.footerNormal:active {
	text-decoration: none;
}

#footer_links a.footerNormal:visited {
	text-decoration: none;
}

/* --- Development Pages --- */

#development_column {
	width: 350px;
	height: 625px;
	float: left;
	background-color: #EF5625;
}

#right_column {
	width: 350px;
	height: 625px;
	float: left;
	background-color: #D2054F;
}

#development_column h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	display: block;
	width: 340px;
	height: auto;
	margin: 30px 0px 0px 10px;
}

#development_column h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	display: block;
	width: 340px;
	height: auto;
	margin: 0px 0px 0px 10px;
}

#development_column h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	display: block;
	width: 340px;
	height: auto;
	margin: 0px 0px 0px 10px;
}

#development_column p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	display: block;
	width: 330pxpx;
	margin: 0px 10px;
	margin-top: 20px;
	min-height: 320px;
	max-height: 320px;
}

#development_column p a {
	text-decoration: underline;
	color: #FFFFFF;
}

#image_browser {
	width: 330px;
	height: auto;
	float: left;
	margin: 0px 10px 10px 10px;
}

#image_browser_title {
	width: 330px;
	height: auto;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
}

#image_browser img {
	border: 5px solid #EF5625;
	margin-right: 5px;
	float: left;
}

#image_browser img:link {
	border: 5px solid #EF5625;
}

#image_browser img:hover {
	border: 5px solid #FFFFFF;
}

#image_browser img:active {
	border: 5px solid #FFFFFF;
}

#image_browser img:visited {
	border: 5px solid #EF5625;
}

#development_base_links {
	width: 330px;
	height: auto;
	float: left;
	margin: 0px 10px;
}

#development_base_links a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}

#development_base_links a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#development_base_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#development_base_links a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#development_base_links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* --- SEO pages --- */

#seo_centre_column {
	width: 350px;
	height: 625px;
	float: left;
	background-color: #EF5625;
	background-image: url(../images/page_items/apply_on_orange.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#seo_centre_column h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 350px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

#seo_centre_column h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 330px;
	padding: 0px 10px;
}

#seo_right_column {
	width: 350px;
	height: 625px;
	float: left;
	background-color: #D2054F;
	background-image: url(../images/page_items/today_on_pink.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#seo_right_column h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 350px;
	height: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

#seo_right_column h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 330px;
	padding: 0px 10px;
}

/* --- SEO Development Column --- */

#seo_development_column {
	width: 350px;
	height: 625px;
	float: left;
	background-color: #EF5625;
}

#seo_development_column h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	display: block;
	width: 340px;
	height: auto;
	margin: 25px 0px 0px 10px;
}

#seo_development_column h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	display: block;
	width: 340px;
	height: auto;
	margin: 0px 0px 0px 10px;
}

#seo_development_column h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	display: block;
	width: 340px;
	height: auto;
	margin: 0px 0px 0px 10px;
}

#seo_development_column p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
	display: block;
	width: 330px;
	margin: 0px 10px;
	margin-top: 20px;
	min-height: 300px;
	max-height: 300px;
}

#seo_development_links {
	width: 330px;
	height: auto;
	float: left;
	margin: 0px 10px 10px 10px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #FFFFFF;
	text-align: left;
}

#seo_development_links a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
	display: block;
	width: 100%;
	float: left;
}