/* COMMON STYLES
----------------------------------------------- */

* {
    border: 0;
    margin: 0;
    padding: 0;
}

abbr, acronym {
    border-bottom: 1px dotted #AAA;
    cursor: help;
}

body {
    color: #666;
    font: 70% Arial, Helvetica, sans-serif;
    line-height: 170%;    
    margin: 0; 
    padding: 0; 
    text-align: center;
}

html { 
    margin: 0; 
    padding: 0; 
    text-align: center;
}

ul li {
    list-style: none !important;
}

/* CONTAINER STYLES
----------------------------------------------- */

#container { 
    border-top: 5px solid #000;
    margin: 0 auto;
    text-align: left;
    width: 970px;
}

/* HEADER STYLES
----------------------------------------------- */

#header {
    background: url(/images/design/header_bg.gif) no-repeat left top;
    border-bottom: 1px solid #EEE;
    height: 100px;
    width: 100%;
}

#header .column {
    float: left !important;
    width: 33% !important;
}

#header .column .navigation {
    margin-top: 24px;
    float: left !important;
    width: 33% !important;
}

#header .column .navigation ul li.top {
    margin-bottom: 4px;
    margin-top: 5px;
}

#header .column .navigation ul li a:link, #header .column .navigation ul li a:visited {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#header .column .navigation ul li a:hover {
    color: #04A7DC;
}

#header .column .navigation ul li a:link.active, #header .column .navigation ul li a:visited.active {
    color: #04A7DC;
}

#header .column .navigation ul li a:hover.active {
    color: #000;
}

#header .column .navigationL {
    
}

#header .column .navigationR {
    margin-left: 40px;
}

#header .column #login {
    margin-top: 24px;
}

#header .column #login input {
    border: 1px solid #DDD;
    color: #4B4B4B;
}

#header .column #login input:hover, #header .column #login input:focus {
    border: 1px solid #04A7DC;
    color: #04A7DC;
    cursor: pointer;
}

#header .column #login input.btn {
    background-color: #EEE;
    color: #000;
    margin-top: 13px;
}

#header .column a#logo {
    background: url(/images/design/logo.png) no-repeat;
    display: block;
    float: left;
    height: 95px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -300em;
    width: 325px;
}

#header .column a#logo:link, #header .column a#logo:visited, #header .column a#logo:active {
    background: url(/images/design/logo.png) no-repeat;
    outline: none;
}

#header .column a#logo:hover {
    background: url(/images/design/logo.png) no-repeat -325px 0;
    height: 95px;
}

/* BODY STYLES
----------------------------------------------- */

#body h2.header {
    padding: 11px 0 10px 0;
    text-transform: uppercase;
}

#body h2.header em {
    color: #04A7DC;
    font-style: normal;
}

/* FOOTER STYLES
----------------------------------------------- */

#footer {
    border-top: 1px solid #EEE;
    clear: both;
    height: 40px;
    margin-top: 14px;
    padding: 10px 0 20px 0;
}

#footer ul.left {
    float: left;
}

#footer ul.left li {
	border-right: 1px solid #DDD;
	display: inline;
	padding: 0px 5px 0px 5px;
}

#footer ul.left li.first {
	border-right: 1px solid #DDD;
	display: inline;
	padding: 0px 5px 0px 0px;	
}

#footer ul.left li.last {
	border-right: 0px;
	display: inline;
	padding: 0px 5px 0px 5px;
}

#footer ul.left li em {
    color: #BBBDC0;
    font-style: normal;
}

#footer ul.right {
    float: right;
}

#footer ul li img {
	vertical-align: top;
}