/**************************
GENERIC
**************************/

Body, HTML{
	background-image: url(/images/template/pageBG.gif);
	width: 775px;
	height: 100%;
	color: #666666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

#pageContainer{
	min-height: 100%;
	padding: 5px 11px 55px 5px;
	margin-bottom: -55px;
	background-color: #FFFFFF;
	background-image: url(/images/template/containerBG.gif);
	background-repeat: repeat-y;
	background-position: right;
	}

* html #pageContainer {
	height: 100%;  /*** IE height ***/
	}

*{
	margin: 0px;
	padding: 0px;
	}

a:link, a:visited {
	color:#CC0000;
	text-decoration: none;
	}

a:hover{
	color:#CC0000;
	text-decoration:underline;
	}

.clearFloat{
	display: block;
	clear: both;
	}

/**************************
HEADER
**************************/

#header{
	height: 105px;
	padding: 10px 0 0 0px;
	background-image: url(/images/template/header_bg.gif);
	background-repeat: repeat-x;
	}

#header IMG{
	float: left;
	}

#header P{
	float:left;
	width: 400px;
	height: 55px;
	padding: 25px 0 0 0;
	margin: 0px;
	font-size: 140%;
	color: #FFFFFF;
	line-height: 18px;
	background-image: url(/images/template/headerCopyBG.jpg);
	background-repeat: repeat-y;
	}

#header .welcome{
	font-size: 75%;
	color: #C6CBDF;
	}

/**************************
COLUMNS
**************************/	

#colContainer{
	display: block;
	margin: 30px 0 15px 0;
	}
	
/*** left column ***/

#leftCol{
	float: left;
	width: 165px;
	}
	
/*** Hide skip nav link ***/
A.hidden{ 
	display: none; 
	}

/*** left column list ***/

#leftCol ul.subNav{
	}

#leftCol ul.subNav li{
	list-style: none;
	padding: 2px 0;
	font-size: 60%;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	text-align: right;
	}

#leftCol ul.subNav li a:link, #leftCol ul.subNav li a:visited{
	display: block;
	padding: 4px 4px 6px 0;
	color: #4E4744;
	}

#leftCol ul.subNav li a:hover{
	color: #CC0000;
	text-decoration: none;
	background-color: #F4F4F4;
	}

/**** left column level2 list *****/

#leftCol ul.subNav ul
{
	margin:0 5px 0 0;
	border-top: 1px dotted #eeeeee;
}

#leftCol ul.subNav li li
{
	list-style:none;
	font-size:100%;
	padding: 0px;
	border-bottom: none;
}

#leftCol ul.subNav li li a:link, #leftCol ul.subNav li li a:visited
{
	height:15px;
	color:#999999;
	font-weight: normal;
	margin: 0px;
	padding: 0 5px 0 0;
}

#leftCol ul.subNav li li a:hover
{
	color: #CC0000;
	background-color: none;
}

/*** centre column ***/

#centreCol{
	float: left;
	width: 350px;
	margin: 0 30px;
	}
	
#centreCol IMG, #rightCol IMG{
	border: 4px solid #eeeeee;
	}
	
#centreCol IMG.imageNoBorder, #rightCol IMG.imageNoBorder{
	border: none;
	}
	
.imageAlignLeft{
	float:left;
	margin: 0 8px 15px 0;
	}
	
#centreCol IMG.imageAlignLeftNoBorder{
	float:left;
	border: none;
	margin-right: 15px;
	}
	
#centreCol ul{
	margin: 5px 0 20px 40px;
	}
	
#centreCol li{
	list-style: circle;
	}

#centreCol ul.linkList{
	display:inline;
	float: left;
	margin: 0 0 10px 15px;
	padding: 0px;
	}
	
#centreCol ul.linkList li{
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	background-image: url(/images/template/bullet_link.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#centreCol li.pdfList{
	list-style: none;
	line-height: 14px;
	margin: 2px 0 2px 0px;
	padding: 3px 0 2px 15px;
	background-image: url(/images/template/bullet_pdf.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
/*** right column ***/

#rightCol{
	float: left;
	width: 182px;
	}

#rightCol ul{
	margin: 10px 0px 4px 15px;
	}
	
#rightCol li{
	list-style: none;
	line-height: 14px;
	margin: 2px 0 2px 0px;
	padding: 0 0 2px 15px;
	background-image: url(/images/template/bullet_rightCol.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}


/**************************
FOOTER
**************************/

#footer{
	clear: both;
	height: 30px;
	margin: 0 11px 5px 5px;
	padding-top: 5px;
	border-top: 3px dotted #cccccc;
	border-bottom: 10px solid #5682B3;
	}

* html #footer {
	position: relative;  /*** IE needs this  ***/
	}

#footerLeft{
	float: left;
	} 

#footerRight{
	float: right;
	margin-right: 10px;
	} 

#footerRight IMG{
	border: none;
	} 
	
/**************************
FONTS
**************************/

P, li, TH, TD, LABEL{
	font-size: 70%;
	}

P{
	margin: 5px 0;
	}

H1{
	font-size: 150%;
	font-weight: normal;
	color: #CC0000;
	margin-bottom: 15px;
	}

H2{
	font-size: 100%;
	font-weight: normal;
	color: #CC0000;
	margin: 15px 0 10px 0;
	padding-bottom: 2px;
	border-bottom: 3px dotted #cccccc;
	}

H3{
	font-size: 80%;
	color: #333333;
	}

H4{
	border-top: 1px solid #cccccc;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 70%;
	color: #333333;
	}
	
/**************************
TABLE PROPERTIES
**************************/

TABLE
	{
	text-align: left;
	border-collapse: collapse;
	margin: 15px 0;
	border: 1px solid #cccccc;
	}
th
	{
	color: #333333;
	padding: 2px 5px 4px 2px;
	border-bottom: 1px dotted #cccccc;
	vertical-align: top;
	}
	
td
	{
	color:#666666;
	padding: 2px 2px 2px 5px;
	background-color: #FAF9FB;
	border-bottom: 1px dotted #cccccc;
	vertical-align: top;
	}
	
TABLE.map
	{
	text-align: left;
	border-collapse: collapse;
	margin: 15px 0;
	border: none;
	}
	
TABLE.map td
	{
	color:#666666;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: none;
	vertical-align: top;
	}

#centreCol TABLE IMG
	{
	border: none;
	}

#centreCol IMG.recipeTable{
	margin-right: 10px;
	}
	
#centreCol p.recipeTable{
	float: left;
	width: 108px;
	margin-right: 15px;
	}
	
/**************************
FORM
**************************/

FORM.siteSearch{
	text-align:right;
	margin: 10px 4px 0 0;
	}

FORM.siteSearch P{
	color: #4E4744;
	font-size: 65%;
	font-weight: bold;
	}
	
.searchBox{
	width: 120px;
	height: 16px;
	color: #999999;
	font-size: 90%;
	padding: 2px 3px 0 3px;
	border: 1px solid #cccccc;
	}

.searchBtn{
	padding-bottom: 3px;
	vertical-align:bottom;
	}

/* ------ horizontal rule ----- */

	
hr {
	clear:both;
	border: none 0; 
	border-top: 1px solid #eeeeee;
	height: 1px;
	margin: 5px 0 10px 0;
	padding: 0px;
	} 

*html hr
	{
	margin: 0px 0 0px 0;
	}	