/*           MassMutual Half A Paycheck     */
/*                  Genuine Interactive     */
/*                              6.22.09     */

/********************************************/
/*                      Meyer CSS 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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********************************************/
/*                  end Meyer CSS Reset     */
/********************************************/

/********************************************/
/*                General/Layout Styles     */
/********************************************/
body {
	background: transparent url(../images/body-bg.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

html, body, #wrap {
	height: 100%; /* for sticky footer */
}

body > #wrap {
	height: auto; /* for sticky footer */
	min-height: 100%; /* for sticky footer */
}

#main {
	padding-bottom: 80px; /* for sticky footer */
	width: 976px;
	margin: 0 auto;
}

#footer {
	position: relative; /* for sticky footer */
	margin-top: -80px; /* for sticky footer */
	height: 80px;
	clear:both;
	background: #f7f6f4;
}

#header {
	padding: 0 9px 0 11px;
	height: 71px;
	z-index: 9000;
	position: relative; /* for z-index to work */
}
/********************************************/
/*            end General/Layout Styles     */
/********************************************/

/********************************************/
/*                       Top Nav Styles     */
/********************************************/
#top-nav {
	margin: 0 auto;
	width: 374px;
	height: 37px;
	background: #0d65b9 url(../images/nav-bg.jpg) no-repeat 0px 0px;
}

#top-nav ul li {
	float: left;
	height: 37px;
}

#top-nav ul li a {
	display: block;
	line-height: 37px;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
}

#top-nav ul li#top-nav-individual a {
	width: 101px;
}

#top-nav ul li#top-nav-small-business a {
	width: 169px;
}

#top-nav ul li#top-nav-employers a {
	width: 104px;
}

#top-nav ul li#top-nav-individual a:hover, #top-nav ul li#top-nav-individual a.selected {
	background: #0d65b9 url(../images/nav-bg.jpg) no-repeat 0px -37px;
}

#top-nav ul li#top-nav-small-business a:hover, #top-nav ul li#top-nav-small-business a.selected {
	background: #0d65b9 url(../images/nav-bg.jpg) no-repeat -101px -37px;
}

#top-nav ul li#top-nav-employers a:hover, #top-nav ul li#top-nav-employers a.selected {
	background: #0d65b9 url(../images/nav-bg.jpg) no-repeat -270px -37px;
}
/********************************************/
/*                   end Top Nav Styles     */
/********************************************/

/********************************************/
/*                        Header Styles     */
/********************************************/
#header h1 {
	margin-top: 20px;
	float: left;
}

#header h1 a {
	display: block;
	width: 249px; height: 30px;
	background: transparent url(../images/half-a-paycheck-logo.jpg) repeat-x left top;
	text-indent: -99999px;
}

#header img {
	float: right;
}
/********************************************/
/*                    end Header Styles     */
/********************************************/

/********************************************/
/*                        Footer Styles     */
/********************************************/
#footer p {
	width: 955px;
	margin: 0 auto;
	padding-top: 12px;
	font-size: 0.9em;
	color: #989898;
}

#footer p a {
	color: #989898;
	text-decoration: none;
	font-weight: bold;
	float: right;
}
/********************************************/
/*                    end Footer Styles     */
/********************************************/