 body {
 background-color: #ffffff;
 font-family: Arial;
 font-size: 12px;
 margin: 0px;
 padding: 0px;}

#head {
 height: 50px;
 background-color: #111111;
 padding: 0px;}

#logo {
 height: 30px;
 width: 300px;
 float:left;
 background-color: #111111;
 padding: 10px;}

#text {
 height: 30px;
 width:500px;
 float: left;
 padding: 5px;
 color: #999;
}

#description {
 background-color: #323232;
 background-image: url("images/desc.jpg");
 padding:0px;
}

#legend {
 width: 200px;
 background-color: #111111;
 border: 3px solid #0066cc;
 border-left: 0px;
 padding: 10px;
 color: #efefef;}

 #hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

#navigation {
	padding: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	border-top: #0066CC solid 3px;
	background-color: #111111;
}

#modernbricksmenu2{
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 0;
	width: 100%;
	border-top: 0px solid #0066CC; /*Brown color theme*/
	background: transparent;
}

#modernbricksmenu2 ul{
	margin: 0;
	margin-left: 30px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#modernbricksmenu2 li{
	margin: 0 2px 0 0;
	padding: 0;
	display: inline;
	text-transform: uppercase;
}

#modernbricksmenu2 a{
	float: left;
	margin: 0 5px 0 0; /*Margin between each menu item*/
	padding: 4px 10px 3px 10px;
	border-top: 0px solid white;
	display: block;
	color: #CCCCCC;
	background-color: #111111; /*Brown color theme*/
	font-size: 10px;
	text-decoration: none;
}

#modernbricksmenu2 a:hover{
	background: #0066CC; /*Brown color theme*/
	color: white;
}

#modernbricksmenu2 #current a{
	border-bottom: 5px solid #111111; /*Brown color theme*/
	background-color: #0066CC; /*Brown color theme*/
	color: white;
}
