body {
   color: #231F20;
   margin: 0px;
   padding: 0px;
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
   position: relative;
   top: 0px;
   left: 0px;
   z-index: 0;
}

td {
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
}

a {
   color: #00587C;
   text-decoration: none;
}

a:hover {
   color: #00587C;
   text-decoration: underline;
}

li {
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
}

input {
   font-size: 11px;
   font-family: verdana, arial, helvetica, sans-serif;
}

select {
   font-size: 11px;
   font-family: verdana, arial, helvetica, sans-serif;
}

textarea {
   font-size: 11px;
   font-family: verdana, arial, helvetica, sans-serif;
}

.formlabel {
   font-size: 12px;
   font-weight: bold;
}

.title_large {
   color: #4A90AB;
   font-size: 20px;
   font-weight: bold;
}

.title_small {
   color: #4A90AB;
   font-size: 14px;
   font-weight: bold;
}

.title_large_white {
   color: #FFFFFF;
   font-size: 20px;
   font-weight: bold;
}

.title_small_white {
   color: #FFFFFF;
   font-size: 14px;
   font-weight: bold;
}

.content {
   text-align: justify;
}

.small {
   font-size: 11px;
}

.highlight {
   color: #4A90AB;
}

.blue {
   color: #001A25;
   /*color: #00587C;*/
}

.brown {
   color: #59360B;
}

.orange {
   color: #FF6600;
}

.white {
   color: #FFFFFF;
}

/* Navigation */

a.nav {
   color: #000000;
   text-decoration: none;
}

a.nav:hover {
   color: #4A90AB;
   text-decoration: none;
}

a.nav_on {
   color: #FFFFFF;
   background-color: #4A90AB;
   text-decoration: none;
}

a.nav_on:hover {
   color: #FFFFFF;
   background-color: #4A90AB;
   text-decoration: none;
}

.nav_bgd {
   background-color: #4A90AB;
}

.footer {
   color: #4A90AB;
   font-size: 11px;
}

/* Calendar */

a.calendar {
   color: #FFFFFF;
   text-decoration: none;
}

a.calendar:hover {
   color:#000000;
   text-decoration: none;
}

.calendarHeader td {
   color: #666666;
   background-color: #EEEEEE;
   font-weight: bold;
   font-size: 12px;
}

.calendarDay {
   color: #000000;
   background-color: #FFFFFF;
   font-size: 12px;
}

.calendarEvent {
   color: #FFFFFF;
   background-color: #001A25;
   font-weight: bold;
   font-size: 12px;
}

/* color: orange */
.calendarEventSpecial1 {
   color: #FFFFFF;
   background-color: #CC6600;
   font-weight: bold;
   font-size: 12px;
}

/* color: red */
.calendarEventSpecial2 {
   color: #FFFFFF;
   background-color: #990000;
   font-weight: bold;
   font-size: 12px;
}

/* Gallery */

.pageNumber {
   font-weight: bold;
   font-size: 14px;
}

/* Background objects */

#greybar {
   background-image: url('http://www.rushfriction.com/images/bgd_greybar.gif');
   background-repeat: repeat-x;
   position: absolute;
   top: 72px;
   left: 0px;
   width: 100%;
   height: 5px;
   z-index: -1;
}

#blueshade {
   background-image: url('http://www.rushfriction.com/images/bgd_blueshade.gif');
   background-repeat: repeat-x;
   position: absolute;
   left: 0px;
   width: 100%;
   height: 120px;
   z-index: -2;
}

/* Hide Overflow-x */

overflowxhide {
   overflow-x: hidden;
   overflow-y: hidden;
}

/* Enlarge Image Script */

#lightbox {
   position: absolute;
   left: 0;
   width: 100%;
   z-index: 100;
   text-align: center;
   line-height: 0;
}

#lightbox a img {
   border: none;
}

#outerImageContainer {
   position: relative;
   background-color: #FFFFFF;
   width: 250px;
   height: 250px;
   margin: 0 auto;
}

#imageContainer {
   padding: 10px;
}

#loading {
   position: absolute;
   top: 40%;
   left: 0%;
   height: 25%;
   width: 100%;
   text-align: center;
   line-height: 0;
}

#hoverNav {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 10;
}

#imageContainer>#hoverNav {
   left: 0;
}

#hoverNav a {
   outline: none;
}

#prevLink, #nextLink {
   width: 49%;
   height: 100%;
   background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
   display: block;
}

#prevLink {
   left: 0;
   float: left;
}

#nextLink {
   right: 0;
   float: right;
}

#prevLink:hover, #prevLink:visited:hover {
   background: url(/images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
   background: url(/images/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
   font: 10px Verdana, Helvetica, sans-serif;
   background-color: #FFFFFF;
   margin: 0 auto;
   line-height: 1.4em;
   overflow: auto;
   width: 100%	
}

#imageData{
   padding:0 10px;
   color: #666666;
}

#imageData #imageDetails {
   width: 70%;
   float: left;
   text-align: left;
}

#imageData #caption {
   font-weight: bold;
}

#imageData #numberDisplay {
   display: block;
   clear: left;
   padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
   width: 66px;
   float: right;
   padding-bottom: 0.7em;
}
		
#overlay {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 90;
   width: 100%;
   height: 500px;
   background-color: #000000;
}