﻿@charset "utf-8";
/* CSS Document */

@import url("");


body {
    background-color: White;
    text-align:center;
    background: url("../images/texture-tile.png") repeat-y scroll center top transparent;
}


#container
{
  background: url(../images/tile-main-new.jpg) no-repeat center top;
}


#flash {
    clear: both;
}

#flashcontent {
    /* height:352px;
    background-color:#99FF00;*/

    height:377px;

}
#flashcontent img {
    margin-top: 31px;
}


#top {
    height: 95px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 867px;
}

#top a#logo {
    display: block;
    /*left: -6px;*/
    left: -12px;
    position: absolute;
    top: 7px;
    /*width: 154px;*/
    width: auto;
    height: 114px;
    z-index: 1000;
}
#top a#logo img{
 max-height: 100%;
}

/* TOP NAVIGATION */

#navigation-container {
    /*width: 776px;*/
    width: 786px;
    margin: 10px auto 0px;
    margin: 0px auto; /* auto = centre align page */
    text-align: left;
    height: 55px;
    position: absolute;
    top: 25px;
    /*left: 89px;*/
    left: 77px;
}

#navigation-container ul {
    padding:0px;
    margin:0px;
    list-style-type: none;

}


li#logo {
    padding-left:26px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin:0px;
    display: inline;
    float:left;


}

li.navigation {
    display: inline;
    float:left;
    padding-top:23px;
    padding-bottom: 0px;
    margin:0px;


}
/* FLASH HIDDEN REPLACEMENT */




.box-header {

}

.no-border {
    border:0px;
}

.box-text {
    display:inline;
    float:left;
    overflow: hidden;

    height: 71px;

    padding-left:9px;
    width: 93px; /* ie 5 */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 84px; /* Modern Browser */

}

.box-text a:hover {
    text-decoration:none;
}

.box-image {
    display:inline;
    float:left;
    width:87px;
}

.box-button {
    clear:both;
    border:0px;
}

/* FOOTER BITS ARE HERE */

#footer-container {
    clear: both;
    padding-top: 50px;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #A88ACD;

    width: 867px;
    margin: 10px auto 0px;
    margin: 0px auto; /* auto = centre align page */
    margin-bottom: 100px;
    text-align: left;
    clear: both;
}

#footer-container a:link, #footer-container a:visited {
    color: #FFFFFF;
}

#footer-container ul {
    list-style-type: none;
}

#footer-container li {
    display:inline;
    float:left;
    padding-right: 12px;
    margin-right: 12px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #8D66BD;
}

li#footer-li-last  {
    border-right:0px;
}

#footer-last {
    float:right;
}

#footer-last .last img{
    padding-right: 0;
}

#footer-extra {
    clear:both;

    padding-top:20px !important;

    padding-bottom:120px;
    display: inline-block;
    /* border:1px #FFFFFF solid; */
    width: 890px;
}






