@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	background-image:url(../images/bg_ottawa.jpg);
	background-position:top;
	background-repeat:no-repeat;	
}
a:link {
	color: #007390;
	text-decoration: none;
}
a:visited {
	color: #007390;
	text-decoration: none;
}
a:hover {
	color: #007390;
	text-decoration: underline;
}
a:active {
	color: #007390;
	text-decoration: none;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size: 1.2em;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 1em;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 1.2em;
}

#wrapper {
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 270px;
	width: auto;
	font-size: .8em;
	font-weight: 900;
	color: #FFFFFF;	 
}
#showcase {
	height: 248px;
	width: auto;
	float: left;
	background-repeat: no-repeat;
}
#breadcrumb {
	font-size: .58em;
	font-weight: bold;
	color: #999999;
	height: 1px;
	width: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 19px;
}
#breadcrumb a:link { 
	color: #666666; 
	text-decoration: none;
}
#breadcrumb a:visited { 
	color: #666666; 
	text-decoration: none;
}
#breadcrumb a:hover { 
	color: #666666; 
	text-decoration: none;
}
#breadcrumb a:active{ 
	color: #666666; 
	text-decoration: none;
}
#container {
	/*background-color: #F3F3F3;*/
	height: 520px;
	width: 1030px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#container2 {	
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 1px;
	height: 510px;
	width: 1030px;
	margin-top: 5px;
}
#container3 {
	float: left;
	height: auto;
	width: 66%;
}
#col_left {
	font-size: .7em;
	font-weight: 900;
	color: #FFFFFF;
	background-image: url(../images/col_left_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 450px;
	width: 310px;
	margin-top: 12px;
	margin-left: 10px;
	padding: 30px;
	
}
#col_mid {
	font-size: .7em;
	font-weight: 900;
	color: #FFFFFF;	
	background-image: url(../images/col_mid_bg.jpg);
	background-repeat: repeat-x;	
	float: right;
	height: 450px;
	width: 310px;
	margin-top: 12px;
	margin-right: 5px;
	padding: 30px;	
}
#col_right {
	font-size: .7em;
	font-weight: 900;
	color: #FFFFFF;	
	background-image: url(../images/col_right_bg.jpg);
	background-repeat: repeat-x;	
	float: right;;
	float: right;
	height: 450px;
	width: 310px;
	margin-top: 12px;
	margin-right: 10px;	
	padding: 30px;
}
#footer {
	height: 10px;
	width: auto;
	font-size: 0.5em;
	padding: 13px;
	color: #999999;
	text-align: center;
}
.clear {
	clear: both;
}
