/* Page layout stylesheet */

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

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

#head {
	position: relative;
	height: 142px!important;
	height: 143px;
	border-bottom: 1px solid #7dcd00;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 199px;
		height: 142px;
		/*background-image: url(../../images/logo.gif);*/
		background-color: #7dcd00;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#headerImageOverlay {
		height: 120px;
		width: 790px;
		position: absolute;
		right: 1px;
		top: 0;
		background-color: #FFFFFF;
		/* z-index: 10; */
		
		display: none;
		/*
		opacity: 0.4;
		-moz-opacity: 0.4;
		-khtml-opacity: 0.4;
		filter: alpha(opacity=40);
		*/
	}
	
	#headerImage {
		text-indent: -9999px;
		height: 120px;
		width: 789px!important;
		width: 790px;
		position: absolute;
		border-left: 1px solid #fff;
		right: 1px;
		top: 0;
		background-image: url(../../images/random/random_1.jpg);
	}
	
	#headerImage #claim {
		position: absolute;
		top: 13px;
		right: 25px !important;
		right: 24px;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		/* color: #222222; */
		color: #FFFFFF;
		font-variant: small-caps;
		text-indent: 0;
		/* z-index: 10; */
	}
	
	#headNav {
		position: absolute;
		right: 1px;
		bottom: 0;
		background-color: #e9f6d6;
		width: 789px!important;
		width: 790px;
		height: 21px!important;
		height: 22px;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
	}
	
	#langNav {
		position: absolute;
		left: 35px;
		bottom: 0;
		width: 100px;
	}
	
	#langNav li {
		float: left;
		padding-left: 5px;
		padding-bottom: 4px!important;
		padding-bottom: 3px;
	}
	
	#langNav li.first {
		padding-left: 0;
	}
	
	#langNav li a,
	#langNav li span {
		font-size: 11px;
		display: block;
		color: #000000;
		line-height: 11px;
		text-decoration: underline;
		padding-right: 6px;
		border-right: 1px solid #000;
	}
	
	#langNav li.last a{
		border-right: none;
	}
	
	#langNav li a.act,
	#langNav li a.cur {
		color: #000;
		text-decoration: none;
	}
	
	#metaNav {
		position: absolute;
		right: 18px!important;
		right: 17px;
		bottom: 0;
	}
	
	#metaNav li {
		display: block;
		float: left;
		padding-bottom: 4px!important;
		padding-bottom: 3px;
	}
	
	#metaNav li a {
		display: block;
		font-size: 11px;
		line-height: 11px;
		color: #000000;
		text-decoration: underline;
		padding-left: 5px;
		padding-right: 5px;
		border-right: 1px solid #000;
	}
	
	#metaNav li.first a {
		padding-left: 0;
	}
	
	#metaNav li.last a {
		border-right: none;
		padding-right: 0;
	}
	
	#metaNav li a.act,
	#metaNav li a.cur {
		color: #000;
		text-decoration: none;
	}

#leftCol {
	width: 200px;
	float: left;
}

#ebcl #leftCol {
	background: transparent url(../../images/lifelonglearning-logo.jpg) no-repeat 9px bottom;
	padding-bottom:150px;
}

	#mainNav li {
		border-bottom: 1px solid #7dcd00;
		width: 198px;
		margin-left: 1px;
	}
	
	#mainNav li a {
		display: block;
		font-size: 11px;
		color: #000;
		line-height: 16px;
	}
	
	/* Level 1 */
	
	#mainNav li a.level1 {
		width: 170px!important;
		width: 198px;
		padding-left: 18px;
		padding-right: 9px;
		padding-bottom: 1px;
		padding-top: 2px;
		background: url(../../images/mainNav_level1.gif) 6px 6px no-repeat #e9f6d6;
	}
	
	#mainNav li a.cur,
	#mainNav li a.act { 
		font-weight: bold;
		width: 170px!important;
		width: 198px;
		padding-left: 17px;
		padding-bottom: 0px;
		padding-top: 1px;
		background: url(../../images/mainNav_level1_act.gif) 5px 5px no-repeat #7dcd00;
		border: 1px solid #e9f6d6;
	}
	
	#mainNav li a:hover { 
		font-weight: normal;
		width: 170px!important;
		width: 198px;
		padding-left: 17px;
		padding-bottom: 0px;
		padding-top: 1px;
		background: url(../../images/mainNav_level1_act.gif) 5px 5px no-repeat #7dcd00;
		border: 1px solid #e9f6d6;
	}
	
	/* Level 2 */
	
	#mainNav li li.first {
		border-top: 1px solid #7dcd00;
	}
	
	#mainNav li.level2 {
		margin-left: 0;
	}
	
	#mainNav li li.last {
		border-bottom: none;
	}
	
	#mainNav li li a.level2 {
		padding-left: 27px;
		padding-right: 9px;
		padding-bottom: 1px;
		padding-top: 2px;
		background-color: #e9f6d6;
		width: 161px!important;
		width: 197px;
	}
	
	#mainNav li li a.cur,
	#mainNav li li a.act {
		font-weight: bold;
		background-color: #7dcd00;
		padding-left: 26px;
		padding-bottom: 0px;
		padding-top: 1px;
		border: 1px solid #e9f6d6;
		background-image: none;
		width: 161px!important;
		width: 198px;
	}

	#mainNav li li a.level2:hover {
		font-weight: normal;
		background-color: #7dcd00;
		padding-left: 26px;
		padding-bottom: 0px;
		padding-top: 1px;
		border: 1px solid #e9f6d6;
		background-image: none;
	}

	
	/* Level 3 */
	
	#mainNav li.level3 {
		margin-left: 0;
	}
	
	#mainNav li li li a.level3 {
		padding-left: 41px;
		padding-right: 9px;
		background-color: #e9f6d6;
		width: 147px !important;
		width: 197px;
		padding-bottom: 1px;
		padding-top: 2px;
	}
	
	#mainNav li li li.first a.level3 {

	}
	
	#mainNav li li li a.act,
	#mainNav li li li a.cur,
	#mainNav li li li a.level3:hover {
		background-image: none;
		padding-left: 40px;
		background-color: #7dcd00;
		width: 147px !important;
		width: 198px;
	}
	
	#mainNav li li li a.act,
	#mainNav li li li a.cur {
		padding-top: 1px;
		padding-bottom: 0px;
	}
	
	#mainNav li li li a.level3:hover {
		padding-bottom: 0px;
		padding-top: 1px;
	}
	
	#mainNav li.act a.level1:hover,
	#mainNav li.cur a.level1:hover,
	#mainNav li li.act a.level2:hover,
	#mainNav li li.cur a.level2:hover,
	#mainNav li li li.act a.level3:hover,
	#mainNav li li li.cur a.level3:hover {
		font-weight: bold;
	}
	
#midCol {
	margin-top: 36px;
	margin-left: 235px !important;
	margin-left: 232px; /* ie6 3px jog bugfix */
	margin-right: 240px !important;
	margin-right: 237px; /* ie6 3px jog bugfix */
	margin-bottom: 40px;
}

#mainNoRight #midCol,
#ebcl #midCol {
	margin-right: 35px!important;
	margin-right: 35px;
}

	#rootlineNav {
		position: absolute;
		top: 151px;
		left: 235px;
	}
	
	#rootlineNav a {
		background: url(../../images/rootline.gif) no-repeat 4px 7px;
		padding-left: 15px;
		display:block;
		line-height:18px;
		float:left;
		text-decoration: underline;
		color: #7dcd00;
		font-size: 11px;
	}
	
	#rootlineNav a.first {
		background: none;
		padding-left: 0px;			
	}
	
	#rootlineNav a:hover,
	#rootlineNav a.act {
		text-decoration: none;
		color:#000;
	}
	
	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		min-height: 450px;
		height: auto !important;
		height: 450px;
	}
	
#rightCol {
	width: 220px;
	float: right;
		position: relative;
		z-index: 999;
}

	#rightCol .ctArea {
		position: relative;
		z-index: 999;
		margin: 41px 20px 20px 0;
	}
	
	#ebcl #rightCol {
		display: none;
	}

#footer {
	clear: both;
	position: relative;
	width: 990px;
	border-top: 1px solid #7dcd00;
}

	#address {
		font-size:11px;
		margin-left: 200px;
		margin-top: -21px;
		height: auto !important;
		height: 20px;
		width: 755px !important;
		width: 790px;
		line-height: 20px;
		padding-left: 35px;
		position: relative;
		border-top: 1px solid #7dcd00;
	}
	
	#address a {
		font-size:11px;
		color: #000000;
	}
