﻿/*****
    elements
*****/
*{margin: 0; padding: 0;}
body{
    background: #303030;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}
a{
    color: #235abf;
}
a:hover{
    color: #606060;
}
a img{border: 0;}
p, h1, h2, h3, h4, ul, ol, dl{
    margin: 9px 0;
}
p{line-height: 150%;}
ul{list-style: none inside;}
ol{list-style: decimal inside;}
table, tr, td, th{border: 0}
td, th{padding: 2px 4px;}
/*****
    id's
*****/
#container{
    background: #fff;
    margin: 0 auto;
    text-align: left;
    width: 960px;
}
#content{
    padding: 0 10px 10px 10px;
}
#header{
    background: #235abf url(../images/bg_header.gif) no-repeat 0 0;
    color: #fff;
    height: 140px;
}
#corpLine{
    float: right;
    font-size: 18px;
    font-weight: 700;
    margin: 40px 10px 0 0;
    text-align: right;
    width: 30%;
}
#searchArea{
    float: right;
    margin-right: 10px;
    padding-top: 7px;
    width: 400px;
}
#footer{
    clear: both;
    color: #235abf;
    font-size: 12px;
    margin-top: 2em;
    padding-bottom: 1em;
    text-align: center;
}
/*navigation*/
#topNav{
    background: #000 url(../images/bg_topNav.gif) repeat-x 0 0;
    clear: both;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
    width: 100%;
}
#topNav ul{
    float: left;
    margin: 0 10px 0 0;
}
#topNav ul li{
    border-right: 2px solid #f37e01;
    display: inline;
    margin: 0;
    padding: 0 10px;
}
#topNav ul li a{
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
#topNav ul li a:hover{
    color: #f37e01;
}
#rightBlock{
    background: #235abf;
    clear: right;
    color: #fff;
    float: right;
    font-size: 14px;
    margin: 0 0 10px 10px;
    padding: 10px 0 0 0;
    width: 240px;
}
#rightBlock p{
    padding: 0 10px;
}
#crumbs{
    font-size: 11px;
    font-style: oblique;
    list-style-type: none;
    margin: 0 0 10px 0;
    width: 670px;
}
#crumbs li{
    display: inline;
    margin-left: .5em;
}
/*****
    classes
*****/
.clear{clear: both; height: 0; line-height: 0;}
.noTop{margin-top: 0;}
.noBottom{ margin-bottom: 0;}
.noMargin{margin: 0;}
.hidden{display: none;}
.invisible{display: none; width: 0;}
.pageTitle, .subtitle{color: #f37e01;}
.pageTitle{
    font-size: 22px;
    margin-top: 0;
}
.big{font-size: 120%;}
.small{font-size: 90%;}
.subtitle{
    font-size: 16px;
    margin-bottom: 0;
}
.subTitleBlue{
    color: #235abf;
    font-size: 16px;
    margin-bottom: 0;
}
.oblique{font-style: oblique;}
.bold{font-weight: 700;}
.noUnder{text-decoration: none;}
img.barScope{
    float: right;
    height: 151px;
    margin: 5px 0 0 0;
    width: 119px;
}
.leftContent{
    float: left;
    width: 670px;
}
.searchBox{
    background: #fff;
    border: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 4px;
    width: 200px;
}
.searchButton{
    background: #fff url(../images/bg_search_button.jpg) no-repeat center center;
    border: 0;
    display: block;
    float: right;
    height: 20px;
    margin: 0;
    padding: 2px;
    text-decoration: none;
    width: 20px;
}
.subtle{
    color: #909090;
    font-style: oblique;
}
.icon{
    border: 0;
    height: 16px;
    margin: 0 5px;
    vertical-align: middle;
    width: 16px;
}
