/***************************************************/
/*         Portage and Main Boilers CSS            */
/*	    Created by Alanna Carswell, ArenaCreo      */
/***************************************************/

/* -- html body -- */
body {
	font-family: 		"Verdana", "Arial", "Helvetica", sans-serif;
	}

table {
	font-family: 		"Verdana", "Arial", "Helvetica", sans-serif;
	}

p {
	font-family: 		"Verdana", "Arial", "Helvetica", sans-serif;
	margin: 			10px 0px 10px 10px; /*the space outside - top right bottom left*/
	padding: 			2px; /*the space inside*/
	}

/* -- paragraph styles -- */
/*small text size, always used for the [return to top] function and image description in galleries*/
.style1 {
	font-size: 			smaller;
	}

/*larger size for the main navagation text*/
.style2 {
	font-size: 			large; 
	color: 				#FFFFFF;
	font-weight: 		bold;
	}


.style4 {
	font-size: large;
	font-weight: bold;
}

/* -- header styles -- */

h2 {
	padding-left: 4px;
}

h3 {
	padding-left: 4px;
}

/***************************************************/
/*                HTML tag styles                  */
/***************************************************/

/* -- hyerlink styles -- */
a:visited {
	color:				#FFFFFF; /*text colour orange*/
	font-weight: 		bold; 
	text-decoration: 	underline;
	}

a:link {
	color: 				#FFFF00; /*text colour yellow*/
	font-weight: 		bold; 
	text-decoration: 	underline;
	}

a:hover {
	color:				#FF0000; /*text colour red*/
	font-weight: 		bold; 
	text-decoration: 	none;
	}

a:active {
	font-weight: 		bold;
	text-decoration: 	underline;
	}

/***********************************************/
/*               div formats                   */
/***********************************************/

/*coloured square with catchy phrases*/	
#tripleEBox {
	border: 			5px #000000 solid; /* line width, line colour, line sytle*/
	background-color: 	#7E431b; /*dark brown*/
	color:				#FFFF00; /*text colour yellow*/
	font-weight: 		bold;
	width: 				250px;
	font-size: 			large;
	text-align:			center;
	}

#tripleEBoxRight {
	border: 			5px #000000 solid; /* line width, line colour, line sytle*/
	background-color: 	#7E431b; /*dark brown*/
	color:				#FFFF00; /*text colour yellow*/
	font-weight: 		bold;
	width: 				250px;
	font-size: 			large;
	text-align:			center;
	float:				right;
	margin: 			0px 10px 0px 0px; /*the space outside - top right bottom left*/
	}

#anouncementBox {
	border: 			5px #000000 solid; /* line width, line colour black, line sytle*/
	background-color: 	#7E431b; /*dark brown*/
	color:				#FFFF00; /*text colour yellow*/
	font-weight: 		bold;
	font-size: 			large;
	text-align:			center;
	margin:				12px 15px 12px 15px;/*the space outside - top right bottom left*/
	}

#anouncementBoxGreen {
	border: 			5px #989d7d solid; /* line width, line colour light green, line sytle*/
	background-color: 	#424123; /*dark green*/
	color:				#FFFFFF; /*text colour white*/
	margin:				12px 15px 12px 15px;/*the space outside - top right bottom left*/
	}

#anouncementBoxYellow{
	border: 			5px #e6ca80 solid; /* line width, line colour light yellow, line sytle*/
	background-color: 	#cba246; /*yellow*/
	color:				#000000; /*text colour black*/
	font-weight: 		bold;
	font-size: 			large;
	text-align:			center;
	margin:				12px 15px 12px 15px;/*the space outside - top right bottom left*/
	}

#quoteBox{
	float:right;
	width: 200px;
	font-weight: 		bold;
	font-size: 			large;
	text-align:			center;
	padding:			12px 15px 12px 15px;/*the space outside - top right bottom left*/
	margin-right:		15px;
}

/*navigating within a page*/
#anchorNav {
	border: 			2px #000000 solid;
	background-image:	url(images/anchor_background.jpg);
	background-repeat:	no-repeat;
	float: 				right;
	margin: 			20px 10px 10px 10px; /*the space outside - top right bottom left*/
	padding-right: 		12px; /*the space inside - top right bottom left*/
	}

/*navigating within a page*/
#anchorNavWood {
	border: 			2px #000000 solid;
	background-image:	url(images/anchor_background.jpg);
	background-repeat:	no-repeat;
	float: 				right;
	margin: 			0px 10px 0px 0px; /*the space outside - top right bottom left*/
	padding-right: 		12px; /*the space inside - top right bottom left*/
	}


