/*///////////////////////////////
Waterway | Locations Template CSS
///////////////////////////////*/

body {
	background: #2195C4;
	color: #000;
}
#container {
	background-color: #fff;
	width: 750px;
	margin: 0 auto;
	/*text-align: left;*/
	}
#header {
}
#mainContent {
	height: 341px; 
	/*height: 304px; //This is a new height added to account for the vertical dimension of the submenu in order to retain a uniform height to the site */
	background: #FFFFFF;
	margin-right: 33px;
	margin-left: 33px;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	/*overflow: auto;*/
	*; /* ie6 fix */
	_; /* ie7 fix */
}
#container #mainContent p {
	font-size: 11px;
	/*text-align: right;*/
	/*width: 142px;*/
	position: inherit;
}
#footer {
}
#footer p {
	background: #2195C4;
}
.MainContent_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle; 
}