/* --------------------------------  Defaults  -------------------------------- */

body {
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif;
	font-size: 11px;
	color: #000;
	background-color:#FFF;
        text-align:center;
}

span {
	font-family:arial, sans-serif;
	font-size:1em;
	font-weight:normal;
}

a:link, a:visited {
	font-weight:normal;
	color:#AE2D24;
	text-decoration:underline;
	border:none;
}

a:hover, a:active {
	font-weight:normal;
	color:#AE2D24;
	text-decoration:none;
	border:none;
}

div {
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif;
	text-align:left;
	color:#000;
	background-color:transparent;
}

img {
	margin:0px;
	border:0px;
	padding:0px;
	vertical-align:top;
}

p {
	color: #000000;
	margin-top:0;
}

table {
	border:0;
	padding:0;
}

td {
	text-align:left;
	border:0px;
	margin:0px;
	vertical-align:top;
	color:#333;
	font-size:12px;
}

th {
	text-align:left;
	border:0;
	border-bottom:1px solid #5C5D5B;
	margin:0;
	padding:5px 0;
	vertical-align:top;
	color:#5C5D5B;
	font-size:12px;
	font-weight:bold;
}

h1 {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px;
}

h2 {
	//color:#AE2D24;
	color:#CC3300;
	font-size:14px;
	font-weight:bold;
	margin:0;
}

form {
	margin-bottom:0;
}

/* --------------------------------  Div ID's  -------------------------------- */

#header1 {
	width:972px;
	height:108px;
	margin:0px 0px auto;
	padding:0px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#top_menu {
	float:right;
	margin:14px 16px;
	text-align:right;
}

#logo {
	width:452px;
	height:74px;
	vertical-align:middle;
	float:left;
	padding:0px;
	margin:14px 36px;
}

#footer {
	width:972px;
	height:36px;
	min-height:36px;
	margin:0px 0px auto;
	padding:0px;
}

#footer_copy {
	margin:8px 36px;
	color:#AE2D24;
}

#main_menu {
	width:234px;
	overflow:hidden;
}

/* --------------------------------  Div Classes  -------------------------------- */

div.orange_hdr {
	background-color:#F4901D;
	width:936px;
	height:8px;
	border:none;
	margin:0px;
	margin-left:36px;
}

div.red_hdr {
	background-color:#AE2D24;
	width:972px;
	height:99px;
	border:none;
	margin:0px;
}

div.red_line {
	width:972px;
	height:1px;
	background-color:#AE2D24;
}

div.gray_line {
	width:394px;
	height:1px;
	background-color:#666;
	margin-bottom:12px;
}

div.shadow_top {
	width:702px;
	height:8px;
	background-image:url(/images/banner-drop-shadow-trans.png);
	background-repeat:repeat-x;
}

div.hp_quote {
	width:388px;
	height:93px;
	top: 195px;
	left: 314px;
	position: absolute;
	z-index: 5;
	background-image:url(/images/text_highlight_bg-trans.png);
	background-repeat:no-repeat;
}

div.hp_quote_text {
	margin:auto 30px auto 15px;
	padding-top:18px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:20px;
	color:#333333;
	line-height:24px;
	text-align:right;
	z-index: 5;
	position: relative;
	opacity:0.85;
	filter:alpha(opacity=85);
}

div.hp_header_text {
	padding-top:0px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:20px;
	color:#FF6600;
	line-height:24px;
	text-align:left;
}

div.hp_copy_text {
	padding-top:16px;
	padding-bottom:5px;
	font-weight:normal;
	font-size:14px;
	color:#333333;
	line-height:16px;
	text-align:left;
}

div.staff
{
  position: relative;
  width: 150px;
  height: 150px;
  font-size: 11px;
}

div.staff h3
{
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding-top: 4px;
}

div.staff a, div.staff a:link, div.staff a:visited, div.staff a:active
{
  text-decoration: none;
  border: 0px;
  outline: 0px;
}


div.staff_info
{
  color: #FFFFFF;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 52px;
  width: 136px;
  padding: 0px 7px;
  background-color: #000000;
}

div.staff_info a, div.staff_info a:visited, div.staff_info a:active
{
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
}


div.end {
	margin-right:0;
}


a.opacityit+div, a.opacityit+div {
	filter:alpha(opacity=40);
	opacity:0.4;
}

a.opacityit:hover+div, a.opacityit+div:hover {
	filter:alpha(opacity=100);
	opacity:1.0;
}

a.opacityit+div:hover a, a.opacityit+div:hover a:visited, a.opacityit+div:hover a:active
{
  color: #FFFFFF;
}


/* --------------------------------  Other Classes  -------------------------------- */

a.top_nav:link, a.top_nav:visited {
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	border:none;
}

a.top_nav:hover, a.top_nav:active {
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}

span.address {
	font-weight:bold;
	font-size:12px;
	color:#F8B76D;
}

span.hdr_spacer {
	color:#FFF;
}

a.footer:link, a.footer:visited {
	font-weight:normal;
	font-size:11px;
	color:#AE2D24;
	text-decoration:underline;
	border:none;
}

a.footer:hover, a.footer:active {
	font-weight:normal;
	font-size:11px;
	color:#AE2D24;
	text-decoration:none;
	border:none;
}

img.quote_image {
	padding:0 15px 4px 0;
	float:left;
}
 
td.mp3 {
	font-weight:normal;
	font-size:12px;
	padding:5px 5px 5px 0;
}

td.itunes {
	/* line-height:20px; *** RESTORE FOR ITUNES *** */
}

.flash_controls {
	position:relative;
	left:30px;
	top:-16px;
}

td.contact {
	font-weight:normal;
	font-size:12px;
	padding:5px 5px 5px 0;
}

td.contact h3 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:0;
}

td.affinity {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:0;
}

.readmore {
	background-image:url(images/dropdown-bg.gif);
	background-repeat:repeat-x;
	height:20px;
	float:right;
	position:relative;
	top:-1px;
	text-decoration:none;
}

.readmore_text {
	color:#AE2D24;
	font-size:10px;
	text-decoration:none;
	position:relative;
	top:1px;
}

/* --------------------------------  Include Sidebar Classes  -------------------------------- */

div.green_top {
	width:234px;
	height:10px;
	background-image:url(/images/sidebar-green-top-trans.png);
}

div.green_center {
	width:234px;
	background-color:#DEEBB9;
}

div.green_center h3 {
	font-weight:bold;
	font-size:12px;
	margin:0;
}

div.green_center a {
	font-weight:bold;
}

div.green_bottom {
	width:234px;
	height:10px;
	background-image:url(/images/sidebar-green-bottom-trans.png);
}

div.green_bl {
	background: transparent url(/images/generic_bl.gif) no-repeat scroll left bottom;
}

div.green_br {
	background: #DEEBB9 url(/images/generic_br.gif) no-repeat scroll right bottom;
}

div.green_min_height
{
  min-height:119px;
}



div.green_top_mid {
	width:394px;
	height:10px;
	background-image:url(/images/center-green-top-trans.png);
}

div.green_center_mid {
	width:394px;
	background-color:#DEEBB9;
}

div.green_center_mid h3 {
	font-weight:bold;
	font-size:12px;
	margin:0;
}

div.green_center_mid a {
	font-weight:bold;
}

div.green_bottom_mid {
	width:394px;
	height:10px;
	background-image:url(/images/center-green-bottom-trans.png);
}



div.beige_top {
	width:234px;
	height:10px;
	background-image:url(/images/sidebar-beige-top-trans.png);
}

div.beige_quote {
	width:234px;
	background:#E3E0D9 url(/images/sidebar-beige-quote-top-trans.png) no-repeat top;
}

div.beige_quote span {
	font-weight:bold;
	font-size:13px;
	color:#333333;
	line-height:18px;
}

div.beige_center {
	width:234px;
	background-color:#E3E0D9;
}

div.beige_center h3 {
	font-weight:bold;
	font-size:12px;
	margin:0;
}

div.beige_center a {
	font-weight:bold;
}

div.beige_bottom {
	width:234px;
	height:10px;
	background-image:url(/images/sidebar-beige-bottom-trans.png);
}


div.purple_top {
	width:234px;
	height:10px;
	background-image:url(/images/sidebar-purple-top-trans.png);
}

div.purple_quote {
	width:234px;
	background:#CECCE6 url(/images/sidebar-purple-quote-top-trans.png) no-repeat top;
}

div.purple_center {
	width:234px;
	background-color:#CECCE6;
}

div.purple_center h3 {
	font-weight:bold;
	font-size:12px;
	margin:0;
}

div.purple_center a {
	font-weight:bold;
}

div.purple_bottom {
	width:234px;
	height:10px;
	background-image:url(/images/sidebar-purple-bottom-trans.png);
}

div.yellow_top {
	width:234px;
	height:10px;
	background-image:url(/images/sidebar-yellow-top-trans.png);
}

div.yellow_quote span {
	font-weight:bold;
	font-size:13px;
	color:#333333;
	line-height:18px;
}

div.yellow_center {
	width:234px;
	background-color:#FFD987;
}

div.yellow_center h3 {
	font-weight:bold;
	font-size:12px;
	margin:0;
}

div.yellow_center a {
	font-weight:bold;
}

div.yellow_bottom {
	width:234px;
	height:10px;
	background-image:url(/images/sidebar-yellow-bottom-trans.png);
	margin: 0px;
	padding: 0px;
}

div.yellow_bl {
	background: transparent url(/images/generic_bl.gif) no-repeat scroll left bottom;
}

div.yellow_br {
	background: #FFD987 url(/images/generic_br.gif) no-repeat scroll right bottom;
}

div.yellow_min_height
{
  min-height:119px;
}

div.trans_center {
	width:234px;
	background-color:transparent;
	z-index: 5;
	position:relative;
	min-height:151px;
}

#header1
{
  margin-left: auto;
  margin-right: auto;
}
