@import url("general.css");


/* MAP */
/* -------------------------------------------------------------------------------- */

#map_canvas{
	width:580px;
	height:388px;
	margin:0;
}

#map_canvas {
	font-family: Verdana;
}


/* DIRECTIONS */
/* -------------------------------------------------------------------------------- */

dl#directions{
	float: left;
	position: relative;
	padding:15px 40px;
	margin:15px 0 0 0;
	background-color: #ECEBE4;
	font-size: 1.2em;
	color:#333333;
	line-height: 1.5em;
	width:500px;
}

dl#directions dt{
	position: relative;
	float: left;
	clear: left;
	width:50px;
	font-weight: bold;
	text-align: right;
}

dl#directions dd{
	padding-left: 10px;
	position: relative;
	float: left;
	width:400px;
	text-align: left;
}


/* CONTACT DETAILS */
/* -------------------------------------------------------------------------------- */

#content #secondary{
	padding:0;
	background: none;
}

#contactDetails{
	background: #69A4B9;
	padding:30px 25px;
	font-family: Verdana;
	width:315px;
}

#contactDetails h2{
	color: #000000;
	font-weight: normal;
	font-size: 1.4em;
}

#contactDetails ol.address{
	color: #E2E2E2;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 10px;
}


#contactDetails span.email{
	display:block;
	margin-top:15px;
	font-size: 1.2em;
}


#contactDetails span.email, #contactDetails span.email a{
	color: #E2E2E2;
	clear:both;
	text-decoration: none;
}

#contactDetails span.phone{
	margin-top:15px;
	color: #E2E2E2;
	display:block;
	clear:both;
	font-size: 1.2em;
}


/* BUILDING */
/* -------------------------------------------------------------------------------- */

#building{
	position: relative;
	margin-top: 15px;
	background-color: #DDDCD6;
	padding:30px 25px;
	height:260px;
}

#building h3{
	width:150px;
	color: #191E1F;
	font-weight: normal;
	font-size: 1.4em;
	font-family: Verdana;
}

#building p{
	width:150px;
	font-size: 1.15em;
	line-height: 1.4em;
	font-style: italic;
	color:#707070;
	margin-top:10px;
}

#building p a{
	color:#707070;
	font-weight: bold;
}

#building img{
	position:absolute;
	top:0;
	left:195px;
}



