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

/****RESET CSS******/
html, body, div, span, object, h1, h2, h3, h4, p, a, em, font, img, strong, sub, sup, tt, var, ol, ul, li, form, label, table, caption, tbody, tr, th, td, cite, .MsoNormal{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*GLOBAL ELEMENTS***********/
html, body {
	color: #58595b;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	min-width: 968px;
	padding: 0;
	text-align: center;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
sup {
	vertical-align: text-top;
	font-size: 90%;
}
p{
	line-height:16px;
	margin-bottom:15px;
}
strong{
	color:#bac6cc;
	font-weight:bold;
}



/*END GLOBAL ELEMENTS**********/

/*DIVS****/
#container {
	text-align:left;
	margin:0 auto;
	width: 968px;
	height:auto;
	
}
#james_logo{
	margin-right:6px;
}
#main_nav{
	margin:10px 0 0 245px;
	border-top:1px #214759 solid;
	border-bottom:1px #214759 solid;
	height:21px;
	background:#e9e7da;
}
	#main_nav img{
		float:left;
		display:inline;
	}
	#main_nav a{
		float:left;
		display:inline;
	}	
	#main_nav #download_btn{
		border-right:1px #597583 solid;
	}

	#main_nav #eligibility_btn{
				display:block;
				background:url(../images/eligibility_form.jpg) no-repeat 0 0;
				width:166px;
				height:21px;
				border-right:1px #597583 solid;
			}
			#main_nav #eligibility_btn span{
				display:none;
			}			
				#main_nav #eligibility_btn:hover{
					background:url(../images/eligibility_form_over.jpg) no-repeat 0 0;
					width:166px;
					height:21px;
				}
	#main_nav #application_btn{
				display:block;
				background:url(../images/application.jpg) no-repeat 0 0;
				width:129px;
				height:21px;
				border-right:1px #597583 solid;
			}
			#main_nav #application_btn span{
				display:none;
			}			
				#main_nav #application_btn:hover{
					background:url(../images/application_over.jpg) no-repeat 0 0;
					width:129px;
					height:21px;
				}								

#banner{
	margin:10px 0 0 0;
}

	#dedicated{
		float:left;
		display:inline;
		width:495px;
	}
	#body #body_text{
		float:left;
		display:inline;
		margin-top:15px;
		width:470px;
	}
#hr_line{
	background:url(../images/hr.jpg) repeat-x;
	height:6px;
	width:100%;
}
#footer{
	margin:15px 30px 0 0;
	text-align:right;
}