﻿body {
    padding:0px;
    margin :15px 0px 0px 0px;
    color:#000000;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica;
    font-size:11px;
    line-height:12px;
}

#header{
    padding-left: 15px;
    height: 55px;
}

#container{
    width: 950px;
}

#content{
    margin-left:110px;
}

img {
border: 0px;
}

.nav{

}
.nav ul {
    /*margin-bottom: 10px; */
}

.nav  a{
    position: relative;
    width: 115px;
    display: block;
    border-bottom: solid 1px white;
}

.nav a, .nav a:visited {
    color: #000000; 
    text-decoration: none;
}

.nav a:hover, .nav a.selected{
    border-bottom: 1px black;
    border-bottom-style: dotted;
    /* background: url("../images/blackline.png") no-repeat left center; */
}

.nav a:hover{
    text-decoration: none;
}

.nav  a.iterate {
    display:inline;
    border-bottom: solid 1px white;
    line-height: 13px;
}

.nav  a.iterate-selected {
    display:inline;
    border-bottom: 1px black;
    border-bottom-style: dotted;
    line-height: 13px;
}


#news1{
    color: #333333;
}

#news2 {  
    color: #666666;
}

#news3 {
    color: #aaaaaa;
}

.date {
    font-weight: bold;
}

.floatleft-small{
    float: left;
    width: 120px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.floatleft-medium{
    float: left;
    width: 120px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.floatleft{
    float: left;
    width: 150px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.floatleft-2col{
    width: 315px; /*150x2 */
    float: left;
    padding-left: 15px;
    padding-bottom: 10px;
}
.floatleft-3col{
    width: 480px; /*150x3 */
    float: left;    
    padding-left: 15px;
    padding-bottom: 10px;
}

.floatleft-4col{
    width: 645px; /*150x3 */
    float: left;    
    padding-left: 15px;
    padding-bottom: 10px;
}


.clearboth{
    clear:both;
}

.clearleft{
    clear:left;
}


h1, h2{
    font-size: 11px;
    font-weight: normal;
    margin: 0px 5px 0px 0px;
    
    border-bottom: dotted 1px black;
}

h3{
    font-size: 11px;
    font-weight: normal;
    margin: 0px 35px 2px 0px;
    border-bottom: dotted 1px black;
}


p{
    margin-top: 0px;
    margin-bottom: 1em;
}

hr{
    line-height: 10px;

}

ul{
    margin:0px;
    padding:0px;
    list-style: none;
}

li{
    margin: 0px;
    padding: 0px;
}

a, a:visited{
    text-decoration: underline;
    color: #000000;  
}
    
a:hover{
    color: #000000;
    text-decoration: underline;
}

hr
{
    height: 1px;
    background-color: Black;
    border: 0px;
}


#loader {
}

/** 
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */
#loader.loading {
  background: url("../images/loader.gif") no-repeat top left;
  width: 100px;
  height: 100px;
}