/*Body Styles*/
body {
	
	width: 90%;
	margin: 0px auto;
	font-size: 14px;
	background-color:#D5D0B0;

	
}

.body {

	
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

H1{

  color: #000000;

  font-family: "Comic Sans MS";

  font-size: 19px;

  font-weight: normal;

  padding: 0px;

  margin:0px;

  padding-top:5px;

  padding-bottom:5px;

}

H2{

  color: #000000;

  font-family: "Comic Sans MS";

  font-size: 19px;

  font-weight: normal;

  padding: 0px;

  margin:0px;

  padding-top:5px;

  padding-bottom:5px;

}

/*Content Area*/
.a_content{

  padding-left: 5px;

  padding-right: 5px;

  padding-top: 5px;

  padding-bottom: 5px;

  font-size: 14px;

}

a{

  font-size: 14px;

  font-weight: bold;

  color: #739240;

  text-decoration: none;

}

a:hover{

  font-size: 14px;

  font-weight: bold;

  color: #1773BB;

  text-decoration: none;

}
/*Main Table Settings*/
#mainpage{
	width:800px;
	text-align:left;
	vertical-align:top;
	margin:0 auto;
	background-color:#FFFFFF;
	border:ridge;
	border-width:thin;
	border-color:#084A21;
	
	
}

/*Header Settings*/
#logo {
	width:750px;
	height:104px;
	background-image:url(images/header-logo.gif);
}

/*Nav Bar*/
#topnav {
	width:750px;
	height:30px;
}

/*Content Block 1*/
#cont1 {
	width: 750px;
	
		
	}

/*Estimate Table*/
#esttable {
	border-top:thin;
	border-top-color: #006600;
	border-bottom:thin;
	border-bottom-color:#006600;
	border-left:thin;
	border-left-color: #006600;
	border-right:thin;
	border-right-color: #006600;

}

/*Footer Breaker Bar*/
#btmfooterimg {
	height:38px;
	background-image:url(images/bottom-bar.gif);
}

/*Breaker Bar Text*/
.footertxt {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.footertxt a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

.footertxt a:hover {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.estimatetable {
	font-size:18px;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	font:"Comic Sans MS";
	color: #FFFFFF;

}

.comingsoon {
	font-size: 25px;
	font-weight: bold;
	font:"Comic Sans MS";
}

.sendmessage {

	font-size: 18px;
	font-weight: bold;
	font:"Comic Sans MS";
	color: #FF0000;
}

 
