body {
	background-image: url(/images/body_bg3.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
}

*.clearboth {
	clear: both !important;
}

strong {
	font-weight: bold !important;
}

.clearBoth {
	clear: both !important;
	height: 0 !important;
	font-size: 0 !important;
}

/*	header
-------------------------------------------------------------------------------*/
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 590px;
	height: 114px;
	background-image: url(/images/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*#slogan {
	position: absolute;
	top: 45px;
	left: 170px;
	width: 563px;
	height: 65px;
	background-image: url(/images/slogan-2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}*/

a:link#slogan,
a:visited#slogan {
	display: block;
	position: absolute;
	top: 47px;
	left: 165px;
	width: 568px;
	height: 64px;
	background-image: url(/images/slogan-4.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*a:hover#slogan {
	background-position: 0 -64px;
}*/

#keys {
	position: absolute;
	top: 0;
	right: 25px;
	width: 235px;
	height: 150px;
	background-image: url(/images/keys3.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
	
	/* top_navigation
	-------------------------------------------------------------------*/
	#top_navigation {
		position: absolute;
		top: 5px;
		right: 170px;
		z-index: 10;
	}
	
		#top_navigation li {
			float: left;
			padding: 0 10px;
			font-size: 0.8em;
		}
		
			#top_navigation li a:link,
			#top_navigation li a:visited {
				background-color: inherit;
				color: #fff;
				text-decoration: none;
			}
			
			#top_navigation li a:hover,
			#top_navigation li a:link.topActiveState,
			#top_navigation li a:visited.topActiveState {
				background-color: inherit;
				color: #8db728;
			}
			
	/* top_navigation
	---------------------------------------------------------------------*/		
	#main_navigation {
		position: absolute;
		top: 123px;
		left: 0;
		z-index: 10;
		height: 27px;
	}
	
		#main_navigation li {
			float: left;
			padding: 6px 15px 0 15px;
			font-size: 1em;
			border-right: 1px #fff solid;
			height: 21px;
		}
		
			#main_navigation li a:link,
			#main_navigation li a:visited {
				background-color: inherit;
				color: #fff;
				font-weight: bold;
				font-size: 0.9em;
			}
			
			#main_navigation li a:hover {
				background-color: inherit;
				color: #5a2e91;
			}
			
		#main_navigation li.active {
			background-image: url(/images/active1_bg.png);
			background-position: 0 0;
			background-repeat: repeat-x;
			padding-top: 4px;
			height: 23px;
		}
		
			#main_navigation li.active a:link,
			#main_navigation li.active a:visited,
			#main_navigation li.active a:hover {
				text-decoration: none;
				background-color: inherit;
				color: #fff;
			}

/*	container
-------------------------------------------------------------------------------*/
div.block {
	background-color: #eee;
	color: #000;
	padding: 0;
}
	
	/*	container - text format (p, h ,a, ul, li)
	-------------------------------------------------------------------*/
	h3 {
		height: 18px; /*24*/
		font-size: 0.8em;
		padding: 6px 0 0 24px;
		margin: 0;
		background-color: #5a2e91;
		color: #fff;
		background-image: url(/images/dot_point.png);
		background-position: 9px 9px;
		background-repeat: no-repeat;
	}
	
	h3 a:link,
	h3 a:visited {
		background-color: inherit;
		color: #fff !important;	
	}
	
	h3.arrow {
		background-image: url(/images/dot_arrow.png);
	}
	
	h4 {
		font-size: 0.7em;
		padding: 4px 4px 4px 19px;
		margin: 10px;
		background-color: #aad040;
		color: #000;
		background-image: url(/images/dot_point_2.png);
		background-position: 8px 8px;
		background-repeat: no-repeat;
	}


/*	footer_cover
-------------------------------------------------------------------------------*/
#footer_cover {
	height: 24px;
	background-image: url(/images/body_bg2.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

	#footer {
		font-size: 12px;
		background-color: inherit;
		color: #fff;
		padding: 5px 0 0 10px;
	}
	
		#footer a:link,
		#footer a:visited {
			background-color: inherit;
			color: #fff;
			font-weight: bold;
		}
		
		#footer a:hover {
			background-color: inherit;
			color: #5a2e91;
		}
		
		#footer2 {
			padding: 12px 0 20px 10px;
			font-size: 11px;
		}
		
			#footer2 a:link,
			#footer2 a:visited {
				background-color: inherit;
				color: #000;	
			}
