@charset "UTF-8";
/* CSS Document */

body {
        font-family:"AvantGarde Md BT", Futura, Arial, Helvetica, sans-serif;
		color: #666666;
		font-size:12px;
}
#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:950px;
	height:550px;
	
	margin-top: -275px; /*set to a negative number 1/2 of your height*/
	margin-left: -425px; /*set to a negative number 1/2 of your width*/
}




a:link {
	color: #C87306;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C87306;
}
a:hover {
	text-decoration: none;
	color: #C56A40;
}
a:active {
	text-decoration: none;
	color: #C87306;
}
#header {
	position:fixed;
	top:0px;
	left:0px;	
}


#bottominfo {
	width:931.5px;
	z-index:10;
	text-align:center;
	font-family:"AvantGarde Md BT", Futura, Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow: auto;
	padding-top: 0px;
	font-style: normal;
	color: #666666;
	background-color:#F7F5AD;
}
#myAlternativeContent {
	width:950px;
	z-index:10;
	text-align:left;
	font-family:"AvantGarde Md BT", Futura, Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow: auto;
	padding-top: 0px;
	font-style: normal;
	color: #666666;
	vertical-align: top;
	top: auto;
}
#map_canvas {
	text-align:left;
	font-family:"AvantGarde Md BT", Futura, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}
.h1{
	font-size:large;
	font-weight:normal;
	margin-left:10px;
	line-height:100%;
}
.h2{
	font-size:medium;
	margin-left:10px;
	line-height:100%;
	font-weight:normal;
}


