
/*******************************
 style sheet for directions page
 *******************************/
body{
	background:url("");
    background-color:#90CFDC;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
 
/* content div size */
.content {
	height:1000px;
	text-align:justify;
}

/* content, sans navbar */
.contentBoxMain {
	height:800px;
}

/*text above map and links*/
#picture {
	height:120px;
	width:300px;
	margin:10px;
	padding-top:80px;
	float:left;
	z-index:0;
}
#topText {
	height:435px;
	width:500px;
	margin:10px;
	float:left;
	z-index:0;
}
/* actual map attributes */
#map {
	height:332px;
	width:400px;
	margin:10px;
	float:left;
	z-index:0;
}

ul li
{
	z-index:1;
}

/* select+links div */
#text {
	height:332px;
	width:400px;
	margin:10px;
	float:right;
}

/* links div */
#textContent {
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#C6CCCF;
	background-color:#C2E4EC;
	height:293px;
	overflow: auto;
}

#textContent p 
{
	text-indent:0px;
	padding-left:5px;
}
/* links */
.maplink {
	color:#0077C2;
	text-decoration:underline;
	cursor:pointer;
}