/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html, body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #666666
}

table{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #666666
}
tbody{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #666666
}

/******* hyperlink and anchor tag styles *******/

a:link {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #497EB6; 
	text-decoration: underline
}
a:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #497EB6; 
	text-decoration: underline
}
a:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #FF0000; 
	text-decoration: underline
}
/************** heading tag styles **************/
h1{
	font-size: 18px; 
	font-weight: bold; 
	color:#4275AB;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 20px 0px;
	padding-bottom:3px;
	background-image:url(../images/heading_underline.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

h2{
	font: bold 140% Arial,sans-serif;
	color: #497EB6;
}

h3{
 	font: bold 110% Arial,sans-serif;
 	color: #666666;
	padding-top:5px;
	margin-bottom:3px;
	margin-top:3px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
 color:#666666;

}

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 Classes                               */
/***********************************************/

.left{
	padding:0px 0px 0px 0px;
	float:left;
	border:0px solid #66cccc;
}
.right{
	padding:0px 0px 0px 0px;
	float:right;
	border:0px solid #66cccc;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainContainer{
	width: 100%; 
	position: relative; 
	top: 0px; 
	left: 0px; 
	border:0px solid #66cccc;
	height:100%;
}
.mycontainer{
}
/************** main navigation styles ****************/
#leftSide{
	position: absolute; 
	top: 0px; 
	left: 0px;
	height:100%;
	width:187px; 
	border: 0px solid #ff0000;
	background-image:url(../images/nav_tileBg.jpg);
	background-repeat:repeat-y;
}
#rightSide{
	position: absolute; 
	top: 0px; 
	left: 180px;
	border: 0px solid #ff0000;
}
#nav{
	padding-top:99px;
	width:187px;
	border: 0px solid #00ff00;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
}
.menuItem{
}
.subMenuItem{
	background-image:url(../images/nav_subArrow.gif);
	background-repeat:no-repeat;
	margin:3px 0px 0px 20px;
	padding:0px 0px 3px 10px;
	width:150px;
}
.subMenuItem a, .subMenuItem a:visited{
	text-decoration:none;
	color:#D8E7F6;
	font-weight:normal;
	font-size:9;
}
.subMenuItem a:hover {
	text-decoration:underline;
	color:#D8E7F6;
	font-weight:normal;
	font-size:9;
}



/************** main content styles ****************/
#content{
	margin-left:20px;
	padding:0px 0px 0px 0px;
}
#pageHeading{
	border: 0px solid #00ff00;
	padding:100px 0px 0px 0px;
}
.horizontalMenu{
	background-color:#004FA3;
	padding:5px 0px 5px 10px;
	
}
.horizontalMenu a, .horizontalMenu a:visited{
	padding:0px 10px 0px 10px;
	border-right:1px solid #AAA8A8;
	font-weight:bold;
	text-decoration:none;
	color:#CDDCEB;
}
.horizontalMenu a:hover{
	border-right:1px solid #AAA8A8;
	color:#FFFFFF;
	text-decoration:none;
}
.horz_itemOn{
	padding:0px 10px 0px 10px;
	border-right:1px solid #AAA8A8;
	font-weight:bold;
	color:#497EB6;
	text-decoration:none;
}
.downloadButton{
	border-top: #E6E3E3 2px outset;
	border-left: #E6E3E3 2px outset;
	border-right: #C8C6C6 2px outset;
	border-bottom: #C8C6C6 2px outset;
	background-color:#E6EDF4;
	text-align:center;
	font-weight:bold;
	padding:5px;
}
.button a, .button a:visited{
	font-size:130%;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}
.button a:hover{
	font-size:130%;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
}

/************** footer styles ****************/
#footer{
	color: #497EB6; 
	border: 0px solid #00ff00;
	background-color:#E6EDF4;
	padding:5px 10px 1px 20px;
	
}
#footer a{
	font-size:9px;
	color:#4275AB;
	text-decoration:none;
}
#footer a:hover{
	font-size:9px;
	color:#ff0000;
	text-decoration:underline;
}

.newsItem{
	width:350px;
	padding:15px 0px 15px 0px;
	border-bottom:1px dashed #4275AB;
}
.newsHeading{
	font: bold 110% Arial,sans-serif;
	padding-top:5px;
	margin-bottom:3px;
	margin-top:3px;
}
.setWidth{
	visibility:hidden;
}

/* START - These classes are purely for home */
.subMenuHome{ 
	background-color : #487EB6; 
	width: 160px;
	padding:5px 5px 5px 2px;
	border-bottom:1px solid #ffffff;
	cursor: hand;

}
.subMenuHomeOver{ 
	background-color : #999999; 
	width: 160px;
	padding:5px 5px 5px 2px;
	border-bottom:1px solid #ffffff;
	cursor: hand;

}
.homeLink:link, .homeLink:hover, .homeLink:visited{ 
	text-decoration:none;
	color:#FFFFFF;
}

/* END - These classes are purely for home.html */


.searchText {
margin-top:20px;
	text-decoration:none;
	color:#D8E7F6;
	font-weight:normal;
	font-size:7pt;
}
.searchText input {
	text-decoration:none;
	color:#555555;
	font-weight:
	normal;
	font-size:7pt;
}

.mediaRelease{
line-height:18px;
	width:300px;
	margin:10px 0px 10px 10px;
	padding-bottom:10px;
	border-bottom:1px dotted #000000;
}
.mediaRelease a, .mediaRelease a:visited{
	font-weight:bold;
}

