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


/* ============ GENERAL STYLES	============ */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 150%;
}

	body.portal {
		background-image: url(../images/bgPortal.jpg);
		background-repeat: no-repeat;
	}
	
	body.aatbp {
		background-image: url(../images/bgAatbp.jpg);
	}

	body.ivc {
		background-image: url(../images/bgIVC.jpg);
	}
	
	body.events {
		background-image: url(../images/bgEvents.jpg);
	}

	body.amerikard {
		background-image: url(../images/bgAmerikard.jpg);
	}

<!-- -->
div#shadowbg {
	width: 860px;
	min-height: 100%;
	position: fixed;
	top: 0px;
	left: 50%;
    margin-left: -430px;
	background-image: url(../images/shadowbg.png);
}
<!-- -->
p {
	margin-top: 0em;
	margin-bottom: 2em;
}
p.captions {
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
}
<!-- -->
img {
	border: none;
}
<!-- -->
div.centerImage {
	margin: 0 auto;
	text-align: center;
	clear: both;
}
<!-- -->
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
/* ----------------------------------------- */



/* ============ CONTAINER ================== */
div#container {
	width: 800px;
	height: 100%;	
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
/* ----------------------------------------- */



/* ============ TOP BAR ==================== */
div#topBar {
	text-align: center;	
}
/* ----------------------------------------- */



/* ============ PORTALS NAVBAR	============ */
div#portalNav {
	position: absolute;
	top: -8px;
	width: 800px;
}

div#portalNav ul {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	line-height: 30px;
	white-space: nowrap;
	width: auto;	
}

div#portalNav li {
	font-size: 0.6em;
	font-weight: bold;
	list-style-type: none;
	display: inline;
}

div#portalNav li a {
	color: #FFFFFF;
}

div#portalNav li a:hover {
	color: #FFFF00;
}
/* ----------------------------------------- */



/* ============	NAVIGATION BAR	============ */
div#navbar {
	text-align: center;
	width: 800px;
}
	div#navbar.portal {
		height: 30px;
		background-color:#FFCC00;
	}
	div#navbar.subdomain {
		position: absolute;
		top: 100px;
		height: 35px;
	}

div#navbar ul#menuBar {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	font-size: 0.7em;
}
	div#navbar.subdomain ul {
		line-height: 30px;
		color: #FFFFFF;
	}

div#navbar ul#menuBar li, div#dropDownMenu ul#menuBar li a  {
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
	div#navbar.portal li a {
		color: #1B1464;
	}
	div#navbar.subdomain ul#menuBar li, div#navbar.subdomain ul#menuBar li a {
		color: #FFFFFF;
		padding-left: 2%;
		padding-right: 2%;
	}
		
div#navbar ul#menuBar li a:hover {
}
	div#navbar.portal ul#menuBar li a:hover {
		color: #990000;
	}
	div#navbar.subdomain ul#menuBar li a:hover {
		color: #FFFF00;
	}

/* ----------------------------------------- */



/* ============ MAIN ======================= */
div#main {
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	font-size: 0.8em;
	text-align: justify;
}

div#featured {
	width: 520px;
	float: left;
	padding: 10px;
}

ul.yearList {
	list-style: none;
	display: inline;
}

	ul.yearList li {
		list-style-type: none;
		display: inline;
	}

/* ----------------------------------------- */



/* ============	FLASH BANNER	============ */
div#headerBar, div#flashBanner {
	background-color: #000033;
	text-align: center;
}
/* ----------------------------------------- */



/* ============	COLLAPSIBLE MENU =========== */
div#staticColumn {
	float: left;
	width: 230px;
	color: #000000;
}

div#staticColumn div#accordion h3 {
	width: 220px;
	height: 25px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 25px;
	font-size: 1em;
	font-weight: normal;
	float: left;
	background-image: url(../images/menuBg.gif);
	cursor: pointer;
}

div#staticColumn div#accordion h3 {
	color: #FFFFFF;
	display: block;
}

div#staticColumn div#accordion h3:hover {
	color: #FFFF00;
}

div#staticColumn div#accordion ul{
	margin-bottom: 5px;
	width: 178px;
	overflow:auto;
	clear: both;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #DDDDDD;
	font-size: 0.8em;
	display: none;
	padding-right: 10px;
}

/* ----------------------------------------- */



/* ============	FEATURED IMAGE SWITCH	==== */
div#tabs {
	width: 320px;
	position: relative;
	top: 10px;
	z-index: 2;
	font-size: 0.9em;
}

div#tabs ul {
	list-style: none;	
	padding: 0;
	margin: 0;
	color: #333333;		
}

div#tabs li a {
	display: block;
	padding: 10px;
	outline: none;
	height: 60px;
	color: #333333;
	border: 0;
}

div#tabs li a:hover {
}

div#tabs li a.current {
	background:  url(../images/feature-tab-current.png);
	color: #FFFF00;
	overflow:visible;
}

div#output {
	width: 500px;
	height: 240px;
	overflow: hidden;
	position: absolute;
	top: 156px;
	left: 290px;
	z-index: 1;	
}

div#output img {
	border: none;
}

div#output ul {
	list-style-type: none;
}

div#output li {
	position: absolute;
	left: 0px;
	top: 0px;
}
/* ----------------------------------------- */



/* ============	CONTENT AREA	============ */
div#contentAreaContainer {
	width: 780px;
	background-color: #FFFFFF;
	padding: 10px;
}

div#contentTitle {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	width: 225px;
	margin-left: 12px;
	border-color: #999999;
	padding: 10px;	
	float: left;
}

div#contentArea {
	font-size: 0.8em;
	background-color: #FFFFFF;
	width: 225px;
	margin-left: 12px;
	border: 2px solid;
	border-color: #CCCCCC;
	padding: 8px;
	height: 240px;
	float: left;
}

div#contentArea a {
	color: #990033;
}

div#contentArea a:hover {
}

div#contentExtra {
	padding: 20px;
	clear: both;
	width: 750px;
	font-size: 0.8em;
	text-align: justify;
}

div#contentExtra img {
	margin: 10px;
}
/* ----------------------------------------- */



/* ============	CONTENT	===================== */
<!-- -->
/* ----------------------------------------- */



/* ============	NAVIGATION BAR BOTTOM ====== */
div#navbarBottom {
	width: 800px;
	position: relative;
	top: 30px;
	text-align: center;
	clear: both;
}

<!-- -->
div#navbarBottom ul {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	white-space: nowrap;
	font-size: 0.7em;
	color: #990000;
}
<!-- -->
div#navbarBottom li {
	list-style-type: none;
	display: inline;
}
<!-- -->
div#navbarBottom li a {
	font-weight: bold;
	color: #990000;
}
<!-- -->
div#navbarBottom li a:hover {
}
/* ----------------------------------------- */



/* ============	LOGOS ROW ================== */
div#logoRow {
	position: relative;
	top: 15px;
	padding: 20px;
	text-align: center;
	font-size: 0.7em;
	clear: both;
}
/* ----------------------------------------- */



/* ============ FOOTER ===================== */
div#footer {
	width: 740px;
	position: relative;
	top: 5px;	
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	clear: both;
	font-size: 0.7em;
	line-height: 140%;
	text-align: justify;
	background-repeat: no-repeat;
}

	div#footer.portal {
		background-image: url(../images/footerBgPortal.jpg);
	}

	div#footer.aatbp {
		background-image: url(../images/footerBgAatbp.jpg);
	}

	div#footer.ivc {
		background-image: url(../images/footerBgIVC.jpg);
	}
	
	div#footer.events {
		background-image: url(../images/footerBgEvents.jpg);
	}

	div#footer.amerikard {
		background-image: url(../images/footerBgAmerikard.jpg);
	}
/* ----------------------------------------- */	