@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a2a2a;
}
body {
	background-color: #406c91;
	background-image: url(/images/images/wave-bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
a:link {
	color: #0c3174;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #406c91;
}
a:hover {
	text-decoration: none;
	color: #0c3174;
}
a:active {
	text-decoration: none;
	color: #0c3174;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial Rounded MT Bold, Arial, sans-serif;
}
h1 {
	font-size: 18px;
	color: #a67100;
	display: inline;
}
h2 {
	font-size: 14px;
	color: #2a2a2a;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a67100;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a2a2a;
}

.small {font-size: 11px;}
.gray {color: #3e3e3e;}
.italic {font-style: italic;}
.bold {font-weight: bold;}
.h-highlight {padding: 1em; background-color: #dcdcdc;}
.photo {border: 1px solid #406c91;}

img {border: 0;}

form input {
	font-family: "Courier New", Courier, monospace;
}

iframe {
	border:1px solid #406c91;
}

/*/// DIVS ///////////////////////////////////////////////////////////////////////////////// */

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#header-top {
	position: relative;
	height: 20px;
	padding: 0 18px;
	text-align: right;
}

#header-top span.time {
	
	color: #fff;
	font-size: 11px;
}

#header {
	position: relative;
	background: #fff url(/images/images/header-full-fr.gif) no-repeat 0 0;
	height: 308px;
}

#logo {
	position: absolute;
	width: 145px;
	height: 178px;
	top: -7px;
	left: 14px;
}

#utils {
	position: absolute;
	width: 350px;
	height: 66px;
	top: 15px;
	right: 25px;
	text-align: right;
	font-size: 11px;
}

#navigation {
	position: absolute;
	top: 80px;
	right: 0;
	border-collapse: collapse;
}

#newsletter-box {
	position: absolute;
	width: 173px;
	height: 102px;
	top: 200px;
	left: 0;
}

#ad {
	position: relative;
	top: 8px;
	/*height: 77px;*/
}

#content {
	position: relative;
	top: 16px;
	background: #fff url(/images/images/box-top.gif) no-repeat 0 0;
	padding: 18px;
	min-height: 380px;
}

#province-map {
	position: relative;
	float: left;
	margin: 0 18px 18px 0;
	
}

#sidebar {
	position: relative;
	float: left;
	margin: 0 18px 18px 0;
	width: 307px;
}

#text {
	position: relative;
	margin-left: 325px;
}

#news-widget {
	/*position: relative;*/
	float: left;
	margin-top: 8px;
	width: 326px;
	background: #fff url(/images/images/widget-top-news-fr.gif) no-repeat 0 0;
}

#news-widget ul {
	padding: 48px 0 0 18px;
	margin: 0;
	font-size: 11px;
}

#news-widget li {
	padding-bottom: 18px;
	list-style-type: none;
}

#project-widget {
	margin-top: 8px;
	margin-left: 346px;
	background: url(/images/images/projects-header-fr.gif) no-repeat 0 16px;

}

#project-widget td{
	vertical-align: top;
	padding-top: 48px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.5em;
}

#project-widget ul li {
	padding-bottom: 18px;
}

#project-widget #social-header {
	background: url(/images/images/social-header.gif) no-repeat right 16px;
	text-align: right;
}

#project-widget td a:link {
	color: #fff;
	text-decoration: underline;
}

#project-widget td a:visited {
	color: #ccc;
	text-decoration: underline;
}

#project-widget td a:hover, #project-widget td a:active {
	color: #fff;
	text-decoration: none;
}

#h-social {
	position: relative;
	margin-top: 8px;
}

#footer {
	clear: both;
	position: relative;
	top: 8px;
	background: #fff url(/images/images/footer-bg.jpg) no-repeat 0 0;
	height: 138px;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #e8e8e8;
}

#footer a:link, #footer a:visited {
	color: #e8e8e8;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #e8e8e8;
	text-decoration: none;
}



/*/// CLASS ///////////////////////////////////////////////////////////////////////////////// */

div.clear {
	clear: both;
}

div.bottom-edge-full {
	clear: both;
	position: relative;
	margin-top: 15px;
	background: url(/images/images/box-bot.gif) no-repeat bottom left;
	height: 5px;
}

div.bottom-edge-widget {
	position: relative;
	margin-top: 6px;
	background: url(/images/images/widget-bot.gif) no-repeat bottom left;
	height: 6px;
}

div.options {
	position: relative;
	float: right;
	text-align: right;
	font-weight: bold;
}

div.options a:link, div.options a:visited {
	color: #6f6f6f;
	text-decoration: none;
	font-size: 11px;
}

div.options a:hover, div.options a:active {
	color: #6f6f6f;
	text-decoration: underline;
	font-size: 11px;
}

img.project-photo {
	border: 1px solid #fff;
	height: 97px;
}

span.date {
	padding: 3px;
	background-color: #d89c00;
	color: #fff;
	font-weight: bold;
}

.news-item {
	margin: 20px 0;
}

img.photo-left {
	float: left;
	margin: 10px 20px 20px 0;
	border: 1px solid #406c91;
}

img.photo-right {
	float: right;
	margin: 10px 0 20px 20px;
	border: 1px solid #406c91;
}


/*// BREADCRUMBS /////////////////////////////////////////////////////////////*/

div.breadcrumbs {
	position: relative;
	display: inline;
	padding: 5px 5px;
	text-transform: uppercase;
	background: #e3e3e3 url(/images/images/crumbs-left.gif) no-repeat 0 0;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #383838;
	line-height: 3em;
}

div.breadcrumbs a {
	padding-left: 10px;
	padding-right: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 24px;
	background: url(/images/images/crumbs-arrow.gif) no-repeat right 0;
	
}

div.breadcrumbs a:link, div.breadcrumbs a:visited {
	color: #383838;
	text-decoration: underline;
}

div.breadcrumbs a:hover, div.breadcrumbs a:active {
	color: #000;
	text-decoration: underline;
}

/*// SIDEBAR EXTRAS /////////////////////////////////////////////////////////////*/

ul.sidebar-item {
	position: relative;
	background:url(/images/images/sidebar-top.gif) no-repeat left top;
	padding-top: 18px;
	padding-bottom: 18px;
}

ul.sidebar-item li {
	padding-bottom: 6px;
}

ul.no-style {
	list-style-type:none; 
	padding-left:18px;
}

li.pen {
	list-style-image:url(/images/images/pen_12x12.png);
}

li.details {
	list-style-image:url(/images/images/read_more_12x12.png);
}

li.plus {
	list-style-image:url(/images/images/plus_alt_12x12.png);
}