/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
        font-family: Arial;
        color: #0000FF;
        line-height: 1.166;
        margin: 0px;
        padding: 0px;
        background: #FFFFFF url("bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
        color: #0000FF;
        text-decoration: none;
}

a:hover{
        text-decoration: none;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial;
 color: #0000FF;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial;
 color: #0000FF;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial;
 color: #0000FF;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial;
 color: #0000FF;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial;
 color: #0000FF;
 margin: 0px;
 padding: 0px;
}
/********* form and related tag styles *********/

form {
        margin: 0;
        padding: 0;
}

label{
 font: bold 1em Arial;
 color: #334d55;
}

input{
font-family: Arial;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
        position:absolute;
        top: 112px;
        left: 2%;
        right: 2%;
        width:95.6%;
        background-color: #FFFFFF;
}

#tl {
        position:absolute;
        top: -1px;
        left: -1px;
        margin: 0px;
        padding: 0px;
        z-index: 100;
}

#tr {
        position:absolute;
        top: -1px;
        right: -1px;
        margin: 0px;
        padding: 0px;
        z-index: 100;
}

#masthead{
        position: absolute;
        top: 0px;
        left: 2%;
        right: 2%;
        width:95.6%;
        height: 92px;

}

#pageNav{
        float: left;
        width:178px;
        padding: 0px;
        background-color: #FFFFFF;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        font: small Arial;
}

#content{
        padding: 0px 10px 0px 0px;
        margin:0px 0px 0px 178px;
        border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
        margin: 0px;
        padding: 16px 0px 8px 0px;
        color: #000000;
        font-weight: normal;
}

/************** utility styles *****************/

#utility{
        font: 75% Arial;
        position: absolute;
        top: 16px;
        right: 0px;
        color: #000000;
}

#utility a{
        color: #000000;
}

#utility a:hover{
        text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
        padding: 0px 0px 14px 10px;
        margin: 0px;
        border-bottom:1px solid #ccd2d2;
}

#pageName h2{
        font: bold 175% Arial;
        color: #000000;
        margin:0px;
        padding: 0px;
}

#pageName img{
        position: absolute;
        top: 0px;
        right: 6px;
        padding: 0px;
        margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 48%;
min-width: 340px;
height: 32px;
color: #0000FF;
padding: 0px;
margin: 0px;

}
#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;
        width: 550px;
}
/*************** search styles *****************/

#search{
        position: absolute;
        top: 7px;
        right: 10px;
        z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }

#search a:link, #search a:visited {
        font-size: 80%;
        font-weight: bold;

}

#search a:hover{
        margin: 0px;
}


/************** siteInfo styles ****************/

#siteInfo{
        clear: both;
        border-top: 1px solid #cccccc;
        font-size: medium;
        color: #000000;
        padding: 10px 10px 10px 10px;
        margin-top: 0px;
}

#siteInfo img{
        padding: 4px 4px 4px 0px;
        vertical-align: middle;
}

/********************* end **********************/
