@charset "utf-8";
/***************************** CSS Document <---*****************************/

/***************************** UNIVERSAL STUFF <---*****************************/
body {
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#frame {
	width:800px;
	margin-top:15px;
	text-align:left;
	background-color:#FFFFFF;
	margin:auto;
}

h1 {
font-size:16px;
}

p {
	font-size:12px;
}

li {
	font-size:14px;
}

a:link {
color:#FFFFFF;
}

a:visited {
color:#FFFFFF;
}

a:active {
color:#FFFFFF;
}

a:hover {
color:#FFFFFF;
text-decoration:none;
}

a img {
border: none; 
}
/***************************** HEADER <---*****************************/
#header {
	width:800px;
	height:100px;
	background-image:url(images/header.jpg);
}


/*****************************  MAIN BOX  <---*****************************/
#main {
	float:right;
	width:600px;
	height:300px;
	vertical-align:top;
	max-width:600px;
	background-image: url(images/mainback.jpg);
	position:relative;
}
/*****************************  MAIN TEXT  <---*****************************/
.text {
	position: absolute;
	left: 22px;
	top: 18px;
	width: 577px;
	height: 277px;
}




/*****************************  IMAGE INSIDE MAIN BOX  <---*****************************/
.applyimage {
	position: absolute;
	left: 415px;
	top: 129px;

}

/***************************** GREY BOX BELOW MAIN BOX  <---*****************************/
#main2 {
	position:relative;
	width:800px;
	height:327px;
	float:left;
	vertical-align:top;
	background-image:url(images/bottom-10.jpg);
}

.greycontentbox {
	position: absolute;
	background-image:url(images/greybox.jpg);
	left: 408px;
	top: 10px;
	width: 386px;
	height: 311px;
}

.textinsidegraybox {
	position: absolute;
	left: 24px;
	top: 23px;
	width: 331px;
	height: 246px;
}

.othertextoutsidegraybox{
	position: absolute;
	left: 17px;
	top: 20px;
	width: 377px;
	height: 299px;

}

.logos {
	position:absolute;
	left: 1px;
	top: 214px;

}

/***************************** CONTENT BOX ON LEFT SIDE <---*****************************/
#leftcontent {
	float:left;
	width:200px;
	height:300px;
	vertical-align:text-top;
	background-color:#000000;
}


/***************************** FOOTER <---*****************************/
#footer {
	float:right;
	width:800px;
	height:300px;
	background-image:url(images/bottom-20.jpg);
	background-position:bottom;
	position:relative;
}

.footerpicture{
	position:absolute;
	left: 462px;
	top: 24px;
}

.footertext1{
	position:absolute;
	left: 17px;
	top: 25px;
	width: 306px;
	height: 194px;

}

.footertext2 {
position:absolute;
}
/*****************************  NAVIGATION BAR  <---*****************************/
#navigation {
	width:800px;
	background-color:#000000;
	height:40px;
	float:left;
	position:relative;
}

.habloespanol{
	position:absolute;
	left: 1px;
	top: 22px;
	width: 210px;
}
/*****************************  END NAVIGATION BAR  <---*****************************/

/*****************************  NAVIGATION BUTTONS  <---*****************************/
.navigationbutton1 {
	width:48px;
	background-color:#000000;
	position: absolute;
	left: 208px;
	bottom:1px;
}
.navigationbutton2 {
	width:130px;
	background-color:#000000;
	position: absolute;
	left: 257px;
	bottom:1px;
}
.navigationbutton3 {
	width:129px;
	background-color:#000000;
	position: absolute;
	left: 388px;
	bottom:1px;
}
.navigationbutton4 {
	width:142px;
	background-color:#000000;
	position: absolute;
	left: 517px;
	bottom:1px;
}
.navigationbutton5 {
	width:62px;
	background-color:#000000;
	position: absolute;
	left: 659px;
	bottom:1px;
}
.navigationbutton6 {
	width:79px;
	background-color:#000000;
	position: absolute;
	left: 721px;
	bottom:1px;
}
/*****************************  END NAVIGATION BUTTONS  <---*****************************/
