/* SIMPLE HEADER STYLES */

.simple #header-content {
    color: #FFFFFF;
    height: 240px;
    margin: 0 auto 2em;
    position: relative;
    top: 0;
    z-index: 900;
}

/* SLIDES STYLES */

div#simple {
    background: none repeat scroll 0 0 #003655;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 99;
}

div#simple #title {
	bottom: 0px;
	position: relative;
    margin-top: 170px;
}

div#simple #title h1 {
    color: #FFFFFF;
    font-family: GeometricSlab703BT-Bold;
    font-size: 292%;
    font-weight: normal;
    text-shadow: #002b49 0px 0px 10px;
    }
