/* CSS Document */

* {
	margin:0;
	padding:0;
}

html,body {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	background:#bdbdde;
}

#wrapper {
	width:769px;
	margin:0 auto;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:#000080;
	border-left:#fff solid 5px;
	border-right:#fff solid 5px;
	position:relative;
}

#header {
	width:769px;
	height:0;
	padding-top:163px;
	overflow:hidden;
	background:url(../images/header.gif) no-repeat;
	position:relative;
}

#header #topnav {
	width:769px;
	height:130px;
	left:0;
	top:0;
	position:absolute;
}

#fullwidth #nav {
	display:none;
}

#nav {
	width:164px;
	float:left;
	padding:5px 0 40px 6px;
}

#nav ul {
	width:157px;
	list-style-type:none;
		
}

#nav ul li {
	width:157px;
	background:url(../images/1.gif) no-repeat;
	margin-top:5px;
}

#nav ul li.m1 { background:url(../images/1.gif) no-repeat; }
#nav ul li.m2 { background:url(../images/2.gif) no-repeat; }
#nav ul li.m3 { background:url(../images/3.gif) no-repeat; }
#nav ul li.m4 { background:url(../images/4.gif) no-repeat; }
#nav ul li.m5 { background:url(../images/5.gif) no-repeat; }
#nav ul li.m6 { background:url(../images/6.gif) no-repeat; }
#nav ul li.m7 { background:url(../images/5.gif) no-repeat; }

#nav ul li.m1d { background:url(../images/1a.gif) no-repeat; }
#nav ul li.m2d { background:url(../images/2a.gif) no-repeat; }
#nav ul li.m3d { background:url(../images/3a.gif) no-repeat; }
#nav ul li.m4d { background:url(../images/4a.gif) no-repeat; }
#nav ul li.m5d { background:url(../images/5a.gif) no-repeat; }
#nav ul li.m6d { background:url(../images/6a.gif) no-repeat; }
#nav ul li.m7d { background:url(../images/5a.gif) no-repeat; }

#nav ul li.drop {
	width:157px;
	background:none;
	margin-top:0;
}

#nav ul li ul {
	padding:0 0 7px 0;
	background:url(../images/drop.gif) bottom;
}

#nav ul li ul li {
	width:157px;
	background:none;
	margin-top:0;
}

#nav ul li a {
	display:inline-block;
}

#nav ul li a {
	display:block;
	padding-left:41px;
	font-size:0.70em;
	color:#fff;
	display:block;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li.m7 a {
	 display:block;
	padding-left:41px;
	font-size:0.65em;
	color:#fff;
	display:block;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
 }

#nav ul li a:hover {
	text-decoration:underline;
}

#nav ul li ul li a {
	padding:0 13px;
	font-size:0.8em;
	color:#000;
	line-height:1.4em;
	font-weight:normal;
}

#fullwidth #content {
	width:753px;
}

#content {
	float:left;
	width:583px;
	padding:5px 8px 40px 8px;
	color:#fff;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin-bottom:5px;
	font-family:"Comic Sans MS";
	color:#ff0;
}

#content p {
	margin-bottom:1em;
}

#content a {
	color:#ff0;
}

#content li {
	margin-left:1em;
}

#footer {
	position:absolute;
	height:30px;
	width:759px;
	bottom:0;
	font-size:0.8em;
	padding:0 5px;
	text-align:right;
	background:#ffd400;
	line-height:29px;
}

#footer a {
	color:#0033CC;
}
	
	