/* CSS Document */

body {
	background:#9343B9;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#666;
	}
a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted;
	}
a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:1024px;
	margin:0px auto;
	background:#FFF;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:1024px;
	margin:0px auto;
	}
#header {
	background:#BB62AB;
	padding:0px;
	margin:0px auto;
	width:1024px;
	text-align:center;
	color:#FFF;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	margin:0px auto;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#ECB9E8;
	color:#000000;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:180px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#D7C4FA;
	color:#000000;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#footer {
	position:relative;
	top:1px;
	background:#7A2875;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}
	
	h2 {
		font-size:14px;
		padding-top:2px;
		text-transform:uppercase;
		color: #564b47;
		background-color: transparent;
	}


	h1 {
		font-size: 16px;
		text-transform:uppercase;
		text-align: right;
		color: #564b47;
		background-color: #90897a;
		padding:5px 15px;
		margin:0px
	}
	
	
/* for the map page	*/

#holder{
position:relative;
margin-top:20px;
}
#map {
height:460px;
border:1px solid #999999;
background:#dcdcdc;
width:400px;
position:absolute;
top:0;
left:270px;

}
#controls {
width:266px;
height:800px;
border:1px solid #999999;
padding:6px;
margin-left:12px;
}

/*shadow box */
div#borderrelated, div.shadow {
margin: 0 30px 10px 50px; padding: 0 5px 5px 0; background: #fff url(images/shadow.gif) no-repeat 100% 100%; 
height: 1%;
}

div#borderrelated div, div.shadow div {
margin: 0; padding: 10px 0;
border-width: 1px 0 0 1px; border-style: solid; border-color: #ccc;
}

.curlycontainer{
border: 1px solid #b8b8b8;
background:#ddd;
margin-bottom: 1em;
}

.curlycontainer .innerdiv{
background: transparent url(images/brcorner.gif) bottom right no-repeat;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

h1, h2 { 
margin-bottom: 0; 
padding-bottom: 0; 
} 