@charset "UTF-8";
/* CSS Document */

body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	
	background-image: url(images/bgLargeContent.jpg);

}
.oneColFixCtrHdr #container {
	width: 793px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 10px;
}
.oneColFixCtrHdr #header {
	height: 186px;
}
#topBorder {
	background-image: url(images/_topBar.gif);
	background-repeat: no-repeat;
	height: 8px;
}
#leftBorder {
	background-image: url(images/_leftBar.gif);
	background-repeat: repeat-y;
	float: left;
	height: 178px;
	width: 6px;
}
#rightBorder {
	float: right;
	height: 178px;
	width: 9px;
	background-image: url(images/_rightBar.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo {
	height: 165px;
	margin-right: 204px;
	margin-left: 210px;
	margin-top: 3px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	zoom: 1;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
#leftNav {
	float: left;
	height: 38px;
	width: 15px;
	background-image: url(images/_leftNav.gif);
	background-repeat: no-repeat;
}
#rightNav {
	float: right;
	height: 38px;
	width: 15px;
	background-image: url(images/_rightNav.gif);
	background-repeat: no-repeat;
}
#middleNav {
	background-image: url(images/_middleNav.gif);
	background-repeat: repeat-x;
	height: 38px;
}
#middleNav  ul {
	height:16px;
	display: inline;
}
#middleNav  ul  li {
	display:inline;
	list-style:none;
	float:left;
	margin-top: 6px;
}
#middleNav  ul  li  a {
	display:block;
	height:16px;
}
#home a {
	width: 79px;
	text-decoration: none;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#home a:hover {
	color: #999999;
}
#aboutus a {
	width: 93px;
	text-decoration: none;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#aboutus a:hover {
	color: #999999;
}
#gallery a {
	width: 86px;
	text-decoration: none;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#gallery a:hover {
	color: #999999;
}
#products a {
	width: 173px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#products a:hover {
	color: #999999;
}
#employ a {
	width: 113px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#employ a:hover {
	color: #999999;
}
#contact a {
	width: 107px;
	text-decoration: none;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#contact a:hover {
	color: #999999;
}
#directions  a {
	width: 111px;
	text-decoration: none;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#directions  a:hover {
	color: #999999;
}
#flashImage {
	text-align: center;
}
.oneColFixCtrHdr   #content  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	padding: 10px 20px;
}
.oneColFixCtrHdr  #content  h2 {
	font-size: 16px;
}


.oneColFixCtrHdr #content ul {
	margin: -12px;
}
.oneColFixCtrHdr #leftContent {
	padding: 15px 0px 20px 20px;
	float: left;
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.oneColFixCtrHdr #rightContent {
	padding: 15px 20px;
	float: right;
	width: 413px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.oneColFixCtrHdr #rightContent h2 {
	font-size: 16px;
}
.oneColFixCtrHdr #rightContent ul {
	margin-top: -15px;
}
#rightContent ul li {
	padding-top: 4px;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px;
	background-color: #000000;
	height: 26px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0px;
	padding: 4px 0 0;
}
.oneColFixCtrHdr  #footer  ul  {
	display: inline;
	height: 26px;
}
.oneColFixCtrHdr  #footer  ul li {
	text-decoration: none;
	display: inline;
	float: left;
}
#footer #leftFoot {
	width: 210px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#footer    #rightFoot  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	width: 285px;
	text-align: center;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#footer   #rightFoot   a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #rightFoot a:hover {
	text-decoration: underline;
}
#footer #middleFoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
	width: 256px;
	color: #FFFFFF;
}
.footer_new  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}
.footer_new   a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_new a:hover {
	text-decoration: underline;
}


.footer_newB  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
}
.footer_newB   a {
	color: #000000;
	text-decoration: none;
}
.footer_newB a:hover {
	text-decoration: underline;
}



.oneColFixCtrHdr #copyright {
	width: 753px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 20px;
}
.oneColFixCtrHdr #copyright a {
	font-weight: bold;
	color: #FFFFFF;
}
.oneColFixCtrHdr #copyright a:hover {
	text-decoration: none;
}
.oneColFixCtrHdr #leftContent h2 {
	font-size: 16px;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
.submit {
	border: 1px solid #000000;
	padding: 4px;
}
#field {
	background-color: #CCCCCC;
	padding: 4px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
#leftContent a:hover {
	text-decoration: underline;
}
#rightContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
#rightContent a:hover {
	text-decoration: underline;
}
#solutions {
	float: right;
	width: 200px;
	background-color: #CCCCCC;
	padding: 10px;
}
#solutions ul {
	margin: 0px;
	padding-left: 12px;
}
#solutions ul li {
	padding-top: 5px;
}
#mapContent {
	padding: 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
#print {
	float: right;
	width: 84px;
}
