/* CSS for page layout */

* {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 128.5%;
}

#main {
	width: 990px;
	position: relative;
	margin: auto;
	background: url(../../images/main_bg.gif) repeat-y 0 0 #FFF;
	text-align: left;
	margin-bottom: 15px;
}

#head {
	position: relative;
	height: 172px;
	background: url(../../images/head_bg.gif) no-repeat 0 0 #FFF;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 274px;
		height: 48px;
		background-image: url(../../images/logo.gif);
		position: absolute;
		left: 18px;
		top: 67px;
	}

	#head #info {
		position: absolute;
		top: 15px;
		right: 26px;
		text-indent: -9999px;
		width: 245px;
		height: 50px;
		background: url(../../images/info.gif) no-repeat 0 0;
	}

	#head #metaNav {
		position: absolute;
		bottom: 14px;
		right: 39px;
	}
	
	#head #metaNav li {
		float: left;
	}
	
	#head #metaNav li a {
		display: block;
		color: #FFF;
		line-height: 16px;
		background: url(../../images/metanav_bg.gif) no-repeat right top;
		font-size: 13px;
		padding: 0 10px 2px 8px;
	}
	
	#head #metaNav li.first a {
		padding-left: 0;
	}
	
	#head #metaNav li.last a {
		padding-right: 0;
		background-image: none;
	}
	
	#head #metaNav li a.act,
	#head #metaNav li a.cur,
	#head #metaNav li a:hover {
		text-decoration: underline;
	}

#leftCol {
	width: 230px;
	float: left;
	margin-right: -9px;
}

	#groupsBox,
	#agendaBox {
		margin: 1px 0 0 14px;
		background: url(../../images/titlebox_bg.gif) no-repeat;
		width: 198px !important;
		width: 213px;
		height: 28px !important;
		height: 38px;
		padding: 10px 0 0 15px;
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		color: #000;
		text-transform: uppercase;
	}
	
	#agendaBox {
		margin: 1px 0 12px 3px;
	}

	#actAgenda #groupsBox {
		opacity: 0.3;
		(filter:alpha(opacity=30));
	}
	
	#actGroups #agendaBox,
	#actGroups #baselNav {
		opacity: 0.3;
		(filter:alpha(opacity=30));
	}
	
	#actAgenda #mainNav {
		opacity: 0.3;
	}
	
	#mainNav {
		margin: 12px 0 0 14px;
		padding-bottom: 12px;
		margin-bottom: 12px;
		background-image: none;
	}
	
	#mainNav li a {
		display: block;
	}
	
	#mainNav li a.level1 {	
		width: 198px !important;
		width: 213px;
		height: 28px !important;
		height: 38px;
		padding: 10px 0 0 15px;
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		color: #FFF;
		background: url(../../images/mainnav_bg2.gif) no-repeat 0 0;
	}
	
	#mainNav li a:hover,
	#mainNav li a.cur,
	#mainNav li a.act { 
		color: #ed1c24;
	}
	
	#mainNav li a.hasSub {
		height: 32px !important;
		height: 42px;
		background: url(../../images/mainnav_bg3_act.gif) no-repeat 0 0;
	}
	
	#mainNav li ul {
		background: url(../../images/mainnav_bg.gif) repeat-y 0 0;
	}
	
	#mainNav li li.last {
		padding-bottom: 12px;
		background: url(../../images/mainnav_bg_bottom.gif) no-repeat left bottom;
	}
	
	#mainNav li li a.level2 {
		color: #000;
		margin: 0 10px 0 15px;
		padding: 1px 0 2px 0;
		line-height: 15px;
		font-weight: bold;
		width: auto !important;
		width: 100%; /* ie6 block fix */
	}
	
	#mainNav li li a.level2:hover,
	#mainNav li li a.cur,
	#mainNav li li a.act {
		color: #ed1c24;
	}
	
	#mainNav li li ul {
		background-image: none;
		margin-left: 15px;
	}
	
	#mainNav li li li.last {
		padding-bottom: 0;
		background-image: none;
	}
	
	#mainNav li li li a.level3 {
		color: #000;
		font-size: 10px;
		background: url(../../images/mainnav_bullet.gif) no-repeat 0 6px;
		margin-right: 30px;
		padding: 2px 0 3px 8px;
		line-height: 13px;
	}
	
	#mainNav li li li a.level3:hover,
	#mainNav li li li a.cur,
	#mainNav li li li a.act {
		color: #ed1c24;
		background: url(../../images/mainnav_bullet_act.gif) no-repeat 0 6px;
	}
	
	#baselNav span.baselNavTitle {
		background: url(../../images/mainnav_bg_top.gif) no-repeat 0 0;
		display: block;
		line-height: 15px;
		width: 198px !important;
		width: 213px;
		height: 26px !important;
		height: 33px;
		color: #FFF;
		font-weight: bold;
		padding: 7px 0 0 15px;
	}
	
	#baselNav li {
		width: 213px;
		background: url(../../images/mainnav_bg.gif) repeat-y 0 0;
	}
	
	#baselNav li.first {
		padding-top: 3px;
	}
	
	#baselNav li.last {
		padding-bottom: 3px;
	}
	
	#baselNav li a {
		display: block;
		color: #000;
	}
	
	#baselNav li a {	
		margin: 0 10px 0 15px;
		padding: 1px 0 2px 0;
		line-height: 15px;
		font-weight: bold;
		width: auto !important;
		width: 100%;
	}
	
	#baselNav li a:hover { 
		color: #ed1c24;
	}
	
#midCol {
	margin-left: 239px;
	margin-right: 240px !important;
	margin-right: -3px;
}

	#midCol #print {
		position: absolute;
		z-index: 999;
		left: 712px;
		top: 187px;
		background: url(../../images/print.gif) no-repeat 0 0;
		width: 16px;
		height: 14px;
	}

	#midCol #print a {
		display: block;
		outline: 0;
		text-indent: -9999px;
		position: relative;
		z-index: 999;
	}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		margin-top: 1px;
		margin-left: 0 !important;
		margin-left: -9px;
	}
	
#rightCol {
	width: 230px;
	float: right;
}

#baselNav {
		margin: 0 0 0 4px;
		padding-bottom: 12px;
		margin-bottom: 5px;
		background: url(../../images/mainnav_bg_bottom.gif) no-repeat left bottom;
	}

	#rightCol .ctArea {
		margin: 0 0 10px 3px;
	}
	
	#actGroups #rightCol .ctArea {
		opacity: 0.3;
	}

#footer {
	clear: both;
	background: url(../../images/footer_bg.gif) no-repeat 0 0 #FFF;
	position: relative;
	width: 990px;
	height: 38px;
}

#footer * {
	line-height: 14px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000;	
}

	#rootlineNav {
		position: absolute;
		top: 3px;
		left: 19px;
	}
	
	#rootlineNav a {
		background: url(../../images/rootline_bg.gif) no-repeat left center;
		padding-left: 10px;
		text-decoration: underline;
		margin-right: 4px;
	}
	
	#rootlineNav a.first {
		background: none;
		padding-left: 0px;			
	}
	
	#rootlineNav a:hover,
	#rootlineNav a.act {
		text-decoration: none;
	}

	#copyright {
		position: absolute;	
		right: 27px;
		width: 150px;
		top: 3px;
	}
	
	#copyright a {
		position: absolute;
		top: 0px;
		left: 62px;
		display: block;
		width: 100px;
		text-indent: -109px;
		overflow: hidden;
		font-size: 11px;
		line-height: 14px;
		color: #000;
	}


