/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
        font-family: Arial,sans-serif;
        color: #333333;
        line-height: 1.166;     
        margin: 0px;
        padding: 0px;
        background: #cccccc url("bg_grad.jpg") fixed;
}

.MAINBODY {
        PADDING: 20px;  TEXT-INDENT: 40px; COLOR: #600000; FONT-WEIGHT: 500; FONT-FAMILY: Verdana,Arial,Courier; FONT-SIZE: 12pt;
}
.comments {
        TEXT-INDENT: 25px; COLOR: #600000; FONT-WEIGHT: 500; FONT-FAMILY: Verdana,Arial,Courier; FONT-SIZE: 9pt; font-style:italic;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
        color: #005FA9;
        text-decoration: none;
}

a:hover{
        text-decoration: none;
}

/************** header tag styles **************/

h1{
 font: bold 120% Verdana,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 120% Verdana,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Verdana,sans-serif;
 color: #000090;
 margin: 0px;
 padding: 0px;
 text-decoration:none;
}

h4{
 font: 100% Verdana,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Verdana,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

hr {
 width:90%;
 color:#0000c0;
 text-align:center;
}
.style5 {
 color: #FF0000; 
 font-size: 110%; 
}
/*************** defined header styles ***************/

.header1 {
background-color:#000070;
color:#ffffff;
text-align:center;
font-family:Verdana,Arial,Courier;
font-size:18pt; font-weight:bold;
padding-top:10px;
padding-bottom:10px;
width:100%;
}

.header2 {
background-color:#000070;
color:#ffffff;
text-align:center;
font-family:Verdana,Arial,Courier;
font-size:16pt; font-weight:bold;
padding-top:10px;
padding-bottom:10px;
width:100%;
}

.header3 {
background-color:#000070;
color:#ffffff;
text-align:center;
font-family:Verdana,Arial,Courier;
font-size:14pt; font-weight:bold;
padding-top:10px;
padding-bottom:10px;
width:100%;
}

.header4 {
background-color:#000070;
color:#ffffff;
text-align:center;
font-family:Verdana,Arial,Courier;
font-size:12pt; font-weight:bold;
padding-top:10px;
padding-bottom:10px;
width:100%;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
        margin: 0;
        padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
                                
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
        position:absolute;
        top: 95px;
        left: 2%;
        right: 2%;
        width:95.6%;
        background-color: #ffffff;
}

#tl {
        position:absolute;
        top: -0px;
        left: -0px;
        margin: 0px;
        padding: 0px;
        z-index: 100;
}

#tr {
        position:absolute;
        top: -0px;
        right: -0px;
        margin: 0px;
        padding: 0px;
        z-index: 100;
}

#masthead{
        position: absolute;
        top: 0px;
        left: 2%;
        right: 2%;
        width:95.6%;
        
}

#pageNav{
        float: left;
        width:178px;
        padding: 0px;
        background-color: #F5f7f7;
        border-right: 1px solid #cccccc;
        border-bottom: 2px solid #cccccc;
        font: 12px Verdana,sans-serif;
}

#pageNav h3{
        color:#f0f0f0;
        background-color:#000080;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-bottom: 0px solid #cccccc;
        padding-top:1px;
        padding-bottom:2px;
}

#content{
        padding: 0px 10px 0px 0px;
        margin:0px 0px 0px 178px;
        border-left: 1px solid #ccd2d2;
        text-indent:25px;
}

.announce {
        font: bold 100% Verdana,sans-serif;
        color: #006699;
}
.nomenu {
        font: bold 110% Verdana,sans-serif;
        color: #0000a0;
        text-indent:0px;
        padding-top:40px;
        padding-left:50px;
}
.newinfo{
        font-family: Verdana,sans-serif;
        font-size:9pt;
        font-weight:normal;
        color: #0000a0;
        text-indent:0px;
        padding-top:00px;
        padding-left:00px;
}

.nomenu a{
        color:#0080b0;
}

.nomenu a:hover{
        text-decoration:underline;
        color:#c00000;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
        margin: 0px;
        padding: 16px 0px 8px 0px;
        color: #ffffff;
        font-weight: normal;
}

/************** utility styles *****************/

#utility{
        font: 75% Verdana,sans-serif;
        position: absolute;
        top: 5px;
        right: 0px;
        color: #919999;
}

#utility a{
        color: #ffffff;
}

#utility a:hover{
        text-decoration: underline;
        color: #000000;
        background-color: #f0f0f0;}

/************** pageName styles ****************/

#pageName{
        padding: 0px 0px 5px 10px;
        margin: 0px;
        border-bottom:1px solid #ccd2d2;
}

#pageName h2{
        font: bold 105% Verdana,sans-serif;
        color: #000000;
        margin:0px;
        padding: 0px;
        vertical-align: bottom;
        text-decoration : none;
}

#pageName img{
        position: absolute;
        top: 0px;
        right: 6px;
        padding: 0px;
        margin: 0px;
}

.pagehead {
        font-family:Georgia,Tahoma,Verdana;
        font-size:11pt;
        font-weight:bold;
        text-decoration:underline;
        text-align:left;
        color:#000098;
}
.pageitem {
        font-family:Georgia,Tahoma,Verdana;
        font-size:10pt;
        font-weight:normal;
        text-align:left;
        color:#0000b8;
}
.pageitem a{
        color:#900000;
}
.pageitem a:link{
        color:#900000;
}
.pageitem a:visited{
        color:#a000a0;
}
.pageitem a:hover{
        text-decoration:underline;
        color:#c00000;
}

.pagehorz {
        width:85%;
        color:#000090;
}
/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 24px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("glbnav_background.gif");
}

#globalNav img{
        margin-bottom: -4px;
 
}

#gnl {
        position: absolute;
        top: 0px;
        left:0px;
}

#gnr {
        position: absolute;
        top: 0px;
        right:0px;
}

#globalLink{
        position: absolute;
        top: 6px;
        height: 22px;
        min-width: 640px;
        padding: 0px;
        margin: 0px;
        left: 10px;
        z-index: 100;
}


a.glink, a.glink:visited{
        font-size: 8pt;
        color: #000000;
        font-weight: bold;
        margin: 0px;
        padding: 2px 5px 4px 5px;
        border-right: 1px solid #8FB8BC;
}

a.glink:hover{
        background-image:  url("glblnav_selected.gif");
        text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
        font-size: 8pt;
        position: absolute;
        top: 75px;
        left: 0px;
        /*width: 100%;*/
        min-width: 640px;
        height: 10px;
        padding: 0px 0px 0px 10px;
        visibility: hidden;
        color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
        font-size: 8pt;
        color: #ffffff;
        padding-bottom:2px;
        padding-top:2px;
        padding-left:2px;
        padding-right:2px;
}

.subglobalNav a:hover{
        color: #000000;
        background-color:#f0f0f0;
        padding-bottom:2px;
        padding-top:2px;
        padding-left:2px;
        padding-right:2px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
        padding: 5px 0px 5px 10px;
        font: small Verdana,sans-serif;
        color: #AAAAAA;
}

#breadCrumb a{
        color: #AAAAAA;
}

#breadCrumb a:hover{
        color: #005FA9;
        text-decoration: underline;
}


/************** feature styles *****************/

.feature{
        font-family: Verdana;
        padding: 0px 25px 0px 25px;
        font-size: 85%;
        text-align:justify;
}
html>body .feature {height: auto;}

.feature h3{
        font: bold 100% Arial,sans-serif;
        color: #000000;
        padding: 0px 0px 0px 0px;
}

.feature img{
        float: left;
        padding: 0px 10px 0px 0px;
}


/*************** mission styles ******************/

.mission{
        font-family: Verdana;
        padding: 0px 0px 0px 0px;
        font-size: 75%;
        text-align:justify;
        color: #600000;
}

/*************** story styles ******************/

.story {
        font-family: Georgia;
        padding: 0px 20px 0px 20px;
        font-size: 85%;
        text-align:justify;
}

.story h3{
        font: bold 120% Arial,sans-serif;
        color: #000000;
}

.story p {
        padding: 0px 0px 0px 0px;
}

.story a.capsule{
        font: bold 1em Arial,sans-serif;
        color: #005FA9;
        display:block;
        padding-bottom: 0px;
}

.story a.capsule:hover{
        text-decoration: underline;
}

td.storyLeft{
        padding-right: 12px;
}


/************** siteInfo styles ****************/

.flag {
        font-family: Georgia;
        padding: 0px 20px 0px 20px;
        font-size: 90%;
        text-align:justify;
        color:#600060;
}

#siteInfo{
        clear: both;
        border-top: 1px solid #cccccc;
        font-size: small;
        color: #000000;
        padding: 10px 10px 10px 10px;
        margin-top: -1px;
}

#siteInfo img{
        padding: 4px 4px 4px 0px;
        vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
        margin: 0px;
        padding: 0px 0px 0px 0px;

}

#sectionLinks h3{
        padding: 10px 0px 2px 10px;
        border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
        display: block;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #cccccc;
        background-image:  url("bg_nav.jpg");
        font-weight: bold;
        padding: 3px 0px 3px 10px;
        color: #21536A;
}

#sectionLinks a:hover{
        border-top: 1px solid #cccccc;
        background-color: #DDEEFF;
        background-image: none;
        font-weight: bold;
        text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
        margin: 0px;
        padding: 0px 0px 10px 10px;
        border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
        padding: 10px 0px 2px 0px;
}

.relatedLinks a{
        display: block; 
}
.relatedLinks a:link, a:visited{
        color: #005FA9;
        text-decoration: none;
}

.relatedLinks a:hover{
        text-decoration: none;
        background-color: #207FC9;
        color: #f0f0f0;
}


/**************** advert styles *****************/

#advert{
        padding: 10px;
        text-align:center;
}

#advert img{
        display: block;
}

/********************* end **********************/








