@charset "UTF-8";
/* CSS Document */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.1;
	color: black;
	background: white;
}
/*ol, ul {
	list-style: none;
}*/

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html{overflow-y: scroll;}
body{background: url(../images/gateway/9-11/background-gradient.png) 0 0 repeat-x; font-family:Arial, Helvetica, sans-serif; color: rgb(113,127,129);}
#wrap{width:955px; margin:0 auto 0 auto; padding:0;}

#header{position: relative; padding: 30px 0 0 0; margin: 0 0 0 0;}
	#header h1{position: relative; background: url(../images/gateway/9-11/home-headline.png) 0 0 no-repeat; width: 612px; height: 187px; text-indent: -9999em;}
	#header .mvplogo{position: absolute; top: 30px; right: 0;}

#gateway {position: relative; width: 955px; margin: 25px auto 0 auto;}
#gateway div {margin-right:13px; width:228px; float:left;}
#gateway div.last {margin:0;}

#gateway a {display:block; width:228px; height:236px; background-position:0 0; background-repeat:none; text-indent:-9999em;}
#gateway a#not65 {background-image: url(../images/gateway/9-11/home-notyet-link.jpg)}
#gateway a#almost65 {background-image: url(../images/gateway/9-11/home-almost-link.jpg)}
#gateway a#over65 {background-image: url(../images/gateway/9-11/home-over-link.jpg)}
#gateway a#helping {background-image: url(../images/gateway/9-11/home-helping-link.jpg);}

#gateway a:hover {background-position: 0 -253px;}

#gateway p {font-size:1.150em; font-weight: bold; line-height: 1.3; margin:15px auto 0 auto; padding: 0 15px 0 15px;}

/* FOOTER */
#footerHome{margin-top: 160px; clear: both;}
	#footerHome p{color: #999; font-size: .8em; margin: 0 0 1em 0;}

p.disclaim{font-size: .75em;}

/* CLEARING */
/* For modern browsers */
.clear:before, .clear:after {content:""; display:block;}
.clear:after {clear:both;}
.clear {zoom:1;}/* For IE 6/7 (trigger hasLayout) */
