@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	color:#000;
	background-color: #FFF;
	text-align: left;
	}
a {
	color: #00C;
	}
a.pdf {
	padding-left: 20px;
	background-image: url(/images/bullet-pdf.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* ========== HEADER ========== */
div#header {
	background-image:url(/images/header-bg.png);
	background-color: #00529b;
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	border-top: 5px solid black;
	border-bottom: 1px solid black;
	overflow:hidden; /* Keeps AACE header text visible when scaling up in Camino */
	}
div.wrapper{
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	clear:both;
	}
div#header .org{
	float: right;
	color:#FFF;
	padding-top: 32px;
	width: 780px;
	}
div#header .org h1{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 100%;
	clear: left;
	}
div#header .tagline{
	float: right;
	margin: 4px 0 0 0;
	font-weight: bold;
	padding: 0;
	font-size: 95%;
	text-align: center;
	}
div#header img{
	float: left;
	padding: 5px 5px 5px 0px;
	}
	
/* ========== NAVIGATION ========== */
div#navigation{
	margin: 0 auto;
	width: 100%;
	background-image: url(/images/navigation-bg.png);
	background-color: #008a5f;
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	overflow: hidden;
	}
ul#global-navigation {
	margin: 0 auto;
	list-style-type: none;
	font-size: 110%;
}
ul#global-navigation li {display: inline;}
ul#global-navigation li a {
	float: left;
	color: #FFF;
	padding: 0.4em 1.4em;
	text-decoration: none;
	font-weight: bold;
}
ul#global-navigation li a:hover {text-decoration: underline;}
ul#global-navigation li a:hover.no-decoration{
	text-decoration:none;
	}
	

div#userline{
	margin: 0 auto;
	padding: .1em .5em;
	background-color: #bcd;
	color: black;
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	overflow: hidden;
	}

div#userline a {
	color: #009;
}

/* ========== DROP DOWN MENU ========== */

.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 0;
margin: 0;
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #F0F0F0;
width: 175px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: .4em;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #00529b;
color: #FFF;
}	

/* ========== BODY ========== */

#bodycontent {
	margin: 1em;
}


/* ========== FOOTER ========== */
div#footer{
	width:100%;
	background-color: #00529b;
	font-size: 80%;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	margin-top: 15px;
	}
div#footer a{
	text-decoration: underline;
	color:#FFF;
	padding: 0 .6em;
	border-right: 1px solid #FFF;
	line-height: 2em;
	}
div#footer a.last{
	text-decoration: underline;
	padding-right: 0;
	border-right: 0;
	}

.committee-list {
}

.committee-list dt {
	font-size: x-large;
	font-weight: bold;
	margin: 1em 0;
}
.committee-list dd {
	margin: 2em 0;
	padding: 0;
}
.committee-list ul {
	margin: 0;
	padding: 0;
}

.committee-list li {
	list-style: none;
	text-indent: -2em;
	margin: 0 0 0.5em 2em;
}

.clear {
	clear: both;
}
