@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

body
{
	
	color: #333333;
	font-size: 1em;
	text-align: center;
	padding:0;
	margin: 0 auto;
	

}
 
p {	margin: 0 0 1em;	} 
 
#wrapper
{
  text-align: center;
  width: 918px;
  background: url(../_images/wrapperbgd.png) repeat-y center top;
  margin: 0 auto;
  padding: 0;
}

#wrapperhome
{
   
  text-align: left;
  width: 918px;
  height: 177px;
  background: url(images/wrapperbgb.png) repeat-y top;
  margin: 0 auto;
  padding: 0;
 
}

#homeicon {
	float: right;
	display: block;
	margin-right: 40px;
	margin-top: -120px;
	text-align: center;
}
#homeicon a {
	color: #336699; 
	text-decoration: none;
}
#homeicon a:hover {
	color: #FF7171; 
}

#menubar
{
 height: 0px;
 width: 918px;
 background: none;
 color: #0c0c0c;
 font-size: 12px;
 padding: 0 0 0 0px;
 line-height: 23px;
 margin: 0 auto;
}

#menubarhome
{
 height: 50px;
 width: 918px;
 background: none;
 color: #0c0c0c;
 font-size: 12px;
 padding: 0 0 0 0px;
 line-height: 23px;
 margin: 0 auto;
}

#menu
{
	position: absolute;
	left: 50%;
	float: left;
	text-align: left;
	margin: -32px 0 0 -245px;
	padding: 0;
	width: 100%;
	color: #ffffff;
}

#header
{
	display: block;
	width: 918px;
	height: 122px;
	background: url(../_images/headerpic5.png) no-repeat center;
	margin: auto;
	padding: 0;
}

#header a
{
	float: left;
	width: 170px;
	height: 110px;
	position: relative;
	margin: 10px 0 0 10px;
	display: block;
	
}

#header p
{
	display: none;
}
	
#contact 
{
	float: left;
	display: block;
	width: 82px;
	height: 31px;
	position: relative;
	top: 52px;
	left: 570px;

}

img
{
	border-style: none;
}


#wmfg
{
	position: absolute;
	left: 50%;
	width: 901px;
	height: 175px;
	margin: -48px 0 0 -450px;
	padding: 0;
	
	

}
	

#content
{
  display: block;
  background: url(../_images/headerpic3.png) no-repeat right top none;
  float: right;
  text-align: left;
  color: #333333;
  width: 679px;
  margin: 0px 0px 0 0;
  padding: 2px 8px 0 0;
  font-size: 1.3em; 
}


#contenthome
{
  position: relative;
  display: block;
  text-align: left;
  color: #333333;
  width:918px;
  height: 287px;
  background: url(../_images/homebg.png) no-repeat;
  padding: 0 0 0 0px;
  margin: auto;
 
}

#news
{
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	font-weight: .3em;
	margin-right: 10px;
	padding: 0 0 0 15px;
}

.newshome
{
	
	position: relative;
	margin-left: 45px;
	margin-top: 0px;
	font-weight: .3em;
	margin-right: 450px;
	padding: 0 0 0 0px;
}


#leftbar
{
	width: 202px;
	height: 100%;
	display: block;
	position: relative;
	float: left;
	margin: 0 0px 0 0px;
	padding: 0px 0px 5px 9px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}

.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}


hr {
  border: 0;
  height: 1px;
  width: 100%;
  color: #6699FF;
  background-color: #6699FF;
}

#news a:link, #news a:active, #news a:visited
{
	color: #FF6F6F;
	text-decoration: none;
}

#news a:hover
{
	color: #ffffff;
}

.newshome a:link, .news a:active, .news a:visited
{
	color: #336699;
	text-decoration: none;
}

.newshome a:hover
{
	color: #FF6F6F;
}

#footer
{
	height: 20px;
	width: 918px;
	position: relative;
	text-align: center;
 	background: url(images/pagebottomb.png) no-repeat;
 	color: #ffffff;
 	font-weight: normal;
 	margin: auto;
	padding: 5px 0 0 0;
	font: Arial, Helvetica, sans-serif; 
 	font-size: 10px;
	line-height: 4em;
}
#footerhome
{
	height: 0px;
	width: 918px;
	position: relative;
	text-align: center;
 	color: #ffffff;
 	font-weight: normal;
 	margin: auto;
	padding: 0px 0 0 0;
	font: Arial, Helvetica, sans-serif; 
 	font-size: 10px;
	line-height: 1em;
}

#footer a:link, a:visited, a:active
{
	color: #ffffff;
}

#footer a:hover
{
	color: #FF0000;
}

#footerhome a:link, a:visited, a:active
{
	color: #ffffff;
}

#footerhome a:hover
{
	color: #FF0000;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;

}

ul.dropdown {
 position: relative;
 z-index: 1000;
 float: left;
 


}

ul.dropdown li {
 float: left;
 line-height: 1.2em;

}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 1000;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1000;

}

ul.dropdown ul li {
 float: none;


}

ul.dropdown ul ul {
 top: 1px;
 left: 100%;

}

ul.dropdown li:hover > ul {
	visibility: visible;
}





ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 100%;
 left: auto;
}

<!--Left nav-->

ul.sidenav {
	position: relative;
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	width: 202px;
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
	list-style: none;
	background: #2d6d66;
	
}

ul.sidenav li {
	position: relative;
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	width: 202px;
	margin: 2px 0 0px 0;
	padding: 0px 0 0px 0;
	list-style: none;
	background: #2d6d66;
	
}

ul.sidenav li a{
	display: block;
	font-size: .8em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #fff;
	background: #2d6d66;
	text-decoration: none;
	width: 187px;
	padding: 5px 0px 5px 15px;
	margin: 2px 0 2px 0;

}

ul.sidenav li a:hover {
	background: #818637;
	
}




	