@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #820C0C;
	background-image: url(../images/Untitled-1_05_02.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C6DEFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: auto;
} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(../images/rcmppipeband_02_02.gif);
	background-repeat: no-repeat;
	background-position: right;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#flash {
	height: 130px;
	width: 760px;
}
#divBlock1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	border: 1px solid #DA780A;
	background-color: #FFF;
	text-align: justify;
	display: inline;
	height: 325px;
	width: 240px;
	margin-top: 20px;
	margin-right: 4px;
	margin-bottom: 20px;
	margin-left: 9px;
	float: left;
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#divBlock2 {
	font-size: 0.7em;
	border: 1px solid #DA780A;
	text-align: justify;
	display: inline;
	height: 325px;
	width: 240px;
	margin-top: 20px;
	margin-right: 4px;
	margin-bottom: 20px;
	margin-left: 4px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFFFFF;
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#divBlock3 {
	font-size: 0.6em;
	border: 1px solid #DA780A;
	background-color: #FFF;
	text-align: justify;
	display: inline;
	height: 325px;
	width: 240px;
	margin-top: 20px;
	margin-right: 9px;
	margin-bottom: 20px;
	margin-left: 4px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#divBlock1 h3 {
	color: #FFF;
	height: 20px;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: auto;
	padding-bottom: 3px;
	padding-left: auto;
	background-color: #DA780A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

#divBlock2 h3 {
	color: #FFF;
	height: 20px;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: auto;
	padding-bottom: 3px;
	padding-left: auto;
	margin: 0px;
	background-color: #DA780A;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

#divBlock3 h3 {
	color: #FFF;
	height: 20px;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: auto;
	padding-bottom: 3px;
	padding-left: auto;
	margin: 0px;
	background-color: #DA780A;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	text-align: center;
}
#divBlock1 img, #divBlock3 img {
	padding: 7px;
	
}
#divBlock1 p, #divBlock3 p {
	padding: 4px;
}

		

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #124FB5;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .7em;
	color: #FBCC00;
	text-align: center;
}
#footerNav p {
	color: #CCC;
}
#footerNav  a {
	color: #FBCC00;
	text-decoration: none;
}
#footerNav  a:visited {
	color: #CCC;
}
#footerNav a:hover {
	color: #FFF;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

