﻿body
{
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	position: relative;
	color: #000000;
}

img
{
	border: none;
}

h1
{
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin: 10px 0px 14px 0px;
}

h2
{
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h3
{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
}

h4
{
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 4px 0px;
}

p
{
	margin: 0px 0px 14px 0px;
}

ul, ol, li
{
	
}

a
{
    color: #5d81a5;
    text-decoration: none;   	
}

a:hover
{
    color: #5d81a5;
    text-decoration: underline; 	
}

/* Layout */

.content
{
    width: 900px;
    margin: 0px auto;
    padding: 0px;
    
    /*border: 1px solid #FF0000;*/
}

.clear
{
    clear: both;
}

#header
{
    width: 880px;
    height: 75px;
    padding: 15px 0px 0px 20px;
}

#header_nav
{
    float: right;
    font-size: 12px; 
    margin: -15px 0px 0px 0px;
    padding: 0px;   
}

    #header_nav li
    {
        float: left;
        list-style-type: none;
        margin: 0px 15px 0px 10px
    }

    #header_nav li a
    {
        color: #00355f;
        text-decoration: none;
    }

    #header_nav li a:hover
    {
        color: #5d81a5;
    }
    
#header_div
{
    height: 10px;
    width: 100%;
    background-color: #7aa230;
    background-image: url(images/main_nav_bg.gif);
    background-position: center center;
    background-repeat: repeat-y;
}

#content
{
    width: 100%;
}

.home
{
    padding: 30px 0px 0px 0px;
    text-align: center;
}

/* Home Page Navigation */

.home a img
{
    float: left;
    margin: 30px 0px 0px 0px;
}

#home_nav
{
    clear: both;
    width: 100%;
    height: 80px;
    background-color: #7aa230;
}

    #home_nav ul
    {
        width: 900px;
        height: 80px;
        background-image: url(images/main_nav_bg.gif);
        background-position: center center;
        background-repeat: repeat-y;
        margin: 0px auto;
        padding: 0px;
    }
    
    #home_nav li
    {
        float: left;
        font-size: 16px;
        line-height: 24px;
        width: 225px;
        height: 80px;
        list-style-type: none;
        margin: 10px 0px 0px 0px;
    }

    #home_nav li a
    {
        color: #FFFFFF;
        text-decoration: none;
    }

    #home_nav li a:hover
    {
        color: #FFFFFF;
        text-decoration: underline;
    }

/* Interior Nanigation Bar */

#main_nav
{
    width: 100%;
    height: 50px;
    background-color: #7aa230;
}

    #main_nav ul
{
    width: 900px;
    height: 50px;
    background-image: url(images/main_nav_bg.gif);
    background-position: center center;
    background-repeat: repeat-y;
}
    
    #main_nav li
    {
        float: left;
        font-size: 14px;
        list-style-type: none;
        margin: 15px 10px 0px 10px;
    }

    #main_nav li a
    {
        color: #FFFFFF;
        text-decoration: none;
    }

    #main_nav li a:hover
    {
        color: #FFFFFF;
        text-decoration: underline;
    }
    
    #main_nav li a.active
    {
        text-decoration: underline;
        padding: 0px 0px 0px 15px;
        background-image: url(images/mainnav_arrow.gif);
        background-position: left center;
        background-repeat: no-repeat;
    }
    
    
/* Sub Nav */

/* Interior Nanigation Bar */

#sub_nav
{
    list-style-type: none;
    position: relative;
    top: 0px;
    left: 0px;
    height: 28px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
    
    #sub_nav li
    {
        float: left;
        height: 28px;
        line-height: 28px;
        margin: 0px 5px 0px 5px;
        padding: 0px 0px 0px 5px;
        text-decoration: none;
        
        background-image: url(images/subnav_arrow.gif);
        background-position: center left;
        background-repeat: no-repeat;
    } 
    
    #sub_nav li a
    {
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        list-style-type: none;
        margin: 0px;
        padding: 0px 10px 0px 5px;
        color: #00355f;
        text-decoration: none;
    }
    
    #sub_nav li:hover
    {
        background-image: url(images/subnav.gif);
        background-position: top left;
        background-repeat: no-repeat;
    }
    
    #sub_nav li:hover a
    {
        background-image: url(images/subnav_rt.gif);
        background-position: top right;
        background-repeat: no-repeat;
        display: block;
    }
    
    #sub_nav li.active
    {
        background-image: url(images/subnav.gif);
        background-position: top left;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px 0px 0px 10px;
        height: 28px;
        line-height: 28px;
    } 
    
    #sub_nav li a.active
    {
        background-image: url(images/subnav_rt.gif);
        background-position: top right;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px 10px 0px 5px;
        height: 28px;
        line-height: 28px;
        display: block;
    }
    
    .noblock
    {
        display: inherit;
        width: 95px;
    }
    
 .interior
 {
    margin: 0px auto;
    padding: 0px 50px 30px 165px;
    width: 685px;
 } 
 
 .magnifying_int
 {
    background-image: url(images/magnifying_int.jpg);
    background-position: top left;
    background-repeat: no-repeat;
 } 
 
 .globe_int
 {
    background-image: url(images/globe_int.jpg);
    background-position: top left;
    background-repeat: no-repeat;
 } 
 
 .people_int
 {
    background-image: url(images/people_int.jpg);
    background-position: top left;
    background-repeat: no-repeat;
 }
 
 .mic_int
 {
    background-image: url(images/mic_int.jpg);
    background-position: top left;
    background-repeat: no-repeat;
 }

#footer
{
    width: 100%;
    color: #acacac;
    font-size: 10px;
    text-align: center;
    margin: 50px 0px 0px 0px;
}

#hold
{
	width: 900px;
	height: 650px;
	margin: 20px auto;
	padding: 0px;
	
	background-image: url(images/logo_lg.gif);
    background-position: top center;
    background-repeat: no-repeat;
    
    text-align: center;
}

#hold a
{
    position: relative;
    top: 200px;
    border-top: 1px solid #00355f;
    padding: 20px 0px 0px 0px;
}

.tborder
{
    color: #00355f;
    border-top: 1px solid #00355f;
    border-right: 1px solid #00355f;
    margin: 20px 0px 20px 0px;
}

.tborder th, td 
{
    border-bottom: 1px solid #00355f;
    border-left: 1px solid #00355f;
    padding: 5px;
}

.exec img
{
    float: left;
    border: 1px solid #5d81a5;
    padding: 3px;
    margin: 0px 10px 0px 0px;
}

.partner_logos
{
    margin: 30px 0px 0px 0px;
    text-align: center;
}

.partner_logos img
{
    margin: 0px 20px 20px 0px;
}