
/* Colors:  black: #000000;  white: #FFFFFF;  red: #D5382B;  blue: #3A5278; */
/*		red: #CC3333; gold: #FFCC00; light blue: #6699CC; dark blue: #333366; */

/* Contact page */

.contact_pane
{
	position: relative;
	float: left;
	width: 300px;
	border: 2px solid #CC3333;
	padding: 10px;
}

.contact_pane .heading
{
	position: relative;
	text-align: center;
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	color: #333366;
	padding: 0px 0px 15px 0px;
}

#map
{
	position: relative;
	float: right;
	width: 500px;
	height: 400px;
	border: 2px solid #CC3333;
}

.map_caption
{
	position: relative;
	clear: both;
	width: 490px;
	float: right;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}