/* RSG Microsite Style Sheet */

/*-------------------*
	PAGE AND LAYOUT
 *------------------*/
body
{
	background-color: #333333;
	font-size: 0.7em;
}

/*--------------*
	NAVIGATION
 *--------------*/

.header_tile
{
	background: url(/images/header_tile.gif);
}

.nav_tile
{
	background: url(/images/nav_tile.gif);
}

.subnav
{
	background-color: #3c3c3c;
	border-bottom: 1px solid #666666;
}

table.main_layout td.subnav table td
{
	color: #666666;
	padding: 5px 0px;
	font-family : arial, helvetica, sans-serif;
}

#subnav_item_selected
{
	color: #2780e8;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

.link_subnav
{
	padding-left: 20px;
	padding-right: 20px;
}

/*--------------*
 	HEADINGS
 *--------------*/

h2
{
	color: #2780e8;
	font-family : arial, helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

/*--------------*
	LINKS
 *--------------*/

a, .content li a
{
	color: #2780e8;
	text-decoration: none;
}

li a
{
	color: #FFFFFF;
}

.subnav a
{
	color: #FFFFFF;
	font-weight: bold;
}

.footer a
{
	color: #DCDCDC;
}

/*--------------*
	PARAGRAPHS
 *--------------*/
p
{
    font-family : arial, helvetica, sans-serif;
    padding: 0px 0px 0px 0px;
    color : #000000;
    padding: 9px 0px;
    margin: 0px;
}

p.breadcrumb
{
    font-family : arial, helvetica, sans-serif;
    padding: 7px 5px;
    margin: 0px;
    color : #999999;
}

td.content_footer p
{
	color: #DCDCDC;
}


/*-----------------------------------*
	CONTENT STRUCTURE LAYOUT TABLES
 *-----------------------------------*/
/* ### Main layout of overall page ### */
table.main_layout
{
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	border-style: none;
	border-spacing: 0px;
}

table.main_layout td
{
	padding: 0px;
	margin: 0px;
}
table.main_layout td.content
{
	background-color: #FFFFFF;
	margin: 0px;
}

table.main_layout td.content_footer
{
	background-color: #666666;
	padding: 0px 25px;
	margin: 0px;
	color: #DCDCDC;
}

table.content_layout
{
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*--------------*
	BORDERS
 *--------------*/

.grey_border, .light_grey_border
{
	border: 7px solid #464646;
	margin: 0px;
	padding: 0px;
}

.light_grey_border
{
	border-color: #666666;
}

/*-----------------------------*
	CORNERS AND BACKGROUNDS
 *-----------------------------*/

.corner, .corner_dark
{
	vertical-align: top;
	background-image: url(/images/cnr_lblue.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 1px;
	padding: 0px;
}

.corner_dark
{
	background-image: url(/images/cnr_dblue.gif);
	margin: 0px;
}

/*--------------*
	LISTS
 *--------------*/

ul
{
	list-style-image: url(/images/bullet.gif);
	margin: 0px;
	padding: 5px 0px;
}

ol
{
	margin: 0px;
	padding: 5px 0px;
}

td.content ul
{
	list-style-image: url(/images/bullet_white.gif);
}

ul li, ol li
{
	margin: 0px;
	margin-left: 20px;
	padding: 3px 0px;
	font-family : arial, helvetica, sans-serif;
    color : #000000;
}

/*--------------*
	FOOTER
 *--------------*/

.footer hr
{
	height: 1px;
	background-color: #999999;
	border: none;
}

.footer p
{
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	color: #999999;
}


/*--------------*
	QUIZ
 *--------------*/

#quiz_header
{
	background-image: url(/images/quiz_tile.gif);
	height: 26px;
	text-align: right;
}

#quiz_header span
{
	display: block;
	float: left;
	width: 60px;
	padding-top: 2px;
	height: 24px;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.5em;
	font-family : arial, helvetica, sans-serif;
}

#quiz_header span.active
{
	background-image: url(/images/quiz_selected_tile.gif);
}

#quiz
{
	width: 90%;
	font-family : arial, helvetica, sans-serif;
}

#quiz tr.row_question
{
	background-color: #f0f0f0;
}

#quiz tr.row_answer
{
	background-color: #ffffff;
}


#quiz td
{
	padding: 10px;
	vertical-align: top;
}

#quiz table.nwform_error_layout td, #quiz table.nwform_error_layout td p
{
	font-family : arial, helvetica, sans-serif;
 	padding: 0px;
 	margin: 0px;
 	color: #CC0000;
}

#quiz_h3
{
	color: #000000;
	font-family : arial, helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

#quiz_h2
{
	color: #2780e8;
	font-family : arial, helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: 5px;
	padding-bottom: 0px;
}


/*--------------*
	MISC
 *--------------*/

.fleft
{
	float: left;
}


.fright
{
	float: right;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

em
{
	color: #2780e8;
	font-weight: bold;
}

/*--------------*
	POPUP - Styles for the Tell A Friend popup window
 *--------------*/

 body.popup
 {
 	background-color: white;
 	color: black;
 	font-family : arial, helvetica, sans-serif;
 	padding: 0px;
 	margin: 0px;
 }

 body.popup p
 {
 	padding: 0px;
 	margin: 0px;
 	padding-top: 5px;
 	line-height: 1.2;
 }

 body.popup .content_nwform_error
 {
 	font-family : arial, helvetica, sans-serif;
 	font-size: 0.7em;
 	padding: 0px;
 	margin: 0px;
 	color: #CC0000;
 }

 form
 {
 	padding: 0px;
 	margin: 0px;
 }

 #tellafriend
 {
	 height: 280px;
 }