@charset "utf-8";
body {
	margin: 0px;
	background-color: #605d5c;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	line-height:150%;
	color: #000;
}
/*@font-face {
    font-family: 'FrizQuadrataBTBold';
    src: url('frzquadb-webfont.eot');
    src: url('frzquadb-webfont.eot?#iefix') format('embedded-opentype'),
         url('frzquadb-webfont.woff') format('woff'),
         url('frzquadb-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
    font-family: 'FrizQuadrataBTRoman';
    src: url('frzquadn-webfont.eot');
    src: url('frzquadn-webfont.eot?#iefix') format('embedded-opentype'),
         url('frzquadn-webfont.woff') format('woff'),
         url('frzquadn-webfont.ttf') format('truetype');
    font-weight: light;
    font-style: light;

}
a img {
	border: none;
	outline: none;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited { color: #fff; text-decoration: none}
a:hover { color: #3b6e00; font-weight: bold;}
a:active { color: #3b6e00; text-decoration: none}

a.gray:link {
	font-family:FrizQuadrataBTRoman;
	font-size:13px;
	color: #605d5c;
	text-decoration: none;
}
a.gray:visited { font-family:FrizQuadrataBTRoman;font-size:13px; color: #605d5c}
a.gray:hover { font-family:FrizQuadrataBTRoman;font-size:13px; color: #f58e00; font-weight: normal;}
a.gray:active { font-family:FrizQuadrataBTRoman;font-size:13px; color: #605d5c}

a.orange:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-decoration: underline;
	color: #669900;
}
a.orange:visited { color: #669900; text-decoration: underline; font-weight: bold}
a.orange:hover { color: #f58e00; text-decoration: underline; font-weight: bold}
a.orange:active { color: #669900; text-decoration: underline; font-weight: bold}

#container {
	width: 1000px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	background-color: #fff;
}
#banner_left {
	width:355px;
	float:left;
	position:relative;
	height: 104px;
}
#banner_right {
	width:645px;
	float:right;
	position:relative;
	height: 104px;
}
/*#jdhill_menu {
	margin: 0 auto;
	right:auto;
	left:auto;
	position: absolute;
	top: 104px;
	bottom: 0px;
}*/

/*#left_column {
	width: 143px;
	height: 510px;
	padding-top: 20px;
	float:left;
	background-image:url(../images/yellowbkg.jpg);
	overflow:auto;
}*/
#center_column {
	width: 569px;
	height: 720px;
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 20px;
	float:left;
	background-repeat: repeat-x;
	overflow:auto;
}

#middle_column {
	width: 100%;
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 20px;
	float:left;
	background-repeat: repeat-x;
	overflow:auto;
}
#right_column {
    width: 251px;
	height: 720px;
	background-color:#ffffcc;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	float:left;
	text-align:center;
	overflow:auto;
}
h1 {
	font-family:FrizQuadrataBTRoman;
	font-size:21px;
	color: #669900;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-indent:10px;
	color: #000;
}
h3 {
	font-family:FrizQuadrataBTRoman;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color: #669900;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color: #669900;
}
table, td, th
{
border:0px;
border-collapse:collapse;
margin-left:auto; 
margin-right:auto;
table-layout:fixed;
font-size:11px;
text-align:left;
}
td
{
	background-color:none;
}
th
{
background-color:none;
color:white;
}
.menutable, td, th
{
border:0px;
border-collapse:collapse;
margin-top:30px;
margin-left:auto; 
margin-right:10px;
table-layout:fixed;
font-size:14px;
text-align:center;
}

.ourworktable, td, th
{
border:0px;
border-collapse:collapse;
table-layout:fixed;
margin-bottom: 30px;
font-size:14px;
text-align:left;
}

.footertable, td, th
{
border:0px;
border-collapse:collapse;
margin-left:auto; 
margin-right:auto;
table-layout:fixed;
font-size:11px;
text-align:center;
}
p {
	font-size:14px;
}
#footer {
	height: 200px;
	width: 100%;
	padding-top: 20px;
	background-color: #669900;
	font-size:11px;
	text-align:center;
	color:#fff;
	float:left;
}
