@charset "utf-8";
/* CSS Document */

/* Kill margin and padding on all elements - because different browsers have different defaults */
*{
	margin:0;
	padding:0;
}

html{
/* Fixes background nastiness when a sidebar is open in Firefox */
	min-width:770px;
}

/*=====[ Set up container divs and add background tiles ]=====*/

#pageheadContainer,
#contentContainer,
#footContainer{
/* 100% so we can create the fullscreen width backgrounds */
	width: 900px;
position: relative;
left: 50%;
margin-left: -450px; /* half the width of the div */

}

#contentContainer{
	/*background:#F7F7F7 url(../candy/contentBackground2-harvest.png) repeat-y 50% 100%;*/
	/* Float left to prevent floated child divs(#article & #subContent) overflowing . aka the FnE method http://www.orderedlist.com/articles/clearing_floats_fne */
	/*float:left;*/
	position:relative;
	z-index:1;
}

#footContainer{
	clear:both;
}

#pagehead,
#content,
#foot{
	/* 955 Set widths for "sub" container divs and center on the screen . */
	width:955px;
	margin:0 auto;
	/* Position relative so we can position children absolutley but keep them relative to their parents and not the document root. */
	position:relative;
	text-align:left;
	z-index:15;
}

#pagehead{
	height:20px;
	width:900px;
	background-image:url(../images/htmltemplate_r2_c1.png);
	position:absolute;
	top:30;
	left:0;
	z-index:20;
}

#pageheadContainer{
	
	position:relative;
	z-index:100;
	
	}

#foot{
	height:150px;
}

#content{
	/* Ensure this background tile is never cut short, min-height for Firefox and pals, _height 'hack' for Internet Explorer */
	min-height:300px;
	_height:300px;
	width:inherit;
}

#foot{
	background-color:#000;
	float:right;
	width:900px;
	height:102px;
	position:absolute;
	margin-top:-10px;
	color:#FFF;
}

#footerRight{
	float:right;
	
	}

#article{
	width:relative;
	float:left;
	padding:10px 0 10px;
	margin-left:0;
}

#subContent{
/* Fix double margin bug in IE on floats using display:inline */
	float:left;
	padding:20px 0 0 0;
}

body{
/* relative font sizing to allowing scaling in ie*/
	font:normal 62.5%/1.8em Arial, Helvetica, sans-serif;
}

#homepagetext
{
	z-index: 10; 
	left: 5px; 
	width: 266px; 
	height: 396px; 
	background-color:#CCC; 
	layer-background-color:#CCC; 
	color:#000;
	visibility: visible;
	margin-top: 10px;
	overflow:auto;
	background-image:url(../images/leftbg.jpg);
}

#homepagetext h1{
	color:#ec1c3f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding: 10px 10px 0 15px;
	}

#homepagetext p{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:justify;
	padding:10px 10px 0 15px;
	line-height:13px;
	}

#homepagetext ul{
	padding:0 10px 0 30px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:justify;
	line-height:13px;

}

#homepagetext li{
	padding:0 10px 0 0;
	}

/*Set font size for content area */
#content{
	font-size:1.25em;
}

#article{
	line-height:1.7em;
	color:#635141;
}

	ul.MenuBarHorizontal { margin:0 0 0 10px !important; }
	ul.MenuBarHorizontal li { padding:0 44px 0 44px !important;}
	
	
ul.MenuBarHorizontal li { width:auto !important; background: none; margin:0px !important; height:20px; margin:0px; display: block; z-index:10000; }

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal ul a
{
	cursor: pointer;
	background: url(../images/htmltemplate_r2_c1.png);
	margin:-3px !important; 
	width:194px;
	padding:0 0 2px 5px !important;
	
}
ul.MenuBarHorizontal a {font-size:1.1em; }
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	/*background-color: #33C;*/
	color: yellow;
	font-size:1.1em;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	/*background-color: #33C;*/
	color: yellow;
}

.menuBarItemIE { background-color:#044b77; }




	
	
	

/*** misc classes ***/

.white { color:white; }

.redehamred { color:#F00; }





	#headMenu { width: 900px; height: 20px; position:absolute; left:0;
	background: url(../images/htmltemplate_r2_c1.png);
		top:141px; margin:0; padding:0; z-index:1; }

	

	#headMenu a { position: relative; color: #FFFFFF; font-size:1.2em; padding:0 0 5px 0;  z-index:2;}
	#headMenu a:hover { color: #FFFFFF; text-decoration: underline;  z-index:3;}
	#headMenu a:visited { color: #FFFFFF;  z-index:4;}
	#headMenu a:active { color: #FFFFFF;  z-index:5;}


/*--------------------*/
#foot ul{
	display:inline-block;
}

#foot li {
	display:block;
	float:left;
	background:black url(../images/sitelinksleft.gif) bottom left no-repeat;
	margin-left:5px;
	color:#FFF;
	width:80px;
	text-align:center;
	padding:0 0 0 0;
}

#foot li a {
	display:block;
	height:20px;
	text-align:center;
	color:#fff;
	font-size:1.1em;
/* Line height same as height, which puts the text vertically centered, hoorah! */
	line-height:20px;
	text-decoration:none;
	background: transparent url(../images/sitelinksright.gif) bottom right no-repeat;
	padding:0 5px 0 0;
}

#foot a:hover{
	color:#000;
	text-decoration:underline;
}













