@charset "utf-8";
body {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  background: #000 url(/img/jp/JP-Background-New_lotus_v2a.jpg) top center no-repeat;
  margin: 0;
  padding: 0;
  color: #fff;
}

* {
  outline: 0;
}

.clear2
{
  clear: both;
  height: 1px;
  line-height: 1px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;   /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
  padding-right: 0px;
  padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
  border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a, a:link, a:visited {
  color: #8A5B9D;
  font-weight: bold;
  text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
  text-decoration: underline;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
  margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
  background: url(/img/background-bottom.png) no-repeat;
  background-position: 50% 100%;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
  position: relative;
  background: url(/img/jp/JP-Champion-headerv3.png);
  width: 980px;
  height: 124px;
  margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#headerContent
{
width:980px;
height:124px;
margin:0px auto;
position:relative;
}
.livetiming{
  position:absolute;
  left:700px;
  top:50px;
}
.menu {
  background: url(/img/menu-bg.png);
  width: 980px;
  height: 31px;
  margin: 0 auto;
  text-align: center; /* the auto value on the sides, coupled with the width, centers the layout */
}

.menuitem, .menuitem:visited, .menuitem:active {
  background: url(/img/menu-shade.png) repeat-x;
  width: 106px;
  height: 31px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-left: 1px solid #0E142D;
  border-right: 1px solid #432E6A;
}

.menuitem:hover {
  color: #488DC6  
  background: url(/img/menu-shade-over.png) repeat-x;
}

.menu a, .menu a:visited, .menu a:active {
  display: block;
  float: left;
  background: url(/img/menu-shade.png) repeat-x;
  width: 106px;
  height: 24px;
  padding-top: 7px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-left: 1px solid #0E142D;
  border-right: 1px solid #432E6A;
}

.menu a:hover {
  color: #488DC6;  
  background: url(/img/menu-shade-over.png) repeat-x;
}

.menu a.miright {
  border-right: 0px solid #432E6A;
}

.menu a.mileft {
  border-left: 0px solid #0E142D;
}

.menu a.menuSmallLink
{
  width: 86px;
}

.menu a.menuLargeLink
{
  width: 126px;
}
  
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
  width: 980px;
  min-height: 700px;
  padding: 10px 20px 10px 20px;
  margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ The footer ~~ */
.footer {
  clear: both;
  width: 940px;
  height: 50px;
  border-top: 1px solid #999;
  background: #000;
  margin: 20px auto; /* the auto value on the sides, coupled with the width, centers the layout */
  z-index: 1000;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.jpSig
{
  float: left;
  margin: 5px 5px 5px 0px;
}

.footerNote
{
  padding-top: 20px;
  color: #888;
}

.footerSponsor
{
  float: right;
  margin: 5px 0px 5px 5px;
}

.content .fpTop {
  width: 940px;
  height: 460px;
  position: relative;
  border-bottom: 1px solid #999;
  margin: 10px 20px 10px 20px;
}

.content .fpBot {
  width: 940px;
  position: relative;
  margin: 20px 20px 20px 20px;
}

.fpTop .welcomeBox {
  width: 300px;
  min-height: 100px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.fpTop .latestNews {
  width: 860px;
  height: 144px;
  background: url(/img/Black-Box.png);
  margin: 0px 0px 0px -20px;
  padding: 15px 20px 20px 20px;
  position: absolute;
  bottom: 20px;
  left: 0px;
}

.fpTop .carPic {
  position: absolute;
  top: 0px;
  right: 100px;
  width: 578px;
  height: 331px;
  padding: 0px;
}

.fpTop .joPic {
  position: absolute;
  bottom: 0px;
  right: -117px;
  width: 340px;
  height: 460px;
  padding: 0px;
}

h1 {
  background: url(/img/arrow-icon.png) no-repeat;
  padding: 0px 0px 0px 25px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-family: Helvetica, Verdana, sans-serif;
  margin-bottom: 15px;
}

.ftTop .latestNewsStories {
  width: 740px;
  margin: 0px;
  padding: 0px;
}

.story {
  font-size: 11px;
  width: 350px;
  min-height:52px;
  margin: 0px 20px 0px 0px;
  padding: 5px 0px;
  float: left;
}

.content .calendarBox {
  width: 940px;
  position: relative;
  border-top: 1px solid #999;
  margin: 0px 20px 20px 20px;
  clear: both;
}

.calendarBox .event {
  float: left;
  width: 300px;
  height: 150px;
  margin: 20px 20px 20px 0px;
  padding: 0px;
}

        #pageWrapper
        {
            width: 940px;
            margin: 10px auto 0px auto;
        }
        #newsLHS
        {
            width: 220px;
            float: left;
            padding: 0px 0px;
        }
        #newsMID
        {
            width: 460px;
            margin: 0px 20px 20px 20px;
            float: left;
        }
        #newsMID .imgDiv
        {
            float: left;
            width: 218px;
            height: 106px;
            margin: 0px 20px 20px 0px;
            padding: 0px;
            overflow: hidden;
            border: 1px solid white;
            position: relative;
        }
        #newsMID .imgDiv img
        {
            width: 218px;
        }
        #newsRHS
        {
            width: 220px;
            float: left;
    font-size:11px;
        }
        #newsRHS .newsIcon img
        {
            padding: 10px 5px 0px 0px;
            float: left;
            width:15px;
            height:15px;
        }
        .clear
        {
            clear: both;
        }

.newsItem
{
  border-top: 1px solid #666;
}

        .newsItem h2
        {
            color: #895C9D;
            margin: 15px 0px 3px 0px;
        }

.newsSearch
{
  width: 210px;
}

.newsItem h2 a:link, .newsItem h2 a:visited {
  color: #895C9D;
  text-decoration: none;
  font-size: 13px;
}
.newsItem h2 a:hover {
  text-decoration: underline;
  color: white;
}
.newsItem p
        {
            margin: 0px 0px 5px 0px;
            font-size: 11px;
        }

.newsPhotoOverlay {
  z-index: 2000; 
  position: absolute; 
  bottom: 0px; 
  left: 0px; 
  height:40px; 
  width:220px;
  color: #fff;
  background: url(/img/NewsPhotoOverlay.png);
}

.newsPhotoOverlayText {
  padding: 5px 5px 5px 5px;
  z-index: 2000; 
  font-size: 0.8em;
  line-height: 1.2em;
}
.newsPhotoOverlayText a, .newsPhotoOverlayText a:visited, .newsPhotoOverlayText a:active {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.newsPhotoOverlayText a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.newsPagePhotoDiv {
            width: 458px;
            margin: 0px 0px 20px 0px;
            padding: 0px;
            border: 1px solid white;
            position: relative;
        }
        .newsPagePhotoDiv img
        {
            width: 458px;
        }
h1.newsHeadline {
  margin: 0px 0px 20px 0px;
  background-image: none;
  padding-left: 0px;
}

#newsLHS .story, #newsRHS .story {
  font-size: 11px;
  width: 220px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  float: left;
}
        #careerLHS
        {
            width: 460px;
            float: left;
            padding: 0px 20px 0px 0px;
        }
        #careerRHS
        {
            width: 460px;
            float: left;
            padding: 0px 0px;
            position: relative;
}
.careerHist {
  margin: 0px 250px 20px 0px;
}
.careerHist strong {
    color: #895C9D;
}
.careerStats {
  margin: 0px 250px 20px 0px;
}
.careerQuote {
  margin: 0px 250px 20px 0px;
}
.careerStats ul {
  margin: 0px; 
  list-style-type: none;
}
.careerJoPic {
  position: absolute;
  top: 0px;
  left: 210px;
  margin: 0px;
  padding: 0px;
  z-index: 500;
}
.careerBio {
  margin: 0px 0px 20px 0px;
}
#careerLHS .galImage {
  border: 1px solid #fff;
  margin: 10px 10px 20px 0px;
  float: left;
  max-height: 65px;
  overflow: hidden;
}
#newsRHS h2 {
  clear: both;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: Helvetica, Verdana, sans-serif;
  margin-bottom: 5px;
}
#careerLHS h2 {
  clear: both;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: Helvetica, Verdana, sans-serif;
  margin-bottom: 5px;
}
.video {
  float: left;
  margin: 10px 20px 10px 0px;
}
.videoRight
{
  margin-right: 0px;
}
.video h2 {
  font-size: 14px;
  line-height: 14px;
  font-family: Helvetica, Verdana, sans-serif;
  margin: 5px 0px 10px 0px;  
  text-align: center;
}
.galMainImage {
  border: 1px solid #fff;
  margin: 10px 20px 20px 0px;
  float: left;
  overflow: hidden;
  max-height: 145px;
  min-height:145px;
  width: 218px;
  position:relative;
}
.galMainImageOverlay
{
  position:absolute;
  bottom:0px;
  left:0px;

  width:208px;
  padding:5px;
  font-size:12px;
  background:url(/img/NewsPhotoOverlay.png);
}

.galMainImageMargin
{
  margin: 7px;
}
.galMainImage img
{
  min-height:145px;
}
.galleryBox {
  float: left;
  width: 330px;
  margin: 0px 10px 10px 0px;
}
.careerBox {
  float: left;
  width: 330px;
  margin: 0px 10px 10px 0px;
}
.resultsBox {
  float: left;
  width: 260px;
  margin: 0px 0px 10px 0px;
font-size:11px;
}
.resultsBox h2 {
  clear: both;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: Helvetica, Verdana, sans-serif;
  margin-bottom: 5px;
}
.galleryBox img, .careerBox img {
  width: 328px;
  border: 1px solid white;
}
.fpBot h1 {
  background: url(/img/arrow-icon.png) no-repeat;
  padding: 0px 0px 0px 25px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-family: Helvetica, Verdana, sans-serif;
  margin-bottom: 15px;
}
h1.homepageHeadings
{
  padding-top: 2px;
}
.footerPaging
{
background:#895c9d;
color:#fff;
text-align:right;
padding:5px;
margin-top:10px;
}
.footerPaging a
{
color:#fff;
margin:0px 2px;
padding:2px;
}
.footerPaging a:hover
{
color:blue;
}
.footerPaging .thisOne
{
color:blue;
text-decoration:underline;
}
#socialBox
{
padding-top:20px;
}
/*#socialBox .fb
{
float:left;
width:45%;
padding:3px;
}
#socialBox .tw
{
margin-right:3px;
float:right;
width:45%;
padding:3px;
}*/
#socialBox .fb,
#socialBox .tw,
#socialBox .inst
{
float:left;
width:auto;
padding:3px;
}

.pressCutting
{
margin-bottom:10px;
}
.pressCutting .pressImg
{
float:left;
width:120px;
max-height:80px;
overflow:hidden;
}
.pressCutting .pressImg img
{
width:120px;
}
.pressCutting .pressCuttingTxt
{
width:320px;
float:left;
margin-left:20px;
}

.homepageImage
{
  position: absolute;
  top: -20px;
  left:289px;
  z-index: 400;
}

.homepageOverlay
{
  z-index:450;
  height: 273px;
}

.homepageMainNewsText
{
  position: absolute;
  z-index: 500;
}

.socialMediaButtons
{
  float: left;
  padding-right: 5px;
}

#ImageBox
{
  height: 205px;
  overflow: hidden;
  border-bottom: 1px solid white;
}

span.latestRace
{
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.resultsHeader
{
  margin: 0px 20px;
}

.resultsHeaderText
{
  margin-top: 6px;
}

.eventContent
{
  width: 700px;
  float: right
}

.resultsHeaderBar
{
  margin-bottom: 10px;
}

.resultsSideImage
{
  float: right;
  margin-top: 6px;
}

.homepageCSLRBox
{
  margin-bottom: 10px;
}

.resultsSlider a
{
  cursor: pointer;
}












































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
