@charset "utf-8";
/* CSS Document */

/** Common Elements **/

html, body {
margin: 0;
padding: 0;
width: 100%;
}

body {
font: .8em Verdana, Arial, Helvetica, sans-serif;
background-color: #fff;
}

a:link, a:visited, a:active {
color: #e36f1e;
font-weight: bold;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

h1 {
font-size: 1.6em;
color: #005288;
}

h2 {
font-size: 1.3em;
color: #860038;
margin-top: 1.2em;
margin-bottom: .2em;
}

h3 {
font-size: 1.2em;
color: #005288;
margin: .2em 0;
}

h4 {
font-size: 1.1em;
color: #860038;
margin-top: .2em;
margin-bottom: .2em;
}

h5 {
margin-top: .1em;
}

h6 {
font-size: .8em;
margin-top: .1em;
margin-bottom: .1em;
font-weight: 100;
}

p {
margin-top: .3em;
}

a img {
border: none;
}

a.titlelink, a.titlelink2 {
font-size: 1.2em;
color: #860038;
margin: .2em 0;
}

/** BRANDING **/

#branding {
background: #fff url(images/gradient.jpg) repeat-y 0 0;
background-position: right;
height: 120px;
border-bottom: 2px solid #E36F1E;
}

/** Navigation **/

#navwrap {
background-color: #860038;
height: 31px;
border-bottom: 2px solid #e4701e;
}

#nav h2 {
font: 1em Verdana, Arial, Helvetica, sans-serif;
line-height: 1;
margin: .7em 0;
color: #fff;
}

#nav li ul ul {
margin: -1.4em 0 0 16.2em;
}

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}

#nav ul li {
margin: 0;
padding: .3em;
}

#nav a {
display: block;
color: #fff;
font-weight: normal;
text-decoration: none;
}

#nav ul a {
min-width: 16.2em;
}

#nav a:hover {
text-decoration: underline;
color: #860038;
background-color:#E36F1E;
}

#nav li {
float: left;
padding: 0 1em;
}

#nav li ul {
position: absolute;
width: 16.5em;
left: -999em;
border: 1px solid #005288;
background-color: #e4701e;
}

#nav li:hover, #nav li.hover {
position: static;
}

#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul, #nav li li:hover ul, #nav li li.sfhover ul, #nav li li li:hover ul, #nav li li li.sfhover {
left: auto;
}

/** Content Wrapper **/

#contentwrap {
float: left;
width: 100%;
background: #e4701e;
}

/** Content **/

#content p, #content ul {
line-height: 1.4em;
}

#content {
margin-left: 225px;
padding: 20px;
min-height: 570px;
border-left: 1px solid #860038;
background: #fff;
}

.nolist {
list-style: none;
}

.leftside, .rightside {
width: 50%;
}

.leftside {
float: left;
}

.rightside {
float: right;
text-align: center;
}

.horizontallist, .horizontallist2 {
list-style: none;
text-transform:uppercase;
position: relative;
font-weight: bold;
color: #e36f1e;
}

.horizontallist {
margin-top: 70px;
}

.horizontallist li, .horizontallist2 li {
border-left: solid 1px #999;
display: inline;
padding-left: 3px;
}

.horizontallist li.first, .horizontallist2 li.first {
border-left: none;
}

.padded {
padding: 10px;
}

.centered {
text-align: center;
}

.clear, .horizontallist {
clear: both;
}

.IACtable {
padding-bottom: 1em;
}

.IACtable td {
width: 310px;
padding: 5px;
}

.alignright {
text-align: right;
padding-right: 10px;
}

#invoice {
margin: 3em;
}

.invoice {
margin: 50px 0;
width: 600px;
vertical-align: top;
}

.invoice td {
width: 200px;
vertical-align: top;
}

.right, .rightgrey {
text-align: right;
}

.line1, {
height: 7em;
}

.line2 {
height: 3em;
}

.line4 td {
padding-bottom: 4em;
}

.rightgrey {
background: #CCC;
}

.border td {
border: solid 1px black;
}

.subscribebox {
width: 160px;
padding: 10px;
margin-right: 15px;
float: right;
border-bottom: 2px solid #860038;
border-right: 2px solid #860038;
border-top: 2px solid #E4701E;
border-left: 2px solid #E4701E;
text-align: center;
background: #FCEEE5;
}

.subscribebox h3 {
color: #860038;
}

.logo_subscribe {
float: right;
width: 215px;
}

ul.italics li {
font-style:italic;
}

/** TOOLTIPS **/

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}



/** TABLES **/
.tptable {
width: 600px;
border: solid 1px #005288;
padding: 5px
}

.tp-cen {
text-align: center;
}

.careerstable p {
padding: 5px;
}

.careerstable {
border: solid 1px #f4b64d;
margin: 10px 30px;
}

.careerstable th {
font: small-caps bold 1.2em;
text-align: left;
padding: 6px;
margin: 0;
background: #860038;
color: #fff;
}

.careerstable td {
padding: 5px;
border: 1px solid #860038;
margin: 0;
}

/** IMAGES **/
.rightimage, .leftimage, .rightimageborder, .leftimageborder, .rightimageborder300, .rightimage300, .leftimageborder300, .leftimage300 {
margin: 5px;
display: inline;
font-size: .9em;
text-align: center;
list-style: none;
}

.rightimageborder300, .rightimage300, .leftimageborder300, .leftimage300 {
width: 300px;
}

.topcornerimage {
margin: 0;
}

.rightimage a, .leftimage a, .rightimageborder a, .leftimageborder a, .rightimageborder300 a, .rightimage300 a, .leftimageborder300 a, .leftimage300 a {
color: #000;
font-weight: normal;
text-decoration: underline;
}

.leftimageborder, .rightimageborder, .imageborder, .rightimageborder300, .leftimageborder300, a img.imageborder, a img.leftimageborder,  a img.rightimageborder {
border: solid 1px #e4701e;
}

.rightimage, .rightimageborder, .topcornerimage, .rightimageborder300, .rightimage300 {
float: right;
margin-left: 15px;
margin-bottom: 10px;
}

.leftimage, .leftimageborder, .leftimage300, .leftimageborder300 {
float: left;
margin-left: 0;
margin-right: 15px;
margin-bottom: 10px;
}

.rightimageborder h5, .leftimageborder h5, .imageborder h5, .leftimage h5, .rightimage h5 {
font-size: 1em;
}
/** FIXED LEFT **/

#fixedleft {
float: left;
width: 199px;
margin-left: -100%;
padding: 20px;
padding-right: 6px;
border-right: 1px solid #860038;
background: url(images/vertical-gradient.jpg) repeat-x 0 0;
background-color: #e4701e;
}

#fixedleft a {
font-weight: bold;
}

#fixedleft h2 a {
font-size: 1.1em;
color: #005288;
margin-top: 1.2em;
margin-bottom: .2em;
text-decoration: none;
}

#fixedleft .leftimageborder, #fixedleft .rightimageborder, #fixedleft .imageborder, #fixedleft .leftimage, #fixedleft .rightimage, #fixedleft h5 {
display: none;
}

#fixedleft h3 a { 
text-decoration:none;
color: #860038;
}

#fixedleft ul li a {
color: #860038;
}

/** Site Info **/

#siteinfo {
clear: left;
width: 100%;
background: #860038;
text-align: center;
border-top: 1px solid #e36f1e;
border-bottom: 1px solid #e36f1e;
padding: 1px 0;
color: #FFF
}