@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BCD4A3;
	font-family: "Lucida Grande", Lucida, "Lucida Sans", "Trebuchet MS", Trebuchet, Verdana, sans-serif, sans;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.squarebkgd  {
	background-image: url(images/box_25.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
h3 {
	color: #003C60;
	padding-top: 5px;
}
li {
	padding-bottom: 10px;
}
.bodybkgd #buildingpics img {
	padding: 2px;
	border: 1px solid #003C60;
}
.footertext a {
	color: #036EB5;
}
.footertext a:hover {
	color: #ffffff;
	text-decoration:none;
}
a {
	color: #036EB5;
}
a:hover {
	color: #98c47c;
	text-decoration:none;
}
.footertext {
	font-family: "Lucida Grande", Lucida, "Lucida Sans", "Trebuchet MS", Trebuchet, Verdana, sans-serif, sans;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #003C60;
}
.bodybkgd {
	background-image: url(images/main-bkgd-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F6F7F0;
}
#towns {
	line-height: 26px;
	font-weight: bold;
}
h2 {
	color: #003C60;
	padding-top: 5px;
}
#commish img {
	padding: 2px;
	border: 1px solid #003C60;
}

/** Begin Plumber Page Specific Styles */
.licensedPlumberContainer
{
    margin-top:10px;
    padding:8px;
    border:solid 1px gray;
    background-color:#96c0d9;
    position:relative;
}

.licensedPlumberContainer div
{
    margin-top:4px;
}

.licensedPlumberContainer div span
{
    font-weight:bold;
}

.suspended
{
    position:absolute; 
    top:0px; 
    right:0px; 
    margin:10px;  
    background-color:red; 
    border:solid 1px black; 
    padding:13px;
    color:White; 
    font-weight:bold;
}
/** End Plumber Page Specific Styles */


