/* CSS Steve Pillinger Roofing */

  #content a.content {
	font-family:verdana, arial, sans-serif;
	/*text-decoration:none;
	color:#000;*/
	font-size: small;
	}
  #content a.content:hover{
	color: #FFFFFF;
	}
h1 {
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0.3cm;
	}
h2
{
	color: #fff;
	text-align: center;
}
h3
{
	color: #fff;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 1em;
	}
ul {
	list-style-type: square;
    font-family: Verdana, Arial, sans-serif;
    font-size: 75%;
	}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	margin: 1em;
	}
  #navpanel { 
	padding: 1em;
	margin: 0 175px; /*allows the bar to move accross the page*/
    }
/* ----Navigation displays---- */
  a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:120px;
	height:25px;
	background:#C04F3E;
	border:1px groove #fff;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:80%;
	color:#000;
	line-height:25px;
	overflow:hidden;
	float:left;
	}
  a.nav:hover {
	color:#fff; 
	background:#3e6dc0;
	}
  a.nav:active {
	color:#fff;
	background:#c00;
	}
  .floatimg { /*border: 1px solid rgb(102, 102, 102);*/
    float: right;
	margin: 0px 10px 0px 2px;
	border:none;
    }
  #footing a.footing {
	font-family:verdana, arial, sans-serif;
	text-decoration:none;
	color:#fff;
	font-size: x-small;
	margin: 1em;
	}
  #footing a.footing:hover{
	text-decoration: underline;
	}

