body {
	background-image: url(media/bak.jpg);
	background-color: #B0B0B0;
	background-repeat: repeat-x;
}
p {
	text-align: right;
	font-size: 11px;
	line-height: 1.5em;
	padding-bottom: 15px;
	color: #666666;
}
p a:link {
	color: #0099FF;
	text-decoration: none;
}
p a:visited {
	text-decoration: none;
	color: #0099FF;
}
p a:hover {
	color: #33CCFF;
	text-decoration: underline;
}
p a:active {
	color: #33CCFF;
	text-decoration: none;
}
h1 {
	text-align: right;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	margin-bottom: 10px;
	font-weight: normal;
	margin-top: 20px;
	padding-top: 20px;
}
h2 {
	text-align: left;
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #73442B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 14px;
	color: #73442B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #E31A1F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	color: #00CC33;
	text-decoration: underline;
}
a:active {
	color: #00CC33;
	text-decoration: none;
}
#jpgrotator {
	font-size: 10px;
	width: 1000px;
	text-align: center;
	background-image: url(../jpg/image1.jpg);
	background-repeat: no-repeat;
	height: 421px;
}
.menu {
	width: 400px;
	margin-top: 0px;
	margin-left: 100px;
}
.top {
	background-color: #FFFFFF;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo {
	background-color: #999999;
	height: 150px;
	width: 200px;
	float: left;
	background-image: url(media/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 550px;
}
.twoColFixRtHdr #footer {
	line-height: 1.5em;
	color: #FFFFFF;
}
.twoColFixRtHdr #footer p {
	text-align: right;
	font-size: 9px;
	color: #CCCCCC;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #footer p a:link {
	color: #999999;
	text-decoration: none;
}
.twoColFixRtHdr #footer p a:visited {
	color: #999999;
	text-decoration: none;
}
.twoColFixRtHdr #footer p a:hover {
	color: #E01120;
	text-decoration: underline;
}
.contactform {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFC;
	border: 1px solid #DAEDFC;
	margin-top: 10px;
	color: #666666;
	margin-left: 0px;
	padding: 10px;
	height: 325px;
}
.contactform h2 {
	margin-left: 10px;
	text-align: left;
}
.contactform th, td {
	margin: 5;
	padding: 5;
}
.donateform {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #DAEDFC;
	margin-top: 10px;
	color: #666666;
	margin-left: 0px;
	padding: 10px;
	line-height: 1.5em;
}
.donateform h2 {
	text-align: left;
}
.donateform th, td {
	margin: 5;
	padding: 5;
}
/* this class is for the oval css buttons */

a.ovalbutton {
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(media/oval-red-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
	color: #494949; /*button text color*/
}
a.ovalbutton span {
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(media/oval-red-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a.ovalbutton:hover { /* Hover state CSS */
	background-position: bottom left;
}
a.ovalbutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 350px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.buttonwrapper2 { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
}
/* QUOTES */

blockquote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	padding-top: 10px;
	margin-bottom: 20px;
}
blockquote *:first-child:before {
	container: "\201C";
}
.banners {
	height: 94px;
	margin-top: 35px;
}
.banners img {
	padding-right: 15px;
}
blockquote *:first-child:after {
	container: "\201D";
}
.list {
	font-size: 12px;
	list-style-type: circle;
	line-height: 1.5em;
	list-style-position: outside;
	color: #666666;
	margin-left: 15px;
}
/* LOGO */

#logo {
	width:200px;
	background-image: url(media/logo.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0px;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: right;
	margin-right: 535px;
}
#logo h1 {
	background:url(images/logo.jpg) no-repeat;
}
#logo h1 a {
	display:block;
	height: 150px;
}
#logo h1 a span {
	display:none;
}


.contact {
	background-image: url(../img/teamphoto-dan.jpg);
	height: 200px;
	width: 600px;
}
.contact-photo {
	background-image: url(../img/intek_bldg.jpg);
	text-align: left;
	width: 745px;
	height: 390px;
	background-repeat: no-repeat;
	background-position: right top;
}

#flashcontent {
	width: 100%;
	height: 430px;
}


.about-photo {
	background-image: url(../img/teamphoto-all2.jpg);
	height: 430px;
	width: 680px;
	text-align: left;
}

/* TEAM PAGES */

.team-bio {
	width: 300px;
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 10px;
}
.team-bio p {
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	padding-bottom: 15px;
	color: #5E4429;
}

.team-bio-rt {
	width: 275px;
	padding-top: 40px;
	padding-bottom: 10px;
	float: right;
	padding-right: 40px;
	text-align: left;
}
.team-bio-rt p {
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
	padding-bottom: 15px;
	color: #5E4429;
}

.team-dan {
	background-image: url(../img/teamphoto-dan.jpg);
	height: 430px;
	width: 745px;
	text-align: left;
}
.team-wallace {
	background-image: url(../img/teamphoto-pat.jpg);
	height: 430px;
	width: 745px;
	text-align: left;
}
.team-hill {
	background-image: url(../img/teamphoto-greg.jpg);
	height: 430px;
	width: 745px;
	text-align: left;
}
.team-winiger {
	background-image: url(../img/teamphoto-john.jpg);
	height: 430px;
	width: 745px;
	text-align: left;
}
.team-grove {
	background-image: url(../img/teamphoto-ben.jpg);
	height: 430px;
	width: 745px;
	text-align: left;
}
.team-sermersheim {
	background-image: url(../img/teamphoto-ryan.jpg);
	height: 430px;
	width: 745px;
	text-align: left;
}.team-main {
	background-image: url(../img/teamphoto-table.jpg);
	height: 430px;
	width: 745px;
	text-align: left;
}
