#none {
}

/*primary layout*/
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFCC
; }

#content {
	width: 900px;
	background: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 0px;
	top: 130px;
	float: left;
	position: absolute;
	z-index: 10;
	font-size: 13px;
	height: 100%;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
}
#content-copyright {
	font-size: 11px;
	text-align: center;
	color: #003399;
}

/*typography*/
#header-nav {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 12px;
	width: 900px;
	left: 0px;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
	
/*content link style*/
#content a:link {
	color: #003399;
}
#content a:visited {
	color: #003399;
}
#content a:hover {
	color: #003399;
	text-decoration: underline;
}
#content a:active {
	color: #003399;
	text-decoration: underline;
}

/*navigation link style*/
a {
 text-decoration: none;
}

a:link {
 color: #fff;
}

a:visited {
 color: #fff;
}

a:hover {
	color: #0066CC;
}

/*header layout*/
#header {
	position: relative;
	margin: 0;
	padding: 0;
	height: 132px;
	width: 100%;
	background-image: url(images/nav-gradient.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}

#header-logo {
	position: absolute;
	width: 75px;
	height: 75px;
	z-index: 5;
	left: 18px;
	top: 44px;
	padding: 5px;
}
#header #signature {
	position: absolute;
	z-index: 12;
	height: 50px;
	width: 900px;
	left: 0px;
	top: 62px;
	font-size: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #CC3300;
}

/*pull-down construct and bug fix first*/

ul, ol, dl {
	position: relative;
	z-index: 2;
}

#header-nav {
	position: absolute;
	padding: 0;
	top: 0px;
	height: 90px;
	left: 0px;
	width: 100%;
	vertical-align: middle;
	bottom: 3px;
	overflow: visible;
	z-index: 4;	
}

#header-nav ul {
	padding: 0;
	list-style: none;
	overflow: visible;
	font-size: 14px;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: 0px;
	width: 700px;
	top: 13px;
	margin-left: 180px;
}

#header-nav ul li {
	float: left;
	width: 8em;
	padding: 3px 12px 3px 0px;
	cursor: pointer;
	z-index: 4;
}

#header-nav ul li ul {
 margin: 0px;
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
}

#header-nav ul li>ul {
 top: auto;
 left: auto;
}

#header-nav ul li ul li {
	float: none;
	width: 10em;
	
	z-index: 4;
	padding: 2px 3px 2px 7px;
}

#header-nav ul li ul>li {
 border: none;
}

#header-nav ul li:hover ul, #header-nav ul li.over ul {
 display: block;
}
/*subheader layout*/
#subheader {
	width:70px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 11px;
	text-align: left;
	height: 870px;
	z-index: -1;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	left: 0px;
	top: 130px;
	position: absolute;
	background-color: #FF9966;
}
