@charset "utf-8";
/* CSS Document */

/*

dark maroon: #580013
light maroon: #8c001e

*/

body{
	background:#C3C3C3 url(../images/template/gradient_background.png) repeat-x top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}
strong{ font-weight:bold; }
#header{
	/*background-color:#e9e9e9;
	background-image:url(../images/template/agrirock_background.jpg);
	background-repeat:repeat-x;
	background-position:top*/;
}

h1{
	color:#8c001e;
	font-size:30px;
	font-weight:bold;
	line-height:50px;
}
h2{
	color:#580013;
	font-size:22px;
	font-variant:small-caps;
	font-weight:bold;
	line-height:40px;
}
h3{
	color:#000;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
}
#content p{
	line-height:18px;
	padding-top:10px;
	padding-bottom:10px;
}
#content p.text{
	text-indent:25px;
}
#content table tr td{
	line-height:18px;
}
p.homeSection_text{
	border:1px solid black;
	padding:10px 5px;
}
#content a, #content a:visited{
	color:#8c001e;
	font-weight:600;
	text-decoration:none;
}
#content a:hover{
	background-color:#e2e0e2;
	text-decoration:underline;
}
#header a:hover{
	text-decoration:none;
	background-color:transparent;
}

.header_image{
	border-bottom:1px solid black;
	border-top:1px solid black;
}

div#pond_sealant table{
	border:2px solid black;
	margin:20px;
}
div#pond_sealant table tr th{
	border:1px solid black;
	border-bottom:2px solid black;
	font-size:14px;
	font-weight:bold;
	padding:10px;
}
div#pond_sealant table td{
	border:1px solid black;
	padding:5px 20px 5px 0px;
}