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

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #F1FAFE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #336666;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#flash{
	height: 580px;
}
#mainContent {
	padding: 10px 40px 0 20px;
	height: 250px;
	background: url(images/bottom-bg.gif) no-repeat;
	color: #336666;
}
#map {
	float: left;
	margin: 80px 20px 0 100px;
}

#address {
	font-size: 12px;
	color: #336666;
	list-style: none;
	margin: 0;
	float: left;
	margin: 80px 0 0 0;
}

#form {
	width: 190px;
	font-size: 10px;
	float: right;
	margin: 80px 114px 0 0;
}
#form label {
	width:120px;
	
} 
#form button {
	padding-left:120px;
} 




#footer {
	font-size: 10px;
	list-style: none;
	margin: 0 20px 0  0;
	clear: both;
}
#footer ul {
	list-style: none;
	display:inline;
}

#footer ul li {
	list-style: none;
	display:inline;
	padding: 0 14px 0 0;
}
#footer a {
	color: #336666;
}
