/* Main Layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg.jpg);
}
#contactUsForm {
	display: none;
}
#contactUsForm2 {
	display:none;
}
#showContactForm {
	cursor: pointer;
	color: #c9da2a;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	float:right;
	border: 1px solid #555;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background:#000;
}
/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.sendToFriend {
	cursor:pointer;
}
.sendToFriend:hover {
	color: #006699;

}

#nav-one {
	height: 16px;
}
.nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.navButton li a, .nav li a:link, .navButton li a:active, .navButton li a:visited {
  font: bold 14px Arial, Helvetica, sans-serif;
  background: #fff;
  color: #000;
  display: block;
  padding-left: 10px;
  padding-right: 9px;
  text-transform:uppercase;
  text-decoration: none;
}


.nav li a:hover {
  background: #ccc;
  color: #000;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #000;
  color: #fff;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #fff;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  list-style: none;
  margin: 0;
  width: 140px;
  position: absolute;
  top: -999em;
  left: 0px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  width: 140px;
  background: #000000;
  padding-top: 5px;
  top: 16px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border-bottom: 0;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 121px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}
.imgborder {
	border: 2px solid #000;
}
.imgborder:hover {
	border: 2px solid #00A1EC;
}
.navButtonOn li a:link, .navButtonOn li a:visited, .navButtonOn li a:hover {
  font: bold 14px Arial, Helvetica, sans-serif;
  background:#000000;
  color: #C9DA2A;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  text-transform:uppercase;
  text-decoration: none;
}
/* Links */
a {
	font-weight:bold;
	color: #00ACEE;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#333333;
}

a.adThumb {
	color: #000;
}
a.adThumb:hover {
	color:#00ACEE;
}

.hiddenLink, #hiddenLink {
	display: none;
}

/* Layout */
#notionHolder {
	margin: auto;
	width: 750px;
	margin-top: 10px;
}
#mainTop {
	width: 723px;
	height: 20px;
	background:url(../images/notion_logo_top.gif);
	padding-top: 139px;
	display:table-cell;
	text-align: right;
	padding-right: 27px;
}
#mainNavigation {
	font-weight:bold;
	text-transform: uppercase;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	background:#ffffff;
	width: 695px;
	margin-left: 26px;
	text-align:center;
}
.navButton ul, .navButton li {
	list-style: none;
	display:inline;
	margin:0px;
	padding: 0px;
}
.navButton ul li ul {
	position: relative;
	top: 20px;
	z-index:10;
}
.navButton a {
	padding-left: 13px;
	padding-right: 13px;
	color: #000000;
	text-decoration: none;
}
.navButton a:hover{
	background:#000000;
	color: #ffffff;
}
.navButtonOn a {
	padding-left: 13px;
	padding-right: 14px;
	background:#000000;
	color: #C9DA2A;
	text-decoration:none;
}
.navSubMenu {
	background:#CCCCCC;
	position: relative;
	display:run-in;
	top: 20px;
}
#mainContent {
	border: 3px solid #000000;
	background:#ffffff;
	width: 695px;
	margin-left: 26px;
}
#mainFooter {
	background:url(../images/footer.gif) no-repeat top left #000000;
	padding-top: 10px;
	border: 3px solid #000000;
	border-top: 0px;
	width: 695px;
	margin-left: 26px;
	color: #C9DA2A;
	text-transform:uppercase;
	font-size: 10px;
	text-align:center;
	clear:both;
}
#mainFooter a {
	color: #00ACEE;
	text-transform:uppercase;
	text-decoration:none;
}
#mainFooter a:hover {
	color: #fff;
}
#bottomNav {
	font-size: 11px;
	color: #00ACEE;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	padding: 10px;
	padding-left: 0px;
	margin-right: 5px;
}
.bottomNavButton {
	margin-left: 5px;
	margin-right: 5px;
}

#signUp {
	cursor:pointer;
}

#signUp:hover {
	color: #fff;
}

#adHolder {
	padding-left: 7px;
	padding-right: 6px;
	padding-bottom: 20px;
}

.adThumbBox {
	display:inline;
	text-align:center;
	float:left;
	padding: 5px;
	margin-bottom: 20px;
	width: 150px;
	overflow:auto;
}

/* Homepage */
#homepageLeft {
	width: 420px;
	height: 325px;
	overflow:hidden;
	float: left;
	border-right: 3px solid #000000;
	display:block;
	background:#333333;
}
#homepageRight {
	display:block;
	height: 325px;
	vertical-align:top;
}

/* Company */
#companyLeft {
	width: 272px;
	height: 325px;
	overflow:hidden;
	float: left;
	border-right: 3px solid #000000;
	display:block;
	margin-right: 5px;
	background:#ffffff;
	vertical-align:top;
}
#companyRight {
	display:block;
	height: 315px;
	overflow:auto;
	vertical-align:top;
	padding: 5px;
}
#rtimage {
	border-bottom: 3px solid #000;
}
#rbimage {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}
#rtsubs {
	padding: 5px;
	height: 130px;
	overflow:auto;
}
/* Events */
#eventsHolder {
	height: 392px;
	overflow:hidden;
}
#eventDetails {
	display:none;
}
#eventsLeft {
	width: 272px;
	height: 392px; /* + 35 */
	overflow:hidden;
	float: left;
	border-right: 3px solid #000000;
	display:block;
	margin-right: 0px;
	background:#ffffff;
	vertical-align:top;
}
#eventsRight {
	display:block;
	height: 60px;
	overflow:auto;
	vertical-align:top;
	padding: 5px;
}
#entryForm {
	display:none;
}
#entryForm2 {
	float:right;
	width: 302px;
}
#eventTop {
	cursor:pointer;
}
.event_item {
	height: 58px;
	vertical-align:middle;
	padding: 3px;
	cursor:pointer;
	
}
.event_item:hover {
	background-color: #00AAEF;
	color: #FFFFFF;
}
.e_title {
	font-weight:bold;
	font-size: 12px;
}
.e_desc {
font-weight:normal;
	font-size: 11px;
}
.e_when {
	font-size: 10px;
	font-style:italic;
}
#eventList {
	height: 309px;
	vertical-align:top;
	padding: 5px;
	display:block;
	border-top: 3px solid #000;
	overflow:auto;
}
#eventDetails {
	font-size:12px;
}
#eventsRight h3 {
	margin: 0px;
	padding: 0px;
}


/* Media */
#mediaHolder {
	height: 355px;
	overflow:hidden;
}
#mediaDetails {
	display:none;
}
#myspaceQ {
	cursor: pointer;
	color:#FFFF99;
}
#myspaceQ:hover {
	color: #66FFFF;
}
#backtomedia {
	cursor: pointer;
}

#mediaLeft {
	width: 390px;
	height: 355px;
	overflow:hidden;
	float: left;
	border-right: 3px solid #000000;
	display:block;
	margin-right: 0px;
	background:#ffffff;
	vertical-align:top;
	background:url(../images/flash_bg.gif) left top;
}
#mediaRight {
	display:block;
	height: 60px;
	overflow:auto;
	vertical-align:top;
	padding: 0px;
}

#mediaTop {
	cursor:pointer;
}
.media_item {
	height: 60px;
	vertical-align:middle;
	padding: 3px;
	cursor:pointer;
	font-size: 18px;
	color:#000000;
}
.media_item:hover {
	background-color: #00AAEF;
	color: #FFFFFF;
}
.m_title {
	font-weight:bold;
	font-size: 12px;
}
.m_desc {
font-weight:normal;
	font-size: 11px;
}
.m_when {
	font-size: 10px;
	font-style:italic;
}
#mediaList {
	height: 278px;
	vertical-align:top;
	padding: 5px;
	display:block;
	overflow:auto;
	margin-left: 0px;
}
#commentFormBox {
	display:none;
}
#captcha {
	display:none;
}
#mediaComments {
	height: 65px;
	vertical-align:top;
	display:block;
	overflow:auto;
	margin-left: 0px;
}
.commentInfo {
	text-align: center;
}
.commentList {
	height: 185px;
	overflow:auto;
}
#commentImage {
	cursor: pointer;
}

#vComments {
	cursor:pointer;
	color: #00acee;
	font-weight:bold;
}
#eComments {
	cursor:pointer;
	color: #00acee;
	font-weight:bold;
}
#mediaDetails {
	font-size:12px;
}
#mediaRight h3 {
	margin: 0px;
	padding: 0px;
}




/* Contests */
.contest_submission {
	margin: 2px;
	float:left;
	text-align:center;
}

input.error {
	border: 2px solid #FF0000;
	background:#FFFFCC;
}
.fEntry {
	width: 100%;
	display:block;
}
.fLabel {
	float:left;
	width: 100px;
	display:block;
	padding-left: 4px;
}
.commentBox {
	margin: 4px;
	border: 1px dashed #999999;
	padding: 2px;
}

.paddingBox {
	padding: 10px;
}
#contestsHolder {
	height: 490px;
	overflow:hidden;
}
#contestTop {	
	overflow:auto;
	margin: 0px;
	text-align:center;
	height: 455px;
}
#joinContest {
	cursor: pointer;
}
#contestBottom {
	border-top: 3px solid #000;
}
#contestsLeft {
	width: 390px;
	float: left;
	border-right: 3px solid #000000;
	display:block;
	margin-right: 0px;
	background:#ffffff;
	vertical-align:top;
}
#contestDescription {

	text-align:left;
	margin: 5px;
	height: 272px;
}
.contest_item:hover {
	background-color: #00AAEF;
	color: #FFFFFF;
}
.c_title {
	font-weight:bold;
	font-size: 12px;
}
.c_desc {
font-weight:normal;
	font-size: 11px;
}
.c_when {
	font-size: 10px;
	font-style:italic;
}
#contestList {
	height: 277px;
	vertical-align:top;
	padding: 5px;
	display:block;
	overflow:auto;
}
#contestDetails {
	font-size:12px;
}
#contestsRight h3 {
	margin: 0px;
	padding: 0px;
}

#contestsRight {
	display:block;
	overflow:auto;
	vertical-align:top;
	padding: 5px;
}
#contestTop h3 {
	margin: 2px;
	padding: 0px;
}

.contest_item {
	height: 58px;
	vertical-align:middle;
	padding: 3px;
	cursor:pointer;
	
}




.news_item {
	margin: 8px;
	float:left;
	cursor:pointer;
	width: 155px;
	height: 148px;
	overflow:hidden;
}
.download_item {
	margin: 8px;
	float:left;
	cursor:pointer;
	width: 155px;
	height: 148px;
	text-align:center;
	overflow:hidden;
}
#pageSelect {
	text-align:right;
	padding: 10px;
	
}

#newsHolder {
	overflow:hidden;
	padding-left: 5px;
}








/* Articles */
#articleHolder {
	height: 325px;
	overflow:hidden;
}
#articleRight {
	height: 325px;
	overflow:hidden;
	border-left: 3px solid #000000;
	display:block;
	margin-right: 0px;
	background:#ffffff;
	vertical-align:top;
}
#article_when {
	font-style:italic;
	margin-bottom: 10px;
	display:block;
}
#articleLeft {
	width: 417px;
	display:block;
	height: 315px;
	overflow:auto;
	vertical-align:top;
	padding: 5px;
	float: left;
}

#article_title {
	margin: 0px;
	padding: 0px;
}

/* Team */
#teamLeft {
	width: 405px;
	height: 328px;
	overflow:hidden;
	float: left;
	display:block;
	margin-right: 5px;
	vertical-align:top;
	padding-top:11px;
	padding-left:3px;
}
#teamRight {
	width: 272px;
	display:block;
	height: 330px;
	padding-top: 5px;
	overflow:hidden;
	vertical-align:top;
}

#teamLeft img {
border:3px solid #000;
margin-left: 3px;
margin-bottom: 3px;
}

.teamFooter {
	margin:0px;
	margin-top: 4px;
	margin-left: 6px;
	display: block;
	font-size:18px;
	height:125px;
}
/* Navigation */
td.sportList {
	height: 20px;
	width: 25%;
	cursor:pointer;
	font-weight:bold;
}
.nameList {
	display:none;
	color: #00AAF7;
	text-transform:uppercase;
	cursor:pointer;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight:normal;
}
.teamTable {
	margin: 0px;
	padding: 0px;
}
.teamTable td {
	vertical-align:top;
}
.moreButton {
	margin: 0px;
	font-size: 14px;
	font-weight:bold;
	color: #000;
}
/* Contact Us */
#contactLeft {
	width: 420px;
	height: 325px;
	overflow:hidden;
	float: left;
	border-right: 3px solid #000000;
	display:block;
	margin-right: 5px;
	background:#333333;
}
#contactRight {
	display:block;
	height: 315px;
	vertical-align:top;
	padding: 5px;
	padding-left: 0px;
}

/* Bio */
#bioLeft {
	width: 221px;
	height: 539px;
	overflow:hidden;
	float: left;
	border-right: 3px solid #000000;
	display:block;
	margin-right: 0px;
	background:#fff;
	vertical-align:top;
	padding: 5px;
	font-size: 12px;
	font-weight:bold;
	overflow:auto;
}
#bioRight {
	display:block;
	height: 539px;
	overflow:auto;
	vertical-align:top;
	padding: 5px;
}
.bioMediaHolder {
	width: 280px;
	margin-left: 150px;
	font-size: 24px;
	font-weight:bold;
}
.borderbox {
	width: 277px;
	height: 213px;
	border: 3px solid #000;
}
.bioLabel {
	font-weight:bold;
	color:#00ACEE;
}
a.riderLink:link, a.riderLink:visited {
	display:block;
	width: 200px;
	color: #000;
	font-size: 14px;
}
a.riderLink:hover {
	color: #00ACEE;
}

.riderName {
	text-transform:uppercase;
	font-weight:bold;
	font-size: 18px;
}
/* Misc */

#error404 {
	background:url(../images/404.jpg) top left no-repeat;
	padding-left: 200px;
	padding-right: 20px;
	height: 200px;
	display:table-cell;
	vertical-align:middle;
}

/*

PROMPT BOX

*/
 .jqiwarning .jqi{
      background-color: #b0be96;
}
.jqifade{
      background-color: #ffffff;
}
div.jqi{
      position: absolute;
      background-color: #c0cEa6;
      padding: 10px;
      width: 300px;
}
div.jqi .jqiclose{
      float: right;
      margin: -35px -10px 0 0;
      cursor: pointer;
}
div.jqi .jqicontainer{
      background-color: #e0eEc6;
      padding: 5px;
      color: #ffffff;
      font-weight: bold;
}
div.jqi .jqimessage{
      background-color: #c0cEa6;
      padding: 10px;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.jqi button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
}

.myspace {
	display:none;
	vertical-align:middle;
	background:#000000;
}


/* STORE LOCATOR */
#storeLocator {
text-align:center
}

#bottomLinks {
	width: 680px;
	text-align:center;
	color: #444;
	margin-top: 0px;
	padding: 10px;
	font-size:12px;
	background:#c3c3c3;
	margin-left: 26px;
}
#bottomLinks a:link, #bottomLinks a:visited {
	text-decoration: none;
	color: #444;
	font-weight:normal;
}