html {
	padding: 0px;
	margin: 0px;
}



body {
	padding: 0px;
	margin: 0px;
	position: relative;
	background: #fff;
}



div#contentHead h1 {
   padding: 0px;
   margin: 0px;
   font: normal 22px/22px Georgia;
   color: #1a4e11;
   position: absolute;
   top: 140px;
   left: 85px;
   font-variant: small-caps;
}



h1 {
   padding: 0px;
   margin: 0px;
   font: normal 22px/22px Georgia;
   color: #1a4e11;
   font-variant: small-caps;
}



h2 {
	padding: 20px 0px 0px 0px;
	margin: 10px 0px;
	font: bold 18px/18px Verdana;
	color: #1a4e11;
}



h3 {
	padding: 15px 0px 0px 0px;
	margin: 10px 0px;
	font: bold 16px/16px Verdana;
	color: #1a4e11;
}



h4 {
	padding: 10px 0px 0px 0px;
	margin: 10px 0px;
	font: bold 14px/14px Verdana;
	color: #000;
}



div#bodyBg {
   padding: 0px;
   margin: 0px auto;
   width: 900px;
   background: #fff url(../images/bodyBg.jpg) center repeat-y;
}



div#container {
	padding: 200px 75px 0px 46px;
	margin: 0px auto;
	position: relative;
	width: 779px;
	background: url(../images/headerBg.jpg) no-repeat;
}
a#linkhome {
	padding: 0px;
	margin: -190px 0px 40px 0px;
	display: block;
	width: 200px;
	height: 150px;
}



div#footer {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	width: 900px;
	height: 200px;
	background: url(../images/footerBg.jpg) bottom no-repeat;
}
div#footer p {
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 10px;
	left: 380px;
	text-align: center;
	font: normal 10px/15px Verdana;
	color: #000;
}
div#footer a:link, div#footer a:visited, div#footer a:active {
	color: #000;
	text-decoration: none;
}
div#footer a:hover {
	color: #339966;
	text-decoration: underline;
}



div#content {
	padding: 250px 0px 0px 0px;
	margin: 0px;
	position: relative;
	width: 510px;
	float: right;
	font: normal 12px/20px Verdana;
	color: #000;
}
   div#content div#contentHead {
      padding: 0px;
      maring: 0px;
      width: 560px;
      height: 360px;
      position: absolute;
      top: -130px;
      right: -38px;
      background: url(../images/contentHeadBg_services.gif) no-repeat;
   }
      div#contentHead ul {
         padding: 0px;
         margin: 0px;
         position: absolute;
         top: 200px;
         left: 35px;
         list-style: none;
      }
      div#contentHead li {
         padding: 0px;
         margin: 0px;
         height: 33px;
      }
         div#contentHead ul li a:link, div#contentHead ul li a:visited, div#contentHead ul li a:active {
            padding: 0px;
            margin: 0px;
            font: normal 15px/15px Georgia;
            color: #1a4e11;
            font-variant: small-caps;
            text-decoration: none;
         }
         div#contentHead ul li a:hover {
            padding: 0px;
            margin: 0px;
            color: #6b9f5d;
         }

div#content a:link, div#content a:visited, div#content a:active {
	color: #1a4e11;
	text-decoration: underline;
}
div#content a:hover {
	color: #339966;
	text-decoration: none;
}



div.clear {
	padding: 0px;
	margin: 0px;
	height: 0px;
	clear: both;
}



span.notext {
	display: none;
}



.center {
	text-align: center;
}
.right {
	text-align: right;
}

.floatL {
	padding: 0px 10px 30px 0px;
	float: left;
}

.floatR {
	padding: 0px 0px 10px 10px;
	float: right;
}

ul.bullet {
	line-height: 30px;
	list-style: none;
}

ul.bullet li {
	padding: 0px 0px 0px 20px;
	/*
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0px 3px;
	*/
	list-style: url(../images/bullet.gif);
}

ul.staffLicense {
  list-style: url(../images/bullet.gif);
	margin: 0 0 0 0px;
	padding: 0;
}

  ul.staffLicense li {
    padding: 0px 0px 0px 0px;
  	margin: 0px 0px 0px 30px;
  	color: #1a4e11;
	  height: 24px;
  }
  
    ul.staffLicense li p {
      height: 24px;
      margin: 0 0 0 0;
      padding: 0 0 0 10px;
    }

	form#contact {
		padding: 0px;
		margin: 0px;
	}
	
		fieldset.left, fieldset.right {
			padding: 2px 0px;
			margin: 0px;
			float: left;
			width: 250px;
			height: 25px;
			border: none;
		}
		
			fieldset input {
				padding: 3px;
				margin: 0px;
				width: 150px;
				border: 1px solid #333;
			}
			
			fieldset.comments {
				padding: 2px 0px;
				margin: 0px;
				width: 500px;
				border: none;
			}
			
				fieldset.comments textarea {
					padding: 3px;
					margin: 0px;
					width: 412px;
					height: 150px;
					border: 1px solid #333;
				}
				
			fieldset.buttons {
				padding: 4px 0px 0px 92px;
				margin: 0px;
				width: 398px;
				text-align: center;
				border: none;
			}
			
				fieldset.buttons input {
					padding: 0px;
					margin: 0px;
					width: 100px;
					height: 25px;
					background: #fff;
				}
		
		label {
			padding: 0px 5px 0px 0px;
			margin: 0px;
			float: left;
			width: 75px;
			line-height: 25px;
			text-align: right;
		}
		
		.red {color: #f00;}