@charset "utf-8";
/* CSS Reset */

* {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	list-style: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
#headerContainer {
	background: url(../images/shared/headerbg.jpg) repeat-x top left;
}
#header {
	width: 980px;
	margin: 0px auto;
	height: 105px;
	background: url(../images/sub/arch.jpg) no-repeat top right;
	position: relative;
}
#logo {
	float: left;
	width: 210px;
	height: 104px;
	margin-top: 1px;
}
#topLinks {
	float: right;
	height: 28px;
	width: 400px;
	border-top: 7px solid #93b558;
	padding-top: 7px;
	color: #597a1f;
	padding-left: 20px;
	font-size: 11px;
}
#topLinks a {
	color: #597a1f;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px;
}
#topLinks a:hover {
	color: #006993;
}
#searchDiv {
	float: right;
	height: 44px;
	clear: right;
}
#amaglogo {
	position: absolute;
	right: 0px;
	bottom: 22px;
	z-index: 999;
	
}
#searchDiv form {
	float: right;
	height: 20px;
	padding-top: 20px;
	padding-right: 70px;
}
.schbox {
	border: 1px inset #AAA;
	font-size: 12px;
	color: #595959;
	padding: 1px;
	width: 125px;
}
.schbtn {
	border: 0;
	background: 0;
	font-size: 12px;
	color: #78a22f;
	font-weight: bold;
	cursor: pointer;
}
.schbtn:hover {
	color: #006993;
}
#contentHolder {
	width: 980px;
	margin: 0px auto;
	position: relative;
	clear: both;
}
#generic {
	background: url(../images/shared/generic.jpg) no-repeat top left;
	z-index: 999;
	position: absolute;
	height: 33px;
	width: 217px;
	top: 10px;
	text-indent: -9999px;
	color: #006993;
	left: 0px;
}
#menu {
	background: url(../images/shared/menubg.gif) repeat-y top left;
	margin-top: 65px;
	width: 195px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	z-index: 999;
}
#menu li.top {
	margin-bottom: 5px;
	background: #d6e7ee url(../images/shared/li_bg.gif) repeat-y top left;
	height: 55px;
	width: 195px;
}
#menu li {
	position: relative;
	float: left;
	clear:left;
	background: #d6e7ee url(../images/shared/li_bg.gif) repeat-y top left;
}
#menu li.spacer {
	height: 250px;
	margin: 5px 0px 0px 0px;
	width: 195px;
}
#menu li.bottom {
	margin-bottom: 0px;
}
#menu li a {
	padding: 15px 0px 15px 20px;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #006993;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 999;
}
#menu li a.top {
	margin-left: 7px;
	padding-left: 13px;
}
#menu li a.arrowed {
	background-image: url(/images/shared/fly_off.gif);
	background-repeat: no-repeat;
	background-position: 172px center;
}
#menu li li a.arrowed {
	background-position: 165px center;
}
#menu li a.arrowed:hover, #menu li.over a.arrowed, #menu li:hover a.arrowed, #menu li.on a.top {
	background-image: url(/images/shared/fly_on.gif);
}
#menu li a.twoLines {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 35px;
	line-height: 18px;
}
#menu li a:hover, #menu li.on a.top, #menu li li.on, #menu li.over a, #menu li.over a.arrowed, #menu li:hover a.arrowed {
	background-color: #f1f5ea;
}
#menu li:hover li a, #menu li.over li a, #menu li:hover li a.arrowed, #menu li.over li a.arrowed {
	background-color: #d6e7ee;
}
#menu li li:hover a, #menu li li.over a, #menu li li:hover a.arrowed, #menu li li.over a.arrowed {
	background-color: #f1f5ea;
}
#menu li.over li a.arrowed, #menu li:hover li a.arrowed {
	background-image: url(/images/shared/fly_off.gif);
}
#menu li li.over a.arrowed, #menu li li:hover a.arrowed {
	background-image: url(/images/shared/fly_on.gif)!important;
}
#menu li li:hover li a, #menu li li.over li a {
	background-color: #d6e7ee;
}
#menu li li li:hover a, #menu li li li.over a {
	background-color: #f1f5ea;
}
#menu li.adjust a {
	line-height: 14px;
}
#menu ul {
	background: #FFF;
	width: 180px;
	position: absolute;
	left: 195px;
	top: 0px;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	border-left: 2px solid #FFF;
	display: none;
}
#menu ul ul {
	padding: 0px;
	margin: 0px;
	z-index: 999;
	left: 180px;
	position: absolute;
}
#menu li li {
	background-image: none;
	margin: 0px !important;
	border-bottom: 2px solid #FFF;
	position: relative;
	zoom: 1;
	width: 180px;
	height: 25px;
}
#menu li ul a {
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	height: 15px;
	line-height: 15px;
	background-image: none;
}
#menu li ul li.on a {
	background-color: #f1f5ea;
}
#footerContainer {
	background: #fcfdff url(/images/shared/footerbg.jpg) repeat-x top left;
	position: relative;
	margin-top: 20px;
}
#footer {
	width: 980px;
	margin: 0px auto;
	padding-bottom: 35px;
	position: relative;
}
#footer a {
	color: #006993;
}
#isi {
	padding-top: 85px;
	margin-left: 195px;
	float: left;
	width: 735px;
	display: inline;
	font-weight: bold;
}
#isi h4 {
	font-size: 15px;
	color: #006993;
	padding-bottom: 10px;
}
#isi p {
	padding: 10px 0px;
	color: #565656;
	font-size: 13px;
	line-height: 20px;
}
#copyright {
	padding-bottom: 35px;
}
#copyright p {
	padding: 8px 0px;
	font-size: 11px;
	line-height: 15px;
	color: #565656;
}
#footerLogo {
	width: 185px;
	float: left;
	height: 68px;
	position: relative;
	margin-right: 10px;
}
#footerLogo img {
	float: right;
}
#copyContent {
	float: left;
	width: 735px;
	padding-top: 0px;
}
#footerBottom {
	height: 100px;
	background-color: #006993;
	position: relative;
}
.clear {
	clear: both;
}
.pdficon {
	vertical-align: middle;
}
sup {
	vertical-align: baseline;
	position: relative;
	bottom: .5em;
	font-size: .75em;
}
sup a {
	text-decoration: none;
}
sub {
	height: 0;
	line-height: 1;
	vertical-align: sub;
	font-size: .75em;
	top: .5px;
}
#content ol li {
	padding: 7px 0px;
	line-height: 100%;
}
span.nowrap {
	white-space: nowrap;
}
.invisible {
	display: none;
}
