/* 	Mt. Pleasant Solar Co-Op Global CSS
	Version 1.0
	Date: 05/01/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
===================================================
*/
	
body {
	font-family: "Trebuchet MS", Gadget, Arial, Helvetica, sans-serif;
	}

#header {
	height: 131px;
	background: #666 url(images/topbg.jpg) repeat-x top;
	margin-bottom: 15px;
	}
	
/*
===================================================
Navigation Styles
===================================================
*/
#nav {
	margin: 0.5em auto 0 auto;
	text-align: center;
	font-size: 1.15em;
	font-weight: bold;
	}
	
	#nav li {
		display: inline;
		padding-right: 0.4em;
		padding-left: 0.4em;
		}
	
	#nav a:link, #nav a:visited {
		position: relative;
		text-decoration: none;
		color: #fff;
		}
	
	#nav a:hover, #nav a:active {
		text-decoration: none;
		color: #F7F49A;
		border-bottom: 3px solid #F7F49A;
		}
	
	#nav li.youarehere a {
		text-decoration: none;
		color: #F7F49A;
		border-bottom: 3px solid #F7F49A;
		}
	
/*
===================================================
Content Styles
===================================================
*/

#mainsection {
	width: 100%;
	background: #fff url(images/bodybg.jpg) repeat-x bottom;
	}
		
#container {
	width: 688px;
	margin: 0 auto;
	padding-bottom: 30px;
	}
	
#container a:link, #container a:visited {
	font-weight: bold;
	text-decoration: none;
	/*color: #666;*/
	color: #8FB419;
	}

#container a:hover, #container a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #B1D359;
	}
	
.logo {
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
#sistercoops {
	width: 230px;
	height: 244px;
	position: relative;
	float: right;
	margin: 50px 0 0 25px;
	background: url(images/sidebarbg2.png) no-repeat top;
	font-size: 0.8em;
	line-height: 1em;
	}

	#container #sistercoops p {
		padding: .5em 1em .5em 1em;
		line-height: 1.35em;
		}

#startacoop {
	width: 230px;
	height: 264px;
	position: relative;
	float: right;
	margin: 65px 0 0 25px;
	background: #fff url(images/joinbarbg.png) no-repeat top;
	font-size: 0.9em;
	}

	#container #startacoop p {
		padding: .5em 1em .5em 1em;
		line-height: 1.35em;
		}
	
#container h4 {
	font-weight: bold;
	font-size: 1.15em;
	border-bottom: #DDD solid 1px;
	}
	
#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-left: 0 40px 0 30px;
	}
	
#container ul.faqlist {
	list-style-type: disc;
	margin: 0 40px 0 30px;
	}

#container .faqthankyou {
	margin-top: 0;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	}

#container ul.whatsnew {
	padding-top: 0;
	list-style-type: decimal;
	margin: 0 40px 0 40px;
	}

#container .pdfdisclaimer {
	color: #333;
	}
	
#container .roofs {
	padding: 10px 0 10px 0;
	}

#container .contact {
	font-weight: bold;
	}

#container address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
	
/*
===================================================
Footer Styles
===================================================
*/

#footer {
	width: 100%;
	margin: 0 auto;
	background: #666 url(images/footerbg.jpg) repeat-x top;
	}	

#footerbg {
	width: 100%;
	height: 202px;
	margin: 0 auto;
	background: transparent url(images/bottombg.jpg) no-repeat top;
	}

#bottomfeatures {
	width: 725px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 1.55em;
	font-size: .75em;
	}
			
#bottomfeatures a:link, #bottomfeatures a:visited {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	}

#bottomfeatures a:hover, #bottomfeatures a:active {
	text-decoration: none;
	color: #F7F49A;
	background-color: transparent;
	}
	
#joinusfoot {
	width: 28%;
	height: 160px;
	float: left;
	margin: 8px 0 0 auto;
	padding-right: 4%;
	font-weight: bold;
	}
	
#whatsnewfoot {
	width: 35%;
	height: 160px;
	float: right;
	margin-top: 8px;
	padding-right: 4%;
	font-weight: bold;
	}
	
#contactusfoot {
	width: 29%;
	height: 160px;
	float: right;
	font-weight: bold;
	margin: 8px auto 0 0;
	}
	
.site a:link, .site a:visited {
	font-size: 0.8em;
	letter-spacing: 0.05em;
	color: #C0C0C0;
	text-decoration: none;
	font-weight: normal;
	background-color: transparent;
	}

.site a:hover, .site a:active {
	font-size: 0.8em;
	color: #F7F49A;
	text-decoration: underline;
	font-weight: normal;
	background-color: transparent;
	}
	
