/***********************************************/
/* 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: #4A4B4D; /*	background: #cccccc url("bg_grad.jpg") fixed; */
}
p {
	padding-top: 0; 
	padding-bottom: 0; 
	margin-top: 0; 
	margin-bottom: 0; 
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% "trebuchet ms",Arial,sans-serif;
 /*color: #334d55;*/ 
 color: #006699;
 margin: 0px;
 padding: 0px;
 padding-bottom: 1em;
/* margin-bottom: 1em; */
}

h2{
 font: bold 114% "trebuchet ms",Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% "trebuchet ms",Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% "trebuchet ms",Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% "trebuchet ms",sArial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** 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:relative;
	top: 0px;
	width:800px;
	background-color: #D9D9D9;
}

#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%;
	
}

#pageNav{
	float: left;
	width:160px;
	padding: 0px;
	background-color: #D9D9D9;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	font-family: Verdana,sans-serif;
	font-size: 13px;
	margin:0px 0px 0px 0px;
}

#content{
	padding: 25px 20px 0px 15px;
	margin:0px 0px 0px 160px;
	border-left: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-size: 15px;
	background: #ffffff;
}


#content p{
	text-align: justify;
}

#content img{
	border: 0px;
}

#content table{
	font-size: 15px;
}

/***********************************************/
/* 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: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

div#pageName{
	position: absolute;
	top: 35px;
	left: 10px;
	z-index: 5;
}

#pageName{
	padding: 0px 0px 34px 10px;
	margin: 0px;

}

#pageName h2{
	font: bold 175% "trebuchet ms",Arial,sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

div#pagePic{
	z-index: 1;
	border-bottom:1px solid #ccd2d2;
	height: 92px;
}

#pagePic img{
	position: relative;
	top: 6px;
	right: 6px;
/*	padding: 6px 6px 6px; */
	float: right;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	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: small;
  	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{
	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: #cccccc;
}

/*************** search styles *****************/

#search{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*
#search{
	position: absolute;
	top: 5px;
	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;
}
*/

/************* breadCrumb styles ***************/

#breadCrumb{
	position: absolute;
	top: 10px;
	left: 10px;
	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{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% "trebuchet ms",Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% "trebuchet ms",Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #3A3A3A;
	border-bottom: 1px solid #FFFFFF;
	font-size: small;
	color: #CECECE;
	padding: 0px 0px 0px 0px;
	height: 17px;
	margin-top: -1px;
	background: #3A3A3A;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/


.sectionLinks{
	margin: 0px;
	padding: 0px;
	background-color: #7F7F7F;
}

.sectionLinks h3{
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.sectionLinks a:link, .sectionLinks a:visited {
	display: block;
	color: #F3F3F3;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 500;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: left;
}

.sectionLinks a:hover{
	background-image: none;
	text-decoration: none;
	background-color: #4E7087;
}



/************* relatedLinks styles **************/

.relatedLinks{
	font-size: 70%;
	text-indent: -10px;
	margin: 0px;
	padding: 0px 0px 10px 5px;
	background-color: #D9D9D9;
	color: #333333;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #7F7F7F;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	margin: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #333333;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.relatedLinks a:hover{
	background-repeat: no-repeat;
	background-position: left 3px;
	text-decoration: underline;
}

/**************** login styles *****************/

#login{
 padding: 10px;
}

#login h3{
 font: 100% Verdana, sans-serif;
 font-weight: bold;
}

#login table{
 font-size: 80%;
}

#login img{
 display: block;
}
														
/**************** toplink styles *****************/

.toplink {
	text-align:right;
/*	margin-top: 1em; */
	padding-top: 1em;
}

.bulletlist {
	font-size: 15px;
}

/**************** image caption styles *****************/

.caption {
	font-size: 60%;
}

/**************** indexed search plugin styles (if we ever want to change these)*****************/

	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
	.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
	.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:absmiddle; }

/**************** simple event plugin styles *****************/

.tx-simpleeventlist-pi1-listrow-date {
	font-size: 120%;
	width: 170px;
}

.tx-simpleeventlist-pi1-listrow-title {

}

.tx-simpleeventlist-pi1-listrow-desc {
	font-size: 80%;
}

/**************** other resources plugin styles *****************/

    /* Style classes for the category items */
    .av_otherresource_cattitle {
      font-family: "trebuchet ms", Arial, Verdana;
      font-size: 14px;
      font-weight: bold;
      padding:2px 0px 2px 0px;
      background-color: #F5f7f7;
    }

    .av_otherresource_catsub {
      font-family: Arial, Verdana;
      font-size: 12px;
      font-weight: normal;
      padding:5px 0px 2px 20px;
    }

    .av_otherresource_catdesc {
      font-family: Arial, Verdana;
      font-size: 12px;
      font-weight: normal;
      padding:5px 0px 2px 20px;
    }

    /* Style classes for the resource items */
    .av_otherresource_itemtitle {
      font-family: "trebuchet ms",Arial,Verdana;
      font-size: 14px;
      font-weight: bold;
      padding:2px 0px 2px 0px;
      background-color: #F5f7f7;
    }

    .av_otherresource_itemborder {
      border:1px solid #E9E9E9;
      padding-left: 1px;
      padding-right: 1px;
    }

    .av_otherresource_itemdesc {
      font-family: Arial, Verdana;
      font-size: 12px;
      font-weight: normal;
      padding:5px 0px 2px 20px;
    }

    .av_otherresource_itemmeta {
      font-family: Arial, Verdana;
      font-size: 10px;
      font-weight: bold;
      padding:2px 0px 5px 20px;
    }

    .av_otherresource_ratingform select {
      font-family: Arial, Verdana;
      font-size: 10px;
      font-weight: normal;

    }
    .av_otherresource_redbold {
      font-family: Arial, Verdana;
      font-size: 12px;
      font-weight: bold;
	  color: red;
    }
	.av_otherresource_backlink {
      font-family: "trebuchet ms", Arial, Verdana;
      font-size: 12px;
      font-weight: bold;
      padding:2px 0px 2px 0px;
    }
	.tx-avotherresources-pi1 input{
		font-family: "trebuchet ms", Arial, Verdana;
      font-size: 10px;	
	}
	 
/********************* end **********************/



/****   The others  ****/
#header
{
	width:800px;
	height:205px;
	top:0px;
	overflow:hidden;
	display:block;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	background-color:#ffffff;
	border-top:0px solid #ffffff;
	border-right:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	border-left:0px solid #ffffff;
	border-collapse:collapse;
}

#header .inside
{
	width:800px;
	height:205px;
	bottom:0px;
	left:0px;
	position:relative;
	overflow:hidden;
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
}

.bigheader
{
	width:800px;
	height:123px;
	left:0px;
	top:24px;
	position:absolute;
	overflow:hidden;
	display:block;
	margin:0px auto;
	padding:0px;
	border:0px;
}

.compheader
{
	width:800px;
	height:58px;
	left:0px;
	top:147px;
	position:absolute;
	overflow:hidden;
	display:block;
	margin:0px auto;
	padding:0px;
	border:0px;
}


.topnavi
{
	width:800px;
	height:29px;
	right:0px;
	top:0px;
	position:absolute;
	overflow:hidden;
	display:block;
	margin:0px;
	padding:0px;
	vertical-align:top;
	border:0px;
	border-collapse:collapse;
	white-space:nowrap;
}

a.topnavi
{
	white-space:nowrap;
}

.topnavi img
{
	margin:0px;
	padding:0px;
	vertical-align:top;
	border-left:1px solid #ffffff;
	border-collapse:collapse;
}

.topnavi img.first
{
	border:0px;
	margin-left:0px;
	margin-top:0px;
	white-space:nowrap;
	vertical-align:top;
}

#find
{
	width:196px;
	height:24px;
	left:3px;
	top:2px;
	position:absolute;
	overflow:hidden;
	display:block;
	margin:0px;
	padding:0px;
}

#find .text
{
	width:120px;
	height:16px;
	left:0;
	top:0;
	position:absolute;
	display:block;
	padding:2px 3px 1px 2px;
	text-align:left;
	vertical-align:bottom;
	border:0px;
	font-size:10px;
}

#find .submit
{
	display:none;
}




/********** navi.css  **************/
/**
 * Style sheet navi
 */
.mod_fancymenu
{
	width:150px;
	overflow:hidden;
	display:block;
	margin:0px;
	padding:0px;
	text-align:left;
}

.mod_fancymenu ul, .mod_fancymenu li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.mod_fancymenu .level_1 li
{
	border-top:1px solid #ffffff;
}

.mod_fancymenu .level_2 li
{
	margin-right:auto;
	padding:0px 0px 0px 7px;
	border:0px;
	border-collapse:collapse;
	color:#333333;
}

.naviright .level_2 li
{
	margin-left:auto;
	padding:0px 7px 0px 0px;
	text-align:right;
}

.mod_fancymenu li.first
{
	border:0px;
}

.mod_fancymenu ul.level_2
{
	display:block;
	padding-top:7px;
	padding-bottom:10px;
	background-color:#D9D9D9;
	background-image:url("tl_files/layout/l_menubar.png");
	background-position:center top;
	background-repeat:no-repeat;
}

.naviright ul.level_2
{
	background-color:#CCCCCC;
	background-image:url("tl_files/layout/r_menubar.png");
}

.mod_fancymenu .active ul.level_2
{
	background-color:#C4CFD7;
	background-image:url("tl_files/layout/l_menubar_act.png");
	background-position:center top;
	background-repeat:no-repeat;
}

.mod_fancymenu .level_1 * p, .mod_fancymenu .level_1 * a, .mod_fancymenu .level_1 * a:link, .mod_fancymenu .level_1 * a:visited, .mod_fancymenu .level_1 * a:hover, .mod_fancymenu .level_1 * a:active
{
	height:36px;
	overflow:hidden;
	display:block;
	margin:0px;
	padding:0px;
	vertical-align:top;
	border:0px;
	border-collapse:collapse;
	font-size:11px;
	color:#7F7F7F;
}

.mod_fancymenu .level_2 * p, .mod_fancymenu .level_2 * a, .mod_fancymenu .level_2 * a:link, .mod_fancymenu .level_2 * a:visited, .mod_fancymenu .level_2 * a:hover, .mod_fancymenu .level_2 * a:active
{
	height:100%;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#333333;
	line-height:1.5em;
}

.mod_fancymenu .level_2 * p.active
{
	color:#3B607A;
}

.mod_sitemap ul.level_2, .mod_sitemap ul.level_2 .first
{
	margin:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	background-color:#ffffff;
}

.mod_sitemap .level_1 li
{
	border-top:0px;
	border-collapse:collapse;
}

.mod_sitemap
{
	list-style-type:none;
}

.mod_sitemap h1
{
	font-weight:bold;
	font-size:12px;
	line-height:1em;
}

.mod_sitemap .level_1 * p, .mod_sitemap .level_1 * a, .mod_sitemap .level_1 * a:link, .mod_sitemap .level_1 * a:visited, .mod_sitemap .level_1 * a:hover, .mod_sitemap .level_1 * a:active
{
	height:100%;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#333333;
	line-height:1.5em;
}

.mod_sitemap .level_2 * p, .mod_sitemap .level_2 * a, .mod_sitemap .level_2 * a:link, .mod_sitemap .level_2 * a:visited, .mod_sitemap .level_2 * a:hover, .mod_sitemap .level_2 * a:active
{
	height:100%;
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#333333;
	line-height:1.5em;
}
