body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img, a, div, form { 
	border: 0;
	padding: 0;
	margin: 0;
}


p {
	font-size: 11px;
	color: #3d3d3d;
}

#mainWrapper {
	/* This contains all the content. 
	The image content_bg.gif will give the left column its color background */
	width: 800px;
	background: url(/images/content_bg.gif) repeat-y;
}

#header {
	position: relative;
	clear: both;
	width: 800px;
	height: 127px;
	background: #A2A2A2;
	padding-top: 10px;
	/* IE 5.x incorrectly interprets the box model and these entries 
	are used throughout to hide the correct heights and widths from IE 5.x */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 117px;
}
html>body>#header {
	height: 117px;
}

#header #branding {
	/* logo - absolutely positioned within the header */
	position: absolute;
	top: 10px;
	left: 0;
	width: 200px;
	height: 117px;
	background: #fff;
}

#branding h1 {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 117px;
}

#header #search {
	width: 600px;
	height: 94px;
	background: #C7C7C7;
	margin-left: 200px;
	position: relative;
	color: #fff;
}

#search #dropDown {
	/* drop down menu - absolutely positioned within #search */
	position: absolute;
	top: 49px;
	left: 25px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

#dropDown option, #dropDown optgroup { 
	font-size: 11px; 
}

#dropDown optgroup { 
	background: #fff;
	color: #C6C6C6; 
	font-weight: normal;
	font-style: normal;
}

#dropDown option { color: #000; }

#search #searchBox {
	/* search box - absolutely positioned within #search */
	color: #fff;
	position: absolute;
	top: 49px;
	left: 372px;
	font-size: 11px;
}

#searchBox label, #searchBox img { 
	color: #fff;
	vertical-align: middle; 
}

#searchBox input#searchField { 
	font-size: 11px; 
	vertical-align: middle;
	width: 136px;
}

#header #topNav {
	/* top navigation - absolutely positioned within #header */
	position: absolute;
	top: 10px;
	left: 474px;
	width: 305px;
	height: 17px;
	background: #A2A2A2;
	padding: 0;
	margin: 0;
}

#topNav ul {
	/* I've used unordered lists for all navigation (for semantic purposes).
	CSS has been used to display the lists horizontally and style them. */
	height: 17px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	color: #fff;
}

#topNav ul li {
	height: 17px;
	margin: 0;
	padding: 0 7px;
	display: block;
	float: left;
	border-right: 1px solid #C7C7C7;
}
#topNav ul li.last { border-right: 0; }

#topNav a { 
	color: #fff;
	text-decoration: none;
}
#topNav a:hover { text-decoration: underline; }

#header #mainNav {
	/* main navigation - absolutely positioned within #header */
	position: absolute;
	background: #fff;
	width: 600px;
	height: 23px;
	left: 200px;
	top: 104px;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	top: -3px;
	left: 0;
	list-style: none;
	position: absolute;
	width: 449px;
}

#mainNav ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#contentWrapper {
	width: 800px;
	margin: 0;
	padding: 0;
	position: relative;
}

#leftNav {
	width: 199px;
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}

#leftNav h3 {
	/* rule-set for the heading in the left navigation.
	There is a slight gradient on the background of the heading
	in the design, so a background image is used */
	margin: 0;
	padding: 3px 0 0 22px;
	width: 199px;
	height: 20px;
	background: url(/images/left_nav_h3.gif) no-repeat;
	color: #F6D181;
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 177px;
	height: 17px;
}
html>body>#leftNav h3 {
	width: 177px;
	height: 17px;
}

#leftNav ul {
	color: #fff;
	font-size: 11px;
	list-style: none;
	padding: 0;
	margin: 0 0 0 4px;
}

#leftNav ul li {
	/* background image used for the arrow to the left of the links */
	background: url(/images/left_nav_arrow.gif) no-repeat 5px 8px #FB4A4C;
	margin: 0 0 1px 0;
	line-height: 1;
	padding: 5px 0 7px 20px;
}

#leftNav ul li a {
	color: #fff;
	text-decoration: none;
	padding-right: 6px;
}

#leftNav ul li a:hover { text-decoration: underline; }


/* styles for sub menu */
#leftNav ul li.expanded { 
	background: url(/images/left_nav_down_arrow.gif) no-repeat 4px 6px #FB4A4C;
	padding-bottom: 0; 
	margin: 0;
}

#leftNav ul li ul {
	/* negative left margin used to properly place the sub menu links */
	margin: 6px 0 0 -20px;
	padding: 0;
	border-top: 1px solid #DF0024;
	list-style: none;
}

#leftNav ul li ul li {
	margin: 0;
	padding: 0;
	background-color: #FF746F;
	/* background-image: none; used to fix a CSS inheritance bug in 
	Safari 1.0.3 -- it wouldn't need to be there otherwise */
	background-image: none;
	border-bottom: 1px solid #DF0024;
	padding: 5px 0 7px 30px;
	line-height: 1;
}



#content {
	width: 450px;
	float: left;
}

#content #redBar {
	/* 1px wide background image repeated along the entire width 
	to create the 	red gradient bar */
	width: 448px;
	height: 19px;
	margin: 0 0 0 1px;
	padding: 0;
	background: url(/images/red_bar_bg.gif) repeat-x;
}
#content #subContent {
	margin: 0;
	padding: 7px 25px;
}

#subContent h2 {
	color: #DF0024;
	font-size: 17px;
	padding: 0;
	margin: 0 0 21px;
}

#subContent h3 {
	color: #DF0024;
	font-size: 11px;
	padding: 0;
	margin: 0 0 2px;
}

#subContent p {
	margin: 0 0 18px;
	line-height: 1.3;
}

#subContent a {
	color: #3d3d3d;
	text-decoration: underline;
}
#subContent a:hover { text-decoration: none; }


#sideBar a {
	color: #DF0024;
	text-decoration: none;
}
#sideBar a:hover { text-decoration: underline; }

#sideBar p#acro {
	margin: 25px 0 0 0;
	padding: 14px 12px 14px 41px;
	border-top: 1px solid #EBB742;
	border-bottom: 1px solid #EBB742;
	background: url(/images/acro.gif) no-repeat 17px 15px;
}

#homeRockImage {
	margin: 0;
	padding: 0;
	width: 450px;
	height: 165px;
}



#regRetMedia td, #regRetMedia th {
	padding: 0;
	margin: 0;
	font-size: 11px;
	border-collapse: collapse;
}

#regRetMedia th {
	border-right: 1px solid #fff;
}

#regRetMedia h3 {
	margin: 0;
	padding: 0;
	height: 41px;
}

#regRetMedia td { 
	border-right: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
	background: #F6F6F6;
	padding: 12px 20px 20px 12px;
	border-collapse: collapse;
}
#regRetMedia td.noBorder, #regRetMedia th.noBorder { border-right: 0; }

#regRetMedia a {
	color: #637167;
	text-decoration: underline;
}
#regRetMedia a:hover { text-decoration: none; }


div.newsEntry p, div.newsEntry2 p {
	/* styles for the paragraphs in the news entries */
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #3D3D3D;
}

#content div.noBottomBorder { border-bottom: 0; }
span.date { color: #DF0024; }

div.newsEntry a, div.newsEntry2 a {
	color: #DF0024;
	font-weight: bold;
	text-decoration: none;
}
div.newsEntry a:hover, div.newsEntry2 a:hover { text-decoration: underline; }

div.newsEntry p.arrowLink, div.newsEntry2 p.arrowLink {
	text-align: right;
	margin-top: 7px;
}

#sideBar {
	/* sideBar - right column */
	top: 104px;
	float: right;
	width: 149px;
}

#sideBar h4 {
	/* styles for side bar entry headings - gradient background image used */
	margin: 0 0 1px 0;
	padding: 4px 0 0 15px;
	width: 149px;
	height: 19px;
	background: url(/images/sidebar_h4.gif) no-repeat;
	font-weight: normal;
	color: #3D3D3D;
	font-size: 11px;
	line-height: 1;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 134px;
	height: 15px;
}
html>body>#sideBar h4 {
	width: 134px;
	height: 15px;
}

#sideBar .sideBarEntry {
	margin: 0 0 17px;
	padding: 0;
}

#sideBar p {
	margin: 6px 4px 14px 12px;
	padding: 0;
}

#sideBar a {
	color: #3d3d3d;
	text-decoration: underline;
}
#sideBar a:hover { text-decoration: none; }

#sideBar .sideBarImg, #sideBar .sideBarImgBordered {
	text-align: center;
	margin: 0px 0;
}

/* added style to remove need for div.yellowSeparator class */
#sideBar .sideBarImgBordered {
	padding: 15px 0;
	border-bottom: 1px solid #EBB742;
}

#footer { 
	/* footer - needs clear: both; to make sure it clears all the floated columns above */
	clear: both; 
	width: 800px;
	height: 43px;
	position: relative;
	background: #C7C7C7;
	color: #fff;
	font-size: 11px;
	border-top: 1px solid #fff;
}

#footer ul {
	/* footer navigations - positioned absolutely within the footer */
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
}

ul#footerLeft { left: 15px; }
ul#footerRight { right: 16px; }

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }


.middle { vertical-align: middle; }

