@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
}

li {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin: 10px;
	padding: 10px;
	color: #414141;
	text-decoration: none;
}

li a {
	color: #414141;
	text-decoration: none;
}


li a:hover {
	color: #414141;
	text-decoration: underline;
}

p {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #414141;
	text-decoration: none;
}

p a {
	color: #414141;
	font-weight: bold;
	text-decoration: none;
}

p a:hover {
	color: #414141;
	font-weight: bold;
	text-decoration: underline;
}

#page {
	width: 934px;
	margin: 0px auto;
	background-image:url(/images/html/aca_background.jpg);
	padding-left:16px;
	padding-right:16px;
	position: relative;
}
#header {
	background-image:url(/images/html/aca_header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 2px;
	width: 934px;
	height: 127px;
}
#nav {
	margin-top:2px;
	height:211px;
	width: 935px;
	position:relative;
	top:-1px;
	z-index:999;
}

#banner {
	position: absolute;
	top: 164px;
	margin-top: 2px;
	height:174px;
	width: 934px;
}
#footer {
	background-image:url(/images/html/aca_footer.jpg);
	background-repeat:repeat-x;
	height: 24px;
	width: 934px;
	text-align:center;
	color: white;
	font-size: 10px;
	padding-top: 12px;
}
#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
	text-transform:uppercase;
	padding-left: 5px;
	padding-right: 5px;
	
}
#footer a:active, #footer a:hover {
	color: white;
	text-decoration: underline;
	text-transform:uppercase;
	padding-left: 5px;
	padding-right: 5px;
}
br.clearing { clear: both; padding:0px; margin:0px;}
h1 {
	color: black;
	font-size:13px;
	letter-spacing: 1pt;
	text-transform:uppercase;
	padding-top: 10px;
}
h2 {
	font-size:12px;
	color: #064680;
}
h3 {
	color: black;
	font-size: 11px;
	text-transform:uppercase;
	padding-left: 10px;
}

.box {
	background-color: #DEE2D0;
	width: 172px;
	padding: 8px;
	font-size: 10px;
	color: #51544b;
}
.box p {
	padding-left: 3px;
	padding-right: 3px;
}
.note {
	width: 165px;
	height:260px;
	background-image: url(/images/html/note.jpg);
	padding-left: 10px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.note input {
	font-size: 10px;
	border: 1px solid #036fb0;
	background-color: #4092c2;
	color: #FFFFFF;
	padding: 4px;
}

.note label {
	display: block;
	width: 100px;
}
.note input:hover {
	background-color: #FFFFFF;
	color: #4092c2;
}

.note a {
	text-decoration: none!important;
	color: #414141;
}

.note a:hover {
	text-decoration: underline!important;
}


#home #left {
	float:left;
	width: 210px;
	margin: 10px;
	
}
#home #middle {
	float: left;
	width: 478px;
}

#home #right {
	float: right;
	width: 200px;
	margin:10px;
	margin-right: 0px;
	color: #4e5658;
}
#other #left {
	float:left;
	width: 210px;
	margin: 10px;
	
}
#other #middle {
	float: left;
	width: 478px;
}
#other #right {
	float:right;
	width: 200px;
	margin: 10px;
	margin-right: 5px;
/*
	float: right;
	width: 660px;
	margin:10px;
	margin-right: 30px;
	color: #4e5658; */
}

#subnav ul {
	list-style-type: none;
	padding-left: 0px;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
}
#subnav li {
	width: 200px;
	list-style-type: none;
		
}
#subnav a:link, #subnav a:visited {
	background-color: #bcd9e9;
	list-style-type: none;
	padding: 10px;
	width: 169px;
	display: block;
	text-decoration:none;
	color: #064680;
	margin-bottom: 1px;
	border-left: solid 3px #0f63ab;
}
#subnav a:hover, #subnav a:active {
	background-color: #83b2cd;
	padding: 10px;
	width: 169px;
	display: block;
	color: #00294f;
	border-left: solid 3px #0d60ac;
}

/*drop down*/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute; 
	top: 128px;
	left:16px;
	z-index:100;
	width: 934px; /* precision for Opera */
}
#menu dl {
	float: left;
	/*width: 12em;*/
}
#menu dt {
	cursor: pointer;
	font-weight: bold;
	background: #ccc;
	margin: 0px;
	padding: 0px;
}
#menu dd {
	display: none;
}
#menu li {
	text-align: left;
	background: #bcd9e9;
	font-size: 11.5px;
	display:block;
	border-bottom: solid 1px #ffffff;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 7px;
}
#menu li a, #menu dt a {
	color: #064680;
	text-decoration: none;
	display: block;
	height: 100%;
	text-transform:uppercase;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	display: block;
	color: #83b2cd;
}
#search {
	padding-bottom: 10px;
}
#search input {
	border: 1px solid #0b61aa;
}
#search .button {
	background-color: #118ac1;
	color: white;
	font-weight: bold;
}

#profileimage {
	float: left;
	margin-right: 8px;
	margin-bottom: 3px;
	height: 205px;
	width: 154px;
}

#middle ul, li {
	list-style-type: disc;
	line-height: 22px;
}



.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#jmenu-main, #jmenu-main li, .jmenu-sub, .jmenu-sub li{
	list-style-image:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	text-align:left;
	display:block;
}
#jmenu-main li{
	float:left;
}
.jmenu-sub{
	display:none;
	background-color:#FFF;
}
.jmenu-sub li{
	width:186px;
	background-color:#FFF;
	clear:both;
}
.jmenu-sub li a{
	display:block;
	width:176px;
	background-color:#bcd9e9;
	margin-top:1px;
	padding:5px 0px 5px 10px;
	color:#064680;
	font-size:1em;
	text-decoration:none;
}
.jmenu-sub li a:hover{
	color:#414141;
}

#menu_home{
	width:186px;
	height:37px;
	padding:0px;
	margin:0px;
	margin-right:1px;
	background-image:url(/images/html/nav_home_off.jpg);
	background-repeat:no-repeat;
}
#menu_home:hover{
	background-image:url(/images/html/nav_home_on.jpg);
}
#menu_aboutus{
	width:186px;
	height:37px;
	padding:0px;
	margin:0px;
	margin-right:1px;
	background-image:url(/images/html/nav_about_off.jpg);
	background-repeat:no-repeat;
}
#menu_aboutus:hover{
	background-image:url(/images/html/nav_about_on.jpg);
}
#menu_industry{
	width:186px;
	height:37px;
	padding:0px;
	margin:0px;
	margin-right:1px;
	background-image:url(/images/html/nav_industry_off.jpg);
	background-repeat:no-repeat;
}
#menu_industry:hover{
	background-image:url(/images/html/nav_industry_on.jpg);
}
#menu_contribution{
	width:186px;
	height:37px;
	padding:0px;
	margin:0px;
	margin-right:1px;
	background-image:url(/images/html/nav_contribution_off.jpg);
	background-repeat:no-repeat;
}
#menu_contribution:hover{
	background-image:url(/images/html/nav_contribution_on.jpg);
}
#menu_media{
	width:186px;
	height:37px;
	padding:0px;
	margin:0px;
	margin-right:1px;
	background-image:url(/images/html/nav_media_off.jpg);
	background-repeat:no-repeat;
}
#menu_media:hover{
	background-image:url(/images/html/nav_media_on.jpg);
}
