body {
	font-family: "Trebuchet MS";
	height: 100%;
	font-size: 11px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	width:1024px;
}

#header {
	width:1024px;
	text-align: right;
	padding-right: 20px;
	display: none; /*WWC*/
}

#ctp-logo {
	float: left;
}
#closebutton {
	float:  centre;
}
#mapPane {
	position: absolute;
	border: 1px solid #999;
	width:868px; /*WWC*/
	top: 0px; /*WWC*/
	height: 480px;
	left: 0px;
	right: 0px;
	/*background-image: url(http://www.propin.co.za/img/bg-links-rep.gif);*/ /*WWC*/
	/*background-repeat: repeat-x;*/ /*WWC*/
	background-color: #9bba3c;
}
#mapPane a {
	color:#fff;
	text-decoration:none;
	line-height:150%;
}
#mapPane a:hover {
	text-decoration:underline;
}
#mapLinks {
	display:none; /*WWC*/
	position: absolute;
	width: 150px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	overflow: auto;
	padding-left: 4px;
	border-right: 1px solid #999;
}
#find {
	float: centre;
	padding-top: 4px;
	padding-bottom: 4px;
}
#table {
	position: absolute;
	color: #C80607;
	width: 100px;
	left: 200px;
	right: 0px;
	top: 20px;
	bottom: 0px;
}
#mapFeatures {
	position: absolute;
	width: 150px;
	left: 0px; /*WWC*/
	top: 0px;
	bottom: 0px;
	overflow: auto;
	padding-left: 4px;
	/*border-left: 1px solid #999;*/ /*WWC*/
}
#map {
	position: absolute;
	width: 716px;
	left: 152px;
	right: 156x;
	top: 0px;
	bottom: 0px;
}
.mapFeature {
	color: #54870E;
	display: block;
	text-decoration: none;
}
.mapFeature:hover {
	color: #9DEA35;
	text-decoration: underline;
}

#footer {
	position: absolute;
	width:868px; /*WWC*/
	top: 480px; /*WWC*/
	height: 140px;
	padding-top: 10px; /*WWC*/
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	color: white;
	/*background-image: url(http://www.propin.co.za/img/bg-footer-rep.gif);*/ /*WWC*/
	/*background-repeat: repeat-x;*/ /*WWC*/
	/*background-color: #9BBB3E;*/ /*WWC*/
}
#footer span.logo { /*WWC*/
	padding:0 0 0 20px;
	display:block;
	width:30px;
	float:left;
}
#footer span.branding a { /*WWC*/
	display:block;
	float:right;
	color:#9bba3c;
	font-weight:bold;
	text-decoration:none;
}
#footer a {
	/*color: #9DEA35;*/ /*WWC*/
}
#footer a {
	/*color: white;*/ /*WWC*/
}
#ccid-logo {
	/*float: left;*/ /*WWC*/
}

/* -- Templates ------------------------------------------------------------- */
/* All template textareas must have this class */
.template {
	display: none;
}

/* Styling for the bubbles */
.bubble-div {
	width: 280px;
	height: 150px;
	color: #9bba3c;
}
.bubble-img {
	width: 100px;
	float: right;
}
.bubble-div h2 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #f90;
	text-transform: uppercase;
}
#mapPane .bubble-div a {
	color: #000;
}
