* {
    margin: 0;
    padding: 0px;
}
html, body {
    height: 100%;
    font-family: Trebuchet MS, Geneva, Verdana,  sans-serif;
    color: #1b1b1b;

}

a, a img{
    text-decoration:none;
    border: none;
}

a:hover{
    color: #E50000;
}

h3{
    clear: both;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #FFFFFF;
}
#footer, #push {
    height: 30px;
}

#push{
    visibility: hidden;
}

#footer{
    background-image: url(footerBG.jpg);
    background-repeat: repeat-x;
    background-color: #FBE6CA;
    overflow: hidden;
    margin-top: -30px;
    clear: both;
}

#footerBG{
    font-size: 12px;
    background-repeat: no-repeat;
    height: 100%;
    width: 99%;
    line-height: 8px;
    text-align: right;
}

#header{
    padding-top: 15px;
    width: 900px;
    margin-left: 20px;
    height: 50px;
}

#logo{
    float: left;
}

#metaNav{
    height: 15px;
    text-align: right;
    margin-top: 0px;
}

#metaNav a{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-left: 10px;
}

#title{
    margin-left: 300px;
    text-align: left;
}

#title h1{
    text-transform: uppercase;
    font-size: 24px;
}

#title a{
    font-size: 12px;
    color: #868689;
    margin-right: 10px;
}

#title a:hover{
    color: #000000;
}


#title a.active{
    color: #000000;
}

#contentWrapper{
    padding-top: 40px;
    padding-left: 17px;
    width: 1000px;
}

#mainNav{
    float: left;
    text-align: right;
    width: 215px;

    height: 0px;    
}

#mainNav a{
    color: #2b2b2b;
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

#mainNav a.active{
    color: #E50000;
}

#mainNav a:hover{
    color: #E50000;
}

#searchField, #searchBtn{
    margin: 0px;
    padding: 0px;
    height: 20px;
}

#searchField{
    border: 1px solid #2b2b2b;
    width: 165px;
    float: left;
    margin-left: 20px;
}

#searchForm a{
    display: inline;
}

#randomImage{
    width: 200px;
    height: 250px;
    overflow: hidden;
    margin-left: 930px;
    margin-top: -130px;
}

#contentWrapper>#randomImage{
    margin-top: 0px;
}

#searchBtn{
    border: 1px solid white;
    background: #FFFFFF;
    font-size: 15px;
    color: #000000;
    margin-left: 2px;
}

#content{
    margin-left: 301px;
    font-size: 12px;
    line-height: 20px;
    color: #414141;
    width: 620px;
    padding-right: 70px;
    margin-top: -250px;
    padding-bottom: 40px;
}

#content h1{
    font-size: 12px;
    color: #E50000;
    margin: 0px 0px 0px 0px;
    clear: both;
}

#content h1.big{
    font-size: 19px;
}

#content h2{
    color: #272727;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 5px;
    clear: both;
}

#content p, #content ul{
    margin: 0px 0px 20px 0px;
}

#content ul.thumbs{
    margin: 0px;
}

#content label{
    width: 200px;
}

#content ul{
    list-style-type: square;
    padding: 0px;
    margin-left: 50px;
}

#content a{
    color: #f06413;
}

#content a:hover{
    text-decoration: underline;
}

#content .newsText a{
	color:  #1b1b1b;
	text-decoration: none;
}

#content .newsText a:hover{
	text-decoration: underline;
}

#content table th{
	text-align:  left;
}

#content table td{
	padding-right:  5px;
}

#infoBoxArea{
    background-color: transparent;
}

#infoBox{
    width: 200px;
    margin: 0px 0px 0px 0px;
    float: left;
    height: 180px;
    overflow: hidden;
    padding-top: 5px;
    background-image: url(infoBoxBG.jpg);
    background-repeat: no-repeat;
}

#infoBox h1{
    padding: 0px;
    font-size: 18px;
    margin-top: 6px;
    margin-left: 5px;
    margin-bottom: 0px;
    color: white;
    text-transform: uppercase;
}

#infoBox p{
    display: block;
    color:  black;
    font-weight: bold;
    margin: 5px;
    margin-top: 3px;
    margin-right: 5px;
    font-size: 13px;
}

.imgLeft{
    float: left;
    margin: 8px;
    margin-top: 3px;
    margin-left: 0px;
    padding-right: 3px;
}

.imgRight{
    float: right;
    margin: 8px;
    margin-right: 0px;
}

.right{
    text-align: right;
}

.centered{
    text-align: center;
}

.imgLabel{
    padding: 10px;
    text-align: left;
    font-size: 14px;
    font-style: italic;
    color: #4a4a4a;
    text-align: center;
    background-color: #f2f4f3;
}

.floatBox{
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.imgLabel img{
    border: 4px solid #ffffff;
}

.thumbList{
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.thumbList img{
    width: 80px;
    height: 80px;
}

#wrapper{
   background-image: url("solvaBG.jpg");
    background-repeat: no-repeat;
}

a.pdfLink{
    float: right;
    margin-right: 20px;
}

.floatLeft{
    float: left;
}

p.reference{
    clear: both;
    color: #1b1b1b;
}

p.reference img{
    margin-right: 5px;
    margin-top: 0px;
}

table.reference{
   margin: 0px;
   padding: 0px;
}

.referenceKey{
    width: 200px;
    font-weight: bold;
}