@charset "UTF-8";
/* CSS Document */

/****** THESE STYLES ARE PARTICULARLY FOR THE ELIGIBILITY PAGE *******/

* {
margin: 0;
padding: 0;
}

body {
background-image: url(../img/elig_bg.jpg);
background-color: #fff;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	position:relative;
	}
	
/* --- --- HEADER --- --- */

#header {
	width: 940px;
	height: 152px;
	margin: 10px 42px 0 42px;
	background-image:url(../img/header_bg.jpg);
	}
	
#header .logo img {
	width: 350px;
	height: 100px;
	float:left;
	padding-top: 22px;
	}
	
#header #nav {
	position: absolute; 
	top: 70px;
	margin-left: 499px;  
	}

#header #nav li { 
	float: left; 
	padding: 0 15px 0 15px;
	list-style:none; 
	}

#header #nav a {
	font-size:16px;
	text-decoration:none; 
	color: #4b4136; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#header #nav a:hover,a:active {
	color: #f8981d;
	}

	
/* --- --- TYPOGRAPHY --- --- */

a:link,a:visited	{ color:#4b4136; text-decoration:underline; outline:none; }

a:hover,a:active	{ color:#f8981d; text-decoration: underline; outline:none; }

.sections {font-family:Georgia, "Times New Roman", Times, serif; font-size:30px; color:#4b4136; padding-top: 5px;}

p {font:Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 18px; color: #4b4136;}

.footer_txt {font:Georgia, "Times New Roman", Times, serif; font-size: 12px; line-height: 18px; color: #fff;}

#eligibility {
	width: 940px;
	height: 100%;
	float: left;
	}
	
#eligibility .bg {
	background-image:url(../img/elig_header.jpg); background-repeat: no-repeat;
	width: 940px;
	height: 258px;
	margin: 0 42px 0 42px;
	}
	
#eligibility .text {
	margin: 20px 42px 0 42px;
	}
	
#eligibility .text p {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	line-height: 18px;
	}
	
#eligibility table {
	font-size:12px;
	color: #4b4136;
	margin: 0 auto;
	}
	
/* ---------- TABLE CONTENT ---------- */

.table_color {
	background-color:#ededed;
	padding: 10px 0 10px 0;
	}
	
/* --- --- FOOTER --- --- */

.footwrap{float:left;padding:0;margin:1px 0 0 0;width:100%;background:#4b4136;height:145px;}
.footwrapper{padding:40px 0 5px 30px;margin:0 auto 0 auto;width:1024px;}

.left {
	height: 100%;
	margin-left: 42px; 
	width: 300px; 
	}
	
.left a {color:#fff;} 
.left a:hover {color: #f8981d;}

.left img {
	margin-left: 0px; 
	padding-top: 2px;
	}

.right { 
	height: 100%;
	width: 470px;
	margin: 0 42px 0 100px;
	}