a, .error {
    color: #E12F29;
}

h1 {
    margin: 1em 0;
    color: #333;
}

h2 {
    color: #333;
    font-size: 1.1em;
}

p {
    margin: 1em 0;
}

.button span {
    position: absolute;
    left: -999em;
}

.legal ul {
   list-style-type: circle;
}

#container {
    font: 1.3em helvetica, tahoma, arial, sans-serif;
    line-height: 1.4em;
    width: 857px;
    margin: 0 auto;
    color: #333;
}

#header {
    height: 97px;
    border-bottom: 40px solid #AEAEAE;
    margin-bottom: 3px;
    background: transparent url(../images/presentation/logo_fourseasons.gif) no-repeat left center;
}

#logo {
    background: transparent url(../images/presentation/logo.png) no-repeat right center;
    height: 97px;
}

#logo h1 {
    position: absolute;
    left: -99em;
}

/*
 * Nav
 */
#nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 202px;
}

#nav li {
    margin: 0 0 1px 0;
    padding: 0;
}

#nav li.selected {
    color: #FFF;
    background: transparent url(../images/presentation/bg-nav.png) no-repeat 0 -38px;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 9px;
    font-size: 1.1em;
}

#nav a {
    display: block;
    text-decoration: none;
    color: #333;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 9px;
    font-size: 1.1em;
    background: transparent url(../images/presentation/bg-nav.png) no-repeat 0 0;
}

#nav li:hover a, #nav li.selected a {
    color: #FFF;
    background: transparent url(../images/presentation/bg-nav.png) no-repeat 0 -38px;
}

#banner {
    background: #F0EFEF;
    height: 194px;
    background: transparent url(../images/presentation/banner-animation.jpg) no-repeat;
    width: 652px;
    float: left;
    margin: 0 0 0 3px;
}

#animation {
    width: 259px;
    height: 194px;
    float: left;
}
/*
#season {
    width: 393px;
    height: 194px;
    background: transparent url(../images/presentation/banner-summer.jpg) no-repeat;
    float: left;
}
*/
#season {
    width: 393px;
    height: 194px;
    background: transparent url(../images/presentation/banner_autumn.jpg) no-repeat;
    float: left;
}


/*
 * Sidebar
 */
#sidebar {
    clear: left;
    width: 180px;
    float: left;
    padding: 20px 10px 20px 10px;
    margin: 0 0 25px 0;
}

#sidebar h2 {
    margin: 0;
    font-size: 1em;
}

#sidebar p {
    margin: 0 0 1em 0;
}


/*
 * Content
 */
#content {
    margin: 20px 0 25px 203px;
    padding: 0 20px;
    border-left: 1px solid #F0EFEF;
    width: 604px;
}

#content p:first-child {
    margin-top: 0;
}


/*
 * Footer
 */
#footer {
    border-top: 1px solid #CCC;
    padding: 0.5em 0 1em 0;
    font-size: 0.8em;
    clear: both;
    margin-top: 25px;
}

#footer #copy {
    margin-left: 220px;
}

#footer span {
    padding-left: 4em;
}

.pdf {
    display: block;
    float: left;
    background: transparent url(../images/presentation/button_open_pdf.gif) no-repeat;
    width: 108px;
    height: 39px;
    margin-bottom: 20px;
}

.smallText {
    font-size: 0.8em;
    line-height: 1.2em;
}

.winter {
	color: #548DD4;
}

.spring {
	color: #33CC66;
}

.summer {
	color:#FFCC00;
}

.autumn {
	color:#F79646;
}

/* Print Styles */
@media print {
    
    #header, #nav, #banner, #sidebar, #footer, #content .links {
        display: none;
    }
    
    #content {
        width: 90%;
        margin: 2em 0;
        border: 0;
    }
    
    #content .intro {
        width: 100%;
        float: none;
    }

}
