/* BASIC PAGE STYLES */
* { margin: 0; padding: 0; }
div.wrapper {
	width: 520px;
	padding:0;
	margin: 20px auto 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin-left:70px;

	}
*html div.wrapper {
	width: 520px;
	padding: 0 0px;
	margin: 20px auto 0;
	color:#000000;
		margin-left:70px;
	}
p { margin: 15px 0; color: #333; font-size: 13px; line-height: 18px; }

h1 { margin: 15px 0; font-size: 16px; }
.current{color:#FF0000;}
/* Style the menu and position list items */
ul.mainMenu {
	position: relative;
	height: 35px;
	padding: 0 4px;
	background: url(../images/menubg1.png) repeat-x;
	clear: both;
	font:12px;
	width:450px;
	font-weight:bold;
	margin-left:95px;
}
ul.mainMenu li { float: left; list-style: none; margin-left:30px; }

/* Style and position links and images in second level list items */
ul.mainMenu li a {
	display: block;
	height: 19px;
	padding: 8px 0px;
	text-decoration: none;
	color: #000;
}
ul.mainMenu li a:hover {
	color: #FF0000;
	background: url(../images/menubg1-hover.png) repeat-x;
	text-decoration:none;
}
ul.mainMenu li.current a{
	color: #FF0000;
}

/* When hovering over main list items, show second level lists */
/* This is only for #menu1 */
ul.cssonly li:hover ul { display: block; }

/* Position and style second level lists and items */
ul.mainMenu ul {
	position: absolute;
	top:35px;
	left: -50px;
	background:url(../images/hover_bg.gif) no-repeat;
	display: none; /* Hide until parent list item is hovered on */
	width:491px;
	height:40px;

}
*html ul.mainMenu ul {
	position: absolute;
	top:29px;
	background:url(../images/hover_bg.gif) no-repeat;
	display: none; /* Hide until parent list item is hovered on */
	width:491px;
	height:40px;
}
ul.mainMenu ul li { padding: 5px;}
*html ul.mainMenu ul li { padding-top: 13px; margin-left:20px;}
ul.mainMenu ul li:last-child { border: 0; }
ul.mainMenu ul li.title {
	float: none; /* Remove parent float setting */
	padding: 6px 10px;
	border: 0; /* Remove parent border setting */
	border-bottom: dashed 1px #f4f4f4;
	font-size: 11px;
	font-weight: bold;
	}
ul.mainMenu ul img { height: 64px; width: 64px;}
ul.mainMenu ul span { display: block; }
ul.mainMenu ul a {
	height: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-left:-10px;
}
*html ul.mainMenu ul a {
	height: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin:0px;padding:0px;
	}
ul.mainMenu ul a:hover { background:none;}
ul.mainMenu ul a img { opacity: .7; border: 0;}
ul.mainMenu ul a:hover img { opacity: 1; }

/* When hovering over a list item link show the more info div */
ul.mainMenu ul a:hover span.moreinfo { display: block; }

/* Position and style the more info div */
ul.mainMenu ul span.moreinfo {
	display: none;
	width: 275px;
	position: absolute;
	bottom: -25px;
	left: 12px;
	padding: 6px 10px;
	background: #fff;
	text-align: left;
	font-weight: normal;
}

/* Rounded corners 
ul.mainMenu { -webkit-border-radius: 6px; -moz-border-radius: 6px; }
ul.mainMenu ul { 
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
} */
/* IE6 FIXES */
ul.mainMenu li,
ul.mainMenu li a { _float:left; _display: inline; }