                                                                  /* FOUNDATION STYLES*/
body{
	background-color: #ccbb98;
	background-color: #a78960;
	background-image: url(images/backgroundBar.jpg);
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0;
}

* {
margin: 0;
padding: 0;
}

                                           /* FONT STYLES AND ALIGNMENT */
                                           
h1{
	font-size: 22px;
}

.underline{
	text-decoration: underline;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration: underline;
}

.boldItalic{
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.boldCenter{
	font-weight: bold;
	text-align: center;
}

.center{
	text-align: center;
}

.floatLeft{
	position: relative;
	float: left;
}

.floatRight{
	position: relative;
	float: right;
}

.clearer{
	clear: both;
	line-height: 0em;
}

.indent{
	text-indent: 2em;
	text-align: justify;
}

.leftAlign{
	text-align: left;
}

                                                       /*LINE HEIGHTS*/
                                                       
.lineHalf{
	line-height: 1.5em;
}
                                                       
.double{
	line-height: 2em;
}

                                                       /*basic anchor links*/

a:link{
	color: #426d8d;
	text-decoration: none;
}

a:visited{
	color: #630102;
	text-decoration: none;
}

a:hover{
	color: #426d8d;
	text-decoration: underline;
}

a:active{
	color: #000000;
	text-decoration: none;
}
	

#wrapper{
	position: relative;
	width: 970px;
	background-image: url(images/wrapperBack.jpg);
	background-repeat: no-repeat;
   	margin: 15px auto;
	background-color: #ffffff;
	text-align: justify;
	border: 3px solid #ffffff;
}

#wrapperLarge{
	position: relative;
	width: 970px;
	background-image: url(images/wrapperBackLarger.jpg);
	background-repeat: no-repeat;
   	margin: 15px auto;
	background-color: #ffffff;
	text-align: justify;
	border: 3px solid #ffffff;
}

#wrapperPlain{
	position: relative;
	width: 970px;
	background-image: url(images/wrapperBackPlain.jpg);
	background-repeat: repeat;
   	margin: 15px auto;
	background-color: #ffffff;
	text-align: justify;
	border: 3px solid #ffffff;
}

#wrapperLong{
	position: relative;
	width: 970px;
	background-image: url(images/wrapperBackLong.jpg);
	background-repeat: no-repeat;
   	margin: 15px auto;
	background-color: #ffffff;
	text-align: justify;
	border: 3px solid #ffffff;
}

#content{
	position: relative;
	float: left;
	background-color: transparent;
	width: 970px;
}

#leftContent{
	position: relative;
	width: 219px;
	float: left;
	background-color: #426e8e;
	margin-bottom: 0px;
}

#youthLeftContent{
	position: relative;
	width: 219px;
	height: 2000px;
	float: left;
	background-color: #426e8e;
	margin-bottom: 0px;
}

#linksLeftContent{
	position: relative;
	width: 219px;
	height: 800px;
	float: left;
	background-color: #426e8e;
	margin-bottom: 0px;
}

                                                       /*FACTS*/

#factsLeftContent{
	position: relative;
	height: 870px;
	width: 219px;
	float: left;
	background-color: #426e8e;
}

#factsFarRightContent{
	position: relative;
	float: right;
	height: 850px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#factsFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}

                                                       /*AWARDS*/
                                                       

#awardsFarRightContent{
	position: relative;
	float: right;
	height: 925px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#awardsFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}
                                                       

#winnersFarRightContent{
	position: relative;
	float: right;
	height: 1025px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#winnersFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}
                                                       
#youthFarRightContent{
	position: relative;
	float: right;
	height: 725px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#youthFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}

                                                       /*ENVIROTHON*/
                                                       
#enviroFarRightContent{
	position: relative;
	float: right;
	height: 950px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#enviroFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}

.infoContainerLeft{
	position: relative;
	float: left;
	width: 175px;
	text-align: left;
	margin-right: 9px;
}

.infoContainerRight{
	position: relative;
	float: left;
	width: 300px;
	text-align: left;
}

.infoContainerBottom{
	position: relative;
	float: left;
	width: 300px;
	text-align: left;
}
                                                       
#goFarRightContent{
	position: relative;
	float: right;
	height: 500px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#goFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}

                                                       /*WATERSHED*/

#watershedRightContent{
	position: relative;
	float: left;
	width: 750px;
	background-color: transparent;
	line-height: 1.3em;
}

#watershedPages{
	position: relative;
	float: left;
	width: 730px;
	padding: 10px 10px 0px 10px;
	background-color: transparent;
	line-height: 1.3em;
}
                                                       
#watershedFarRightContent{
	position: relative;
	float: right;
	height: 600px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -10px -11px 0px 15px;
}

#watershedFarRightContent img{
	position: relative;
	float: right;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-right: 7px;
}
                                                       
#pembRivFarRightContent{
	position: relative;
	float: right;
	height: 760px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -10px -11px 0px 15px;
}

#pembRivFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 7px;
}

                                                       /*BINNEY*/
                                                       

#wrapperBinney{
	position: relative;
	width: 970px;
	background-image: url(images/wrapperBackBinney.jpg);
	background-repeat: repeat;
   	margin: 15px auto;
	background-color: #ffffff;
	text-align: justify;
	border: 3px solid #ffffff;
}

#binneyHistLeftContent{
	position: relative;
	height: 820px;
	width: 220px;
	float: left;
	background-color: #426e8e;
}

#binneyFarRightContent{
	position: relative;
	float: right;
	height: 450px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#binneyFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}

#binneyHistFarRightContent{
	position: relative;
	float: right;
	height: 800px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -10px 0px 15px;
}

#binneyHistFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}

#flowerLinkContainer{
	position: absolute;
	top: 15px;
	left: 275px;
	width: 440px;
	height: 30px;
}

.flowerLink{
	position: relative;
	float: left;
	width: 75px;
}


.flowerLink a:link{
	color: #630102;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.flowerLink a:visited{
	color: #630102;
	font-size: 15px;
	font-weight: bold;
}

.flowerLink a:hover{
	color: #833836;
	font-size: 15px;
	font-weight: bold;
}

.flowerLink a:active{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.flowerContainer{
	position: relative;
	float: left;
	height: 385px;
	width: 182px;
	background-color: #ccbb98;
	font-size: 11px;
	text-align: center;
	margin-bottom: 14px;
}

.flowerContainer img{
	margin: 7px;
}

#ManitobaLogo{
	position: absolute;
	left: 327px;
	top: 5px;
}

                                                       /*PROGRAMS*/

#forageLinkContainer{
	position: absolute;
	top: 218px;
	left: 225px;
	width: 200px;
	text-align: left;
}

#salinityLinkContainer{
	position: absolute;
	top: 328px;
	left: 225px;
	width: 200px;
	text-align: left;
}

#wellsLinkContainer{
	position: absolute;
	top: 45px;
	left: 325px;
	width: 200px;
	text-align: left;
}

#pipelineLinkContainer{
	position: absolute;
	top: 262px;
	left: 275px;
	width: 200px;
	text-align: left;
}

#awardsLinkContainer{
	position: absolute;
	top: 47px;
	left: 200px;
	width: 200px;
	text-align: left;
}

#youthLinkContainer{
	position: absolute;
	top: 137px;
	left: 200px;
	width: 200px;
	text-align: left;
}

#binneyLinkContainer{
	position: absolute;
	top: 672px;
	left: 220px;
	width: 200px;
	text-align: left;
}

#educationFarRightContent{
	position: relative;
	float: right;
	height: 950px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#educationFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}

                                                       /*STAFF*/

#staffFarRightContent{
	position: relative;
	float: right;
	height: 1500px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#staffFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}

                                                       /*MAPS*/

#printMap{
	position: absolute;
	top: 5px;
	left: 640px;
	height: 20px;
	width: 100px;
	padding: 10px;
	background-color: transparent;
}


#printMap a:link{
	color: #833836;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

#printMap a:visited{
	color: #630102;
	font-size: 15px;
	font-weight: bold;
}

#printMap a:hover{
	color: #630102;
	font-size: 15px;
	font-weight: bold;
}

#printMap a:active{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
	




                                                       /*VERTICAL LINKS*/

#verticalLinkContainer{
	position: relative;
	width: 219px;
	background-color: transparent;
}

.verticalLinks{
	position: relative;
	width: 100px;
	font-family: verdana, arial, sans-serif;
	color: #ccbc98;
	font-size: 12px;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
}	                                        
                                        
#verticalLinkContainer ul{
	list-style-type: none;
    background-color: transparent;
    z-index: 1000;
}                                        
                                        
#verticalLinkContainer li{
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}                                       
                                        
#verticalLinkContainer li a{
	color: #ccbc98;
	text-decoration: none;
}                                       
                                        
#verticalLinkContainer li a:hover{
   	color: #ffffff;
	text-decoration: none;
} 

#verticalLinkContainer li:hover{
	text-decoration: none;
}

#dropmenudiv{
    position: absolute;
    left: 10px;
    width: 125px;
    margin-left: -100px;
    padding-left: 10px;
	background-color: #ccbc98;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
   	color: #426d8d;
	text-align: left;
	font-weight: bold;
	line-height: 18px;
	z-index:100;
}

#dropmenudiv a{
    width: 100%;
    display: block;
   	color: #426d8d;
    padding: 1px 0;
    text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
   	background-color: #426d8d;
   	margin-left: -10px;
   	padding-left: 10px;
   	color: #ffffff;
	text-decoration: none;
}

                                           /* RIGHT CONTENT */

#rightContent{
	position: relative;
	float: left;
	width: 730px;
	background-color: transparent;
	padding: 15px 10px 0px 10px;
	line-height: 1.3em;
}

#linksRightContent{
	position: relative;
	float: left;
	width: 730px;
	background-color: transparent;
	padding: 15px 10px 0px 10px;
	line-height: 1.3em;
}

#indexFarRightContent{
	position: relative;
	float: right;
	height: 1100px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#indexFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}

#buffalo{
	position: relative;
	width: 216px;
	height: 50px;
	margin-top: 5px;
	float: right;
	background-color: #ffffff;
	text-align: center;
	border-right: 1px solid #426e8e;
	border-left: 1px solid #426e8e;
}

#soilFarRightContent{
	position: relative;
	float: right;
	height: 475px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#soilFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}

#waterFarRightContent{
	position: relative;
	float: right;
	height: 550px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#waterFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}

#wildFarRightContent{
	position: relative;
	float: right;
	height: 475px;
	width: 222px;
	padding: 10px;
	background-color: #ccbb98;
	margin: -15px -11px 0px 15px;
}

#wildFarRightContent img{
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 7px;
}

#linksColumnLeft{
	position: relative;
	float: left;
	width: 385px;
	text-align: left;
	line-height: 1.5em;
}

#linksColumnRight{
	position: relative;
	float: right;
	width: 340px;
	text-align: left;
	line-height: 1.5em;
}

.twoColumnLeft{
	position: relative;
	float: left;
	width: 235px;
	text-align: left;
	line-height: 1.5em;
}

.twoColumnRight{
	position: relative;
	float: left;
	width: 235px;
	text-align: left;
	padding-left: 10px;
	line-height: 1.5em;
}

.threeColumnLeft{
	position: relative;
	float: left;
	width: 160px;
	text-align: left;
	line-height: 1.5em;
}

.threeColumnCenter{
	position: relative;
	float: left;
	width: 150px;
	text-align: left;
	padding-left: 10px;
	line-height: 1.5em;
}

.threeColumnRight{
	position: relative;
	float: left;
	width: 150px;
	text-align: left;
	padding-left: 10px;
	line-height: 1.5em;
}

                                                       /*HEADERS*/

#header{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/headerHome.jpg);
	background-repeat: no-repeat;
}

#headerBinney{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/binneyHeader.jpg);
	background-repeat: no-repeat;
}

#headerContact{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/headerContactus.jpg);
	background-repeat: no-repeat;
}

#headerForms{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/headerApplications.jpg);
	background-repeat: no-repeat;
}

#headerMinutes{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/headerMinutes.jpg);
	background-repeat: no-repeat;
}

#headerStaff{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/headerStaff.jpg);
	background-repeat: no-repeat;
}

#headerMaps{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/headerMaps.jpg);
	background-repeat: no-repeat;
}

#headerAwards{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/headerAwardsBursaries.jpg);
	background-repeat: no-repeat;
}

#headerLinks{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/headerLinks.jpg);
	background-repeat: no-repeat;
}

#headerPublicEd{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/headerPublicEducation.jpg);
	background-repeat: no-repeat;
}

#headerPrograms{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/headerPrograms.jpg);
	background-repeat: no-repeat;
}

#headerYouth{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/headerYouth.jpg);
	background-repeat: no-repeat;
}

#headerWatershed{
   	position: relative;
	width: 970px;
	height: 255px;
	background-image: url(images/headerWatershed.jpg);
	background-repeat: no-repeat;
}

                                                       /*HEADINGS, SUB HEADINGS, COLORS AND COLORED BACKGROUNDS*/
                                                       
.blueHeading{
	color: #426d8d;
}

.redHeading{
	color: #833836;
	text-align: left;
}


                   



                                                        /* FOOTER STYLING */

#footer{
	position: relative;
	width: 970px;
	height: 20px;
	background-color: #833836;
}

.footerText{
	position: relative;
	width: 960px;
	font-family: verdana, arial, sans-serif;
	color: #ffffff;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
}

.footerText a{
	color: #ffffff;
	text-decoration: underline;
}
