/*LINK & LIST STYLING*/
a:link {
	text-decoration: none;		
	color: #000000;
}
a:visited {
	text-decoration: none;		
	color: #000000;
}
a:active {
	text-decoration: none
}
a:hover {
	color:#669999;
}

ul {
	list-style:none;
}
/*CENTERING*/
html { 
	height: 100%; margin-bottom: 1px; 
}
.container {
	position: relative;
	width: 900px;
	margin:0 auto;
	text-align: left;
	z-index: 2;
	       }
body {
    margin: 0; 
	padding: 0;
    text-align: center; 
	width: 100%;
	background-position: center top;
     } 
	 
a.title {
	position: absolute;
	height: 80px;
	width: 950px;
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5em;
	font-weight: bold;
	}
	
li.subtitle {
	position: absolute;
	height: 80px;
	width: 417px;
	top: 105px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-left: 7px;
	color:#78A03A;
	
}

li.subtitle strong {
	color: #000000;
	font-weight: normal;
	font-size: 1.2em;
}
.title em {
	font-size:.75em;
}

/*Menu*/
.menu {
	position:absolute;
	height: 50px;
	width:900px;
	top: 115px;
	left: 5px;
	}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	display: inline;
		}
.menu li {
	display: inline;
	margin-right: 16px;
		}
	
/*map*/
.map {
	position: absolute;
	width: 900px;
	height: 600px;
	left: 3px;
	top: 180px;
	}
