/* ===============================
		::: PAGE LAYOUT :::
=============================== */

BODY {
	background: #85add3 url(../images/bg_gradient_home.jpg) top left repeat-x; }

#home-print { display: none; }
	
/* ===============================
		::: MASTHEAD :::
=============================== */

#masthead {
	height: 178px;
	width: 100%;
	background: transparent url(../images/mst_logo_home.jpg) 239px 0 no-repeat; }
	
	#masthead H1 {
		margin: 0;
		padding: 0;
		text-indent: -5000px; }


/* ===============================
		::: MENU :::
=============================== */

#menu-home {
	float: right;
	display: inline;
	margin: 0;
	width: 200px;
	background: none; }

	#menu-home UL {
		list-style: none;
		margin: 0;
		padding: 0; }

		#menu-home LI {
			margin: 0;
			padding: 0;
			list-style-image: none; }

			#menu-home A {
				display: block;
				width: 200px;
				text-indent: -5000px;
				text-decoration: none; }

	#home-evaluation A {
		height: 78px;
		background: transparent url(../images/home_assessment.jpg) 0 0 no-repeat; }
	#home-evaluation A:hover { background-position: 0 -78px; }

	#home-planning A {
		height: 63px;
		background: transparent url(../images/home_planning.jpg) 0 0 no-repeat; }
	#home-planning A:hover { background-position: 0 -63px; }

	#home-training A {
		height: 64px;
		background: transparent url(../images/home_training.jpg) 0 0 no-repeat; }
	#home-training A:hover { background-position: 0 -64px; }


/* ===============================
		::: CONTENT :::
=============================== */

#contentContainer {
	float: left;
	display: inline;
	width: 570px;
	height: 303px;
	padding: 0;
	margin: 0;
	background: transparent url(../images/home_ill.jpg) top right no-repeat; }
	
#content-home {
	float: right;
	padding: 0;
	width: 201px !important;
	height: 98px;
	margin: 205px 0 0 0;
	position: relative;
	right: -201px;
	text-indent: -5000px;
	background: transparent url(../images/home_welcome.gif) top left no-repeat; }

	#content-home A {
		text-decoration: none;
		position: absolute;
		width: 201px;
		height: 30px;
		top: 70px;
		left: 0; }

#address {
	float: left;
	clear: left;
	width: 500px;
	display: inline;
	margin: 8px 0 0 40px;
	font-size: .9em;
	line-height: 1.6em;
	color: #fff; }
