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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/csw-bkgd.gif);
	margin: 0px;
}
.style1 {font-family: Arial, Helvetica, sans-serif}

#wrapper {
	text-align: left;
	width: 787px;
	margin: 0 auto;
/*	background: #FFF;*/
	float:left;
/*	border: #5E2020 6px solid; */

}

#header{height:140px;
		background-image:url(images/Header_01a.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		background-color:#FFF;
}

#left {
float:left; 
width: 135px;
padding: 10px 0px 0px 5px;
}

#right {
	float:right;
	width: 600px;
/*	border-left: 1px dotted #CC6666; */
	color: #333333;
	padding: 0px;
}

#footer{
	clear:both;
	height:150px;
	text-align: center;
	border-top: 1px solid #2598BD;
	margin: 0px 0px 0px 155px;
/*	background-color: #FFF;*/
}
#footer p {
margin-top: 10px;
font-size: 100%;
color:#505152;
}

.footerTiny {
margin-top: 10px;
font-size: 75%;
color:#505152;
}


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

h2{
 font: bold 140% 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;
}

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

#globalNav{
	position: relative;
	width: 100%;
	min-width: 787px;
	height: 34px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(images/menu-bkgd.png);
	top: 65px;
}

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

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

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

#globalLink{
	position: absolute;
	top: 13px;
	height: 22px;
	min-width: 330px;
	padding: 0px;
	margin: 0px 0px 0px 335px;
	left: -65px;
	z-index: 100;
	width: 570px;
}


a.glink, a.glink:visited{
  	font-size: 16px;
  	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	text-decoration: none;
/*	border-right: 1px solid #8FB8BC;*/
}

a.glink:hover{
/*  	background-image: url(../DIP/glblnav_selected.gif);*/
	text-decoration: none;
	color: #0E275F;
}

a.glink:active{
/*  	background-image: url(../DIP/glblnav_selected.gif);*/
	text-decoration: none;
	color: #000;
}

.skipLinks {display: none;}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

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

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

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

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../DIP/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFF;
}

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


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