@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	background-image:url(../images/bg_ottawa_faded.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: 165px;
	width: auto;
}
#showcase {
	height: 158px;
	width: auto;
	float: left;
	background-repeat: no-repeat;
}
#breadcrumb {
	font-size: .58em;
	font-weight: bold;
	color:#666666;
	height: 20px;
	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;*/
	background-color: #FFFFFF;
	height: 700px;
	width: 1030px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#container2 {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 1px;
	height: 680px;
	width: 1010px;
	margin-top: 5px;
}
#container3 {
	float: left;
	height: auto;
	width: 83%;
}
#col_left {
	font-size: .8em;
	color: #333333;
	background-color: #FFFFFF;
	float: left;
	width: 450px;	
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#col_mid {
	font-size: .7em;
	color: #333333;
	background-color: #F3F3F3;
	padding: 5px;
	float: right;
	width: 320px;
	height: 660px;
}
#col_right {
	font-size: .67em;
	
	color: #FFFFFF;
	background-color: #005C84;
	float: right;
	height: 660px;
	width: 16%;
	padding-top: 20px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#col_right a:link { 
	color:#FFFFFF; 
	text-decoration: none;
}
#col_right a:visited { 
	color:#FFFFFF; 
	text-decoration: none;
}
#col_right a:hover { 
	color:#FFFFFF; 
	text-decoration: none;
}
#col_right a:active{ 
	color:#FFFFFF; 
	text-decoration: none;
}
#footer {
	height: 10px;
	width: auto;
	font-size: 0.5em;
	padding: 13px;
	color:#FFFFFF;
	text-align: center;
}
.clear {
	clear: both;
}
