/*  Ozone Laundry CSS */

body {
	background: url(images/main_BG.jpg) top center fixed;
	font-family: "Times New Roman",Times,serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

h1  {
	margin: 0px;
	color: #013E71;
	font: bold italic 26px/40px "Times New Roman", Times, Serif;
}

h2  {
	margin: 0px;
	color: #013E71;
	font: bold italic 22px/28px "Times New Roman", Times, Serif;
}

a  {
	outline: none;
	color: #003E71;
}

#pgWrapper  {
	position: relative;
	width: 900px;
	margin: auto;
 	background: #003E71;
}

#topNavWrapper  {
	height: 35px;
	background: #FFF;
}
#topNavWrapper .float  {
	height: 35px;
	background: #FFF;
	line-height: 35px;
}

#mainNavWrapper  {
	height: 25px;
	background: #003E71;
}

#mhWrapper  {
	position: relative;
	margin: auto;
	background: url(images/nutek_header.jpg) no-repeat top left;
	width: 900px;
	height: 189px;
}

#contentWrapper  {
	position: relative;
	background: url(images/contentBGTop.jpg) repeat-x top left #FFF;
	padding: 5px 15px;
	color: #5A5A5A;
	min-height: 500px;
	_height: 500px;
}


#footerWrapper  {
	margin: 0;
	height: 100%;
	background: #003E71;
	color: #B4B4B4;
	font: normal 11px/35px Arial, Helvetica, Serif;
	text-align: center;
}

#footerWrapper a:link, #footerWrapper a:active, #footerWrapper a:visited  {
	color: #B4B4B4;
	text-decoration: none;
}
#footerWrapper a:hover  {
	text-decoration: underline;
}


.float {
	float: left;
}
.clear  {
	clear: both;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 999;
	color: #FFF;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
#nav a:hover  {
	color: #FFF;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	font: bold 12px/25px "Times New Roman",Times,serif;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 9999;
	text-transform: uppercase;
	padding: 0px 5px;
}

#nav li:hover  {
	background: #00AB10;
	cursor: pointer;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #15305B;
	width: 175px;
	height: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 9999;
/* 	border: 1px solid #000000; */
}

#nav li ul li  {
	display: block;
	float: left;
	width: 162px;
	margin: 0px;
	z-index: 9999;
	padding: 0px 5px;
}

#nav li ul li a  {
	color: #FFF;
	font: bold 12px/25px "Times New Roman",Times,serif;
	width: 162px;
	padding: 0px 4px;
	margin: 0px 0px;
}

#nav li ul li a:hover  {
	color: #FFF;
	text-decoration: none;
	padding: 0px 4px;

	z-index: 9999;
/* 	background-color: #4477B6; */
	background: #00AB10;
}

#nav li ul ul { /* third-and-above-level lists */

	margin: -1.75em 0 0 11em;
	z-index: 9999;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	z-index: 9999;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9999;
}

#colLeft  {
	float: left;
	width: 604px;
	border-right: 1px solid #7F7F7F;
	margin: 0px 10px;
}

#colRight  {
	float: left;
	width: 245px;
	margin: 10px 0px;
}

#ozoneLogo  {
	position: absolute;
	top: 90px;
	left: 375px;
}
.rtPhoto  {
	text-align: center;
}
.rtPhoto img  {
	border: 1px solid #013E71;
}
.site_date  {
	font: normal 11px/35px Arial, Helvetica, Serif;
	padding-left: 25px;
}
.site_tagline  {
	font: bold 18px/35px "Times New Roman", Times, Serif;
}
.site_phone  {
	font: bold 22px/35px "Times New Roman", Times, Serif;
	margin-right: 10px;
}

#botNav table  {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font: normal 13px/26px "Times New Roman", Times, Serif;
}

#botNav a:link, #botNav a:active, #botNav a:visited  {
	color: #5D5D5D;
	text-decoration: none;
}
#botNav a:hover  {
	color: #000000;
	text-decoration: underline;
}

.news_title  {
	font: bold 15px/20px "Times New Roman", Times, Serif;
}
