/* CSS Document */


	
/*  ===================================================  
 	===================================================  
	
	Description: Community Council print stylesheet
	Author: Sean Kabanuk
	Release date: 0/0/0   
	Designer approved: Sean Kabanuk
	Date approved: 0/0/0   
	Revision History:	Revised By		Revised On:
						Sean Kabanuk	0/0/0   
						
  	=================================================== 
  	===================================================  */
	


body {
	background: #fff url(../images/pageBackgroundHills.gif) no-repeat scroll center top;
	margin: 0px;
	padding: 0px;
	}
	
#globalContainer {
	position: relative;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	height: 2000px;
	
}

	#pageBackgroundTopContainer {
		background: url(../images/pageBackgroundTop.gif) no-repeat top left;
		height: auto;
		height: 2000px;
		margin: 0px;
		padding: 0px;
	} /* seperates the page frame from the background hills image to keep left drop shadow from moving when user narrows the window past the content width */
	
/*  ===================================================  */
/*  DEFINES BRANDING BANNER */
/*  ===================================================  */

#brandingContainer {
	display: none;	
	}

#clientLogo {
	display: none;
	}
	
#searchContainer {
display: none;
	}

.siteSearchField {
display: none;
	}

.searchButton {
display: none;
	}

/*  ===================================================  */
/*  DEFINES STRUCTURAL CONTAINERS BANNER */
/*  ===================================================  */

#dropShadowContainer {
	position: relative;
	width: auto;
	padding: 0px;
	background: url(../images/dropShadowBackground.gif) top left repeat-y;
	height: 2000px;
	margin: 0px;
	}
	
	#dropShadowBottom {
display: none;
}
		
#globalContentContainer {
	position: relative;
	padding: 0px;
	margin: 0px;
	background: url(../images/contentBackground.gif) bottom right no-repeat;
	height: 2000px;
	}
	
	#backgroundColumnContainer {
		background: url(../images/columnBackground.gif) top left repeat-y;
		height: 2000px;
		margin: 0px;
		padding: 0px;
		}
		
/*  ===================================================  */
/*  DEFINES PHOTO BANNER */
/*  ===================================================  */
		
html>/**/body #bannerPhotoContainer {
	display: none;
	} /* positioned absolutely to solve display problem in IE6 with combination of floats on this div and negative margin on parent div, causing images to dissapear. */
	/* Also hacked for IE 7 since z index is set to 0 in IE7 stylesheet.  For some reason this value conflicts with the one in the IE 7 stylesheet */
.bannerPhotoLeft {
	display: none;
	}
	
.bannerPhotoRight {
	display: none;
}
	
/*  ===================================================  */
/*  DEFINES PRIMARY NAV */
/*  ===================================================  */

#primNavContainer {
display: none;	}

ul#primNav {
display: none;	}
	
	ul#primNav ul {
display: none;		}
	
	ul#primNav li {
display: none;		}
	
	ul#primNav li a {
display: none;		}
				
	ul#primNav li a:hover {
display: none;		}
	
	/* Fix IE. Hide from IE Mac \*/
	* html ul#primNav li { 
display: none;		}
		
	* html ul#primNav li a { 
display: none;		}
	/* End */
		
	ul#primNav ul li {
display: none;		}
	
	ul#primNav li ul li a { 
display: none;
} /* Sub Menu Styles */

	
	ul#primNav li ul li a:hover {
display: none;
}
	
	ul#primNav li:hover ul ul,
	ul#primNav li:hover ul ul ul,
	ul#primNav li.over ul ul,
	ul#primNav li.over ul ul ul { 
		display: none; 
		} /* Hide sub-menus initially */
	

	ul#primNav li:hover ul,
	ul#primNav li li:hover ul,
	ul#primNav li li li:hover ul,
	ul#primNav li.over ul,
	ul#primNav li li.over ul,
	ul#primNav li li li.over ul { 
display: none;
} /* The magic */
	
	ul#primNav li.menuparent {  }
		
	ul#primNav li.menuparent:hover,
	ul#primNav li.over { 
display: none;
}





/*  ===================================================  */
/*  DEFINES SECONDARY NAV */
/*  ===================================================  */
	


	#columnTwo ul { 
	display: none;
		}

	#columnTwo li {	
	display: none;
		}

	#columnTwo li a {
display: none;
		}

	#columnTwo li a:hover {
display: none;
		} 
		
						
/*  ===================================================  */
/*  DEFINES CONTENT STRUCTURE */
/*  ===================================================  */

	
#mainContentContainer {
	width: auto;
	float: none;
	margin: 0px;
		padding: 0px;
	height: 2000px;
	}
	
	#mainContentContainerNest {
		width: auto;
		margin: 0px;
		padding: 0px;
		height: 2000px;
		} /* this div serves as a work around for IE6 box model bug that shows up in right column width/padding values. */
		
#columnOne {
	float: none;
	width: auto;
	padding: 0px;
	height: 2000px;
	}

#columnTwo {
display: none;	}
		
				
/*  ===================================================  */
/*  DEFINES FOOTER */
/*  ===================================================  */

	
#footer {
display: none;	}
	
#copyrightcontainer {
display: none;	}
		
#legalcontainer {
display: none;	}
	
#copyrightDate {
display: none;	}
	
#footerHolder {
display: none;	} /* hacks the main container div to stretch height for all child divs */
	
		


	


	
