/***********************************************/
/* emx_nav_left.css  -  From Allen             */
/* 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: #800000 fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
 color: #003366;
 text-decoration: none;
 font-weight: bold;
}

a:hover{text-decoration: underline;}

/************** header tag styles **************/

h1 {
 font: bold 120% Arial,sans-serif;
 color: #800000;
 margin: 0px;
 padding: 0px;
}

h2 {
 font: bold 114% Arial,sans-serif;
 color: #004080;
 margin: 0px;
 padding: 0px;
}

h3 {
 font: bold 105% Arial,sans-serif;
 color: #003300;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell1 {
 position:absolute;
 top: 60px;
 left: 2%;
 right: 2%;
 width: 95%;
 background-color: #ffffff;
}

#tl {
 position:absolute;
 top: -1px;
 left: -1px;
 margin: 0px;
 padding: 1px;
 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%;	
}

#pageNav {
 float: left;
 width: 170px;
 height: auto;
 padding: 0px;
 padding-bottom: auto;
 background-color: #eeeeee;
 border-right: 1px solid #cc0000;
 font-style: Verdana,sans-serif;
 font-size: small;
 /*background-color: #aaaaaa;*/
 border-bottom: 1px solid #cc0000;
}

#content {
 padding: 0px 10px 0px 10px;
 margin:0px 0px 0px 170px;
 /*border-left: 1px solid #cc0000;*/
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

#siteName {
 margin: 0px;
 padding: 16px 0px 8px 0px;
 color: #ffffff;
 font-weight: normal;
}

/************ subglobalNav styles **************/

.subglobalNav{
 position: absolute;
 top: 84px;
 left: 0px;
 /*width: 100%;*/
 min-width: 640px;
 height: 20px;
 padding: 0px 0px 0px 10px;
 visibility: hidden;
 color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
 font-size: 80%;
 color: #ffffff;
}

.subglobalNav a:hover{
 color: #cc0000;
}

/************* breadCrumb styles ***************/

#breadCrumb {
 padding: 5px 0px 5px 10px;
 font: 65% Verdana,sans-serif;
 color: #550000;
}

#breadCrumb a:hover{
 color: #008040;
 text-decoration: underline;
}


/************** feature styles *****************/

#feature{
 padding: 0px 0px 10px 10px;
 font-size: 80%;
 min-height: 200px;
 height: auto; 
/*height: 900px;*/
}

#feature h1{
 font: bold 150% Arial,sans-serif;
 color: #cc0000;
 padding: 5px 5px 0px 5px;
}

#feature img {
 float: center;
 padding:0px 3px 0px 3px;
}

#feature p{
 font: 100% Arial,sans-serif;
 padding: 1px 1px 1px 1px;
 clear: right;
}

/************** siteInfo styles ****************/

#siteInfo {
 clear: both;
 border-top: 1px solid #cc0000;
 font-size: small;
 color: #005fa9;
 text-align: center;
 padding: 10px 10px 10px 10px;
 margin-top: -1px;
}

#siteInfo img {
 padding: 4px 4px 4px 0px;
 vertical-align: middle;
}

/************ sectionLinks styles **************/

#sectionLinks {
 margin: 0px;
 padding-bottom: auto;
}

#sectionLinks h2 {
 border-top: 2px solid #cc0000;
 padding: 10px 0px 2px 10px;
}

#sectionLinks h3 {
 padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
 display: block;
 border-top: 1px solid #cc0000;
 padding: 6px 0px 3px 10px;
 color: #003300;
/*border-bottom: 1px solid #cc0000;*/
}

#sectionLinks a:hover {
 background-color: #cccccc;
 background-image: none;
 font-weight: bold;
 text-decoration: none;
}

/********************* end **********************/

