* {
    padding: 0;
    margin: 0;
    outline: 0;
}

html {

}

body {
    background-color: #BCD8D9;
    font-family: Arial;
    font-size: 0.85em;
}

a img{
  border:0px;
}

h1 {
    width: 926px;
    height: 148px;
    background-color: #CC47A4;
    text-align: center;
    color: #FFFFFF;
    font-size: 2.4em;
    line-height: 140px;
    overflow: hidden;
}

h1 span {
    width: 926px;
    height: 148px;
    background-image: url('images/header-top-background.jpg');
    position: absolute;
    top: 0;
    left: 0;
}

h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #A9218E;
    margin: 0 0 0.1em 0;
}

h3 {
    font-size: 0.9em;
    color: #A9218E;
}

p {
    line-height: 130%;
    margin: 0 0 0.70em 0;
    color: #213366;
}

a, a:link {
    color: #012D6B;
}

#wrapper {
    border: 1px solid #EDF5F3;
    background-color: #FFFFFF;
    width: 952px;
    margin: 22px auto 22px auto;
}

#header {
    position: relative;
    margin: 13px 13px 0 13px;
}

#notice {
    position: absolute;
    top: -14px;
    left: -14px;
    z-index: 2;
}

#header .middle {
    width: 926px;
    height: 34px;
    overflow: hidden;
    background-color: #DD098C;
    background-image: url('images/header-middle-background.jpg');
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: bold;
}

#header .middle p {
    margin-left: 150px;
    line-height: 33px;
    color: #FFFFFF;
}

#header .bottom {
    position: relative;
    width: 926px;
    height: 103px;
    padding: 11px 0 0 0;
    background-color: #A9218E;
    color: #FFFFFF;
    background-image: url('images/header-bottom-background.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
}

#header .bottom img {
    font-size: 1.3em;
}

#header .bottom p {
    margin: 0 0 0 150px;
    width: 530px;
    font-size: 0.95em;
    color: #FFFFFF;
}

#date {
    display: block;
    position: absolute;
    left: 21px;
    top: -20px;
}

#content {
    padding: 0 13px 0 13px;
    background-image: url('images/content-background.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 361px;
}

#rightImage {
    padding: 13px 0 0 0;
    background-image: url('images/right-background.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    height: 348px;
}

#footer {
    border-top: 2px solid #A9218E;
    margin: 0 13px;
    position: relative;
    padding: 13px 0 13px 0;
}

#footer img {
    margin: 0 5px 0 0;
}

#copyright {
    width: 952px;
    margin: 0 auto 0px auto;
    text-align: right;
    font-size: 0.7em;
    position: relative;
    top: -10px;
}


/**************/
/*    HOME    */
/**************/

#home #content p {
    width: 444px;
}

#home .left {
    float: left;
    width: 135px;
}

#home .right {
    float: left;
    width: 490px;
    margin: 0 0 0 13px;
}

#home .button, #home .bottomButton {
    width: 135px;
    height: 93px;
    margin: 0 0 13px 0;
}

#home .bottomButton {
    position: absolute;
    top: 13px;
    left: 791px;
}

#home .button p, #home .bottomButton p {
    width: auto;
    color: #A9218F;
    font-weight: bold;
    text-align: center;
    line-height: 130%;
}

#home .button p a, #home .bottomButton p a {
    color: #A9218F;
    display: block;
    padding: 9px 0 0 0;
    height: 84px;
    width: 135px;
    background-image: url('images/home-button.jpg');
    background-position: top right;
}

#home .button p a:hover, #home .bottomButton p a:hover {
    color: #D228B0;
    background-position: bottom right;
}

#download {
    height: 181px;
    width: 135px;
    margin: 9px 0 0 0;
    background-image: url('images/download-background.jpg');
}

#download p {
    width: 135px !important;
}

#download .title {
    text-align: center;
    color: #FFFFFF;
    font-size: 1.1em;
    padding: 9px 0 6px 0;
    font-weight: bold;
    text-transform: uppercase;
}

#download .saturday a, #download .sunday a {
    color: #FFFFFF;
    padding: 0 0 0 40px;
    display: block;
    background-image: url('images/pdf.gif');
    background-repeat: no-repeat;
}

#download2 {
    width: 276px;
    overflow: hidden;
    height: 115px;
    margin: 0 0 10px 0;
    background-image: url('images/download-background2.jpg');
}

#download2 p {
    width: 276px;
}

#download2 p.title {
    text-align: center;
    color: #FFFFFF;
    font-size: 1.1em !important;
    text-transform: uppercase;
    padding: 6px 0 6px 0;
    font-weight: bold;
}

#download2 p.saturday, #download2 p.sunday {
    margin: 0 0 10px 60px;
}

#download2 .saturday a, #download2 .sunday a {
    color: #FFFFFF;
    padding: 0 0 0 25px;
    display: block;
    background-image: url('images/pdf2.gif');
    background-repeat: no-repeat;
}

#home .more {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: -5px;
}

#home strong span.upper {
    color: #A9218E;
}

#home p.more {
    color: #A9218E;
}

/*********************/
/*    INFORMATION    */
/*********************/

#information #header .bottom {
    height: 70px;
    background-image: url('images/header-bottom-background2.jpg');
    background-position: top left;
    padding: 0;
    z-index: 5;
}

#information #header .bottom p {
    line-height: 68px;
}

#information .backButton {
    position: absolute;
    line-height: 32px !important;
    left: -120px;
    top: 18px;
    width: 89px;
}

#information .backButton a, #information .backButtonTwo a {
    background-image: url('images/button-back.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    padding: 0 0 0 35px;
    color: #A9218F;
    text-transform: uppercase;
    font-weight: bold;
    height: 34px;
    width: 54px;
}

#information .backButton a:hover, #information .backButtonTwo a:hover {
    background-position: bottom left;
    color: #D228B0;
}


#information .backButtonTwo {
    position: absolute;
    line-height: 32px !important;
    right: 10px;
    top: 44px;
    width: 89px;
}

#information .backButtonTwo a {
    background-image: url('images/button-back2.jpg');
}


#information h2 {
    margin: 0 0 0em 0;
}

#information h3 {
    margin: 0 0 0.1em 0;
}

#information h3.highlight {
    font-size: 1.2em;
    color: #213366;
    margin: 0.5em 0 0.8em 0;
}

#information h3.highlight span {
    color: #A9218E;
}

#information #content {
    background-image: none;
    padding-top: 13px;
    height: auto;
}

#information #content p {
    font-size: 0.9em;
    line-height: 135%;
}

#information strong {
    color: #A9218E;
}

#information strong.highlight {
    color: #213366;
}

.box, .boxTwo {
    padding: 8px 8px 1px 8px;
    background-color: #F6E8F3;
    margin: 0 0 5px 0;
}

.boxTwo h3 {
    font-size: 1.2em;
    margin-top: 1em !important;
}

.boxWhite {
    padding: 13px 0 10px 0;
}

#gallery {
    float: right;
    width: 276px;
    margin: 0 0 0 25px;
}

#gallery img {
    margin: 0 0 10px 0;
    display: block;
}

#info {
    float: left;
    width: 620px;
}

/*****************/
/*   LOCATION    */
/*****************/

#map{
  width:425px;
  float:right;
  clear:both;
  height:350px;
  margin:0px 0 10px 10px;
  border:1px solid #505862;
}

/*****************/
/*    GENERIC    */
/*****************/

.hr {
    height: 1px;
    background-color: #A9218E;
    font-size: 1pt;
    line-height: 1pt;
}

.hr hr {
    display: none;
}

.left {
    float: left;
}

.inline {
    display: inline;
}

.clear {
    clear: both;
    font-size: 1pt;
    line-height: 1pt;
    height: 0px;
}

.upper {
    text-transform: uppercase;
}