/* Home page stuff */

#homepage-banner {width: 950px; margin-left: 22px; height: 340px; float: left; margin-top: 30px; x}

#homepage-banner h1, #homepage-banner h2 {font-size: 3em; color: #ca1111; margin-bottom: 0; line-height: 80%;}
#homepage-banner h1, #homepage-banner h2 {margin: 80px 0 0 30px;}
#homepage-banner h2 {margin-top: 10px; font-size: 2.3em; color: #fff;}
#homepage-banner .button {margin: 50px 0 0 30px;}

#homepage-sub-banner {clear: both; width: 950px; margin-left: 22px; float: left; background-image: url(../images/backgrounds/homepage-sub-banner-background.png); height: 61px;}

#homepage-sub-banner .text {height: 20px;}

#homepage-sub-banner .quoteicon {float: left; background-image: url(../images/quote-icon.png); width: 29px; height: 19px; margin: 20px;}


#lower {width: 953px; float: left; margin: 20px 0 0 22px; background-image:url(../images/backgrounds/lower-background.png); height: 269px; background-position: top left; background-repeat: no-repeat;}

#lower .left, #lower .centre, #lower .right {width: 250px; height: 252px; float: left; margin-left: 35px;}

#lower .left {background-position: bottom; background-repeat: no-repeat; background-image: url(../images/home-generic/curledphotos.jpg); margin-bottom: 30px;}
#lower .centre {margin-left: 65px; background-position: bottom; background-repeat: no-repeat;background-image: url(../images/home-generic/trainers.jpg); }

#lower .text {clear: both;}

#lower .people { width: 175px; height: 206px; float: right;}

#lower .right {margin-left: 50px; width: 260px;}

#lower .random-quotes {font-size: 1.5em; margin-top: 75px; color: #666; text-align: left;}

#lower h2 {font-family: "lucida sans", arial, helvetica, sans-serif; font-weight: bold; color: #ca1111; font-variant: small-caps; font-size: 1.1em; padding-top: 10px; float: left; display: block;}


/* Testimonials */

#testimonials {position: relative; height: 300px; width: 250px; margin-top: 20px;}

.tmpSlide {position: absolute; top: 0; left: 0; width: 300px; height: 250px; display: none;}

.tmpSlideCopy {position: absolute; left: 0px; width: 300px;}

#testimonials p {color: #666; font-family: "lucida sans", arial, helvetica, sans-serif; font-size: 1.5em; text-align: left; line-height: 110%; margin-bottom: 0;}

#testimonials img.leftquotes {float: left; display: block; margin-right: 20px;}
#testimonials img.rightquotes {display: inline; margin-left: 20px;}


/* Ticker */

.tickercontainer { /* outer div */
border: none;
background: none; 
width: 850px; 
height: 25px;
margin: 0; 
padding: 20px 0 0 0;
overflow: hidden; 
}
.tickercontainer .mask { /* serves as a mask */
position: relative;
left: 0px;
top: 0px;
width: 850px; 
overflow: hidden;
}

ul.newsticker { /* the list */
position: relative;
left: 800px;
font-family: "lucida sans", arial, helvetica, sans-serif; 
font-size: 0.9em;
list-style-type: none;
margin: 0;
padding: 0;
display: inline;

}
ul.newsticker li {
margin: 0;
padding: 0 0 5px 0;
background: none;
list-style-type: none;
display: inline;
width: 950px;
}

ul.newsticker li.second {
font-weight: bold;
}

ul.newsticker span {
padding: 0 20px 0 0;
} 
