﻿/* ----------------------------------------------------------- */
/*                       L1 HOME PAGE                          */
/*                LAYOUT STYLES FOR BROWSER                    */
/* ----------------------------------------------------------- */

#container {
	position: relative;
	margin: 0 auto 15px auto;
	top: 15px;
	width: 815px;
	height: 1100px;
	background-color: #FFF;
	border:#CCC 3px solid;
}

#logo {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 200px;
	height: 150px;
	border-width: 0;
}

#leftBoxes {
	position: absolute;
	left: 15px;
	top: 170px;
	width: 200px;
	height: 700px;
}

#navTop {
	position: absolute;
	left: 230px;
	top: 15px;
	width: 570px;
	height: 20px;
}

#navButtons {
	position: absolute;
	left: 230px;
	top: 43px;
	width: 570px;
	height: 61px;
}

#mainImage {
	position: absolute;
	left: 230px;
	top: 105px;
	width: 570px;
	height: 260px;
}

#mainContent {
	position: absolute;
	left: 230px;
	top: 375px;
	width: 360px;
	height: 375px;
	text-align: left;
}

#rightBoxes {
	position: absolute;
	left: 600px;
	top: 375px;
	width: 200px;
	height: 375px;
	text-align: center;
}

#footer{
	position: absolute;
	left: 215px;
	top: 1025px;
	width: 585px;
	height: 50px;
	}

/* ------------------ NAVIGATION BUTTONS  -------------------- */

div.learn {
	float: left;
	width: 190px;
	height: 61px;
	background: url("images/hm_NavLearn.gif") 0 0px no-repeat;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
}

div.learn a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url("images/hm_NavLearn.gif") 0 -62px no-repeat;
}

div.learn a:hover {
	background-image: none;
}

div.apply {
	float: left;
	width: 189px;
	height: 61px;
	background: url("images/hm_NavApply.gif") 0 0px no-repeat;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0;
}

div.apply a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url("images/hm_NavApply.gif") 0 -62px no-repeat;
}

div.apply a:hover {
	background-image: none;
}
	
div.donate {
	float: left;
	width: 189px;
	height: 61px;
	background: url("images/hm_NavDonate.gif") 0 0px no-repeat;
	margin-top: 0;
	margin-bottom: 1px;
	margin-left: 0px;
}

div.donate a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url("images/hm_NavDonate.gif") 0 -62px no-repeat;
}

div.donate a:hover {
	background-image: none;
}
 

