/*
width:          943
title blue:     0078c0
para grey:      7d7e91
*/
/****************************************** text ***************************************/

h1 {
    font-size: 25px;
    color: #464648;
    font-family: arial;
}

h2,h3,p,a, h4, li {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h2, h3 {
    color: #464648;
    font-size: 18px;
    margin: 0 0 25px 0;
}

h3 {
    margin: 0 0 15px 0;
}

h4 {
    color: #6d6e71;
    font-size: 14px;
    margin: 0 0 15px 0;
}


p {
    color: #4f505c;
    font-size: 13px;
    margin: 0 0 25px 0;
}

/*p {
    color: #7d7e91;
    font-size: 12px;
    margin: 0 0 25px 0;
}*/

#main ul {
    margin: 0 0 20px 0;
}

#main li {
    color: #4f505c;
    font-size: 13px;
    margin: 0 0 20px 0;
    padding: 0 0 0 25px;
    background: url('/assets/images/core/blueBullet.gif') 0px 3px no-repeat;
}

.bigLink {
    padding: 0 0 15px 0;
    cursor: pointer;
}

.bigLink a {
    display: block;
    background: url('/assets/images/core/linkRight.gif') right top no-repeat;
    float: left;
}

.bigLink.right a {
    float: right;
}

.bigLink a:hover {
    background: url('/assets/images/core/linkRight.gif') right bottom no-repeat;
    
}

.bigLink a:hover span {
    background: url('/assets/images/core/linkLeft.gif') left bottom no-repeat;
    
}

.bigLink a span {
    display: block;
    height: 27px;
    background: url('/assets/images/core/linkLeft.gif') left top no-repeat;
    padding: 10px 35px 0 10px;
    color: #0073bd;
    font-size: 14px;
    cursor: pointer;
    
}


/****************************************** layout ***************************************/

body {
    background: url('/assets/images/core/bg.gif') left top repeat-x;
}

a {
    font-family: arial;
    color: #0073bd;    
}

a.news {    font-family: "Lucida Sans Unicode", "Lucida Grande", serif; }



#left {
    width: 691px;
    float: left;
    padding: 0 20px 0px 0;
    background: url('/assets/images/core/dotVert.gif') right top repeat-y;
}

#right {
    width: 193px;
    float: left;
    padding: 0 0 1px 0;
    margin: 0 0 0 10px;
}

/************************* header *********************/

#header {
    width: 943px;
    margin: 0 auto;
}

#logo {
    display: block;
    float: left;
    width: 132px;
    height: 125px;
    margin: 10px 0 0;
}

#nav {
    background: url('/assets/images/core/navRight.gif') right top no-repeat;
    float: right;
    width: auto;
    margin: 87px 0 0;
}

#navInner {
    background: url('/assets/images/core/navLeft.gif') left top no-repeat;
    min-height:52px;
      height:auto !important;
      height:52px;
    padding: 24px 25px 0 28px;
}

#nav li {
    display: inline;
    margin: 0 12px 0 0;
}

#nav li a {
    color: #808285;
    font-size: 15px;
    padding: 5px 0 5px 34px;
}

#nav li a:hover {
    color: #000;
}

#nav li.on a {
    color: #0078c0;
}

#home a {
    background: url('/assets/images/core/nav/home.gif') left top no-repeat;
}

#home.on a {
    background: url('/assets/images/core/nav/homeOn.gif') left top no-repeat;
}

#products a {
    background: url('/assets/images/core/nav/products.gif') left top no-repeat;
}

#products.on a {
    background: url('/assets/images/core/nav/productsOn.gif') left top no-repeat;
}

#news a {
    background: url('/assets/images/core/nav/media.gif') left top no-repeat;
}

#news.on a {
    background: url('/assets/images/core/nav/mediaOn.gif') left top no-repeat;
}

#contact a {
    background: url('/assets/images/core/nav/contact.gif') left top no-repeat;
}

#contact.on a {
    background: url('/assets/images/core/nav/contactOn.gif') left top no-repeat;
}

/************************* main *********************/

#main {
    clear: both;
    width: 929px;
    margin: 0 auto ;
    padding: 0 14px 30px 0;
}

#homeTitle {
    background: url('/assets/images/media/homeIcon.gif') left top no-repeat;
    padding: 12px 0 45px 60px;
}

#productsTitle {
    background: url('/assets/images/media/productsIcon.gif') left top no-repeat;
    padding: 22px 0 25px 60px;
    margin: 0 0 12px 0;
}

#newsTitle {
    background: url('/assets/images/media/newsIcon.gif') left top no-repeat;
    padding: 22px 0 25px 60px;
    margin: 0 0 12px 0;
}

#contactTitle {
    background: url('/assets/images/media/contactIcon.gif') left top no-repeat;
    padding: 22px 0 25px 60px;
    margin: 0 0 12px 0;
}

.lineTop {
    background: url('/assets/images/core/dotHoriz.gif') left top repeat-x;
    padding: 15px 0 0;
    clear: both;
}

/************************* sub nav *********************/

#right li {
    padding: 0;
    background: none;
    margin: 0 0 4px 0;
}

#right li a {
    display: block;
    width: 193px;
    padding: 0 0 0 10px;
    
}

#right li a span {
    display: block;
    padding: 7px 5px 7px 15px;
    background: url('/assets/images/core/subBullet.gif') 0px 9px no-repeat;
    color: #7d7e91;
}

#right li a:hover span{
    background: url('/assets/images/core/subBulletHover.gif') 0px 9px no-repeat;
    color: #000;
}

#right li.on {
    background: url('/assets/images/core/subBgTop.gif') left top no-repeat;
}

#right li.on a {
    background: url('/assets/images/core/subBgBottom.gif') left bottom no-repeat;
}

#right li.on a span {
    background: url('/assets/images/core/subBulletOn.gif') 0px 8px no-repeat;
    color: #0078c0;
}
/************************* footer *********************/

#footer {
    background: url('/assets/images/core/footerBg.gif') left top repeat-x;
    clear: both;
}

#footer div {
    min-height:70px;
      height:auto !important;
      height:70px;
    width: 943px;
    margin: 0 auto;
    padding: 7px 0 0;
}

#footer li, #footer a, #footer p {
    font-family: arial;
    font-size: 13px;
    color: #a7a9ac;
}

#footer ul {
    float: left;
    width: auto;
}

#footer li {
    display: inline;
    margin: 0 10px 0 0;
}

#footer p {
    float: right;
    text-align: right;
    width: auto;
}

#footer a:hover {
    color: #0078c0;
}

#footer #us:hover {
    color: #f37022;
}

/****************************************** unique ***************************************/

/************************* home *********************/

#homeLeft {
    width: 454px;
    float: left;
}

#homeRight {
    float: right;
    width: 442px;
}

#homeRight img 
{
	padding-left:105px;
}

table.results 
{
	margin-top: 30px;
	width:675px;
}

table.results td, th
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", serif;	
    color: #4f505c;
    font-size: 14px;
    text-align:center;
    padding:5px;
    border: 1px solid #7d7e91;
}

table.results th
{
	font-weight:bold;
}


.perfPieChart
{
padding-left:90px;
}

.heavy
{
font-weight:bold;
text-align:center;
width:450px;
padding-left:120px;
}

table.smaller td, table.smaller th
{
font-size:12px;
}

td.dark
{
font-weight:bold;
}

.noBottom
{
padding-bottom:0px;
margin-bottom:0px;
}

#leftTTE
{
float:left;
width:460px;
display: inline-block;
}

#rightTTE
{
float:right;
width:200px;
}