@charset "UTF-8";
body {
    font-family: 'Maven Pro', Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #FFF;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

/*****************************/
.clienteditor h3 {
    color: #5882FA;
}
/*****************************/

#wrapper {
    background-color: #EBEBEB;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
a:link {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: underline;
}
a:active {
    color: #333;
    text-decoration: underline;
}
#topbar {
    width: 1000px;
    height: 100px;
    margin-bottom: 10px;
}
#logo {
    float: left;
    height: 99px;
    width: 260px;
}

#logo img {
    height:91px; 
    width:260px;
    border: none;
}

#topbarText {
    text-align: right;
    float: right;
    height: 89px;
    width: 600px;
    margin-top: 10px;
}
.pialignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.clearit {
    clear: both;
}
#topbarText h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #666;
}
.LeftColA {
    line-height: 21px;
    float: left;
    /*width: 500px;*/
    width: 100%;
    font-size: 14px;
    margin-left: 30px;
}
.LeftColB {
    line-height: 21px;
    float: left;
    width: 700px;
    font-size: 14px;
    margin-left: 30px;
}
h2 {
    font-size: 18px;
    font-weight: 700;
    color: #900;
    margin-top: 0px;
    padding-top: 0px;
}
.RightColA {
    float: right;
    width: 300px;
    display: none;
}
#nav {
    height: 45px;
    width: 1000px;
    overflow: hidden;
}
#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#nav li {
    float: right;
    margin-left: 4px;
}
#nav a:link {
    display: block;
    width: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    color: #990000;
    background-color: #EBEBEB;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    height: 45px;
    padding-top: 10px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    font-size: 12px;
    border: 1px solid #666;
}
#nav a:visited {
    display: block;
    width: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    color: #990000;
    background-color: #EBEBEB;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    height: 35px;
    padding-top: 14px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    font-size: 12px;
    border: 1px solid #666;
}
#nav a:hover,
a:active {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #666;
    border: 1px solid #666;
}
.navactive {
    display: block;
    width: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    color: #990000;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    height: 35px;
    padding-top: 10px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    font-size: 12px;
    border: 1px solid #666;
}
.navactiveOS {
    display: block;
    width: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    color: #990000;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    height: 43px;
    padding-top: 6px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    font-size: 12px;
    border: 1px solid #666;
}
.OS {
    height: 43px;
    padding-top: 4px;
}
.rightAlignMenu {
    float: right;
    width: 244px;
}
.maintextarea {
    width: 920px;
    padding-top: 30px;
}
#whitebox {
    width: 920px;
    padding: 40px;
    background-color: #FFF;
}
#indeximage {
    height: 260px;
    width: 920px;
    background-image: url(../images/justice.png);
}
#servicesimage {
    height: 260px;
    width: 920px;
    background-color: #CCC;
}
#aboutimage {
    height: 260px;
    width: 920px;
    background-color: #CCC;
}
.maintextbold {
    font-weight: bold;
}
#servicesimage-second {
    height: 260px;
    width: 920px;
    background-color: #CCC;
}
#footer {
    width: 920px;
    font-size: 12px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
}
#footerleftcol {
    float: left;
    width: 300px;
    line-height: 21px;
}
#footerRightcol {
    float: right;
    width: 500px;
    text-align: right;
    color: #666;
    font-size: 12px;
}
#VertNav {
    background-color: #EFEFEF;
    width: 230px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 7px;
}
#VertNav h2 {
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    color: #333;
    background-color: #6f9fb8;
    width: 222px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 0px;
    padding-top: 7px;
    padding-right: 4px;
    padding-bottom: 7px;
    padding-left: 4px;
}
#VertNav h3 {
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    color: #333;
    background-color: #FFFFFF;
    width: 222px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 5px;
    font-size: 12px;
    margin-top: 0px;
    padding-top: 7px;
    padding-right: 4px;
    padding-bottom: 7px;
    padding-left: 4px;
    line-height: 18px;
}
#VertNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#VertNav a:link {
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #9cc0d3;
    width: 228px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
    padding-top: 6px;
    padding-right: 1px;
    padding-bottom: 6px;
    padding-left: 1px;
}
#VertNav a:visited {
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    color: #333;
    background-color: #9cc0d3;
    width: 228px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
    padding-top: 6px;
    padding-right: 1px;
    padding-bottom: 6px;
    padding-left: 1px;
}
#VertNav a:hover,
a:active {
    background-color: #98c1b8;
    color: #333;
}
.tla {
    background-image: url(../images/tl1.png);
    height: 1px;
    width: 1000px;
}
.tlb {
    background-image: url(../images/tl2.png);
    height: 1px;
    width: 1000px;
}
.tlc {
    background-image: url(../images/tl3.png);
    height: 1px;
    width: 1000px;
}
.tld {
    background-image: url(../images/tl4.png);
    height: 1px;
    width: 1000px;
}
.tle {
    background-image: url(../images/tl4.png);
    height: 1px;
    width: 1000px;
}
.tlf {
    background-image: url(../images/tl5.png);
    height: 1px;
    width: 1000px;
}
.tlg {
    background-image: url(../images/tl6.png);
    height: 1px;
    width: 1000px;
}
.tlh {
    background-image: url(../images/tl8.png);
    height: 1px;
    width: 1000px;
}
.tlFull {
    background-image: url(../images/fullLine.gif);
    height: 1px;
    width: 1000px;
}
.sideFlash {
    width: 380px;
    background-image: url(../images/BlueSideFash.png);
    float: left;
    height: 260px;
    font-size: 17px;
}
.sideFlash h1 {
    font-size: 26px;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0px;
}
.picalignright {
    float: right;
    margin-bottom: 5px;
    margin-left: 10px;
}
.redtext {
    color: #900;
}
.new_red_table {
    color: #F00;
    font-weight: bold;
}
.table_indentHead {
    color: #000;
    font-weight: bold;
}
.table_head_indent {
    color: #000;
    font-weight: bold;
}
.rightimage {
    float: right;
}