/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px; 
	background: #ccdfee url(images/body-bg.jpg) center repeat-y; 
}

a { 
	color: #000;
}

h1 {
	font-size: 16px;
	font-weight:bolder;
	padding: 0px;
	margin: 0px;
	color:#003366;
}



h3 {
	font-size: 12px;
	font-weight:bolder;
	padding: 0 0 0 10px;
	margin: 0px;
}


#wrapper {
	margin: 0px auto;
	background:url(images/bg.jpg) center no-repeat top;
	_height: 683px;
	min-height:683px;
}

#ContentWrapper {
	width:1025px; 
	margin: 0px auto;
}

#Content {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}

.halton {
	float:left;
	width:181px;
	background: #e3edf6 url(images/halton-bot.gif) bottom no-repeat;
	margin-left: 8px;
}

.hamilton {
	float:left;
	width:181px;
	margin-left: 15px;
	background: #f3e79b url(images/hamilton-bot.gif) bottom no-repeat;
}

.kitchener {
	float:left;
	width:181px;
	margin-left: 15px;
	background:  #deebcd url(images/kitchener-bot.gif) bottom no-repeat;
}

.guelph {
	float:left;
	width:181px;
	margin-left: 15px;
	background: #f7ae79 url(images/guelph-bot.gif) bottom no-repeat;
}

.niagara {
	float:left;
	width:181px;
	margin-left: 15px;
	background: #a5c3c1 url(images/niagara-bot.gif) bottom no-repeat;
}

.regionText ul{
	margin: 5px 0 10px 20px;
}

.regionText li{
	list-style:none;
}

#Footer {
	clear:both;
	height: 90px; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 20px 10px 0 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

.footerLegal {
	float:left;
}


