/*to adjust the height of the main page, you must edit the margin-top
of #verticalpad in styles_splashpage.css to ensure it vertically centres
and update the height of #frontsplash in styles.css so that the display area
is at least as tall as the content
*/

body {
	background-color: #757F81;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#floatcontent {
/*OLDER VERSION*/
/*pre float vertical padding fix to vertically centre content on page 
  without resizing up off the screen*/
/*	width: 920px;
	height: 632px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -460px;
	margin-top: -400px;*/
	/*  top: 50% and margin-top work together, margin-top is based on the overall height of content,
	 but test the maths by setting browser size to 1024x768 and 800x600 */
}
#floatcontent {
  width: 920px;
  height: 800px;
  margin-left:auto;
  margin-right:auto;
  clear:both;
}

#page {
	width: 920px;
	margin: 0px auto;
	padding: 20px 0px;
}
#page.fullwidth {
	width: 90%;
}


#page #content {
	margin-top: 10px;
	background: url("/_images/content-back.gif") repeat-y;
	width: 920px;
}

#page.fullwidth #content {
	width: 100%;
	background: #fff;
}


/* Navigation bar */


#navbar {
	height: 55px;
	padding: 10px;
	margin-bottom: 10px;
	color: white;
	background-color: #247B8D;
	background-image: url(../_images/header-back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: solid 1px #47ABC5;
}
#navbar form {
	/* IE Fix */
	margin: 0px;
	padding: 0px;
float: right;
}

#navbar input.text {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	border-style: inset;
	border-width: 1px;
	border-right-width: 0px;
	border-color: orange;
	font-size: 12px;
	width: 200px !important;
	margin: 0px;
	position: relative;
	float: left;
	font-weight: bold;
	color: #666666;
}

#navbar input.button {
	background-image:url(/_images/search_off.gif);
	color:#BF8600;
	margin: 0px;
	padding: 0px;
	height:23px;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	text-indent:-100px;
	width:24px;
	border: 0;
	float: left;
}

#navbar #navtext {
 display: block;
 float: right;
 position: relative;
 margin-top: 1px;
}

#navbar h1 {
	width: 530px;
	height: 45px;
	background:url(../_images/header.png) no-repeat;
	margin: 5px;
	padding: 0px;
	text-indent: -1000px;
	font-size: 0px;
	color: #247B8D;
	overflow: hidden;
	/*text-align: left;
	margin: 1px 0px 0px 10px;
	padding: 0px;
	font-size: 16px;
	position: relative;*/
}

#navbar #subtitle {
	display: none;
}

h1 a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}

#footer {
	padding: 7px 10px;
	text-align: left;
	margin-top: 10px;
	background: url("/_images/footer-back.png");
	color: #FFFFFF;
	clear: both;
	height: 20px !important;
}

#footer a {
	position: relative;
}

#footer a:link,#footer a:visited , #navbar label {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 5px;
	}



#frontsplash {
	width: 918px;
	border: solid 1px #FFFFFF;
	margin-bottom: 10px;
	height: 650px;
	overflow: hidden;
	background: #FFFFFF;
	position: relative;
	margin-top: 10px;
	}
	
#splash, #loadingbox, #splash0, #splash1,#splash2,#splash3,#splash4,#splash5{
	padding: 15px 30px;
	height: 420px;
	position: absolute;
	background: #FFFFFF;
	width: 820px;
	z-index:1;
	left: 920px;
}

#splash, #loadingbox {
	left: 0px;
}

#loadingbox {
	height: 110px;
	color: #D95E00;
	padding-top: 150px;
	text-align: center;
	font-size: 10px;
	z-index: 2;
}

#scrollbox {
	border: solid 1px #D95E00;
	height: 20px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	margin-top: 5px;
}

#scrollbit {
	background: url("/_images/scrollbar-piece.gif") repeat-x;
	position: absolute;
	height: 20px;
	width: 300px;
	left: -300px;
}

#frontsplash .homesplash {
	padding: 15px 50px 30px 320px;
	width: 548px;
	background-color: #FFFFFF;
	background-image: url(../_images/photos/dallas-rd-beach-smaller.jpg);
	background-repeat: no-repeat;
	background-position: 10px 22px;
}


#frontsplash .othersplash {
	background: #FFFFFF url("../_images/photos/shoreside.jpg") no-repeat right top!important;
}
#frontbuttons, #topbuttons {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#frontbuttons li, #topbuttons li {
	float: left;
	z-index: 2;
	
}
#frontbuttons .button {
	width: 156px;
	display: block;
	height: 86px;
	background-color: #FBFBEE;
	margin-left: 10px;
	font-size: 16px;
	
	text-align: center;
	cursor: pointer;
	padding: 10px;
	padding-top: 50px;
}

#frontbuttons a span, #topbuttons li a span {
	display: block;
	
}


#topbuttons li {
	margin: 0px;
	margin-left: 10px;
}

#topbuttons li a {
	width: 156px;
	display: block;
	background: #FBFBEE;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
	padding: 10px;
	text-decoration: none;
	color: #000000;
}

#topbuttons li a.arrow {
	background: #FBFBEE url('/_images/downarrow.png') no-repeat 158px center;
}

#topbuttons li ul {
	position: absolute;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;

	z-index: 2;
	background-color: #EFEFE6;
	visibility: hidden;
	width: 176px;
}

#topbuttons li ul li a {
	color: #FFFFFF;
	cursor: pointer;
	background: #689259;
	text-decoration: none;
	width: auto;
	font-weight: normal;
	display: block;

	padding: 6px 6px;
	margin: 0px 0px;
	font-size: 12px;
	text-align: left;
}

.push_down {
	clear: both;
}

.navlist li, #topbuttons li ul li {
	list-style: none;
	margin: 0px 0px;
	padding: 0px 2px 1px 2px;
	
	display: list-item;
	float: none;

}
#frontbuttons .buttonfirst {
	margin-left: 0px;
}

#frontbuttons a {
	color: #000000;
	text-decoration: none;
}

.floatleft {
	float: left;
	margin-right: 30px;
}

h1,h2,h3,h4,h5 {
	font-family: Arial, Helvetica, sans-serif;}


h2 {
	color: #D95E00;
	font-size: 30px;
	font-weight: normal;
	margin: 0px 0px 24px 0px;
	line-height: 35px;
}

h3 {
	color: #427730;
	font-size: 24px;
	font-weight: normal;
	margin: 6px 0px 16px 0px;
	line-height: 24px;
}

h4 {
	color: #34B233;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	line-height: 22px;
}

h5 {
	color: #427730;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	line-height: 20px;
}


.bigbody {
	font-size: 20px;
	color: #34b233;
	margin: 0px 0px 12px 0px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

a.bigbody {
	display: block;
	font-size: 20px;
	color: #008B95;
	margin: 0px;
	cursor: pointer;
	text-decoration: none;
	background-color: #FFFFFF;
}

.pdficon, .pageicon {
	padding: 10px;
	padding-left: 45px;
	border: 1px dotted #CCCCCC;
	display: block;
}

.pdficon {
	background: url("http://www.crd.bc.ca/images/pdf-doc-m.png") no-repeat 10px 10px;
}

.pageicon {
	padding-left: 10px;
}

.navlist li a {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	background-image: url("/_images/nav-back.png");
	width: 200px;
	font-weight: bold;
	display: block;
		padding: 6px 6px;

}



.navlist li a:hover {

	background-color: #427730;

}

#pagecontent {
	width: 580px;
	padding: 40px;
	z-index: 1;
	float: left;

}

#pagecontent p {

}

#pagecontent .float_right {
	margin:0px 2px 9px 18px;
	border:1px solid #888899;
	display:block;
	padding:2px;
	float: right;
}
#pagecontent .float_left {
	margin:0px 18px 9px 2px;
	border:1px solid #888899;
	display:block;
	padding:2px;
	float: left;
}





#pagecontent a:link, #pagecontent a:visited, .sidebarmain a:link, .sidebarmain a:visited {
	text-decoration: none;
	color: #008B95;
}
#pagecontent a:hover, .sidebarmain a:hover {
	text-decoration: underline;
}

.image_Go_arrow {
	border: 0;
	padding: 0;
}
#pagecontent li, #sidebar li {
	list-style: square;
}

#page.fullwidth #pagecontent {
	width: auto;
	float: none;
}

h3 {
	font-size: 20px;
}

#sidebar {
	float: right;
	width: 250px;
	padding-left: 10px;
}

.rightbutton {
	display: block;
	background: #FBFBEE url("/_images/rightarrow.png") no-repeat 230px center;
	padding: 10px 25px 10px 15px;
	width: 210px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	color: #008B95;

}

.rightbutton .header {
	font-size: 18px;
	margin-bottom: 5px;
	color: #427730;
	line-height: 22px;
}

.rightbutton span {
	display: block;
}

.sidebarmain {
	background: url("/_images/trans-white.png");
	padding: 15px;
	width: 220px;
	margin-bottom: 10px;
}

.sidebarmain ul {
	padding-left: 15px;
}

.sidebarmain ul ul {
	padding-left: auto;
}
.clearboth {
	clear: both;
	font-size: 1px;
}

.tooltip-tip {
	background-color: #EBE8B1;
	padding: 5px;
	font-size: 10px;
	border: 1px solid #A8A22B;
	color: #67631B;
}

.tooltip-tip .tooltip-title {
	display: none;
}

.right_quote {
background: url("../_images/quote-start2.png") no-repeat top left;
	float: right;
	width: 250px;
	padding: 15px 0px 0px 25px;
	margin: 10px 0px 10px 10px;
}

.right_quote p {
	
	margin: 0px;
	color: #003359;
	font-size: 19px;
	line-height: 22px;
}

.quote_footer {
display: none;
}

img {
	border:1px solid #888899;
	padding:2px;
}

.pdf_file_size img {
	padding: 0px;
	border: 0px;
	position: relative;
	top: 4px;
}

.float_right {
	margin:0px 2px 9px 18px;
	border:1px solid #888899;
	display:block;
	padding:2px;
	float: right;
}
.float_left {
	margin:0px 18px 9px 2px;
	border:1px solid #888899;
	display:block;
	padding:2px;
	float: left;
}

.pdf_file_size
{
	font-size: 0.8em;
	text-transform: uppercase;
	white-space: nowrap;
}

li.link-internal, ul.link-internal li, ul.list_link_internal li, li.list_link_internal
{
     list-style-image: url("/_images/go-internal-link.gif");

}
li.link-external, ul.link-external li, ul.list_link_external li, li.list_link_external
{
     list-style-image: url("/_images/go-external-link.gif");

}

.replaced, .right_quote .replaced {
	text-indent: -1000px;
	overflow: hidden;
	font-size: 0px;
	text-align: left;
}

/* Milkbox */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

#mbCenter img {
	padding: 0px;
	border: 0px;
}

.mbLoading{ background: #fff url(../_images/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink{
	outline:none;
	display:block;
	float:right;
	height:20px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:17px; }
#mbPrevLink{ background: transparent url(../_images/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../_images/next.gif) no-repeat; }/* IMAGE: next */

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; }

#mbCloseLink {
	width:20px;
	background: transparent url(../_images/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

#items {
	
	border-collapse: collapse;
	
}
#documentbox {
	overflow: auto;
	border: solid 1px #ddd;
}

#documentbox ul {
	margin: 0px;
	padding: 0px;
}
#documentbox li {
	list-style: none;
	position: relative;
	display: block;
	clear: both;
	}
#documentbox li a {
	display: block;

	padding-top:5px;
	height: 25px;
	padding-left: 40px;

}
span.lastchanged, span.lastchangedhighlight {
	position: absolute;
	display: block;
	top:0;
	left: 0;
	font-size: 10px;
	color: #999;
}

.autoheight {
	height: auto;
}
span.lastchangedhighlight {
	color: #666;
}
#documentbox li.folder a {

	background: url('/_images/folder_24_closed.png') no-repeat 10px center;
	
}

#documentbox li.file a {
	
	background: url('/_images/doc_24.png') no-repeat 10px center;

}

.questiondoc {
	width: 132px;
	height: 171px;
	background: #fff url('/_images/doc-question.png') no-repeat center center;
	border: solid 1px #A9A9A9;
	margin: 0px auto;
	margin-bottom: 20px;
}

#fileinfo {
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

#documentsidebox {
width: 170px;
}

#boxholder {
	border: solid 1px #ddd;
	overflow: auto;
	position: relative;
	overflow-y: hidden;
}

#documentsidebox .paneUl, #documentsidebox .fileUl {
	width: 170px;
	border-right: solid 2px #eee;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: auto;
}


#documentsidebox .fileUl a {
	display :block;
	background-color: #d95e00;

	padding: 5px;
	color: #fff;
	width: 140px;
	text-align: center;
	margin-bottom: 5px;
}

#documentsidebox .fileUl a:hover {
	text-decoration: none;
}

#documentsidebox li {
	list-style: none;
	margin: 0px;
}

#documentsidebox li.arrow {
	background: #FFFFFF url("/_images/littlearrow.gif") no-repeat right center;
}

#documentsidebox li a {
	display: block;
	padding-top:5px;
	height: 25px;
	padding-left: 40px;
	overflow: hidden;
	padding-right: 20px;
}
#documentsidebox li a.folder {

	background: url('/_images/folder_24_closed.png') no-repeat 10px center;
	
}

#documentsidebox li a.file {
	
	background: url('/_images/doc_24.png') no-repeat 10px center;

}

#documentsidebox li a:hover {
	text-decoration: none;
}
#documentsidebox li a:active
{
  outline: none;
}


#documentsidebox li.on {
	background: #67ACB1 url("/_images/littlearrow-highlight.gif") no-repeat right center;
}

#documentsidebox li.on a {
	color: #FFF;
}
#documentsidebox li.on a.folder {

	background: url('/_images/folder_24_open.png') no-repeat 10px center;
	
}

#documentsidebox li.noitems {
	padding: 5px;
	color: #aaa;
	font-size: 10px;
	padding-left: 15px;
}



/* Post send to William */

#docbox {
	width: 103px;
	height: 132px;
	background: url("/_images/ajax-loader.gif") no-repeat center center;
	border: solid 1px #aaa;
	margin-right: 10px;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}

#docbox img {
	border: none;
	padding: 0
}

/* EMERGENCY BOX 
   Created by Sara Craig on June 18, 2009
   For http://www.wastewatermadeclear.ca/_contact/?l=workshop */

.emergency_box {
	COLOR: #a52a2a;
	BORDER-RIGHT: #a52a2a 3px solid;
	PADDING-RIGHT: 3px;
	BORDER-TOP: #a52a2a 3px solid;
	PADDING-LEFT: 3px;
	VISIBILITY: visible;
	PADDING-BOTTOM: 3px;
	MARGIN: 2px;
	BORDER-LEFT: #a52a2a 3px solid;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #a52a2a 3px solid;
	FLOAT: left;
	BACKGROUND-COLOR: #ffb6c1;
}


/* FORM */

.form form { }

.form label
{
	display: block;
	width: 130px;
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	clear: left;
}

.form ul { }

.form li
{
	list-style: none !important;
	margin-top: 10px;
	clear: both;
}

.form input, .form textarea, .form select
{
	border-color: #DCDBAD;
	background-color: #FBFBEE;
	border-style: inset;
	border-width: 1px;
	padding: 2px;
}

.form input, .form select { width: 350px; }

.form table input { width: auto; }

.form .note
{
	color: gray;
	/*font-size: 0.8em; */
}

.form textarea
{
	width: 500px;
	margin-top: 5px;
	height: 160px;
	font-family: Arial;
	font-size: 1em;
}

.form .mediumtext
{
	width: 290px;
	height: 6em;
}

.form .tinytext { width: 150px; }

.form .hr
{
	border-style: dotted none none none;
	border-color: #BCBA93;
	border-width: 1px;
	clear: both;
	width: 520px;
	margin-bottom: 15px;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}

.form .captchabox { margin-top: 10px; }

.form .captchabox input
{
	margin-top: 5px;
	width: 155px;
}

.form .captchabox label { clear: none; }

.form .button
{
	font-family: Arial;
	background-color: #005588;
	border-style: outset;
	border-color: #005588;
	border-width: 2px;
	color: white;
	text-align: center;
	text-decoration: none;
	width: auto;
	margin-right: 15px;
}

.Topbox
{
	background-color: #FFFFE1;
	border-color: #A8A800;
	border-style: solid;
	border-width: 1px;
	margin-left: 2em;
	margin-right: 2em;
	padding: 10px;
	width: 445px;
}

.Topbox li { list-style-type: square !important; }
.form .errorlabel { color: red; }

.form .errorbox
{
	background-color: #FFE1D2;
	/*
 border-color: Red;
 border-width: 1px;
 border-style: solid;*/
}

.form .subtitle
{
	clear: both;
	margin-left: 150px;
	margin-top: 3px;
	color: Gray;
	font-size: 0.9em;
}

#content table
{
	border: 0;
	margin: 1.2em 0 0 0;
	text-align: left;
	border-collapse: collapse;
}
#content table tr 
{
    margin: 0px;
    border-bottom: solid 1px #797;

}
#content table td,
#content table th
{
	padding: 4px 8px;
	margin: 0px;
	vertical-align: top;
}

#content table th
{
	border: 0;
	background-color: #edfee4;
	color: #000000;
	font-weight: normal;
	border: solid 1px #ceb;

	
}

#content table td
{
    border: solid 1px #ceb;

}

img.diagram {
	padding: 0px;
	border: 0px;
}
/* for Section 508 compliance <label> fields can be hidden - see http://www.webaim.org/techniques/css/invisiblecontent/#formsindatatables */
.hidden 
{
	position: absolute; 
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
} 
img.image_Video_clip {
	display: inline;
	vertical-align: bottom;
	padding-bottom: 2px;
	border: 0;
}
