/*
Created: December 11, 2009
*/

body {
	background: #f4f4f4 url('../images/background.jpg') top center no-repeat;
	margin: 0;
}

td.pageContainer {
	background: #FFFFFF;

}

img {
    border: 0;
}

#wrapper {
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	width: 990px;
	height: 79px;
	background: #FFF url('../images/header-top.jpg') top center no-repeat;
}

#logo {
	position: absolute;
	top: 10px;
	left: 18px;
	width: 339px;
	height: 33px;
}

#logo-bcgov {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 248px;
	height: 40px;
}

#countryselector {
	position: absolute;
	top: 52px;
	right: 15px;
}

#HeaderAreaControl_CountrySelector1_ddListCountries {
	font-family: Arial Unicode MS;
}

#countryselector {

	}

.countryselectlabel {
	font-size: 10px;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
}

#headerdivider {
	clear: both;
	background-color: #3CABD0;
	height: 5px;
	background-image: url(dividergradient.gif);
	background-position: right;
	background-repeat: repeat-y;
	}

#headerbanner {
	margin: 2px 0 2px 0;
	background-color: #009766;
	height: 163px;
	}

#headerbanner img {
	vertical-align: bottom; /* get rid of IE bottom margin (line breaks) that affect inline elements */
	}


#topbanner {
	position: relative;
	width: 990px;
	height: 164px;
	margin: 0;
}

#content {
	position: relative;
	width: 965px;
	margin: 10px 12px 0 12px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

#topwrap {
	position: relative;
	width: 965px;
}

#topleft {
	float: left;
	width: 740px;
	margin: 20px 0 12px 0;
	background-color: #efefef;
}

#topleft .top {
	position: relative;
	width: 740px;
	height: 13px;
	background: url('../images/topleft-rc-top.jpg') top center no-repeat;
}

#topleft .bottom {
	position: relative;
	width: 740px;
	height: 13px;
	background: url('../images/topleft-rc-bottom.jpg') bottom center no-repeat;

}

#topleft #toplefttext {
	margin: 0;
	padding: 0 25px 10px 25px;
}

#topright {
	float: right;
	width: 200px;
	margin: 0;
}

#contesttile {
	position: relative;
	margin: 3px 0 20px 0;
}

#share {
	position: relative;
	width: 200px;
	text-align: right;
}

#mapwrap {
	position: relative;
	width: 965px;
	height: 506px;
	background: #f4f4f4 url('../images/map-bottom.jpg') bottom center no-repeat;
}

#mapbottom {
	width: 965px;
	height: 38px;
	background: #f4f4f4 url('../images/map-bottom.jpg') bottom center no-repeat;
}

.maplegend {
	float: right;
	width: 200px;
	font-family: Verdana, Arial Unicode MS;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	line-height: 110%;
	margin: 2px 0 0 0;
}

.maplegend-left {
	float: left;
	width: 24px;
}

.maplegend-right {
	float: left;
	width: 150px;
	margin: 5px 0 0 4px;
}

#bottomwrap {
	position: relative;
	width: 965px;
}

#bottomleft {
	float: left;
	width: 565px;
	margin: 20px 14px;
}

#bottomright {
	float: right;
}

#bottomcities {
	position: relative;
	width: 565px;
	margin: 20px 0 0 0;
}

.city {
	display: inline;
	width: 180px;
}

.cityleft {
	float: left;
	width: 76px;
}

.cityright {
	float: left;
	width: 100px;
	margin: 25px 0 0 0;
}

.cityright a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* Navigation Styles */
#nav {
	position: relative;
	width: 990px;
	height: 24px;
	margin: 2px 0;
	background-color: #009766;
}

#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
#nav li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	border-left: 2px solid #FFF;
	height: 17px;
}*/

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #FFF;
	height: 24px;
}

#nav li a {
	display: block;
	font-family: Verdana, Arial Unicode MS;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 5px 10px 6px 10px;
}

#nav li a:hover, #nav .on {
	color: #009766;
	background-color: #FFF;
}



/* FOOTER */



#footer {
	clear: both;
	position: relative;
	margin: 20px 5px 0 5px;
	padding: 30px 0 40px 0;
	text-align: left;
	background: url('../images/bottom-footer-separator.jpg') top center no-repeat;
}

#footer ul {
	list-style: none;
	padding: 5px 40px 0 12px;
	margin: 0;
}

#footer li {
	float: left;
	margin: 0;
	padding: 0 8px;
}

#footer li a {
	display: block;
	font-family: Verdana, Arial Unicode MS;
	font-size: 9px;
	font-weight: bold;
	color: #7f7f7f;
	text-decoration: underline;
}

.divider {
	/*border-right: 1px solid #7f7f7f;*/
	background: url('../images/footer-divider.jpg') right center no-repeat;
}


/* Text Styles */
#topleft h1 {
	font-family: Arial Unicode MS;
	font-size: 15px;
	color: #009766;
	font-weight: bold;
}

#bottomleft, #topleft {
	font-family: Arial Unicode MS;
	font-size: 14px;
	color: #000;
	line-height: 140%;
}
#bottomleft a, #topleft a {
	color: #004a8c;
}

#bottomleft a:hover, #topleft a:hover {
	color: #3b8dd7;
}

#bottomleft h2 {
	font-family: Arial Unicode MS;
	font-size: 18px;
	color: #004a8c;
	text-transform: uppercase;
}
/* END Text Styles */


.info-window {
	width: 300px;
}

.info-window-title {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	width: 300px;
	margin-top: 20px;
}


.info-window-description {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: normal;
  width: 300px;
  height: 80px;
  overflow: auto;
}  

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
