/* Header specific styles */
#header {
	text-align: center;
	color: white;
	background-color: #72A9BE;
	width: 900px;
	line-height: 76px;
}

#header h1 {
	font-size: 21pt;
}

div#header_menu ul {
	height: 181px;
	width: 900px;
	list-style-type: none;
	background-color: white;
	padding: 2px 0;
	margin: 0;
}

div#header_menu li {
	position: relative;
	float: left;
	margin: 0 1px;
	padding: 0;
}

div#header_menu img {
	display: block;
}

div#header_menu a span {
	display: none;
}

div#header_menu a:hover span{
	display: block;
	position: absolute; top: 75px; left:30px;
	color: white;
	font: italic 30px Arial, Helvetica, sans-serif;
}


dl.header_contact{
	text-align: center;
	background-color: #72A9BE;
	margin: 1px 0;
	color: white;
}

dl.header_contact dt {
	display: inline;
	font-weight: bold;
}

dl.header_contact dd {
	display: inline;
	margin: 0 1em;
}


/* Footer specific styles */
#footer {
	clear:both;
	margin-top: 1em;
	border-top: 3px double #73A9BE;
	color: #73A9BE;
	font-size: 11px;
	font-style: normal;
}