@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#wrap {
	width: 840px;
	position: absolute;
	left: 50%;
	margin-left: -420px;
	height: auto;
	margin-top: 40px;	
}
#header {
	background-image:url(../assets/homepage/hp_header_bkg.jpg);
	height: 100px;
}
#whatsnew {
	position: absolute;
	left: 15px;
	top: 18px;	
	width: 140px;
	height: 39px;
	overflow: hidden;
	background-color: #b3d538;
	border: 2px solid #fff;
	padding: 12px 20px;
}
#whatsnew p, #whatsnew a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#whatsnew a:hover {
	color: #000;	
}
#headermenu {
	text-align: right;
	padding: 78px 26px 0 0;
	margin-bottom: 4px;
	font-size: 1.25em;
}
#headersurvey {
	position: absolute;
	left: 15px;
	top: 18px;
	
	overflow: visible;
}
#headersurvey img {
	border: none;
}
#headermenu a {
	text-decoration: none;
	color: #322117;
	border-right: 1px solid #322117;
	padding: 0 6px;
}
#headermenu a.last {
	padding: 0 0 0 6px;
	border-right: none;
}
#headermenu a:hover {
	color: #fff;
}
* html #headermenu a {
	font-weight: bold;
}
*+html #headermenu a {
	font-weight: bold;
}
#topphoto {
	height: 140px;
	border-top: 4px solid #fff;
}
#midphoto {
	height: 60px;
	background-color: #322117;
	background-image:url(../assets/homepage/hp_midphoto_bkg.png);
}
#botphoto {
	height: 140px;
	border-bottom: 4px solid #fff;
}
img a {
	text-decoration: none;	
	border: none;
}
#subcontent {
	height: 110px;
}
#subcL, #subcM, #subcR {
	border-right: 4px solid #fff;
	width: 276px;
	height: 110px;
	background-image:url(../assets/homepage/subcL_bkg.jpg);
	position: relative;
	float: left;
}
#subcL ul, #subcM ul, #subcR ul {
	padding: 26px 0 0 70px;
}
* html #subcL ul, * html #subcM ul, * html #subcR ul {
	padding: 32px 0 0 30px;
}
*+html #subcL ul, *+html #subcM ul, *+html #subcR ul {
	padding: 33px 0 0 30px;
}
#subcL li, #subcM li, #subcR li {
	margin-bottom: 2px;
}
#subcL a, #subcM a, #subcR a {
	font-size: 1em;
	color: #322117;
	text-decoration: none;
}
#subcL a:hover, #subcM a:hover, #subcR a:hover {
	text-decoration: underline;
}
#subcM {
	background-image:url(../assets/homepage/subcM_bkg.jpg);
	width: 280px;
	border: none;
}
#subcR {
	background-image: url(../assets/homepage/subcR_bkg.jpg);
	width: 276px;
	border-left: 4px solid #fff;
	border-right: none;
}
#footer {
	height: 120px;
	background-color: #fff;
	background-image: url(../assets/CVRD_logo.gif);
	background-repeat: no-repeat;
	background-position: 756px 8px;	
}
#footer p {
	text-align: right;
	margin-right: 110px;
	padding-top: 12px;
	color: #322117;
	font-size: .9em;
}
#footerbyline {
	padding-top: 12px;
}