
/*********************************** zero out spacing- green communities */

:link,:visited { text-decoration:none }

ul,ol { list-style-type: circle; }

h1,h2,h3,h4,h5,h6,pre,code { font-size: small; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

/************************************* main structure */

body {
	background: #e5e195 url(../images/edgerules.gif) center top repeat-y;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 18px;
	color: #654;
}
	
#bigwrap {
	background: url(../images/landscapedonut.png) center top no-repeat;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	font-size: .8em;
}
	
#panel {
	width: 750px;
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/paneltop.gif) center top no-repeat;
	padding-top: 26px;
	}


#panel h1 { 
	width: 510px;
	position: relative;
	font-size: 1.5em;
	color: #000;
	padding-top: 150px;
	padding-bottom: 8px; 
	}
	
#panel h1 img {
	position: absolute;
	left: 52px;
	top: -8px;
	}	

#panel h2 {
	font-size: 1em;
	}
		
#panel h1, #panel h2 {
	background-color: #fff;
	padding-left: 190px;
	padding-right: 50px;
	font-weight: normal;
	}
	
#panel h3 {
	background-color: #fff;
	font-size: 14px;
	line-height: 45px;
	}



	
/************************************* footer styles */

#footer { 
	background: url(../images/circle.gif) -999em top no-repeat;
	text-align: center;
	border-top: 1px solid #9fca73;
	font-size: .85em;
	line-height: 1.3em;
	margin-top: 67px;
	padding-top: 9px;
	padding-bottom: 25px; 
}

#footer p {
	padding-bottom: 4px;
}
	
/************************************* class styles */

.blue {
	color: #09c;
}

.lftimg {
	float: left;
}
	
.rtimg {
	float: right;
}
	
.clearall {
	clear: both;
}


/************************************* common navigation */


a {
	color: black;
}

a:hover {
	color: #900;
	border-bottom: 1px solid #900;
}

#panel h3 a {
	display: block;
	height: 45px;
	color: #053;
	padding-left: 365px;
	background-image: url(../images/question.gif);
	background-repeat: no-repeat;
	background-position: 635px -50px;}

#panel h3 a:hover {
	color: #c60;
	background-position: 635px 0;
	border-bottom: none;
}

