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

@font-face {
	font-family: 'MidoMedium';
	src: url('images/Mido-webfont.eot');
	src: local('?'), url('images/Mido-webfont.woff') format('woff'), url('images/Mido-webfont.ttf') format('truetype'), url('images/Mido-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.main #container { 
	position:relative;
	width: 920px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	background-color: #ffd57c;
	height: 54px;
	border-bottom: 4px solid #a48560;
	margin-bottom: 10px;
	font-family: MidoMedium, Verdana, Arial, Helvetica, sans-serif;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size:28px;
	line-height: 54px;
	color:#0067b1;
	text-align:center;
	font-weight: normal;
}

.main h2 {
	font-size: 16px;
	color:#093;
	line-height: 1.3em;
}

.main #sidebar1 {
	color:#0067b1;
	float: right; 
	width: 180px; 
	padding: 15px;
	font-size:12px;
	line-height: 1.35em;
}
.main #sidebar2 {
	color:#0067b1;
	float: right; 
	width: 180px;
	padding: 15px;
	font-size:12px;
	line-height: 1.35em;
}

#sidebar1 strong {  font-size: 13px; }
#sidebar2 strong {  font-size: 13px; }

#mainContent { 
	background:url(images/map.gif) no-repeat;
	width: 409px;
	height:461px;
	position:relative;
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent a {
	display: block;
	position: absolute;
	width: 50px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
}

#footer1 {
	margin-top: 5px;
	height:106px;
	background-image:url(images/bannerBG.gif);
} 

#footimg {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

#footer1 p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer2{
	width:600px;
	margin: 0 auto;
	height: 30px;
	color:#0067b1;
}

#links{
	width: 600px;
	height: 30px;
}

#links td {
	width: 100px;
	font-size: 13px;
	text-transform: uppercase;
}

a {color: #0067b1; text-decoration: underline; }
a:hover { color: #3183c7; }