/***********************************************/
/* 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: #ffffff; //url("main_bg.jpg") fixed;
	//background-repeat: repeat-x; 
}

/******* 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% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,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                                 */
/***********************************************/
#pageHolder{
	position:absolute;
	top: 80px;
	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;
}

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

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

#masthead{
	position: absolute;
	top: 15px;
	left: 2%;
	right: 2%;
	width:95%;
	background-color: #000070;
	padding: 10px;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: normal;
}

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

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#tabMenuxxx{
	position: absolute;
	bottom: 0px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	right: 10px;
	z-index: 100;
	background-color: #555585;
}

#menuForm{
	position: absolute;
	bottom: 0px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	right: 10px;
	z-index: 100;
	//background-color: #555585;
}

input.menuFormTxt {
  	font-size: 8pt;
}
div.menuFormTxt {
  	font-size: 8pt;
  	color: #FFFFFF;
}

a.tabLink, a.tabLink:visited {
  	font-size: small;
  	color: #FFFFFF;
	//font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #DDDDDD;
}

a.tabLink:hover {
  	//background-color: #0000C7;
	text-decoration: underline;
}

.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{
	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;
}

/*************** contact table styles ******************/

.contact {
	width: 90%;
	margin: 15px;
}

.contact th {
	background-color: #000070;
	color: #FFFFFF;
}

.contact td {
	background-color: #F5f7f7;
}

/*************** download table styles ******************/

.sql_download{
	color: #FFFFFF;
	width: 90%;
	margin: 15px;
}

.sql_download th{
	background-color: #000070;
}

.sql_download td{
	background-color: #555585;
}

.task_download{
	color: #FFFFFF;
	width: 90%;
	margin: 15px;
}

.task_download th{
	background-color: #000070;
}

.task_download td{
	background-color: #555585;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 135% Arial,sans-serif;
	color: #000000;
	border-bottom: 1px solid #cccccc;
}

.story a {
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-top: 5px;
	text-decoration: underline;
}

.story a.inText {
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display: inline;
	padding-bottom: 5px;
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.story td a {
	color: #FFFFFF;
}


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

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

/************ navLinks styles **************/

#navLinks{
	margin: 0px;
	padding: 0px;
}

#navLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#navLinks a:link, #navLinks 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;
}

#navLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#subNav{
	padding: 0px;
}

#subNav a:link, #subNav a:visited {
	padding-left: 25px;
}


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









