/* CSS Document */

body {
	color: #696a59;
	background: #FFFFFF url(../images/background.jpg) left top no-repeat scroll;
	margin:0;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper {
	width: 932px;
	height: 200%;
}
#navigation {
	margin: 0;
	width: 245px;
	height: 203px;
	background-color: #FFFFFF;
	background-image: url(../images/navigationbg.jpg);
	background-repeat: no-repeat;
	text-align:center;
	padding-top: 5px;
	position: relative;
	left: 687px;
}

#navigation p {
	color: #696a59;
	font-size: 14px;
	font-weight: bold;
	padding-top: 30px;
}

a:link {
color: #609db1;
text-decoration:none;
font-weight:bold;
}

a:visited {
color: #609db1;
text-decoration:none;
font-weight:bold;
}

a:hover {
color: #609db1;
text-decoration:underline;
font-weight:bold;
}

a:active {
color: #609db1;
text-decoration:none;
font-weight:bold;
}

a.navigation:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #024C9A;
	text-decoration:none;
}
a.navigation:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #024C9A;
	text-decoration:none;

}
a.navigation:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #024C9A;
	text-decoration:none;
}
a.navigation:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #024C9A;
	text-decoration:none;
}



#intro {
    padding-top: 15px;
	margin-left: 370px;
	margin-right: 15px;
	clear: right;
}
#introdevs {
    padding-top: 15px;
	margin-left: 400px;
	margin-right: 15px;
	clear: right;
}

#header {
	width: 346px;
	position: absolute;
	left: 167px;
	top: 94px;
}

#logo {
	width: 190px;
	position: absolute;
	left: 493px;
	top: 155px;
}


#tagline {
	width: 484px;
	position: absolute;
	left: 110px;
	top: 211px;
}
#bcmap {
	width: 325px;
	height: 325px;
	margin-left: 70px;
	float: left;
	clear: left;
}

#content {
	margin-left: 400px;

}

#leftcol {
	float: left;
	width: 220px;
}

#rightcol {
	float: left;
	width: 600px;
}

#content p{

}

.blokbox {
	margin: 0px 20px 20px 0px;
	overflow: hidden;
	background: #fafafa;
	float: left;
	width: 200px;
		}


.blokbox h2 {
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-color: #609db1;
	}

.blokbox h2 span {
	line-height: 16px;
	padding: 2px 7px 2px 7px;
	background-color: transparent;
		}
		
.blokbox div.blokcontent {
	margin: 0;
	border: 1px solid #ccc;
	border-width: 0 1px;
	padding: 10px 10px 0 10px;
		}

.blokbox div.blokcontentmain {
	margin: 0;
	border: 1px solid #ccc;
	border-width: 0 1px;
	padding: 10px 10px 0 10px;
		}	
				
.blokbox div.blokfooter {
	line-height: 10px;
	background-color: #fafafa;
	background-image: url("http://www.johnnyweston.com/listings/template/rounded_boxes/images/bhoek_ro.gif");
	background-repeat: no-repeat;
	background-position: top  right;
		}

.blokbox div.blokfooter div {
	background-color: transparent;
	background-image: url("http://www.johnnyweston.com/listings/template/rounded_boxes/images/bhoek_lo.gif");
	background-repeat: no-repeat;
	background-position: top  left;
		}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696a59;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#304F59;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#003399;
}

caption {
	border-bottom: 1px solid #003399;
}

/*---------- bubble tooltip -----------*/
map.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
map.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
map.tt:hover{ z-index:25; color: #aaaaff; background:;}
map.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
map.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
map.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; 
}
map.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
