html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, font, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 100%;
}
body {
	margin: 0 auto;
	padding: 0;
	background: #000 url(../images/homebg.jpg) repeat-x;
	font: 14px Verdana, Tahoma, sans-serif;
	color: #2c2c2c;
	height: 100%;
}
#home {
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: url(../images/home.jpg) no-repeat;
	width: 960px;
	height: 831px;
	z-index: 1;
}
#home h1, #home p {
	text-indent: -5000px;
}
p, ul {
	margin: 10px 0 0 0;
	line-height: 125%;
}
a {
	color: #a342ff;
}
a:focus {
	outline: none;
}
.clear {
	clear: both;
}
img {
	border: none;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -66px;
}
.footer, .push {
	height: 66px;
}
#footer {
	margin: 0 auto;
	width: 960px;
	height: 66px;
	color: #fff;
}
#footer p {
	text-align: center;
}
.copy {
	font-size: 80%;
	padding-top: 49px;
}
#menu {
	position: relative;
	margin: 0 auto;
	height: 0px;          /* offset for header */
	z-index: 10;
}
.mlddm {
	visibility: hidden;
	width: 580px;            /* to center */
	margin: 0 auto;
	padding: 0;
	height: 40px
}
.mlddm li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 17px trebuchet ms, arial, tahoma, sans-serif;
	border-right: 0px solid #000
}
.mlddm li a {
	display: block;
	text-align: center;
	abackground: #345993;
	color: #fff;
	padding: 12px 23px 7px;       /* apacing */
	margin: 0;
	width: auto;
	text-decoration: none
}
.mlddm li a:hover {
	background: url(../images/menubg3.png) repeat-x;
	color: #fff
}
.mlddm ul {
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	aborder-right: 2px solid #222;
	aborder-bottom: 1px solid #333;
	background: url(../images/bg2.png) no-repeat;
	az-index: 100;
}
.mlddm ul li {
	float: none;
	border-right: none;
}
.mlddm ul li a {
	font-size: 15px;
	display: block;
	white-space: nowrap;
	margin: 0px;
	width: auto;
	min-width: 90px;
	padding: 8px 24px 8px 16px;
	text-align: left;
	aborder-top: 1px solid #222;
	border-left: 4px solid #444
}
.mlddm ul li a:hover {
	color: #fff;
	aborder-top: 1px solid #222;
	border-left: 4px solid #888;
}
.mlddm .sub {
	background: transparent no-repeat right url(../images/arrow.gif)
}
.mlddm .sub:hover {
	background: #623178 no-repeat right url(../images/arrow.gif)
}
.mlddm .drop {
	background: transparent no-repeat right url(../images/arrowdown.gif)
}
.mlddm .drop:hover {
	background: #623178 no-repeat right url(../images/arrowdown.gif)
}
.mlddm li ul li ul {
	margin: 5px 0 0 -1px;
}
.mlddm ul li ul li a {
	padding: 5px 16px;
}
li.active a {
	text-decoration: underline;
}
li.active ul li a {
	text-decoration: none;
}