/* The definitions for the main site (universal page layout, etc.) */

/* page divisions */
html {
	margin: 0px;
	padding: 0px;
}
body { 
	color: #222;
	background-color: #6BBD46;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
}
#pageWrapper { 
	width: 700px; 
	padding: 0px;
	margin: 5px auto;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	background-color: white;
}
#header { 
	position: relative;
	height: 194px;
	width: max-width; 
	color: white;
	background-color: white;
	background-image: url( ../Images/WinterHouseMastheadImage.jpg );
}
#sidePanel {
	width: 160px;
	height: 16em;
	padding: 5px; 
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	display: inline;
	float: left;
}
#sideContent {
	position: relative;
	margin-right: 0px;
	font-size: 0.95em;
	display: inline;
}
#contentHolder {
	margin-top: 18px;
	margin-left: 185px; 
	padding-bottom: 30px;
	padding-right: 25px;
	height: auto;
	text-align: left;
	overflow: visible;
}
#content {
	display: inline-block;
	overflow: visible;
}
#footer {
	clear: both; 
	border-style: solid; 
	border-width: 1px; 
	border-color: white;
	width: 100%;
	color: white;
	background-color: #6BBD46;
}

/* site specific element redefinitions from default */
a {
	text-decoration: none;
	color: black;
}
a:hover, a:active {
	color: #6BBD46;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 { 
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
#content h5 {
	color: #6BBD46;
	font-weight: bold;
}
p, #content li {
	font-size: 0.8em;
}

/* The layer holding green logo at the top of the page */
#Masthead {
	position: absolute;
	background-color: #6BBD46;
	height: 64px;
	width: 515px;
	right: 0px;
	bottom: 0px;
}

/* Side panel (the menu) content definitions */
#sideContent ul {
	padding-left: 20px;
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
	font-size: 0.8em;
}
#sideContent ul li {
	line-height: 1.3em;
	margin: 1.8em 0em 1.8em 0em;
	padding: 0px;
}
#sideContent img {
	display: none;
	float: left;
	margin-left: -26px; 
}
#sideContent img.ActiveSection {
	display: inline;
	margin-top: 5px;
}
#sideContent a {
	line-height: 0.9em;
	color: #666;
}
#sideContent a.ActiveSection {
	color: black;
}
#sideContent a:hover {
	color: #6BBD46;
}
/* special case of FindOutMore menu item */
#FindOutMoreMenuItem
{
	line-height: 1.3em;
	margin: 1.4em 0em 1.8em 0em;
	padding: 0px;
}
#FindOutMoreMenuItemLink 
{
	line-height: 1.8em;
}

/* footer specific definitions */
#footer p, #footer a, #footer span {
	font-size: 1.0em;
	font-family: Arial Narrow, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	color: white;
}
#footer p {
	margin: 0.6em 0em 0.7em 2.0em;
}
#footer a {
	font-weight: bold;	
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#CoppCommunications {
	position: absolute;
	text-align: left;
	top: 40px;
	left: 9px;
	width: 250px;
}
#CoppCommunications p {
	font-size: 0.76em;
}

#CoppCommunications a {
	font-weight: normal;	
	text-decoration: none;

}

/* Definitions for the footer menu items */
#footerMenu {
	position: absolute;
	top: 45px;
	text-align: left;
	right: 0px;
	width: 323px;
}

#footer span, #footerMenu a {
	position: absolute;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 10px;
}
#footerMenu a:hover {
	text-decoration: underline;
}

/* exact (absolute) placement of footer menu options */

/* Privacy Policy */
a.footerMenuItem0 {
	left: 0px;
}
span.footerMenuItemSeparator0 { 
	left: 109px;
}
/* About Us */
a.footerMenuItem1 {
	left: 123px;
}
span.footerMenuItemSeparator1 { 
	left: 198px;
}
/* News */
a.footerMenuItem2 { 
	left: 215px;
}
span.footerMenuItemSeparator2 { 
	left: 263px;
}
/* Links */
a.footerMenuItem3 { 
	left: 278px;
}

img.rightImage {
	float: right;
	margin-left: 5px;
	display: inline;
}

/* definitions for index/contents listings at the top of a page */
#PageIndex {
	margin: 1.5em 0em 2.0em 0em;
}

#PageIndex h5, #PageIndex a {
	margin: 0.6em 0em 0.6em 0em;
}

* Define columns within the page content */
/* Hides from IE5-mac \*/
* html #ContentColumns {height: 1%;}
/* End hide from IE5-mac */

#ContentColumns {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	overflow: visible;
}

#ContentColumnLeft {
	margin: 0px;
	padding: 0px;
	overflow: visible;	
	float: left;
}

#ContentColumnRight {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	float: right;
}
