@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00929F url(images/bgimage.gif) repeat-y center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#leftcolomn {
	height: 200px;
	width: 188px;
	float: left;
}
#footer {
	background-color: #666666;
	width: 730px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 50px;
}
.topbanner {
	background-image: url(images/welcomeAllcutBanner.jpg);
	height: 197px;
	width: 800px;
}
#bodyContent {
	background-color: #f1f1f2;
	float: none;
	position: relative;
	display: block;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin-left: 190px;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #00929F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: capitalize;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}
#header {
	background-image: url(images/allcut_v2.3_03.jpg);
	background-repeat: no-repeat;
	height: 145px;
	width: 800px;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.bgimage {
	background-image: url(images/bgimage.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColFixCtr #container #bodyContent a:link {
	color: #00929F;
}
.oneColFixCtr #container #footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtr #container #footer a:hover {
	color: #333333;
}
.oneColFixCtr #container #bodyContent #contactForm {
	float: right;
	width: 300px;
	padding-left: 20px;
}
input:focus, textarea:focus {
	color: #666666;
}
fieldset {
	padding: 10px;
}
legend {
	font-size: 1em;
	color: #00929F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	margin-top: .5em;
}
input, textarea {
	border: 1px solid #008996;
	background-color: #DFDFE0;
	width: 250px;
	padding: 0.2em;
}
a {
	text-decoration: underline;
	color: #00838F;
}
.oneColFixCtr #container #bodyContent #contactForm #Submit {
	width: 80px;
	margin-top: .8em;
}
textarea {
	height: 8em;
}
.oneColFixCtr #container #bodyContent #contactForm label {
	font-size: 12px;
	color: #666666;
	margin: .8em;
}
.oneColFixCtr #container #bodyContent ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #02929F;
	font-size: 12px;
}
.twoColum {
	margin-left: 250px;
}
ul {
	margin: 0px;
	float: left;
	width: 30em;
	list-style-type: disc;
}
li {
	margin: 0px;
	float: left;
	width: 14em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.oneColFixCtr #container #bodyContent #video {
	float: right;
	padding-left: 20px;
}
.oneColFixCtr #container #bodyContent #processes object {
	float: right;
	padding-left: 20px;
}
.question {
	font-weight: bold;
	color: #00929F;
}
.oneColFixCtr #container #bodyContent img {
	float: right;
	padding: 20px;
}
