.USO body {
	padding-bottom: 60px;
}

.USO a img {
	border: none;
}

/* ******************* General ******************* */

.USO .headline { /* largest title for page areas */
	color: #e31837;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 14px 0;
	text-transform: uppercase;
}
.USO .subheadline1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.USO .subheadline2 {
	color: #eae72a;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


/* ******************* Header ******************* */


/* ******************* Main Nav ******************* */

/* background color for nav bar */
.USO .eventNavContainer {
	background-color: #00456b;
}
.USO .navItem {
	color: #fff;
}
.USO a.navItem {
	color: #333;
	text-decoration: none;
}
.USO a.navItem:hover {
	text-decoration: none;
}
.USO .selectedNavItem {
	color: #fff;
}
.USO .eventNavItem {
	color: #fff;
	padding: 0 35px;
}
.USO .firstEventNavItem {
	margin: 0 35px 0 0; 
}
.USO .lastEventNavItem {
	margin: 0 0 0 35px;
}
.USO a.eventNavItem,
.USO a.firstEventNavItem,
.USO a.lastEventNavItem {
	color: #fff;
}
.USO a.eventNavItem:hover, 
.USO a.firstEventNavItem:hover, 
.USO a.lastEventNavItem:hover {
	color: #e31837;
}
.USO a.selectedNavItem {
	color: #e31837;
}
.USO span.selectedNavItem {
	color: #e31837;
}


/* ******************* Sidenav ******************* */

.USO #leftContainer {
	margin-bottom: 0;
	padding-bottom: 0;
	background: #00456b;
}

.USO #leftContainer a.leftNavItem {
    color: #fff;
}
.USO #leftContainer a.leftNavItem:hover, 
.USO #leftContainer a.lastLeftNavItem:hover, 
.USO #leftContainer a.selectedNavItem {
    color: #e31837;
    text-decoration: none;
}


/* ******************* Body ******************* */

.USO .contentBlock { /* body text */
	color: #fff;
	padding: 15px;
}

.USO .contentBlock a { /* body links */
	color: #e31837;
	text-decoration: none;
}

.USO .contentBlock a:hover {
	color: #fff;
}


/* ******************* Homepage ******************* */

.USO #leftContainer .upperLeftContainer { /* bg img in upper left */
    margin: 0;
	width: auto;
	background: #00456b;
}
.USO .selectedarticleHeadline {
	color: #e31837;
	font-size: 11px;
	text-decoration: none;
}
.USO a.headlineLink {
	color: #e31837;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.USO a.headlineLink:hover {
	color: #fff;
	text-decoration: none;
}


.USO select {
	width: 125px;
}

.USO .emailLabel {
	color: #e31837;
}

.USO #infoBlurbContainer {
	padding: 15px 20px 20px 16px;
}

.USO #outerContainer .leftContainerBG .upperLeftContainer {
    padding: 15px;
}

.USO #outerContainer #upperRightContainer {
    margin: 0;
    padding:15px;
}

.USO #outerContainer #stayConnectedContainer, .USO #outerContainer #airDatesContainer {
    min-height: 107px;
}

/* middle column */
.USO a.centerNavItem { /* top two headline links */
	color: #fff;
}
.USO a.centerNavItem:hover {
	text-decoration: none;
	color: #fff;
}

/* right column */
.USO .newsGrid { 
	margin-top: 10px;
} 
.USO .newsGrid .header {
	background-color: transparent; /* pagination bg color */	
	color: #eae72a;
}
.USO .newsGrid .header span {
	color: #e31837;
}
.USO .newsGrid .header a {
	color: #dfd7cd;
}
.USO .newsGrid .header a:hover {
	color: #fff;
}
.USO #outerContainer #upperRightContainer {
	height:261px;
}

.USO #outerContainer #rightContainer {
	background: #00456b;
}

.USO #outerContainer #rightContainer .lowerRightContainer { /* bg img for registration */
	background: #00456b;
    height:30px;
}
.USO #outerContainer #rightContainer .lowerRightContainer_align { /* alignment registration title */
    margin-top: 8px;
    padding-left: 15px;
}

/* inside page bg img tiles */

.USO #outerContainer #upperLeftContainer { /* left sidenav */
    margin: 0;
}
.USO #outerContainer #upperRightContainer {
    margin: 0;
    padding:15px;
	background: #00456b;
}
.USO #outerContainer #stayConnectedContainer, .USO #outerContainer #airDatesContainer {
	width: auto;
	padding: 15px 15px 15px;
}
.USO #outerContainer #middleContainer {
	background: #00456b;
}

/* info page */

.USO #newsPhotosContainer {
	position: relative;
	left: 15px;
	width: 225px;
	overflow: hidden;	
}


/* live coverage page */

.USO #outerContainer #newsPhotosContainer { /* bg image adjustment */
	margin-left: -25px;
	margin-left: -23px;
	position:relative;
}

.USO .standingsGrid .resultsHeader {
	color: #e31837;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.USO .standingsGrid th {
	padding: 0 0 10px 0;
	text-align: left;
}
.USO .standingsGrid th a {
	font-weight: bold;
	text-transform: uppercase;
	color: #CACACA;
	text-decoration: none;
}
.USO .standingsGrid th a:hover {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}


/* ******************* Footer ******************* */

.USO .logoContainer  {
	width: 945px;
	margin: 0 auto;
	padding: 0 0 50px;
}

.USO #outerContainer .languageChooserContainer { /* bg color for footer nav */
    background: #7bc143;
}

.USO .firstLanguageChooserItem {
	color: #fff;
}
.USO a.languageChooserItem, 
.USO a.lastLanguageChooserItem {
	color: #fff;
}
.USO a.languageChooserItem:hover, 
.USO a.lastLanguageChooserItem:hover {
	color: #fff;
	text-decoration: none;
}
.USO a.selectedLanguageChooserItem, 
.USO a.lastSelectedLanguageChooserItem,
 
.USO a.selectedLanguageChooserItem:hover, 
.USO a.lastSelectedLanguageChooserItem:hover {
	color: #fff;
}

.USO .logoImage  {
	margin: 0 25px 30px;
}
.USO .firstLogoImage {
	margin: 0 20px 0 0;
}
.USO .lastLogoImage {
	margin: 0 0 0 20px;
}
.USO .secondRowFirstLogoImage
{
	margin: 0 20px 0 0;
}
.USO .secondRowLastLogoImage {
	margin: 0 0 0 20px;
}
.USO .secondRowLogoImage {
	margin: 0px 30px;
}
.USO .thirdRowFirstLogoImage {
	margin: 0 50px 0 0;
}
.USO .thirdRowLastLogoImage {
	margin: 0 0 0 50px;
}
.USO .thirdRowLogoImage {
	margin: 0 50px;
}
.USO #blankContent  {
	background-color: #00456b;
	height: 25px;
	margin: 0 0 -1px;
}
.USO a.navItemBlock, 
.USO a.navItemBlock:hover {
	background-color: #eae72a;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	margin-left: 5px;
	padding: 0 4px 0 4px;
}

.USO .blockText {
	background-color: #eae72a;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px;
}
.USO a.navItemActive,
.USO a.navItemActive:hover {
	color: #eae72a;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.USO a.navItemInActive, 
.USO a.navItemInActive:hover {
	color: #CACACA;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


.USO #newsPhotosContainer {
	background-color: #141413;
}
.USO .albumHeader {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 3px;
}
.USO .albumPhoto {
	padding: 6px 0;
}

.USO .standingsHeader {
	color: #cc0066;
}	
.USO .newsPagerImageCount {
	color: #cc0066;
	font-weight:bold;
}

/* faux col for 2011 */
.USO #lowerContentContainer {
	background: url("../../images/USO/bg-faux-col.gif") repeat-y scroll 0 0 transparent
}

.USO #standings_table  {
    margin-bottom: 5px;
    margin-top: 13px;
}

/* fixes */

.USO .eventBannerImage {  
	border-bottom: solid black 7px;  
	margin: -15px 0 0 -15px;  
	width: 434px;  
}

.USO .clear-both {
	height: 10px;
	clear: both;
}

.USO #rightContainer {
	/* height: 540px; */
}

.USO #leftContainer {
	height: 539px;
}

.USO #middleContainer {
	/* height: 510px; */
}



