/*******************************************************************************
* _General Configuration
*******************************************************************************/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    overflow: hidden;
}

body {
    background: #fff;
    color: #fff;
    font: 12px arial,verdana,sans-serif;
    height: 100%;
}

#container {
    width: 1000px;
}

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

.clearAfter:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* Holly Hack Targets IE Win only \*/
* html .clearAfter {height: 1%;}
/* End Holly Hack */

h1,h2 {
    color: #fff;
    font-size: 1em;
    margin-bottom: 1em;
}

h4,h5,h6 {

}

a {
    color: #213256;
    outline: none;
    text-decoration: none;
}

#flashfrontend {
  color: #385294;
}

#flashfrontend a {
    color: #FF3333;
    text-decoration: underline;
}

#flashfrontend a:hover {
    color: #213256;
}

div.flash {
    padding: 4px 4px 4px 30px;
    margin-bottom: 12px;
	font-size: 1.1em;
	border: 2px solid;
}
div.flash.error {
    background: url(../img/false.png) 8px 5px no-repeat;
	background-color: #ffe3e3;
	border-color: #dd0000;
	color: #550000;
}
div.flash.notice {
    background: url(../img/true.png) 8px 5px no-repeat;
	background-color: #dfffdf;
	border-color: #9fcf9f;
	color: #005f00;
}
div.flash.warning {
  background: url(../img/warning.png) 8px 5px no-repeat;
	background-color: #ffebc1;
	border-color: #fdbf3b;
	color: #a6750c;
}


/*******************************************************************************
* _Header
*******************************************************************************/

#header {
    background: #8e9dc8;
    height: 109px;
}

#logo {
    background: url(../img/logo.gif) top left no-repeat;
    float: left;
    height: 57px;
    margin: 17px 0 0 13px;
    width: 348px;
}

#logo a {
    display: block;
    height: 57px;
    text-decoration: none;
    width: 348px;
}

#latestNews {
    float: right;
    height: 70px;
    width: 255px;
}


/*******************************************************************************
* _Main
*******************************************************************************/

#main {
    background: url(../img/background.jpg) bottom left no-repeat;
    height: 580px;
    position: relative;
}

/*******************************************************************************
* _Main Menu
*******************************************************************************/

#mainMenu {
    padding-top: 5px;
    width: 150px;
}
#mainMenu ul {
    list-style: none;
}
#mainMenu li {
    /*background: #5d5c5b;*/
    background: url(../img/menu_li_bg.png) top left repeat;
    display: block;
    height: 22px;
    margin-bottom: 2px;
}
#mainMenu li a {
    color: #fff;
    display: block;
    font-weight: bold;
    height: 22px;
    line-height: 1.7em;
    padding-left: 1em;
    text-decoration: none;
}
#mainMenu li a:hover,
#mainMenu li.active a {
    background: #48609d;
    color: #fff;
}

/*******************************************************************************
* _Content
*******************************************************************************/

#contentBox {
    background: url(../img/content_bg.png) top left repeat;
    color: #fff;
    height: 430px;
    margin: -225px 0 0 -325px;
    left: 50%;
    padding: 10px;
    padding-right: 0;
    position: absolute;
    top: 50%;
    width: 680px;
    z-index: 1;
}

#content {
    height: 430px;
    overflow: auto;
    padding-right: 10px;
}


#content h1 {
    clear: both;
    font-size: 1.4em;
}

#content input {
    border: 1px solid #fff;
    background: none;
    color: #fff;
}

/* Newsletter subscription
*****************************/

#content input.submitSubscription {
    border: none;
    color: #f9b911;
    font-weight: bold;
    text-transform: uppercase;
}

#content  p {
  padding-bottom: 10px;
}

#content  p b {
  color: #213256;
}


/*******************************************************************************
* _Footer
*******************************************************************************/

#footerMenu {
    bottom: 0;
    height: 58px;
    left: 0;
    position: absolute;
    width: 1000px;
}

#footerMenu ul {
    bottom: 0;
    list-style: none;
    position: absolute;
}
#footerMenu li {
    /*background: #5d5c5b;*/
    background: url(../img/content_bg.png) top left repeat;
    float: left;
    height: 22px;
    margin: 2px;
    margin-right: 0;
}
#footerMenu li a {
    color: #fff;
    display: block;
    font-weight: bold;
    height: 22px;
    line-height: 1.7em;
    padding: 0 1em;
    text-decoration: none;
}
#footerMenu li a:hover,
#footerMenu li.active a {
    background: #48609d;
    color: #fff;
}
#footerMenu ul.secondLevel {
    bottom: 26px;
    left: 0;
}

#footerMenu ul.secondLevel li {
    float: none;
}


#sponsors {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*IE6 Hacks*/

* html #footerMenu ul.secondLevel li a {
    background:#8b9cc3;
}

* html #footerMenu ul.secondLevel li a:hover {
    background:#48609d;
}

* html #footerMenu li {
    /*background: #5d5c5b;*/
    background: url(../img/content_bg.png) top left repeat;
    float: left;
    height: 22px;
    margin: 2px;
    margin-right: 0;
    width: 120px;
}





