html {
	background: #000 url(theme/background.jpg) top center no-repeat;
}

#accountNav .currentSite { display: block; }

.siteContainer {
	background: #fff url(theme/siteContainer.jpg) top center no-repeat;
}

#panelTwo {
	padding-top: 20px;
}

#topNav {
	background: #202020 url(theme/topNav.png) top left repeat-x;
	overflow: visible;
}

#topNav tr td a {
	color: #7a7a7a;
	text-transform: uppercase;
	padding: 13px 20px 12px;
}

#topNav tr td.selected a, #topNav tr td:hover a {
	color: #fff;
}

/* DROPDOWN NAVIGATION */

#topNav tr td ul, #topNav tr td.selected ul {
	/* z-index: 150; */
	box-shadow: none;
	background: #000 none;
}

#topNav tr td ul li, #topNav tr td.selected ul li {
	border: none;
	margin: 0;
	padding: 0 20px;
}

#topNav tr td ul li:hover, #topNav tr td.selected ul li:hover {
	background: transparent none;
	margin: 0;
}

#topNav tr td ul li a, #topNav tr td.selected ul li a {
	padding: 5px 0 4px;
	background: transparent none;
	margin: 0;
	border: none;
	border-top: 1px solid #222;
}

#topNav td ul li:hover > ul, #topNav td ul li.hover > ul {
	display: none;
}

#topNav tr td.selected ul li a {
	color: #7A7A7A;
}

#topNav tr td.selected ul li a:hover {
	color: #fff !important;
}
#topNav td ul li a:hover {
    color: #777;
}

#topNav tr td.selected ul li:first-child a, #topNav tr td.selected ul li:first-child a:hover,
#topNav tr td.selected ul li:first-child:hover a, #topNav tr td.selected ul li:first-child:hover a:hover,
#topNav tr td ul li:first-child a, #topNav tr td ul li:first-child a:hover,
#topNav tr td ul li:first-child:hover a, #topNav tr td ul li:first-child:hover a:hover {
	border-top: none;
}

#topNav tr td.selected ul li.hover, #topNav tr td.selected ul li:hover,
#topNav tr td.selected ul li.hover a, #topNav tr td.selected ul li:hover a,
#topNav tr td ul li.hover, #topNav tr td ul li:hover,
#topNav tr td ul li.hover a, #topNav tr td ul li:hover a {
	background: #000 none !important;
}

#topNav tr td.selected ul li.hover a, #topNav tr td.selected ul li:hover a
#topNav tr td ul li.hover a, #topNav tr td ul li:hover a {
	background: #000 none !important;
	margin: 0;
	border: none;
	border-top: 1px solid #222;
}

#topNav tr td ul li.hover:first-child a, #topNav tr td.selected ul li.hover:first-child a  {
	border-top: none !important;
}

#topNav .dropdown-disclosure {
	background: transparent none;
}

/* SITE HEADER */

#siteHeader {
	background-color: transparent;
}

#siteHeader #adminNav {
	top: 75px;
	bottom: auto;
	right: 0;
	z-index: 30;
}

#siteHeader .adminToggle {
	background: transparent url(theme/adminToggle.png) top right no-repeat;
	top: 75px;
	bottom: auto;
	height: 38px;
	right: 155px;
	width: 76px;
	z-index: 30;
}

#pageContentContainer, .layoutContainer {
	overflow: hidden;
}

.flashVideoContainer {
	position: absolute;
	top: 165px;
	left: 0;
	z-index: 100;
}

#siteContainer2.one_panel #panelTwo .flashVideoContainer {
	margin-left: 0;
}

.edit_mode .flashVideoContainer {
	position: static;
}

.subNav {
	padding-top: 12px;
}

.subNav h4, .subNav ul.parents li {
	display: none;
}

.subNav ul.parents li.selected {
	display: block;
}

.subNav ul.parents li.selected a {
	font: bold 15px/1.6 arial,sans-serif;
	color: #454545;
	padding-bottom: 5px;
}

.subNav ul li a {
	border: none;
	border-bottom: 1px solid #bcbcbc;
}

.relatedSections {
	display: none;
}

#displayBodyHeader {
	text-indent: -9999px;
	background: #383838 url(theme/displayBodyHeader.png) top right no-repeat;
}

.vegasLink, .bendLink {
	text-indent: -9999px;
	position: absolute;
	bottom: 0; left: 0;
	display: block;
	height: 70px; width: 490px;
	z-index: 125;
	background: transparent url(theme/locationLinks.png) 0 0 no-repeat;
	display: none;
}

.vegasLink:hover {
	background-position: 0 -70px;
}

.bendLink {
	left: 489px;
	background-position: -489px 0;
}

.bendLink:hover {
	background-position: -489px -70px;
}

.layoutContainer {
	padding-bottom: 0;
	margin-bottom: 20px;
}

.pageElement a {
	color: #454545;
}

.pageElement a:hover {
	color: #666 !important;
}

.pageElement h3 {
	font: bold 15px/1.6 arial, sans-serif;
	color: #454545;
}

.pageTitle .pageElement {
	margin-bottom: 0 !important;
}

.pageTitle h3 {
	padding: 0;
	border-bottom: 1px solid #bcbcbc;
}

.newsAggregatorElement .commentsAndMore {
	display: none;
}

.newsAggregatorElement .item {
	padding-top: 25px;
	border: none;
	border-bottom: 1px solid #bcbcbc;
}

.newsAggregatorElement .item[style="text-align:right;"], .newsAggregatorElement .item[style="text-align: right;"] {
	border-bottom: none;
	text-align: left !important;
	padding: 15px 0;
}

.newsAggregatorElement .teaser {
	padding-top: 5px;
	font: normal 12px/1.6 arial, sans-serif;
	color: #797a7d;
}

.pageTitle h3 span {
	padding-bottom: 5px;
	display: block;
}

.textBlockElement h3 {
	padding: 0;
}

.textBlockElement p {
	font: normal 12px/1.6 arial, sans-serif;
	color: #797a7d;
	margin-bottom: 0;
}

.textBlockElement p a {
	color: #454545;
	text-decoration: underline;
}

.textBlockElement p a:hover {
	color: #666;
}

.hrElement {
	border: none;
	border-top: 1px solid #bcbcbc;
}

.pageElement .teaserText {
	font: normal 14px/1.8 arial, sans-serif;
	color: #797a7d;
	margin-bottom: 0;
}

#siteFooter {
	position: relative;
}

#siteFooter ul li {
	display: inline;
	padding: 5px 0;
}

#siteFooter ul li:first-child {
	display: block;
}

#siteFooter ul li:first-child a {
	border: none;
}

#siteFooter ul li a {
	border-left: 1px solid #fff;
	padding: 0 5px;
}

#siteFooter ul li a[href="/legal/terms_of_use"] {
	border-left: none;
}

.twtr-hd, .twtr-ft {
	display: none;
}

.twtr-widget .twtr-tweet {
	border: none !important;
}

.twtr-widget .twtr-tweet-wrap {
	padding: 0 0 10px !important;
}

.twtr-tweets .twtr-tweet-wrap .twtr-tweet-text p {
	font: 12px/1.6 arial !important;
}

.socialButtons img {
	margin: 0 20px 0 0;
}

.formElement {
	background: transparent none;
}

.formElement hr {
	border: none;
	border-top: 1px solid #CCCCCC;
}

.anthemLogo {
	position: absolute;
	bottom: 25px;
	right: 25px;
	visibility: hidden;
	height:0;
	width:0;
}

/* HERO CONTENT */

#siteContainer2.one_panel #panelTwo .heroContent { position: absolute; top: 165px; left: 0; width: 980px; height: 400px; margin: 0; padding: 0; z-index: 150; }
#siteContainer2.one_panel #panelTwo .heroContent .pageElement { margin: 0; padding: 0; }
.edit_mode #siteContainer2.one_panel #panelTwo .heroContent { position: static; width: auto; height: auto; }

#siteContainer2.two_panel .oneColumn .column1 .pageElement, #siteContainer2.two_panel .twoColumn5050 .column2 .pageElement, #siteContainer2.two_panel .twoColumn6633 .column2 .pageElement, #siteContainer2.two_panel .twoColumn3366 .column2 .pageElement, #siteContainer2.two_panel .threeColumn333333 .column3 .pageElement, #siteContainer2.two_panel .threeColumn502525 .column3 .pageElement, #siteContainer2.two_panel .threeColumn255025 .column3 .pageElement, #siteContainer2.two_panel .threeColumn252550 .column3 .pageElement, #siteContainer2.two_panel .oneColumn .column1 .hrElement, #siteContainer2.two_panel .twoColumn5050 .column2 .hrElement, #siteContainer2.two_panel .twoColumn6633 .column2 .hrElement, #siteContainer2.two_panel .twoColumn3366 .column2 .hrElement, #siteContainer2.two_panel .threeColumn333333 .column3 .hrElement, #siteContainer2.two_panel .threeColumn502525 .column3 .hrElement, #siteContainer2.two_panel .threeColumn255025 .column3 .hrElement, #siteContainer2.two_panel .threeColumn252550 .column3 .hrElement { margin-right: 25px !important; }

/* IMAGE ROTATOR */

div.rotator { position: relative; height: 318px; }
div.rotator ul li { float: left; position: absolute; list-style: none; }
div.rotator ul li.show { z-index: 500; }