/*
©2008 Jostens, Inc.
All Rights Reserved.
*/

/* 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color:#5e88a2;
	background: #fff;
	margin: 0px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	background: URL(bg-tile.gif);
}
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: "" "";
}
STRONG {
	font-weight: bold;
}
EM {
	font-style: italic;
}

/* Layout Elements */
#wrapper {
	margin:0px auto;
	width: 941px;
	text-align: left;
}
#mainContent {
	width: 941px;
	height: 310px;
	}
#tray {
	height:223px;
}
.prodImage {
	margin: 10px 10px 0px 30px;
	float: left;
}
#goItems {
	float: left;
	width: 232px;
	margin-left: 20px;
}
#left, #main, #right, #rncLogo, #bodyCopy, #actionItems {float:left;}
#left {
	width:4px;
	height:207px;
}
#main {
	width: 900px;
	font-size: .9em;
	padding-top: 20px;
}
#right {
	width: 4px;
	height: 207px;
	float: right;
}
.easySteps {margin-top: 15px;}
.goBtn {margin-top: 10px;}
#marathonLogo {
	float: left;
	}
#hubbubList {
	float: left;
	width: 250;
	height: 167px;
	}
.hubbListText {
	padding: 0px 0px 0px 15px;
}
.listFirstItem {
	padding-top: 10px;
}
#hubbubList UL {
	margin: 15px 0px 15px 0px;
	font-size: .85em;
	}
#hubbubList LI {
	list-style-type: disc;
	margin: 12px 0px 12px 15px;
	line-height: 16px;
	font-weight: bold;
	}
#hubbubDesc {
	float: left;
	width: 455px;
	}
#hubbubDesc P {
	padding: 10px 10px 9px 10px;
	line-height: 1.2em;
	}
#hubbubDesc EM {
	font-style: italic;
}
#hubbubDesc A			{font-size: 1.1em; font-weight: bold; }
#hubbubDesc A:LINK 		{color: #5e88a2; text-decoration: underline;}
#hubbubDesc A:VISITED 	{color: #5e88a2; text-decoration: underline;}
#hubbubDesc A:ACTIVE 	{color: #5e88a2; text-decoration: underline;}
#hubbubDesc A:HOVER 	{color: #f47321; text-decoration: underline;}
.lastDesc {
	font-size: .7em;
	line-height: 14px;
}
.returningUser {
	font-size:.75em;
	color:#fff;
	padding-top:3px;
	text-decoration:none;
	text-align: center;
}
.returningUser A:link {font-size:.75em; color: #424242; text-decoration:underline;}
.returningUser A:visited {font-size:.75em; color: #424242; text-decoration:underline;}
.returningUser A:active {font-size:.75em; color: #424242; text-decoration:none;}
.returningUser A:hover {font-size:.75em;color: #424242; text-decoration:none;}
#affiliates {
	text-align: center;
}
#footer {
	width:975px;
	margin: 0px auto;
	text-align: left;
	text-decoration: none;
	font-size: .7em;
	color: #000;
}
#leftFooter {
	padding-left: 5px;
	text-align: left;
	float: left;
}
#rightFooter {
	text-align: right;
	width: 637px;
	float: left;
}
#footer A:link {color: #5e88a2;text-decoration: underline;}
#footer A:visited {color: #5e88a2;text-decoration: underline;}
#footer A:active {color: #5e88a2;text-decoration: none;}
#footer A:hover {color: #5e88a2;text-decoration: none;}



