@import '../reset.css';

/* Generel
------------------------------------ */
HTML,BODY{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #909090;
    margin: 0;
    padding: 0;
    height: 100%;
}
HTML{
    background: #005288 url(/images/corporate/bg.png) repeat-x top;
}
BODY{
    background: url(/images/corporate/boat.jpg) no-repeat right top;
    border-top: 9px solid #00101b;
}
A{
    color: #005288;
    text-decoration: underline;
    cursor: pointer;
}
A:hover{
    text-decoration: none;
    cursor: pointer;
    color: #F0940F;
}
STRONG{
    font-weight: bold;
}
EM{
    font-style: italic;
}
#wrapper{
    width: 970px;
    margin: 0 auto;
    position: relative;
}

/* Header
------------------------------------ */

#video_holder {
	margin-bottom: 20px;
	height: 300px;
}

#header{
  height: 162px;
}
#header H1 A{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 289px;
    height: 63px;
    position: absolute;
    top:27px;
    left: 12px;
    background: url(/images/corporate/logo.png) no-repeat;
}
#top-links{
    background: url(/images/corporate/top-links.png) no-repeat top left;
    width: 130px;
    height: 35px;
    position: absolute;
    top: -9px;
    right: 0;
    line-height: 35px;

}
#top-links LI{
    float: left;
    padding: 0 0 0 50px;
}
#top-links LI A{
    color: #acacac;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}
#top-links LI A:hover{
	color:#ed6809;
}
#menu{
  width: 970px;
  height: 36px;
  background: url(/images/corporate/menu-left.png) no-repeat top left;
  position: relative;
  top:116px;
}
#menu DIV{
  width: 8px;
  height: 36px;
  background: url(/images/corporate/menu-right.png) no-repeat top right;
  position: absolute;
  top:0;
  right: 0;
}
#menu UL{
  width: 954px;
  height: 36px;
  background: url(/images/corporate/menu-bg.png) repeat-x;
  position: relative;
  left: 8px;
  z-index: 1001;
}
#menu LI{
  float: left;
  background: url(/images/corporate/menu-li.png) no-repeat right top;
  height: 36px;
  padding: 0 8px 0 8px;
  line-height: 36px;
  position: relative;
}
#menu LI.alt{
  background: #B96A00 url(/images/corporate/menu-li.png) no-repeat right top;
}
#menu LI.last{
  background: none;
  padding: 0 8px 0 8px;
}
#menu LI A{
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

#menu UL LI:hover { background-color:#FFF;}
#menu UL UL LI a{ font-family:Verdana, Geneva, sans-serif; font-size:10px; font-weight:bold;}
#menu li:hover {}

#menu li a:hover { color:#ed6809;}
#menu li.last-list { height:8px; background-image:url(/images/corporate/sub-nav-bottom.png); background-color:none; background-repeat:no-repeat; }

#menu LI.alt A{
  color: #FFF;
}
#menu UL UL{
  background: none;
  display: none;
  position: absolute;
  top:36px;
  left:0;
  height: 1%;
  width: 200px;
}
#menu LI:hover UL{
  display: block;
}
#menu LI LI{
  float: none;
  background: #FFF;
  height: auto;
  padding: 5px 5px 5px 8px;
  line-height: normal;
  position: relative;
}
#menu LI LI:hover{

}
#menu LI LI A, #menu LI.alt LI A{
  color: #494949;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
}
#menu LI:hover UL UL{
  background: none;
  display: none;
  position: absolute;
  top:0;
  left:200px;
}
#menu LI:hover LI:hover UL{
  display: block;
}

/* Main Home
------------------------------------ */

#main-home{
  float: left;
  width: 690px;
  background: #FFF url(/images/corporate/main-home-top.png) no-repeat top;
  margin: 0 0 12px 0;
  position: relative;
  padding: 0 0 15px 0;
}
#main-home-bottom{
  width: 690px;
  height: 18px;
  background: #FFF url(/images/corporate/main-home-bottom.png) no-repeat bottom;
  position: absolute;
  bottom: 0;
}
#top-video{
  position: relative;
  height: 320px;
}
#top-video H2{ background-image:url(/images/corporate/top-video-h2.png);
  display: block;
  width:513px;
  position: absolute;
  top:60px;
  left:0;
  color: #FFF;
    padding: 12px 12px 12px 20px;
}
#top-video H2 SPAN{
  display: block;
  float: left;
  clear: both;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;

  word-spacing: -0.3ex;
}

#top-video b.p1-championship { color:#ed660d; font-weight:bold;}
#top-video span.grandprix { font-weight:normal; color:#0e82ce;}
#top-video A{
  display: block;
  width: 154px;
  height: 37px;
  background: url(/images/corporate/play-video.png) no-repeat;
  outline: none;
  text-indent: -999999px;
  position: absolute;
  bottom: 27px;
  left: 27px;
}

#content-header h2 {font-size:14px; color:#094973; font-weight:bold; padding: 0 0 5px 0;}
#content-header h3 { font-size:12px; color:#484848; font-weight:bold;}
#content-header p { color:#727272;}

#content-home{
  width: 660px;
  margin: 0 auto;
}

#down-list { margin-top:20px;}
#down-list DIV { float:left; padding-right:7px;}
#down-list h2 {font-size:14px; color:#094973; font-weight:bold; padding: 5px 0 2px 0;}
#down-list p { font-size:12px; color:#727272; margin-bottom:5px;}
#down-list .lists { width:213px; display:block;}

#down-list a { font-size:10px; color:#1c5f8e; background-image:url(/images/corporate/arrow-b-b.png); background-repeat:no-repeat; background-position:center left; padding-left:10px; text-decoration:none; font-weight:bold; font-family:Verdana, Geneva, sans-serif; }
#down-list a:hover { color:#ed6809; background-image:url(/images/corporate/arrow-b.png);}

A.more{
    display: block;
    float: left;
    width: 50px;
    background: url(/images/corporate/more-a.png) no-repeat left 3px;
    padding: 0 0 0 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #005288;
    font-size: 11px;
}
A.more:hover{
    text-decoration: underline;
}
#other-news{
    clear: both;
    margin: 30px 0 0 0;
    float: left;
    border-bottom: 1px solid #E2E2E2;
    padding: 0 0 30px 0;
}
#other-news DIV{
    float: left;
    width: 330px;
}
#other-news DIV.right-text{
  margin-left: 152px;
  height: 1%;
  float: none;
  width: auto;
}
#other-news IMG{
    float: left;
}
#other-news SPAN.date{
    color: #8C8C8C;
    text-transform: uppercase;
    margin: 0 0 2px 0;
    display: block;
    font-size: 11px;
}
#other-news H4{
    font-weight: bold;
    font-size: 11px;
    margin: 0 0 8px 0;
    display: block;
}
#other-news H4 A{
    color: #005288;
    text-decoration: none;
}
#other-news H4 A:hover{
    text-decoration: underline;
}
#other-news SPAN.rating{
    margin: 0 0 5px 0;
}
#other-news SPAN.tagged{
    margin: 0 0 2px 0;
}
#sponsors{
    float: left;
    margin: 10px 0 0 0;
}
#sponsors H3{
    color: #021933;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#sponsors LI{
    float: left;
    width: 210px;
    text-align: center;
}
#sponsors LI A{
    display: block;
    margin: 0 0 15px 0;
    color: #828282;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
		height: 70px;  
}
#sponsors LI A:hover{
    text-decoration: underline;
}

/* Main
------------------------------------ */

#main{
  float: left;
  width: 700px;
  background: #FFF url(/images/corporate/main-top.png) no-repeat top;
  margin: 0 0 12px 0;
  position: relative;
  padding: 0 0 15px 0;
}
#main-top { background-image:url(/images/corporate/main-top.png); width:700px; height:18px; display:block;}
#main-bottom{
  width: 700px;
  height: 18px;
  background: #FFF url(/images/corporate/main-bottom.png) no-repeat bottom;
  position: absolute;
  bottom: 0;
}
#content{
  width: 650px;
  margin: 0 auto;
}

#content p a { color:#005288;}
#content p a:hover { color:#ed6809;}
#content p { color:#717171; line-height:16px;}
#content p span { font-weight:bold; padding-bottom:10px; color:#3e3e3e;}
#content img.left { display:block; float:left; padding:0 20px 10px 0;}
#content img.right { display:block; float:right; padding:0 0 10px 20px;}
#content h1 {color:#515151;
font-size:26px;
font-weight:bold;
line-height:26px;
margin:0 0 10px;}
/*#content h3 { font-family:Verdana, Geneva, sans-serif; font-weight:bold; font-size:15px; color:#3e3e3e;}

#content ul { text-decoration:none; margin:10px 0 10px 0; color:#717171;}
#content ul li { margin:0 0 10px 35px; background: url(/images/corporate/dot.png) left top no-repeat; padding-left:12px;}

#content ol { color:#717171; list-style:decimal;}
#content ol li { margin:0 0 10px 47px; }  */

/* Sidebar
------------------------------------ */

#sidebar{  background-image:url(/images/corporate/side-top.png); background-repeat:no-repeat;background-color:#FFF;float: right; width: 260px;position: relative;right: 0px;}
.side-bottom { background-image:url(/images/corporate/side-bottom.png); background-repeat:no-repeat; display:block; height:9px; width:260px; position:absolute; z-index:2;}

#menu2 { padding-left:14px; padding-top:7px;}
#menu2 .menu2-last { border-bottom:none;}
#menu2 a {font-family: Verdana, Geneva, sans-serif; display: block; font-weight:bold; width:230px; padding:6px 0 6px 7px; color:#3f3f3f; text-decoration:none; border-bottom:1px; border-bottom-color:#dfdfdf; border-bottom-style:solid; background-image:url(/images/corporate/arrow-big.png); background-repeat:no-repeat; background-position:225px center; margin:3px 0 3px 0px}
#menu2 a:hover { background-image:url(/images/corporate/arrow-big-over.png); color:#ed6809;}

#menu2 a.sub { font-size:10px; width:200px; padding-left:37px; color:#6c6c6c;}
#menu2 a.sub:hover { color:#ed6809;}

#latest-news {margin:20px 0 0 0; padding:0 15px 0 15px;}
#latest-news h2{ color:#094973; font-weight:bold; font-family:Verdana, Geneva, sans-serif; font-size:12px; margin-bottom:10px;}

.news-list { background-image:url(/images/corporate/bg_latest_news.png); background-position: center bottom; background-repeat:no-repeat; display:block; padding-bottom:10px; margin-bottom:10px;}
.news-list h3 a{ color:#2d2d2d; font-weight:bold; font-family:Verdana, Geneva, sans-serif; font-size:12px; background:none; padding:0;}
.news-list h3 a:hover { color:#ed6809; background:none;}

.news-list p { color:#6a6a6a; font-size:11px; line-height:12px; margin-bottom:3px;}
.news-list p.news-date { color:#676767; font-size:10px; line-height:10px; margin-bottom:3px;}
.news-list a {font-size:10px; color:#1c5f8e; background-image:url(/images/corporate/arrow-b-b.png); background-repeat:no-repeat; background-position:center left; padding-left:10px; text-decoration:none; font-weight:bold; font-family:Verdana, Geneva, sans-serif;}
.news-list a:hover {color:#ed6809; background-image:url(/images/corporate/arrow-b.png);}
.news-image { width:66px; height:66px; display:block;float:left; padding-right:5px; display:block;}
.news-image img { position:absolute; z-index:1;}
.news-image a.frame { position:absolute; z-index:1; background-image:url(/images/corporate/frame.png); width:66px; height:66px;}


.newsletter{
  width: 260px;
  background: url(/images/corporate/next-rice.png) no-repeat top;
  padding: 36px 0 0 0;
  position: relative;
}
.newsletter-inner{
  width: 230px;
  background: #EB7F09 url(/images/corporate/next-rice-inner.png) repeat-x top;
  float: left;
  padding: 20px 15px 0 15px;
  position: relative;
}
.newsletter-bottom{
  width: 260px;
  height: 8px;
  background: url(/images/corporate/next-rice-bottom.png) no-repeat;
  clear: both;
}
.newsletter H3{
  position: absolute;
  top: 28px;
  width: 260px;
  text-align: center;
  color: #834601;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: -1px;
  z-index: 1001;
}
.newsletter-inner SPAN{
  color: #79380C;
  font-size: 11px;
  display: block;
  margin: 0 0 15px 0;
}
.newsletter-inner LABEL{
  color: #79380C;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 26px 0 0;
  display: block;
  float: left;
  width: 30px;
  line-height: 29px;
}
.newsletter-inner INPUT#email{
  width: 172px;
  height: 29px;
  background: url(/images/corporate/input-a.png) no-repeat;
  border: none;
  line-height: 29px;
}
.newsletter-inner INPUT.submit{
  width: 71px;
  height: 26px;
  background: url(/images/corporate/]signup.png) no-repeat;
  border: none;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  float: right;
  margin: 10px 0 4px 0;
  text-align: center;
}


/* News Page
------------------------------------ */

#news-inner{
  padding: 20px 0 0 0;
  position: relative;
}
#news-inner DIV.top-info{
  top: 17px;
  float: right;
  text-align: right;
  position: relative;
}
#news-inner DIV.top-info SPAN.switch{
  color: #8B8B8B;
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
#news-inner DIV.top-info SPAN.switch A{
  color: #939393;
  text-decoration: none;
}
#news-inner DIV.top-info SPAN.switch A:hover{
  text-decoration: underline;
}
#news-inner DIV.top-info IMG{
  float: none;
  margin: 0;
  vertical-align: top;
  padding: 0 0 0 5px;
}
#news-inner DIV.top-info SPAN.date{
  color: #8B8B8B;
  display: block;
  font-size: 14px;
}
#news-inner H1{
  color: #515151;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#news-inner H2{
  color: #005288;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
#news-inner H3{
  color: #5E5E5E;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#news-inner IMG{
  float: left;
  margin: 0 15px 10px 0;
}
#news-inner P{
  margin: 0 0 10px 0;
  line-height: 15px;
}
#news-inner P SPAN{
  color: #585858;
}
#news-inner UL{
  margin: 0 0 15px 30px;
  padding: 5px 0 0 0;
  position: relative;
}
#news-inner UL LI{
  margin: 0 0 10px 0;
  list-style: url(/images/corporate/bullet-a.png);
  line-height: 15px;
}
#news-inner OL{
  margin: 0 0 15px 35px;
  padding: 5px 0 0 0;
  position: relative;
}
#news-inner OL LI{
  margin: 0 0 10px 0;
  list-style: decimal;
  line-height: 15px;
}
#news-inner BLOCKQUOTE{
  width: 614px;
  background: #E3E3E3;
  padding: 14px;
  color: #5D5D5D;
  position: relative;
  left:9px;
  margin: 0 0 15px 0;
}
#news-inner BLOCKQUOTE CITE{
  font-weight: bold;
  display: block;
  margin: 0 0 5px 0;
}
.blockquote-top{
  width: 642px;
  height: 3px;
  background: url(/images/corporate/blockquote-top.png) no-repeat;
  position: absolute;
  top:0;
  left:0;
}
.blockquote-bottom{
  width: 642px;
  height: 3px;
  background: url(/images/corporate/blockquote-bottom.png) no-repeat;
  position: absolute;
  bottom:0;
  left:0;
}
.blockquote-side{
  width: 9px;
  height: 10px;
  background: url(/images/corporate/blockquote-side.png) no-repeat;
  position: absolute;
  top:12px;
  left:-9px;
}
.news-table{
  width: 650px;
  margin: 5px 0 0 0;
  clear: both;
}
.news-table TD{
  height: 33px;
  line-height: 33px;
  padding: 0 0 0 15px;
  color: #717171;
}
.news-table TD.table-head{
  background: url(/images/corporate/table-gradient.png) repeat-x;
  font-weight: bold;
}
.news-table TD.table-head SPAN{
  background: url(/images/corporate/table-border.png) repeat-x;
  display: block;
  width: 2px;
  height: 33px;
  float: right;
}
.news-table TD.alt{
  background: #EFEFEF;
}
#sponsors-up {
border-top: 1px solid #E2E2E2;
  width: 620px;
  margin: 25px 0 0 0;
  padding: 0px 0 0 20px;
  color: #6A6A6A;
  font-weight: bold;
  clear: both;
  float: left;}
  
.share{
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  width: 620px;
  margin: 20px 0 0 0;
  padding: 20px 0 0 30px;
  color: #6A6A6A;
  font-weight: bold;
  height: 35px;
  clear: both;
  float: left;
}

.share SPAN{
  width: 110px;
  float: left;
}
.share A{
  display: block;
  width: 80px;
  height: 16px;
  background: url(/images/corporate/share-icons.png) no-repeat;
  color: #6A6A6A;
  text-decoration: none;
  letter-spacing: -1px;
  line-height: 16px;
  float: left;
  padding: 0 0 0 20px;
}
.share A:hover{
  text-decoration: underline;
}
.share A.email-to{
  display: block;
  width: 108px;
  height: 20px;
  background: url(/images/corporate/email-friend.png) no-repeat;
  color: #FFF;
  text-decoration: none;
  float: right;
  letter-spacing: -1px;
  line-height: 20px;
  text-align: center;
  padding: 0;
}
.share A.email-to:hover{
  text-decoration: none;
}
.share A.digg{
  background-position: 0 -16px;
  width: 50px;
  margin: 0 10px 0 0;
}
.share A.delicious{
  background-position: 0 -32px;
  width: 70px;
  margin: 0 10px 0 0;
}
.share A.stumbleupon{
  background-position: 0 -48px;
}
.share A.facebook{
  background-position: 0 0;
  width: 70px;
  margin: 0 10px 0 0;
}
 


/* Venues Page
------------------------------------ */
#venues-inner{
  padding: 0 0 0 0px;
  position: relative;
}
#venues-inner H1{
  color: #515151;
  font-size: 26px;
  line-height:26px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#venues-inner H2{
  color: #005288;
  font-size: 18px;
  line-height:18px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#venues-inner H3{
  color: #005288;
}

.venues-event h3 {  color: #005288;}
.venues-event{
  float: left;
  background: url(/images/corporate/venues-bg.png) no-repeat top;
  padding: 20px 0 15px 0;
  position: relative;
}
#venues-inner DIV.first{
  background: none;
}
#venues-inner DIV.next{
  background: url(/images/corporate/venues-bg-next.png) no-repeat top;
}
#venues-inner SPAN.next{
  display: block;
  color: #777;
  position: absolute;
  top: 4px;
  right: 12px;
  font-weight: bold;
  font-size: 11px;
}

.venues-event IMG{
  float: left;
  margin: 0 30px 0 0;
}

.venues-event-image-holder {
  float: left;
	width: 250px;
  margin: 0 30px 0 0;
}
.venues-event SPAN.date{
  margin: 10px 0 0 0;
  clear: both;
  display: block;
  float: left;
  width: 284px;
  text-align: center;
  background: url(/images/corporate/date-line.png) no-repeat center;
  color: #8B8B8B;
  font-size: 13px;
  position: relative;
  left:-20px;
}
.venues-event-info{
  float: left;
  width: 350px;
}
.venues-event-info H3{
  color: #005288;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.venues-event-info IMG.flag{
  float: none;
  vertical-align: middle;
  margin: 0;
}
.venues-event-info SPAN.place{
  color: #005288;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px 0;
  display: block;
}
.venues-event-info P SPAN{
  color: #717171;
  font-weight: bold;
}
.venues-event-info P{
  margin: 0 0 10px 0;
}

.venues-event-info A.more{font-size:10px; color:#1c5f8e; background-image:url(/images/corporate/arrow-b-b.png); background-repeat:no-repeat; background-position:center left; padding-left:10px; text-decoration:none; font-weight:bold; width:100px; font-family:Verdana, Geneva, sans-serif;}
.venues-event-info A.more:hover {color:#ed6809; background-image:url(/images/corporate/arrow-b.png);}

.venues-event-info A.explore{
    width: 240px;
    height: 20px;
	background-image:url(/images/corporate/explore-boat.png);
	background-repeat:no-repeat;
    margin: 10px 0 0 0;
    display: block;
    color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
    padding: 0 0 0 9px;
}
.venues-event-info a.explore:hover { background-image:url(/images/corporate/explore-boat-over.png);}


.venues-top{
  position: relative;
  margin: 0 0 10px 0;
}
.venues-top SPAN.place{
  color: #005288;
  font-size: 18px;
}
.venues-top SPAN.place IMG{
  vertical-align: top;
}
.venues-top SPAN.date{
  position: absolute;
  top:5px;
  right: 10px;
  color: #8C8C8C;
  font-size: 13px;
}
.event-sponsors{
    float: left;
    margin: 20px 0 0 0;
}
.event-sponsors H3{
    color: #005288;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.event-sponsors UL{
    margin: 20px 0 5px 0;
    float: left;
}
.event-sponsors LI{
    float: left;
    width: 130px;
    text-align: center;
}
.left-block{
  width: 250px;
  float: left;
  margin: 20px 0 10px 0;
}
.left-block P EM.em-a{
  color: #004776;
  font-size: 16px;
}
.super .left-block P EM.em-a{
  color: #F7971D;
}
.left-block H3{
    color: #005288;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.left-block UL{
  margin: 0 0 15px 15px;
  position: relative;
}
.left-block UL LI{
  margin: 0 0 10px 0;
  list-style: url(/images/corporate/bullet-a.png);
  line-height: 15px;
}
.left-block A.more{
    width: 90px;
    margin: 0 10px 0 0;
}
.right-block{
  width: 370px;
  float: right;
  margin: 20px 0 10px 0;
}
.right-block P{
  margin: 0 0 10px 0;
}
.right-block P SPAN{
  font-weight: bold;
  color: #717171;
}

.single-block{
	margin: 0 0 10px 0;
}
.single-block P{
  margin: 0 0 10px 0;
}
.single-block P SPAN {
  font-weight: bold;
  color: #717171;
}

.related-content{
  width: 670px;
  position: relative;
  margin: 15px 0 10px 0;
  padding: 15px 0 20px 0;
  clear: both;
  left: -10px;
  background: url(/images/corporate/related-content-bg.png) no-repeat top;
  float: left;
}
.related-content H3{
    color: #005288;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    position: relative;
    left:10px;
}
.related-content A.prev{
  width: 35px;
  height: 34px;
  display: block;
  position: absolute;
  text-indent: -999999px;
  outline: none;
  background: url(/images/corporate/prev-next.png) no-repeat;
  z-index: 1001;
  top: 65px;
  left: -22px;
}
.related-content A.next{
  width: 35px;
  height: 34px;
  display: block;
  position: absolute;
  text-indent: -999999px;
  outline: none;
  background: url(/images/corporate/prev-next.png) no-repeat -35px 0;
  z-index: 1001;
  top: 65px;
  right: -22px;
}
.related-content-panes{
  position:relative;
  overflow:hidden;
  clear:both;
  width: 670px;
  height: 170px;
}
.related-content-items{
    width:20000em;
    position:absolute;
}
.related-content-items DIV{
    float:left;
    width: 160px;
    position: relative;
    padding: 0 10px 0 0;
}
.related-content-items IMG{
    width: 157px;
    height: 88px;
    margin: 0 0 10px 0;
}
.related-content-items H4{
    margin: 0 0 8px 0;
    font-weight: bold;
    font-size: 12px;
}
.related-content-items H4 A{
    text-decoration: none;
    color: #005288;
}
.related-content-items H4 A:hover{
    text-decoration: underline;
}

/* Championship Page
------------------------------------ */

.left-champ{
  width: 445px;
  float: left;
  margin: 20px 0 10px 0;
}
.left-champ H3{
    color: #005288;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.left-champ P{
  margin: 0 0 10px 0;
}
.left-champ P SPAN{
  font-weight: bold;
  color: #717171;
}
.right-champ{
  width: 180px;
  float: right;
  margin: 20px 0 10px 0;
}
.right-champ H3{
    color: #005288;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.right-champ LI{
  width: 180px;
  margin: 0 0 5px 0;
  background: url(/images/corporate/right-champ-li.png) no-repeat top;
  padding: 6px 0 0 0;
  font-size: 11px;
  color: #909090;
}
.right-champ LI IMG{
  width: 23px;
  height: 23px;
  margin: 0 5px 0 0;
  float: left;
  position: relative;
  top:2px;
}
.right-champ LI IMG.flag{
  width: auto;
  height: auto;
  margin: 0;
  float: none;
  vertical-align: top;
  position: relative;
  top: 0;
}
.right-champ LI A{
  display: block;
  color: #005288;
  font-weight: bold;
  text-decoration: none;
}
.right-champ LI A:hover{
    color: #F0940F;
}
#venues-inner.super H1{
  color: #000;
}
#venues-inner.super H2{
  color: #5E5E5E;
}
.super .left-champ H3{
  color: #000;
}
.super .right-champ H3{
  color: #000;
}
.super .right-champ LI A{
  color: #F8981D;
}
.super .right-champ LI A:hover{
  color: #005288;
}
.super .related-content H3{
    color: #000;
}
.super .related-content-items H4 A{
    color: #000;
}

/* Pagination
------------------------------------ */
.pagination UL{
    display: table;
    margin: 20px auto 0 auto;
    clear: both;
}
.pagination LI{
  float: left;
  margin: 0 4px 0 0;
  color: #717171;
  font-weight: bold;
  padding: 4px 2px 4px 2px;
}
.pagination LI.prev, .pagination LI.next{
  margin: 0 12px 0 0;
}
.pagination LI.next{
  margin: 0 0 0 8px;
}
.pagination LI A{
  text-decoration: none;
  border: 1px solid #ACACAC;
  padding: 1px 4px 1px 4px;
}
.pagination LI A:HOVER { color:#ed6809;}

/* Team Page
------------------------------------ */

.left-block-team{
  width: 250px;
  float: left;
  margin: 20px 0 10px 0;
}
UL.tabs-team{
	height:30px;
	border-bottom:1px solid #CACACA;
    clear: both;
    width: 250px;
}
UL.tabs-team LI{
	float:left;
	margin: 0 5px 0 0;
}
UL.tabs-team LI SPAN{
    width: 4px;
    height: 31px;
    background: url(/images/corporate/tab-right.png) no-repeat top;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
UL.tabs-team LI A.current, UL.tabs-team LI A:hover{
    height: 31px;
    background: url(/images/corporate/tab-left-alt.png) no-repeat left top;
    padding: 0 10px 0 10px;
    position: relative;
}
UL.tabs-team LI A.current SPAN, UL.tabs-team LI A:hover SPAN{
    width: 4px;
    height: 31px;
    background: url(/images/corporate/tab-right-alt.png) no-repeat top;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
UL.tabs-team LI A{
	text-decoration:none;
    line-height: 31px;
	color:#979797;
    letter-spacing: -1px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(/images/corporate/tab-left.png) no-repeat left;
    padding: 0 10px 0 10px;
    position: relative;
    display: block;
}
UL.tabs-team LI A.current, UL.tabs-team LI A:hover{
	color: #005288;
}
.panes-team DIV{
	display:none;
    clear: both;
    padding: 15px 0 0 10px;
}
.panes-team SPAN{
	display: block;
    margin: 0 0 2px 0;
}
.panes-team H3{
	display: block;
    margin: 20px 0 10px 0;
    color: #005288;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.gallery-list{
    position: relative;
    left:-10px;
    width: 261px;
}
.gallery-list LI{
    float: left;
    width: 77px;
    height: 77px;
    margin: 0 10px 10px 0;
}
.crew{
  width: 670px;
  position: relative;
  margin: 15px 0 0 0;
  padding: 15px 0 10px 0;
  clear: both;
  left: -10px;
  background: url(/images/corporate/related-content-bg.png) no-repeat top;
  float: left;
}
.crew H3{
    color: #005288;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    position: relative;
    left:10px;
}
.crew A.prev{
  width: 35px;
  height: 34px;
  display: block;
  position: absolute;
  text-indent: -999999px;
  outline: none;
  background: url(/images/corporate/prev-next.png) no-repeat;
  z-index: 1001;
  top: 120px;
  left: -22px;
}
.crew A.next{
  width: 35px;
  height: 34px;
  display: block;
  position: absolute;
  text-indent: -999999px;
  outline: none;
  background: url(/images/corporate/prev-next.png) no-repeat -35px 0;
  z-index: 1001;
  top: 120px;
  right: -22px;
}
.crew-panes{
  position:relative;
  overflow:hidden;
  clear:both;
  width: 670px;
  height: 230px;
}
.crew-items{
    width:20000em;
    position:absolute;
}
.crew-items DIV{
    float:left;
    width: 160px;
    position: relative;
    padding: 0 10px 0 0;
    text-align: center;
    color: #717171;
    font-weight: bold;
}
.crew-items IMG.face{
    width: 157px;
    height: 188px;
    margin: 0 0 10px 0;
}
.crew-items A{
    color: #025389;
    text-decoration: none;
}
.crew-items A:hover{
    text-decoration: underline;
}
.crew-items SPAN{
    display: block;
    margin: 2px 0 0 0;
}
.tooltip{
    display: none;
}
.crew-items DIV:hover DIV.tooltip{
    display: block;
    position: absolute;
    width: 270px;
    height: 202px;
    font-size:11px;
    color:#6D6D6D;
    position: absolute;
    top:20px;
    left: 100px;
    background: url(/images/corporate/tooltip.png) no-repeat;
    z-index: 1000;
    font-weight: normal;
    font-size: 10px;
    text-align: left;
    padding: 15px 30px 0 39px;
}
.crew-items DIV:hover DIV.tooltip SPAN.name{
  color: #025389;
  font-weight: bold;
  font-size: 12px;
}
.crew-items DIV:hover DIV.tooltip SPAN.team{
  color: #818181;
  font-weight: bold;
  font-size: 12px;
  display: block;
  position: relative;
  left:20px;
  margin: 0 0 5px 0;
}
.crew-items DIV:hover DIV.tooltip P{
  position: relative;
  left:20px;
  display: block;
  width: 245px;
}
.crew-items DIV:hover DIV.tooltip SPAN.name IMG{
  vertical-align: text-top;
}

/* Standings Page
------------------------------------ */

#standings-inner{
  padding: 20px 0 0 0;
  position: relative;
}
#standings-inner H1{
  color: #515151;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#standings-inner H2{
  color: #005288;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
#standings-inner.super H2{
  color: #000;
}
UL.tabs{
	height:30px;
	border-bottom:1px solid #CACACA;
    clear: both;
    margin: 10px 0 0 0;
    float: left;
    width: 650px;
}
UL.tabs LI{
	float:left;
	margin: 0 5px 0 0;
}
UL.tabs LI SPAN{
    width: 4px;
    height: 31px;
    background: url(/images/corporate/tab-right.png) no-repeat top;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
UL.tabs LI A.current, UL.tabs LI A:hover{
    height: 31px;
    background: url(/images/corporate/tab-left-alt.png) no-repeat left top;
    padding: 0 10px 0 10px;
    position: relative;
}
UL.tabs LI A.current SPAN, UL.tabs LI A:hover SPAN{
    width: 4px;
    height: 31px;
    background: url(/images/corporate/tab-right-alt.png) no-repeat top;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
UL.tabs LI A{
	text-decoration:none;
    line-height: 31px;
	color:#979797;
    letter-spacing: -1px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(/images/corporate/tab-left.png) no-repeat left;
    padding: 0 10px 0 10px;
    position: relative;
    display: block;
}
UL.tabs LI A.current, UL.tabs LI A:hover{
	color: #005288;
}
.super UL.tabs LI A.current, .super UL.tabs LI A:hover{
	color: #010101;
}
.panes DIV{
	display:none;
    clear: both;
}
.panes H4{
    color: #005288;
    font-weight: bold;
    font-size: 14px;
    margin: 15px 0 5px 0;
    clear: both;
    float: left;
}
.super .panes H4{
    color: #000;
}
.panes A.more{
    width: 400px;
    margin: 15px 0 7px 0;
}
.panes A.super{
    color: #000;
    background: url(/images/corporate/more-d.png) no-repeat left 3px;
}
.panes DIV HR{
	display: block;
    clear: both;
    width: 650px;
    height: 1px;
    color: #CACACA;
    background: #CACACA;
    font-size: 0;
    line-height: 0;
}
.news-table SPAN.up{
  display: block;
  background: url(/images/corporate/up.png) no-repeat;
  padding: 0 0 0 15px;
}
.news-table SPAN.down{
  display: block;
  background: url(/images/corporate/down.png) no-repeat;
  padding: 0 0 0 15px;
}
.news-table SPAN.minus{
  display: block;
  background: url(/images/corporate/minus.png) no-repeat;
  padding: 0 0 0 15px;
}
.news-table IMG{
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.news-table A{
  color: #454545;
}
.news-table STRONG.dark{
  color: #313131;
}
#standings-inner TABLE.news-table TD STRONG{
  color: #464545;
}
.teams-list{
  padding: 20px 0 0 0;
  position: relative;
  width: 660px;
}
.teams-list LI{
  float: left;
  width: 155px;
  height: 190px;
  padding: 0 10px 0 0;
  display: block;
}
.teams-list SPAN.name{
  display: block;
  color: #005288;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.super .teams-list SPAN{
  color: #000;
}
.teams-list A{
  display: block;
  color: #454545;
  margin: 2px 0 0 0;
}
.super .teams-list A{
  color: #F7971D;
  background: none;
}
.super .teams-list A:hover{
  color: #F7971D;
}
.teams-list A:hover{
  color: #454545;
}
.teams-list SPAN.place{
  display: block;
  color: #848484;
  margin: 4px 0 0 0;
}
.teams-list SPAN.place IMG{
  vertical-align: top;
}

/* P1 Channel
------------------------------------ */

.teams-channel{
  width: 490px;
}
.teams-channel LI{
  float: left;
  width: 155px;
  height: 190px;
  padding: 0 5px 0 0;
  display: block;
}
.teams-channel SPAN.name{
  display: block;
  color: #005288;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0 0 0;
}
.teams-channel A{
  display: block;
  color: #F7971D;
  margin: 2px 0 0 0;
}
.teams-channel SPAN.place{
  display: block;
  color: #848484;
  margin: 4px 0 0 0;
}
.teams-channel SPAN.place IMG{
  vertical-align: top;
}
.left-channel{
  width: 480px;
  float: left;
  margin: 20px 0 10px 0;
}
.left-channel H3{
    color: #005288;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.right-channel{
  width: 160px;
  float: right;
  margin: 20px 0 10px 0;
}
.right-channel H3{
    color: #005288;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.right-channel LI{
  width: 160px;
  margin: 0 0 5px 0;
  background: url(/images/corporate/right-champ-li.png) no-repeat top;
  padding: 10px 0 20px 0;
  color: #7C7C7C;
}
.right-channel LI.first{
  background: none;
  padding: 0 0 20px 0;
}
.right-channel LI A{
  display: block;
  color: #005288;
  font-weight: bold;
  text-decoration: none;
  width: 120px;
  float: left;
}
.right-channel LI SPAN.time{
  float: right;
  display: block;
  width: 30px;
}
.radio-info{
  float: left;
  width: 450px;
  position: relative;
  top:40px;
}
.radio-info H3{
  color: #005288;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
  float: left;
  width: 240px;
}
.radio-info SPAN.time{
  color: #828282;
  font-size: 15px;
  float: left;
  width: 60px;
  height: 93px;
  background: url(/images/corporate/hr-a.png) no-repeat right;
  display: block;
  vertical-align: middle;
  position: relative;
  top:-35px;
}
.radio-info SPAN.time SPAN{
  display: block;
  position: absolute;
  top:35px;
}
.radio-info A.player{
    width: 125px;
    height: 25px;
    background: url(/images/corporate/player.png) no-repeat;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 11px;
    line-height: 23px;
    padding: 0 0 0 9px;
    float: left;
    position: relative;
    left:20px;
    top:-1px;
}

/* Fanzone Page
------------------------------------ */

.fan-event{
  float: left;
  background: url(/images/corporate/venues-bg.png) no-repeat top;
  padding: 20px 0 15px 0;
  position: relative;
  width: 650px;
  clear: both;
}
.fan-event DIV.first{
  background: none;
}
.fan-event IMG{
  float: left;
  margin: 0 15px 0 0;
}
.fan-event H3{
  color: #005288;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 2px 0;
  text-transform: uppercase;
}
.fan-event A.w-history{
  position: absolute;
  top:23px;
  right: 10px;
}
.fan-event-info{
  float: left;
  width: 380px;
}
.fan-event-info H3{
  color: #005288;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 2px 0;
  text-transform: none;
}
.fan-event-info SPAN.latest{
  color: #717171;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px 0;
  display: block;
}
.fan-event-info SPAN.closes{
  margin: 0 0 10px 0;
  display: block;
}
.fan-event-info P{
  margin: 0 0 10px 0;
}
.fan-event-info A.enter{
    width: 90px;
    height: 20px;
    background: url(/images/corporate/enter.png) no-repeat;
    margin: 10px 0 0 0;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 11px;
    line-height: 20px;
    padding: 0 0 0 9px;
}
.competition-list{
  position: relative;
  width: 660px;
  clear: both;
  margin: 30px 0 0 0;
  float: left;
}
.competition-list LI{
  float: left;
  width: 155px;
  margin: 0 10px 0 0;
}
.competition-list IMG{
  margin: 0 10px 5px 0;
}
.competition-list LI A{
  color:#005288;
  font-weight: bold;
  text-decoration: none;
   margin: 0 0 5px 0;
}
.competition-list LI A:hover{
  text-decoration: underline;
}
.competition-list LI SPAN{
  margin: 2px 0 0 0;
  display: block;
  color: #848484;
  font-size: 11px;
}
.winners{
  margin: 10px 0 0 0;
}
.winners LI A{
  color:#515151;
}
.winners LI SPAN.name{
  margin: 10px 0 0 0;
  color:#515151;
  font-weight: bold;
}
.fan-event FORM{
  margin: 30px 0 0 0;
  width: 650px;
  float: left;
  clear: both;
  color: #717171;
}
.fan-event FORM H4{
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 14px;
}
.fan-event FORM P{
  margin: 0 0 10px 0;
}
.fan-event FORM P.radio{
  font-weight: bold;
}
.fan-event FORM INPUT.field{
  margin: 0 0 5px 0;
  width: 230px;
  height: 21px;
  border: 1px solid #A8ACAD;
  background: url(/images/corporate/field.png) repeat-x top;
  color: #717171;
}
.fan-event FORM .select{
  margin: 0 0 5px 0;
  width: 230px;
  height: 21px;
  border: 1px solid #A8ACAD;
  background: url(/images/corporate/field.png) repeat-x top;
  color: #717171;
}
.fan-event FORM LABEL{
  float: left;
  width: 100px;
  text-align: right;
  padding: 0 10px 0 0;
  display: block;
  font-weight: bold;
  line-height: 25px;
}
.fan-event FORM INPUT.submit{
    width: 90px;
    height: 20px;
    background: url(/images/corporate/enter.png) no-repeat;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 11px;
    line-height: 18px;
    padding: 0 0 3px 9px;
    border: none;
    text-align: left;
    float: right;
}

/* Registration Page
------------------------------------ */

.media_confirm {
	min-height: 300px;
}

.media_register {
	margin-bottom: 10px;
}

.media_register .errorExplanation{
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #A8ACAD;                                 	
}

.media_register .errorExplanation p{
	color: red;
	font-weight: bold;                                	
}

.media_register .errorExplanation h2 {
	display: none;	                                  	
}

.media_register .errorExplanation ul {
	list-style-type: circle;
	padding-left: 20px;                                   	
}

.reg-form{
  margin: 20px 0 20px 0;
  width: 650px;
  float: left;
  clear: both;
  color: #717171;
}
.reg-form P{
  margin: 0 0 10px 0;
}
.reg-form INPUT.field{
  margin: 0 0 5px 0;
  width: 230px;
  height: 21px;
  border: 1px solid #A8ACAD;
  background: url(/images/corporate/field.png) repeat-x top;
  color: #717171;
}
.reg-form .select{
  margin: 0 0 5px 0;
  width: 230px;
  height: 21px;
  border: 1px solid #A8ACAD;
  background: url(/images/corporate/field.png) repeat-x top;
  color: #717171;
}
.reg-form .select-small{
  margin: 0 0 5px 0;
  width: 62px;
  height: 21px;
  border: 1px solid #A8ACAD;
  background: url(/images/corporate/field.png) repeat-x top;
  color: #717171;
}
.reg-form .select-small-a{
  margin: 0 0 5px 0;
  width: 110px;
  height: 21px;
  border: 1px solid #A8ACAD;
  background: url(/images/corporate/field.png) repeat-x top;
  color: #717171;
}
.reg-form .select-small-b{
  margin: 0 0 5px 0;
  width: 50px;
  height: 21px;
  border: 1px solid #A8ACAD;
  background: url(/images/corporate/field.png) repeat-x top;
  color: #717171;
}
.reg-form LABEL{
  float: left;
  width: 130px;
  text-align: right;
  padding: 0 10px 0 0;
  display: block;
  font-weight: bold;
  line-height: 25px;
}
.reg-form INPUT.submit{
    width: 90px;
    height: 20px;
    background: url(/images/corporate/enter.png) no-repeat;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 11px;
    padding: 0 0 1px 9px;
    border: none;
    text-align: left;
    float: right;
}

.reg-form p.error input {
	border: 1px solid red;
}

.reg-form.mini {
	margin-bottom: 10px;
}

.reg-form.mini label {
	width: 77px;
}

.reg-form.mini input.field {
	width: 150px;
} 

.reg-form.mini p.submit {
	margin-left: 27px;
}

.reg-form.mini .submit {
		margin-bottom: 10px;  
}

.media_login_status {
	padding: 20px;
	padding: 16px;
	border-bottom: 5px solid #012D4B ;
}

#media_login {
	background-image: url(/images/corporate/bg_latest_news.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#media_login h2 { 
	color:#094973; 
	font-weight:bold; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	margin-bottom:0px; 
	margin-left: 15px; 
	margin-top: 15px;
	}
	
#media_login p.error {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: red;
	font-weight: bold;	
} 

/* Album Page
------------------------------------ */

#top-album{
  position: relative;
  height: 366px;
}
#top-album H2{
  display: block;
  width:648px;
  position: absolute;
  top:270px;
  left:45px;
  color: #FFF;
}
#top-album H2 SPAN{
  display: block;
  background: url(/images/corporate/top-video-h2.png) repeat-x;
  float: left;
  clear: both;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  padding: 0 12px 0 12px;
  word-spacing: -0.3ex;
}
#top-video b { color:#ed660d; font-weight:bold;}
#top-video span.line2 { color:#0e82ce; font-weight:normal;}
#top-album SPAN.number, .album-list LI SPAN.number{
  display: block;
  background: url(/images/corporate/number-holder-a.png) no-repeat;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top:0;
  right:15px;
  width: 33px;
  height: 31px;
  color: #FFF;
  text-align: center;
}
.album-list{
  width: 660px;
  position: relative;
  margin: 25px 0 0 0;
}
.album-list LI{
  width: 155px;
  float: left;
  padding: 0 10px 25px 0;
  position: relative;
}
.album-list LI IMG{
  margin: 0 0 5px 0;
}
.album-list LI SPAN.number{
  right:20px;
}
.album-list LI A{
  text-decoration: none;
  color: #005288;
  font-weight: bold;
}
.album-list LI A:hover{
  text-decoration: underline;
}
.scrollable-wrapper{
	position:relative;
	width: 650px;
	height: 70px;
	background: url(/images/corporate/gal-scroll.png) no-repeat;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 582px;
	height: 70px;
    left:34px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable IMG{
	float:left;
	margin: 10px 13px 0 0;
	border:2px solid #FFF;
	cursor:pointer;
	width:68px;
	height:46px;
}
.scrollable .active {
	border:2px solid #606060;
	z-index:9999;
	position:relative;
}
.scrollable-wrapper A.prevPage{
  width: 35px;
  height: 34px;
  display: block;
  position: absolute;
  text-indent: -999999px;
  outline: none;
  background: url(/images/corporate/prev-next.png) no-repeat;
  z-index: 1001;
  top: 15px;
  left: -15px;
}
.scrollable-wrapper A.nextPage{
  width: 35px;
  height: 34px;
  display: block;
  position: absolute;
  text-indent: -999999px;
  outline: none;
  background: url(/images/corporate/prev-next.png) no-repeat -35px 0;
  z-index: 1001;
  top: 15px;
  right: -15px;
}
#image-wrapper{
  width: 650px;
  height: 366px;
  position: relative;
  margin: 0 0 10px 0;
}
#image-wrapper A.prevPage{
  width: 48px;
  height: 70px;
  display: block;
  position: absolute;
  text-indent: -999999px;
  outline: none;
  background: url(/images/corporate/gallery-next.png) no-repeat;
  z-index: 1001;
  top: 150px;
  left: 0;
}
#image-wrapper A.nextPage{
  width: 48px;
  height: 70px;
  display: block;
  position: absolute;
  text-indent: -999999px;
  outline: none;
  background: url(/images/corporate/gallery-next.png) no-repeat -48px 0;
  z-index: 1001;
  top: 150px;
  right: 0;
}
#comments-area{
  width: 650px;
  background: url(/images/corporate/venues-bg.png) no-repeat top;
  padding: 28px 0 0 0;
  margin: 15px 0 0 0;
  position: relative;
}
#comments-area H3{
  color: #005288;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  left:31px;
  margin: 0 0 25px 0;
}
#comments-area SPAN.number{
  display: block;
  background: url(/images/corporate/comments.png) no-repeat;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top:26px;
  left:0;
  width: 25px;
  height: 25px;
  color: #FFF;
  text-align: center;
}
.comments LI{
  clear: both;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #DFDFDF;
  width: 650px;
  float: left;
}
.comments LI DIV.user-info{
  width: 180px;
  padding: 0 10px 0 0;
  float: left;
}
.comments LI DIV.user-info IMG{
  float: left;
  margin: 0 7px 0 0;
}
.comments LI DIV.user-info SPAN.name{
  font-weight: bold;
  color: #005288;
  display: block;
  margin: 0 0 2px 0;
}
.comments LI DIV.user-info SPAN.name A{
  color: #005288;
  text-decoration: none;
}
.comments LI DIV.user-info SPAN.name A:hover{
  text-decoration: underline;
}
.comments LI DIV.user-info SPAN.date{
  color: #9C9B9B;
  display: block;
  font-size: 11px;
}
.comment-inner{
  width: 418px;
  background: #E3E3E3;
  padding: 14px;
  color: #5D5D5D;
  position: relative;
  float: right;
}
.comment-inner-top{
  width: 446px;
  height: 3px;
  background: url(/images/corporate/comment-top.png) no-repeat;
  position: absolute;
  top:0;
  left:0;
}
.comment-inner-bottom{
  width: 446px;
  height: 3px;
  background: url(/images/corporate/comment-bottom.png) no-repeat;
  position: absolute;
  bottom:0;
  left:0;
}
.comment-inner-side{
  width: 9px;
  height: 10px;
  background: url(/images/corporate/blockquote-side.png) no-repeat;
  position: absolute;
  top:12px;
  left:-9px;
}
.comments-form{
  margin: 10px 0 0 0;
  width: 650px;
  float: left;
  clear: both;
  color: #717171;
}
.comments-form H3{
  color: #005288;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.comments-form P{
  margin: 0 0 10px 0;
}
.comments-form INPUT.field{
  margin: 0 0 5px 0;
  width: 230px;
  height: 21px;
  border: 1px solid #A8ACAD;
  background: url(/images/corporate/field.png) repeat-x top;
  color: #717171;
}
.comments-form TEXTAREA{
  margin: 0 0 5px 0;
  width: 440px;
  height: 100px;
  border: 1px solid #A8ACAD;
  background: url(/images/corporate/field.png) repeat-x top;
  color: #717171;
}
.comments-form LABEL{
  float: left;
  width: 190px;
  text-align: right;
  padding: 0 10px 0 0;
  display: block;
  font-weight: bold;
  line-height: 25px;
}
.comments-form INPUT.submit{
    width: 90px;
    height: 20px;
    background: url(/images/corporate/enter.png) no-repeat;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 11px;
    line-height: 18px;
    padding: 0 0 3px 9px;
    border: none;
    text-align: left;
}

/* Overlay
------------------------------------ */

.simple_overlay{
	display:none;
	z-index:10000;
	background:#FFF;
	width:400spx;
	min-height:200px;
    padding: 25px;
}
.simple_overlay .close{
	background-image:url(/images/corporate/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:39px;
	width:39px;
}
.simple_overlay FORM{
  margin: 10px 0 0 0;
  width: 400px;
  float: left;
  clear: both;
  color: #717171;
}
.simple_overlay FORM H3{
  color: #005288;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.simple_overlay FORM P{
  margin: 0 0 10px 0;
}
.simple_overlay FORM INPUT.field{
  margin: 0 0 5px 0;
  width: 225px;
  height: 21px;
  border: 1px solid #A8ACAD;
  background: url(/images/corporate/field.png) repeat-x top;
  color: #717171;
}
.simple_overlay FORM TEXTAREA{
  margin: 0 0 5px 0;
  width: 225px;
  height: 100px;
  border: 1px solid #A8ACAD;
  background: url(/images/corporate/field.png) repeat-x top;
  color: #717171;
  padding: 8px 0 0 5px;
}
.simple_overlay FORM LABEL{
  float: left;
  width: 157px;
  text-align: right;
  padding: 0 10px 0 0;
  display: block;
  font-weight: bold;
  line-height: 25px;
}
.simple_overlay FORM INPUT.submit{
    width: 90px;
    height: 20px;
    background: url(/images/corporate/enter.png) no-repeat;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 11px;
    line-height: 18px;
    padding: 0 0 1px 9px;
    border: none;
    text-align: left;
    float: right;
}


/* Footer
------------------------------------ */

#footer{
  color: #2c8fd0;
  font-size: 11px;
  clear: both;
  width: 690px;
  line-height: 14px;
  padding: 0 0 100px 0;
}
#footer A{
  color: #2c8fd0;;
}
#footer SPAN.copy{
  display: block;
  float: left;
  width: 330px;
}
#footer SPAN.design{
  display: block;
  float: right;
  width: 345px;
  text-align: right;
}

/*MISC*/ 

br.clearFix {
	clear: both;
}

.notices {
	font-weight: bold;
	color: green !important;
	margin-bottom: 10px;
	font-size: 14px;
}

.errors {
	font-weight: bold;
	color: red !important;
	margin-bottom: 10px;
	font-size: 14px;
}




                 













