/* 	Mt. Pleasant Solar Co-Op Print CSS
	Version 1.0
	Date: 05/06/08
	By: Lorie Egan
	
	Color Palette:
	Green:	  #B1D359
	LtGreen:  #D3ED80
	Yellow:	  #F7F49A
	Gray:	  #666
	LtGray:   #DDD
===================================================
*/

/*
===================================================
Global Reset
===================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
===================================================
Main Styles
===================================================
*/

html {
	background: none;
	}
	
body {
	margin 0 2em 0 2em;
	font-family: "Trebuchet MS", Gadget, Arial, Helvetica, sans-serif;
	color: #000;
	}

#headerbg {
	display: none;
	}
	
#header {
	display: none;
	}
	
/*
===================================================
Navigation Styles
===================================================
*/
#nav {
	display: none;
	}
	
/*
===================================================
Content Styles
===================================================
*/
#container {
	width: auto;
	}
	
#container a:link, #container a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666;
	}
	
.logo {
	display: none;
	}

#container .homeroofs {
	display: none;
	}
	
#sistercoops {
	border-left: 1pt #000 solid;
	margin-left: 2em;
	margin-bottom: 2em;
	padding-left: 1em;
	}

#container h4 {
	font-weight: bold;
	font-size: 1.15em;
	border-bottom: #DDD solid 1pt;
	}
	
#container p {
	padding-bottom: 1em;
	font-size: 1em;
	line-height: 1.5em;
	}

#container ul {
	padding-bottom: 1em;
	line-height: 1.45em;
	}

#container ul.faqlist {
	list-style-type: disc;
	margin: 0 3em 0 2em;
	}
	
#container ul.faqlist {
	list-style-type: disc;
	margin: 0 3em 0 2em;
	}

#container .faqthankyou {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	}

#container ul.whatsnew {
	list-style-type: decimal;
	margin: 0 2em;
	}

#container .pdfdisclaimer {
	color: #333;
	}
	
#container .roofs {
	padding: 10pt 0 10pt 0;
	}

#container .contact {
	font-weight: bold;
	}

/*
===================================================
Header Styles
===================================================
*/

.sistercoopsheader {
	font-weight: bold;
	font-size: 1.15em;
	border-bottom: #DDD solid 1pt;
	}
		
	
.welcomeheader,.aboutheader, .joinusheader,.whatsnewheader, .rooftopsheader, .faqsheader, .contactusheader {
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: #DDD solid 1pt;
	}
	
	
/*
===================================================
Footer Styles
===================================================
*/

#footer {
	display: none;
	}	

#bottomfeatures {
	display: none;
	}
		
#bottomfeatures a:link, #bottomfeatures a:visited {
	display: none;
	}

#bottomfeatures a:hover, #bottomfeatures a:active {
	display: none;
	}
	
#joinusfoot {
	display: none;
	}
	
#whatsnewfoot {
	display: none;
	}
	
#contactusfoot {
	display: none;
	}
	
