/* CSS Document */

.content{
margin-top:0px;
padding:0px 0px 0px 0px;
}

p{padding:5px 20px 5px 30px; line-height:1.2em;}

ul{margin-top:20px;}
body {
	background-image: url(../images/topBG.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.loginBG{
background-image:url(../images/login_BG.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#ffffff;
height:139px;
vertical-align:top;
}

.rightshadow{
	background-image: url(../images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position:top left;
	}


body,td,th {
	font-family: verdana;
	font-size: 12px;
	color: #333333;
}


h1{
font-family:Arial Narrow;
font-size:20px;
color:#006600;
padding-left:30px;
font-weight:bold;
}

.contentMainImage{
background-color:#e8e8e8;
width:600px;
height:261px;
margin-top:0px;
}

#nav ul {
	list-style-type: none;
	xpadding: 20px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:Arial Narrow;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	height:25px;
	font-weight:bold;
	
}

#nav ul li {
	display: inline;
	padding-left: 10px;
	}

#nav ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

#nav ul li a:hover {
	color: #ffffff;
	border-top:2px solid #ffffff;
	
	
	}
	
/*------STATIC PRODUCTS MENU---------------------------*/
#prod ul {
	list-style-type: none;
	padding: 0px 5px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-family:verdana;
	font-size:12px;
	color:#0840CB;
	text-align:left;
	
	font-weight:bold;
	
	
	
}

#prod ul li {
	display: inline;
	padding-left: 10px;
	
	}

#prod ul li a {
	color: #0840CB;
	text-decoration: none;
	font-weight: bold;
	}

#prod ul li a:hover {
	color: #026E01;
	border-top:1px solid #026E01;
	border-bottom:1px solid #026E01;
	
	
	
	}	


.leftNavTitle{
font-family:Arial Narrow;
font-size:20px;
color:#ffffff;
text-align:left;
height:30px;
font-weight:bold;
padding-left:10px;
}

.loginarea{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color:#ffffff;
font-size:12px;
margin:20px 0px 0px 8px;
height:139px;
}

.leftContent{
padding:5px 5px 5px 30px;

}

.footerBG{
background-color:#018AFE;
background-image:url(../images/blGradient.jpg);
background-repeat:repeat-x;
background-position:top;
text-align:center;
color:#ffffff;
font-size:11px;
text-decoration:none;

}
.footer, .footer a:hover {
color:#ffffff;
font-size:11px;
text-decoration:none;

}

.wwlTextBox {
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
font-weight: normal;
font-size: 12px;
color: #000000;
width: 150px;

border: 1px solid #026E01;
}


/*------DROP DOWN MENU---------------------------*/
#dropmenudiv{
position:				absolute;
border:					1px solid white;
border-bottom-width:	0;
font:					Arial;
line-height:			15px;
z-index:				100;
filter:					alpha(opacity=90);
 -moz-opacity:			100;
 opacity:				100;
 -khtml-opacity:		100;
}

#dropmenudiv a{
xwidth: 				165px;
display: 				block;
text-indent: 			10px;
border-bottom: 			1px solid white;
padding: 				1px 0;
text-decoration: 		none;
font-weight: 			normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 		#77EE78;
color:					#026E01;

}

.menuFont{
color:					#ffffff;
font-weight:			normal;
font-family:Arial, Helvetica, sans-serif;
}