/* CSS Document */


body{
	background-color:#678585;
}

h1 {
	color:#6C1633;
	font-size:18px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:lighter;
}

h2 {
	color:#6C1633;
	font-size:18px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:lighter;
	padding-left:25px;
}

table td{
	color:#333333;
}

#wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
}

#top{
	width:800px;
	height:40px;
	background-image:url(../images/top.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#middle{
	width:800px;
	background-image:url(../images/middle.png);
	background-position:top center;
	background-repeat: repeat-y;
}

#bottom{
	width:800px;
	height:40px;
	margin-top:-20px;
	background-image:url(../images/bottom.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#content{
	font-family:"Times New Roman", Times, serif;
	width:772px;
	margin-left:auto;
	margin-right:auto;
	border-top: 2px solid #719569;
}

#mem{
	text-align:center;
	padding-bottom:15px;
}

#mem img{
	padding:5px 5px 5px 5px;
}

#footer{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#footer p{
	color:#FFFFFF;
	font-size:13px;
}

#footer p a{
	color:#FFFFFF;
	text-decoration:underline;
}

#footer p a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#ceilingfan{
	font-size:15px;
	padding-left:100px;
	padding-right:75px;
	color:#333333;
}

#ceilingfan li{
	padding-bottom:15px;
}
.indextext{
	font-size:15px;
	padding-left:15px;
	color:#333333;
	text-indent:20px;
}

.indextext:first-letter{
	color:#333333;
	font-size:25px;
	font-weight:lighter;
}

.indextext2{
	font-size:15px;
	padding-left:10px;
	color:#333333;
	text-indent:20px;
}

.indextext3{
	font-size:15px;
	padding-left:20px;
	padding-right:20px;
	color:#333333;
	text-indent:20px;
}

.indextext4{
	font-size:15px;
	padding-left:20px;
	padding-right:20px;
	color:#333333;
	text-indent:20px;
}

.permit{
	font-size:13px;
	color:#333333;
}

.indextext3:first-letter{
	color:#333333;
	font-size:25px;
	font-weight:lighter;
}

.indextext3 a{
	color:#6C1633;
	text-decoration:underline;
}

.indextext3 a:hover{
	color:#333333;
	text-decoration:none;
}

.indextext4 a{
	color:#6C1633;
	text-decoration:underline;
}

.indextext4 a:hover{
	color:#333333;
	text-decoration:none;
}

.permit a{
	color:#6C1633;
	text-decoration:underline;
}

.permit a:hover{
	color:#333333;
	text-decoration:none;
}

.answer{
	font-size:15px;
	padding-left:35px;
	padding-right:35px;
	color:#333333;
	text-indent:20px;
}

.answer a{
	color:#6C1633;
	text-decoration:underline;
}

.answer a:hover{
	color:#333333;
	text-decoration:none;
}

.solar{
	float:right;
	padding-top:55px;
	padding-right:10px;
	padding-left:5px;
}

.solar2{
	float:right;
	padding-top:75px;
	padding-right:25px;
	padding-left:5px;
}

.bname {
	
	padding-left:235px;
}

.logo {
	position:absolute;
	top:-5px;
}

.pgesolar{
	list-style:none;
}

.pgesolar li a{
	display:block;
	height:30px;
	width:250px;
	background-image:url(../images/sun.gif);
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:8px;
	color:#333333;
}

.pgesolar li a:hover{
	display:block;
	height:30px;
	width:250px;
	background-image:url(../images/sun2.gif);
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:8px;
	color:#333333;
	text-decoration:none;
}

.contactInfo{
	float:right;
}

.contactInfo ul {
	padding-right:85px;
	list-style:none;
	color:#333333;
}

.contactInfo li{
	padding-bottom:5px;
}

.contactInfo li a{
	color:#6C1633;
	text-decoration:underline;
}

.contactInfo li a:hover{
	text-decoration:none;
}

.response{
	color:#C91A1F;
	text-align:center;
}

/*-----navigation-----*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
padding-left:10px;
width: 100%;
overflow: hidden;
/*border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid #e6ddcb; /*right divider between tabs*/
color: white;
background: #719569; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover {
background: #333333; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.mattblacktabs li.selected a{
background: #678585; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#permits {
	float:right;
	height:425px;
	width:300px;
	margin-left:20px;
	padding-left:10px;
	padding-top:10px;
	padding-right:20px;
	border-left-color:#719569;
	border-left-style:solid;
	border-left-width:2px;
}

*html #permits {
	float:right;
	height:425px;
	width:300px;
	margin-left:20px;
	padding-left:10px;
	padding-top:10px;
	padding-right:20px;
	border-left-color:#719569;
	border-left-style:solid;
	border-left-width:2px;
}

#permits2 {
	float:right;
	height:175px;
	width:300px;
	padding-left:5px;
	padding-right:5px;
	margin-left:20px;
	margin-top:117px;
	margin-right:20px;
	border-color:#719569;
	border-style:solid;
	border-width:2px;
	text-align:center;
}

*html #permits2 {
	float:right;
	height:175px;
	width:300px;
	padding-left:5px;
	padding-right:5px;
	margin-left:20px;
	margin-left:10px;
	margin-top:117px;
	margin-right:20px;
	border-color:#719569;
	border-style:solid;
	border-width:2px;
	text-align:center;
}


