/* CSS Document */

/*
COLOURS USED 

Electric Blue = #00afef
50% Elec Blue = #005878 

*/

body {
	background: white;
	font-family:Arial, Helvetica, sans-serif;
	}
	
div.menu {
	display: none;
	}
	
div.wrapper, #content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}



/*header*/
div.header {
	display: none;
}

/*end header*/

/*end navigation */

/*sub nav*/
ul.subnav {
display: none;
}
/*end sub nav*/

/*start pagination */
div.pagination {
display: none;
}
/*end pagination */

/* content holder */
div.contentholder {
}

div.contentholderblue {

}

div.contentholdersplit {

}

/*COPY*/
div.copy {

}

div.copy div.copyimage{
	float: right;
	margin: 0 0 24px 24px;
	padding: 0;
}


span.backandnext {
display: none;
}

/*END COPY*/

/*MAP*/
div.homemap {
	padding: 24px;
	text-align: right;
}

div.homemap img{
	margin: 40px 24px;
}
/*END MAP*/

/*start left content*/
div.leftcontent {
	float: left;
}

div.homeleftcontent {
	float: left;
}
/*end left content */

/*start right contnent*/
div.rightcontent {
	float: right;
	margin: 24px 0 0 0;
	padding: 0;
}

div.rightcontentitem {
	margin: 0 10px 0 0;
}

div.rightcontent ul {
	/*list-style-position: outside;*/
	padding: 0;
	margin: 0;
	list-style: none;
	/*list-style-image: url(../images/rightBullet.gif);*/
}

div.rightcontent ul li {
	margin: 0 0 7px 0;
	padding: 0;
}

div.rightcontent ul li h1 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #00afef;
	text-transform: capitalize;
}

div.rightcontent ul li p {
	margin: 2px 0;
	padding: 0;
}

div.rightcontent ul li a {
	text-decoration: none;
	color: #00afef;
}

div.rightcontent ul li a.readmore {
display: none;
}

div.rightcontent a.paging{
	color: #FFF;
	text-decoration: none;
}

/*end right content*/

/*forms*/
div.copy form.jointventures {
display: none;
}

#errors {

}


ul.alert {
display: none;
}

ul.alert li {
display: none;
}
/*forms*/

/*tables*/
table.jvproperties {

	color: #000;
}

table.jvproperties th {
}

table.jvproperties tr {

}
/*end tables */


/*footer*/
div.footer {
	text-align: left;
	margin: 10px 25px;
	width: 780px;
	height: 1px;
	clear: both;
	font-size: 80%;
	text-transform: uppercase;
}
div.footer a {
	color: #005878;
}
/* HACKS*/


