/*----------------------------------------------------------------------------------------
ride4ever.org Style Sheet

Stylesheet Created by Aaron Gustafson (agustafson@cronin-co.com) 10/29/03.

To conserve file size, please write the shorthand 
for color codes (#000000 -> #000; #ff9900 -> #f90) and use 0 in place of 
0px whenever possible.

Site colors:    white:      #fff
                black:      #000
                red:        #c00
                dk red:     #900
                gold:       #ffc32d
                lt yellow:  #ff9
                lt grey:    #999
                md grey:    #666
                dk grey:    #333

----------------------------------------------------------------------------------------*/

/* Rewrite HTML Tags */
body
{
  background: #c00 url(../images/background.jpg) top center no-repeat;
  color: #000;
  font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
body#popup
{
  background: #c00;
}

div, p, th, td, li, dd, span, ul, li
{
  font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}

a
{
  font-weight: bold;
}
a:link, a:visited
{
  background-color: transparent;
  color: #ffc32d;
  text-decoration: none;
}
a:active, a:focus, a:hover
{
  background-color: transparent;
  color: #c00;
  text-decoration: underline;
}
a.sideBar:link, a.sideBar:visited
{
  font-size: 9px;
  background-color: transparent;
  color: #ffc32d;
  text-decoration: none;
  margin: 0 0 0 24px;
}
a.sideBar:active, a.sideBar:focus, a.sideBar:hover
{
  background-color: transparent;
  color: #c00;
  text-decoration: underline;
}
a sup, a sub
{
  text-decoration: none;
}
a.backToTop
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 9px;
  display: block;
  margin: 20px 10px 0 0;
  padding: 0 11px 0 0;
  text-align: right;
  text-decoration: none;
}
a.backToTop:link, a.backToTop:visited
{
  background: transparent url(../images/backToTopOff.gif) top right no-repeat;
  color: #c00;
}
a.backToTop:active, a.backToTop:focus, a.backToTop:hover
{
  background: transparent url(../images/backToTopOn.gif) top right no-repeat;
  color: #900;
}

h1
{
  background: transparent url(../images/h1Background.gif) top left no-repeat;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -14px;
  left: 0;
  width: 730px;
  word-spacing: .2em;
}
div#bodyWide h1
{
  background: transparent url(../images/h1WideBackground.gif) top left no-repeat;
}
div#bodyHome h1
{
  background: transparent url(../images/hpH1Background.gif) top left no-repeat;
  margin: 0;
  padding: 0 0 0 30px;
  left: 23px;
  width: 541px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 511px;
}
html>body div#bodyHome h1
{
  width: 511px;
}
h2
{
  background-color: transparent;
  color: #416666;
  font-size: 15px;
  width: 385px;
  padding: 0;
}
div#body div#content h2
{
  margin: 1.5em auto 0;
}
div.article h2
{
  padding-top: 15px;
}
div#bodyHome #content h2
{
  background: transparent url(../images/h2Arrow.gif) top left no-repeat;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 0 20px;
  padding: 0 0 0 25px;
  text-transform: uppercase;
}
div#sectionNav h2
{
  color: #000;
  font-size: 11px;
  margin: 0 0 5px;
  padding: 0 10px;
  text-transform: uppercase;
  width: 123px;
}
div#bodyHome div#sectionNav h2
{
  background: transparent url(../images/hpH2Background.gif) top left no-repeat;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 29px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: -14px;
  right: 23px;
  width: 143px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 103px;
}
html>body div#bodyHome div#sectionNav h2
{
  width: 103px;
}
h3
{
  background-color: transparent;
  color: #416666;
  font-size: 14px;
  margin: 1.5em auto 0;
  width: 385px;
  padding: 0;
}

p
{
  background-color: transparent;
  color: #666;
  font-size: 13px;
  line-height: 1.2em;
  margin: 0 auto 1.5em;
  width: 385px;
}
p a:link, p a:visited, div#content ul a:link, div#content ul a:visited
{
  background-color: transparent;
  color: #c00;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  text-transform: uppercase;
}
p a:active, p a:focus, p a:hover, div#content ul a:active, div#content ul a:focus, div#content ul a:hover
{
  background-color: transparent;
  color: #900;
}
div#bodyHome p, div#bodyWide p
{
  background-color: transparent;
  color: #fff;
  width: 521px;
}
div#bodyHome p a:link, div#bodyHome p a:visited, div#bodyWide p a:link, div#bodyWide p a:visited
{
  background-color: transparent;
  color: #ffc32d;
}
div#bodyHome p a:active, div#bodyHome p a:focus, div#bodyHome p a:hover, div#bodyWide p a:active, div#bodyWide p a:focus, div#bodyWide p a:hover
{
  background-color: transparent;
  color: #000;
}

form
{
  margin: 0;
  padding: 0;
}
label
{
  display: block;
}
input, textarea
{
  border: 1px solid #000;
  display: block;
}
input.hidden
{
  display: none;
}
input.text, textarea
{
  background-color: #999;
}
input.text:focus, textarea:focus
{
  background-color: #fff;
}
label input, input.radio, input.checkbox /* input[type="radio"], input[type="checkbox"] */
{
  border-width: 0;
  display: inline;
  position: relative;
  top: 2px;
  left: -2px;
}

sup
{
  font-size: .75em;
  position: relative;
  top: -.25em;
}

.alt
{
  display: none;
}
hr.clear
{
  display: block;
  clear: both;
  margin: 0;
  visibility: hidden;
}
hr.clearForm
{
  display: block;
  clear: both;
  margin: -10px 0;
  visibility: hidden;
}


/* HEADER */
div#header
{
  margin: 45px auto 0;
  position: relative;
  text-align: center;
  width: 730px;
}
a#logo
{
  display: block;
  height: 32px;
  margin: 0 auto;
  padding: 0;
  width: 193px;
}
a#logo img
{
  border: 0;
}

/* NAVIGATION */
ul#mainNav
{
  background: transparent url(../images/navBackground.gif) center center no-repeat;
  color: inherit;
  width: 730px;
  height: 72px;
  list-style-type: none;
  margin: 5px auto 0;
  padding: 0;
}
ul#mainNav li
{
  display: block;
  float: left;
  margin: 17px 0 0;
  padding: 0;
  text-align: center;
  width: 60px; /* for Mac IE */
  /* hidden from Mac IE \*/
  width: auto;
  /* end hide */
}
ul#mainNav li a
{
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
ul#mainNav li a:link, ul#mainNav li a:visited
{
  background-color: transparent;
  color: #000;
}
ul#mainNav li a:active, ul#mainNav li a:focus, ul#mainNav li a:hover
{
  background-color: transparent;
  color: #c00;
  text-decoration: none;
}
a#safe
{
  margin: 0 15px 0 60px;
  width: 60px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: auto;
}
html>body a#safe
{
  width: 60px; /* for Mac IE */
  /* hidden from Mac IE \*/
  width: auto;
  /* end hide */
}
a#maps
{
  margin: 0 15px 0 0;
  width: 80px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: auto;
}
html>body a#maps
{
  width: 80px; /* for Mac IE */
  /* hidden from Mac IE \*/
  width: auto;
  /* end hide */
}
a#stories
{
  margin: 0 85px 0 0;
  width: 100px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: auto;
}
html>body a#stories
{
  width: 100px; /* for Mac IE */
  /* hidden from Mac IE \*/
  width: auto;
  /* end hide */
}
a#news
{
  margin: 0 20px 0 0;
  width: 50px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: auto;
}
html>body a#news
{
  width: 50px; /* for Mac IE */
  /* hidden from Mac IE \*/
  width: auto;
  /* end hide */
}
a#tools
{
  margin: 0 20px 0 0;
  width: 70px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: auto;
}
html>body a#tools
{
  width: 70px; /* for Mac IE */
  /* hidden from Mac IE \*/
  width: auto;
  /* end hide */
}
a#postcard
{
  margin: 0;
  width: 90px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: auto;
}
html>body a#postcard
{
  width: 90px; /* for Mac IE */
  /* hidden from Mac IE \*/
  width: auto;
  /* end hide */
}
body#safeBody a#safe, body#mapsBody a#maps, body#newsBody a#news, body#storiesBody a#stories, body#toolsBody a#tools, body#postcardsBody a#postcard
{
  background-color: transparent;
  color: #c00;
  text-decoration: none;
}
ul#utilNav
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 65px;
  width: 500px;
  bottom: -95px; /* for Mac IE */
  /* hidden from Mac IE \*/
  bottom: 8px;
  /* end hide */
}
ul#utilNav li
{
  border-left: 2px solid #000;
  display: block;
  float: right;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  width: 20px; /* for Mac IE */
  /* hidden from Mac IE \*/
  width: auto;
  /* end hide */
}
ul#utilNav li.first
{
  border-width: 0;
}
ul#utilNav li a
{
  display: block;
  font-size: 9px;
  white-space: nowrap;
}
ul#utilNav li a:active, ul#utilNav li a:focus, ul#utilNav li a:hover
{
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
body#pressBody a#press, body#faqBody a#faqs, body#partnersBody a#partners, body#linksBody a#links
{
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

/* BODY SETUP */
div#body, div#bodyMap
{
  background: transparent url(../images/bodyBackground.gif) top left repeat-y;
  border: 1px solid #c00; /*for safari */
  border-bottom: 0; /*for safari */
  color: inherit;
  margin: 25px auto 0;
  padding: 0 23px;
  position: relative;
  width: 730px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 684px;
}
html>body div#body, html>body div#bodyMap
{
  width: 684px;
}
div#bodyHome
{
  background: transparent url(../images/homeBackground.gif) top left repeat-y;
  border: 1px solid #c00; /*for safari */
  border-bottom: 0; /*for safari */
  color: inherit;
  margin: 25px auto 0;
  padding: 0 23px;
  position: relative;
  width: 730px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 684px;
}
html>body div#bodyHome
{
  width: 684px;
}
div#bodyWide
{
  background: transparent url(../images/wideBackground.gif) top left repeat-y;
  border: 1px solid #c00; /*for safari */
  border-bottom: 0; /*for safari */
  color: inherit;
  margin: 25px auto 0;
  padding: 0 23px;
  position: relative;
  width: 730px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 684px;
}
html>body div#bodyWide
{
  width: 684px;
}

/* CONTENT */
div#content
{
  background: transparent;
  color: #999;
  font-size: 13px;
  float: left;
  margin: 15px 0 0;
  padding: 0;
  width: 405px;
}
div#bodyMap div#content, div#bodyHome div#content, div#bodyWide div#content
{
  background: transparent;
  color: #fff;
  margin: 0;
  width: 541px;
}
div#bodyWide div#content
{
  padding-top: 30px;
}
div#content img
{
  display: block;
  margin-bottom: 10px;
}
div#content img.colorBar
{
  border: solid #c00;
  border-width: 0 0 40px;
}
ul#quickLinks
{
  background-color: transparent;
  color: #fff;
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 240px;
  right: 180px;
  width: 405px;
  padding: 0;
}
ul#quickLinks li
{
  float: right;
  padding: 0;
  margin: 0;
  width: 60px; /* for Mac IE */
  /* hidden from Mac IE \*/
  width: auto;
  /* end hide */
}
ul#quickLinks li a
{
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding: 0 10px 0 20px;
  white-space: nowrap;
}
ul#quickLinks li a:link, ul#quickLinks li a:visited
{
  background: transparent url(../images/quickLinkOff.gif) top left no-repeat;
  color: #ffc32d;
}
ul#quickLinks li a:active, ul#quickLinks li a:focus, ul#quickLinks li a:hover
{
  background: transparent url(../images/quickLinkOn.gif) top left no-repeat;
  color: #fff;
  text-decoration: none;
}
div#hpOverlay
{
  background: transparent url(../images/shadedBG.jpg) top left no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  top: 200px;
  right: 166px;
  width: 430px;
}
div#hpOverlay span
{
  background-color: transparent;
  color: #ffc32d;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bolder;
  display: block;
  font-size: 1.25em;
}
div#bodyHome div#content ul
{
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 450px;
}
div#bodyHome div#content ul li
{
  border-top: 1px solid #666;
  font-size: 11px;
  margin: 10px 0 0;
  padding: 10px;
}
div#bodyHome div#content ul li a, div#bodyHome div#content ul li h3
{
  background-color: transparent;
  color: #ffc32d;
  display: block;
  font-size: 1.05em;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: inherit;
}
div#body div#content ul
{
  background-color: transparent;
  color: #666;
  font-size: 13px;
  line-height: 1.2em;
  margin-left: 0;
  padding-left: 30px;
  width: 345px;
}
div#body div#content ul ul
{
  background-color: transparent;
  color: #666;
  font-size: 13px;
  line-height: 1.2em;
  margin-left: 0;
  padding-left: 30px;
  width: 300px;
}
div#content table
{
  background: transparent;
  border: 1px solid #666;
  border-collapse: collapse;
  color: #999;
  font-size: 13px;
  margin: 0 auto 1.5em;
  padding: 0;
  width: 385px;
}
div#content table th
{
  background: #ccc;
  border: 1px solid #666;
  color: #666;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  padding: 3px 5px;
  text-transform: uppercase;
  white-space: nowrap;
}
div#content table td
{
  border: 1px solid #666;
  padding: 3px 5px;
}
div#content table td.center
{
  text-align: center;
}
div#body div#content ul#storyList
{
  list-style-type: none;
  margin: 10px auto 0;
  padding: 0;
  width: 345px;
}
div#body div#content ul#storyList li
{
  margin: 0;
  padding: 0 0 10px;
  width: 305px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 345px;
}
html>body div#body div#content ul#storyList li
{
  width: 345px;
}
div#body div#content ul#storyList h3
{
  color: #c00;
  margin: 0;
  width: auto;
}
div#body div#content h3 a
{
  color: #c00;
  font-size: inherit;
}
div#body div#content ul#storyList p
{
  margin: 0;
  width: 345px;
}
div#body div#content ul#storyList a.readMore
{
  display: block;
  text-align: right;
}
a.articleLogo
{
  float: right;
  display: block;
  margin: 0 0 10px 10px;
  padding: 0;
}
a.articleLogo img
{
  border: 0;
}
div.tool
{
  background: #fff;
  color: #999;
  float: left;
  margin: 0 5px;
  padding: 0;
  width: 250px;
  text-align: center;
}
div.tool img
{
  border: 0;
  margin: 0 auto;
  height: 188px;
  width: 250px;
}
div.tool a
{
  color: #c00;
}
div.tool ul, div.tool h2
{
  color: #666;
  margin: 0 auto;
  text-align: left;
}
div.tool ul
{
  padding: 0 5px 5px 15px;
  margin-left: 15px;
  width: 210px;
}
div.tool ul li
{
  margin: 4px 0;
}
div.tool h2
{
  font-size: 14px;
  padding: 0;
  margin-top: 10px;
  width: 220px;
}
p.footnotes
{
  font-size: 9px;
  font-style: italic;
}

/* SECTION NAV */
div#sectionNav img#brandPrint
{
  display: none;
}
div#sectionNav
{
  float: left;
  margin: 30px 0 0;
  padding: 90px 0 0;
  width: 143px;
}
div#bodyHome div#sectionNav
{
  float: right;
}
div#sectionNav img
{
  border: 0;
}
div#sectionNav img#brand
{
  position: absolute;
  top: 23px;
  left: 14px;
}
div#bodyHome div#sectionNav img#brand
{
  top: 30px;
  left: 555px;
}
div#sectionNav ul
{
  list-style-type: none;
  margin: 0 8px;
  padding: 0;
  width: 127px;
}
div#sectionNav ul li
{
  border-bottom: 1px solid #ffebb2;
  font-size: 10px;
  margin: 0;
  padding: 5px 10px;
}
div#sectionNav ul li.current
{
  background: #ffebb2;
}
div#sectionNav ul li a
{
  background-color: transparent;
  color: #c00;
  display: block;
  font-size: 1.05em;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
div#sectionNav ul li a.arrow, div#bodyHome div#content ul li a.arrow
{
  display: inline;
}
div#bodyHome div#sectionNav a img
{
  margin: 10px 0;
}
div#bodyHome div#sectionNav a img#conrepHome
{
  border: 0;
  height: 81px;
  display: block;
  margin: 10px auto;
  width: 80px;
}


/* SIDEBAR */
div#sideBar
{
  float: right;
  margin: 35px 0 0;
  padding: 0;
  width: 136px;
}
div#sideBar a img
{
  border: 0;
  clear: both;
  display: block;
  margin: 0;
  position: relative;
  top: 10px;
  width: 136px;
}
div#sideBar img#conrep
{
  height: 81px;
  margin: 0 auto;
  position: relative;
  top: -5px;
  width: 80px;
}


/* COPYRIGHT */
div#copyright, div#copyrightHome, div#copyrightWide
{
  background: transparent url(../images/copyrightBackground.gif) top left no-repeat;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  line-height: 29px;
  margin: 0 auto;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 730px;
}
div#copyrightHome
{
  background: transparent url(../images/copyrightHomeBackground.gif) top left no-repeat;
}
div#copyrightWide
{
  background: transparent url(../images/copyrightWideBackground.gif) top left no-repeat;
}
div#copyright a:active, div#copyright a:focus, div#copyright a:hover, div#copyrightHome a:active, div#copyrightHome li a:focus, div#copyrightHome li a:hover
{
  background-color: transparent;
  color: #ffc32d;
}

/* FORMS */
div#content form
{
  margin: 10px auto;
  padding: 0;
  width: 363px;
}
div#content fieldset
{
  background-color: #666;
  border: 1px solid #000;
  padding: 0 10px 10px;
  margin: 1.5em 0;
  width: 363px; /* IE 5.x */
  voice-family: "\"}\"";
  voice-family: inherit;
  width: auto;
}
html>body div#content fieldset
{
  width: auto;
}
div#content label
{
  background: transparent;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  word-spacing: .2em;
}
div#content input.text, div#content select.text
{
  width: 340px;
  margin-bottom: 10px;
}
div#content fieldset div.legend
{
  background: transparent url(../images/label.gif) top left no-repeat;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 29px;
  margin: 0;
  padding: 0 30px;
  position: relative;
  top: -15px;
  width: 291px;
  word-spacing: .2em;
}
div#content textarea
{
  display: block;
  margin-bottom: 10px;
  width: 340px;
}
fieldset#postcards label
{
  border: 1px solid #000;
  float: left;
  margin: 0 10px 10px 0;
  padding: 2px;
  text-align: center;
  width: 140px;
}
div#content label img
{
  border: 0;
  margin: 0;
}
div#content label input.radio
{
  display: block;
  position: static;
  margin: 0;
  text-align: center;
}
div#content a.fwdArrowButton,
div#content input.fwdArrowButton
{
  background: #ccc url(../images/fwdArrow.gif) center right no-repeat;
  border: 1px solid #000;
  color: #000;
  display: block;
  float: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 25px;
  padding: 0 25px 0 10px;
  margin: 10px 0 0 10px;
  text-decoration: none;
  white-space: nowrap;
}
div#content a.button
{
  background: #ccc;
  border: 1px solid #000;
  color: #000;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  float: right;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
  margin: 10px 0 0 10px;
  text-decoration: none;
  white-space: nowrap;
}
.error, div#content label.error, div#content fieldset div.error
{
  color: #f00;
}

/* POSTCARDS */
div#content img.postcard
{
  margin: 1.5em auto;
  width: 500px;
}
div#postcardMesssage
{
  background: transparent;
  color: #000;
  padding: 10px 0;
  position: absolute;
  top: 410px;
  right: 45px;
  width: 250px;
}
div#postcardMesssage p
{
  background: transparent;
  color: #000;
  width: 230px;
}
div#postcardMesssage p.date, div#postcardMesssage p.signature
{
  text-align: right;
}
body#popup p
{
  background: #ffebb2;
  margin: 10px;
  padding: 10px;
}

div#safetyMsg
{
  background: #FFC02D url(/images/safetyMsg.gif) top left no-repeat;
  color: #900;
  font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
  margin: 30px 0 0;
  padding: 30px 10px 10px;
  text-align: center;
}
div#safetyMsg em
{
  font-style: normal;
  text-transform: uppercase;
}

