@charset "utf-8";
/* CSS Document */
body, html, #container {
	margin:0;
	height:100%;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	z-index: 50;
}
.bro-mid-bg {
	background-image: url(images/jw_image_r1_c2.jpg);
	background-repeat: repeat-x;
}
body {
	background:#FEFFFA;
}
body, table, p, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#29170D;
	line-height: 145%;
	margin: 0px;
	padding: 0px;
}
body > #container { height:auto; min-height:100%; }
#footerArea {
 clear: both;
 position: relative;
 z-index: 10;
 height: 358px;
 margin-top: -358px;
}
#contentArea {
	padding-bottom: 358px;
	padding-left: 1%;
} 


.footer {
	padding:0px 3px 0px 3px;
	background-color: #d3ccb1;
	background-image: url(images/dirt-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height:358px;
}

.sub-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 350%;
	font-weight: bold;
	color: #FFF;
	background-color: #29170D;
	padding: 35px;
}
.athletic-roll {
	display:block;
	height:60px; /* use the images' dimensions */
	width:277px;
	background-image:url(images/nav/side_up_r1_c1.gif);
}
.athletic-roll:hover {
	background-image:url(images/nav/side_over_r1_c1.gif);
}
.ball-roll {
	display:block;
	height:60px; /* use the images' dimensions */
	width:277px;
	background-image:url(images/nav/side_up_r3_c1.gif);
}
.ball-roll:hover {
	background-image:url(images/nav/side_over_r3_c1.gif);
}
.golf-roll {
	display:block;
	height:60px; /* use the images' dimensions */
	width:277px;
	background-image:url(images/nav/side_up_r5_c1.gif);
}
.golf-roll:hover {
	background-image:url(images/nav/side_over_r5_c1.gif);
}

.home-roll {
	display:block;
	height:24px; /* use the images' dimensions */
	width:64px;
	background-image:url(images/nav/up_r1_c1.gif);
}
.home-roll:hover {
	background-image:url(images/nav/over_r1_c1.gif);
}
.contact-roll {
	display:block;
	height:24px; /* use the images' dimensions */
	width:122px;
	background-image:url(images/nav/up_r1_c5.gif);
}
.contact-roll:hover {
	background-image:url(images/nav/over_r1_c5.gif);
}
.company-roll {
	display:block;
	height:24px; /* use the images' dimensions */
	width:158px;
	background-image:url(images/nav/up_r1_c7.gif);
}
.company-roll:hover {
	background-image:url(images/nav/over_r1_c7.gif);
}
.sub-img {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 18px;
}
.bro-border {
	border: 1px solid #29170D;
}.frm-sty {
	padding: 3px;
	border: 1px solid #456E00;
	width: 255px;
}
h2 {
	font-size: 120%;
	color: #29170D;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #29170D;
}
a:visited {
	color: #29170D;
}
a:hover {
	color: #456E00;
}
a:active {
	color: #29170D;
}