body {
    font: 12px Arial;
    color: #fff;
}

a {
    text-decoration: none;
    color: #fff;
}

#header-container {
    height: 353px;
    width: 928px;
    margin: 0 auto;
}

#logo{
    height: 87px;
    width: 928px;
    background: url('/public/img/header_logo.jpg') no-repeat;
}

#banner-container{
    height: 266px;
    width: 928px;
    margin: 0 auto;
}

#banner-holder {
    height: 266px;
    width: 928px;
    position: absolute;
    background: url('/public/img/banner_holder.png') no-repeat;
}

#banner {
    width: 928px;
    height: 256px;
    z-index: -10;
}


/*******************************************
CONTENT
*******************************************/

#content-container {
    width: 100%;
    margin: 0 auto;
    min-height: 100px;
    height: auto;
    background: url('/public/img/content_background_main.gif') #00b0e4 center repeat-y;
}

#content-holder {
    width: 928px;
    height: auto;
    background: url('/public/img/content_background.gif') repeat-y;
    min-height: 300px;
    margin: 0 auto;
}

#content-header {
    width: 928px;
    height: 10px;
    background: url('/public/img/content_header_background.gif') no-repeat;
}

#content-footer {
    width: 928px;
    height: 10px;
    margin: 0 auto;
    background: url('/public/img/content_footer_background.gif') no-repeat;
}

#content-main {
    float: left;
    width: 600px;
    min-height: 100px;
    margin: 0 0 0 50px;
    padding: 0 0 30px 0;
}

h1 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    float: left;
    margin: 30px 0 5px 0;
    width: 600px;
}

h2 {
    color: #4e4061;
    width: 600px;
    float: left;
    font-size: 24px;
    margin: 0 0 10px 0;
}

p {
    float: left;
    width: 600px;
    margin: 5px 0;
    line-height: 20px;
}


#content-main ul {
    float: left;
    width: 600px;
    line-height: 20px;
}

#content-main ul li {
    float: left;
    width: 600px;
    margin: 0 0 0 15px;
    list-style-type: square;
}


/*******************************************
MENU
*******************************************/

#menu-container{ 
    width: 200px;
    float: left;
    padding: 40px 50px 50px 20px;
}

.menu-item {   
    font-size: 16px;
    float: left;
    width: 200px;
    margin: 0 0 5px 0;
}

.menu-item a {
    width: 200px !important;
    float: left;
    padding: 5px 0;
    margin: 0 0 10px 0;
}

.menu-item ul {
    display: none;
    width: 200px;
}

.menu-item ul li {
    float: left;
}

.sub-menu-item a{
    padding: 7px 0;
    font-size: 13px;
    float: left;
    margin: 0 0 0 15px;
    border: none !important;
    color: #fff !important;
}

.active-menu a{
    color: #00b0e4;
}

.active-menu a {
    border-bottom: 1px solid #735f8f;
}

.active-sub-menu a {
    color: #00b0e4 !important;
}

.active-menu ul {
    display: block !important;
}

/*******************************************
FOOTER
*******************************************/

#footer-container {
    width: 928px;
    height:50px;
    margin: 0 auto;
}

#created-by {
    float: left;
    width: 300px;
}

#created-by a {
    color: #dedede;
    font-weight: bold;
}

#footer-contact {
    width: 600px;
    color: #4e4061;
    float: left;
}

#footer-contact ul li {
    float: left;
    margin: 0 50px 0 0;
}

#footer-contact a {
    color: #4e4061;
}

.blue {
    color: #00b0e4;
    font-weight: bold;
}