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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, "Helvetica World", sans-serif;
	background-image: url(photobacksm.gif);
	background-repeat: repeat;
}

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

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

a:hover{
	text-decoration: underline;
}

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

h1{
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	font-family: Arial, Helvetica, Helvetica World, sans-serif;
	font-variant: normal;
	text-transform: capitalize;
}

h2{
	color: #006699;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

h3{
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	font-weight: bold;
}

h4{
 font: 100% ;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% ;
 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;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	right: 20%;
	width: 60%;
	top: 170px;
	left: 22%;
	padding-bottom: 8px;
	padding-left: 8px;
	visibility: visible;
	background-image: url(gtransp.png);
	background-repeat: repeat;
	height: auto;
	min-height: 580px;
	border: thick double #003300;
}

#masthead{
	position: static;
	top: 0px;
	left: 1%;
	right: 1%;
	width:97%;
	visibility: visible;
	border: thick double #003300;
	color: #000000;
	height: auto;
	background-image: url(gtransp.png);
}
#LayrLeftMenuBox {
	position: absolute;
	top: 170px;
	width: 14%;
	left: 0%;
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 2px;
	visibility: visible;
	background-image: url(gtransp.png);
	border: thick double #003300;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 22px;
padding: 0px;
margin: 0px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url(../Images/styling/glblnav_selected.gif);
	text-decoration: none;
}

/************ subglobalNav styles  (Dropdown menu bar)**************/

.subglobalNav{
	position: absolute;
	top: 108px;
	left: 22%;
	width: 62%;
	z-index: 12;
	font-size: 1em;
	background-repeat: repeat;
	line-height: 2em;
	font-variant: small-caps;
	text-transform: capitalize;
	visibility: hidden;
	background-color: #6B8A5A;
}

.subglobalNav a:link {
	color: #000000;
	background-color: #B4B47C;
	padding: 4px;
}
.subglobalNav a:visited {
	color: #333333;
	background-color: #D5D5B3;
	padding: 4px;
}
.subglobalNav a:hover{
	color: #FFFFFF;
	background-color: B4B47C;
	padding: 4px;
}
.header {
	position: relative;
	background-color: #708D64;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-variant: normal;
}
.footer {
	position: relative;
	background-color: #708D64;
	color: #000000;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}


.Pagecell1_Styling {
	color: #FFFFFF;
	font-size: 1em;
}
.PageHeaderStyle-1 {
	color: #FFFFFF;


	font-size: 1.em;
	font-family: Arial, Helvetica, "Helvetica World", sans-serif;
	font-variant: small-caps;
	font-weight: bold;
}
.leftMenuStyle-1 {
	color: #000000;



	font-size: 1.em;
	font-family: Arial, Helvetica, Helvetica World, sans-serif;
	font-variant: small-caps;
	font-size: 1em;
}
.dd_Menu_H1Style {
	color: #FFFFFF;



	font-size: 1.em;
	font-family: Arial, Helvetica, Helvetica World, sans-serif;
	font-variant: small-caps;
	font-size: 1em;
	line-height: normal;
}
.PageFootStyle {
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px;
	visibility: visible;
	color: #FFFF00;
}
.img_tag {
	border: thick groove #003500;
	margin: 3px;
}

