/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	background-color:#000033;
}
/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color:#000066;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/************** header tag styles **************/
h1{
 font: bold 120% Arial,sans-serif;
 color: #006699;
 margin: 10 px 0px 0px 0px;
 padding: 0px;
}
h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}
h3{
 font: bold 100% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
h5{
 font: 100% Arial,sans-serif;
 color: #006699;
 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{
	
	margin-left: auto; 
	margin-right: auto;
	width: 900px;
	background-color: #ffffff;
	border: #000000 1px solid;
}

#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{
	background: #ffffff;
	top: 0px;
	left: 2%;
	right: 2%;
	margin-left: auto; 
	margin-right: auto;
	width: 900px;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}

#pageNav{
	float: left;
	width: 160px;
	padding: 0px;
	background-color:#FDFAFF;
	border-right: 1px solid #cccccc;
	font: 14px Arial, Verdana;
	line-height: 1.3em;
}

#content{
	padding: 0px 10px 0px 5px;
	margin: 0px 0px 0px 160px;
	border-left: 1px solid #ccd2d2;
	text-align: top;
	top: 0px;
	line-height: 1.4em;
}	

#headlines{
    float: right;
	right: 0px;
	width: 120px;
	background-color: #CCCC99;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-right: 10px;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}
/************** utility styles *****************/
#utility{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 12px;
	padding: 0px;
}
#utility a{
	color: #ffffff;
}
#utility a:hover{
	text-decoration: underline;
}
/************** utility2 styles *****************/
#utility2{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 40px;
	right: 0px;
	padding: 0px;
	float: right;
	text-align: right;
}
#utility2 a{
	color: #ffffff;
}
#utility2 a:hover{
	text-decoration: underline;
}
/************** dropdown styles *****************/
#dropdown{
	font: 80% Verdana,sans-serif;
	position: absolute;
	top: 0px;
	right: 10px;
	color: #000000;
}
#dropdown a{
	color: #ffffff;
}
#dropdown a:hover{
	text-decoration: underline;
}
/************** pageName styles ****************/
#pageName{
	padding: 10px 0px 10px 10px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	background-color:#E9F1FF;
}
#pageName h2{
	font: bold 14px Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}
/************* dropdown style ****************/
#dropdown{
  position: relative;
  float: right;
  text-align: left;
  }
/************* globalNav styles ****************/
#globalNav{
	position: relative;
	width: 100%;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
}
#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;
	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{
	text-decoration: none;
}
.skipLinks {display: none;}
/************ subglobalNav styles **************/
.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	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;
}
/************* breadCrumb styles ***************/
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	float: right;
}
#breadCrumb a{
	color: #AAAAAA;
}
#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}
/************** feature styles *****************/
.feature{
	padding: 0px 10px 10px 10px;
	font-size: 14px;
	top: 0px;
}
html>body .feature {height: auto;}
.feature h1{
	font: bold 110% Verdana;
	color: #000033;
	padding: 15px 0px 0px 1px;
}
.feature h2{
	font: bold 105% Verdana;
	color: #CC6600;
	padding: 10px 0px 5px 0px;
}
.feature h3{
	font: bold 150% Arial,sans-serif;
	color: #000000;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px dashed;
}
.feature h4{
	font: bold 100% Verdana;
	color: #000000;
}
.feature h5{
	font: bold 102% Verdana;
	color: #CC6600;
	padding: 0px;
	margin: 20px 0px 5px 10px;
}
.feature h6{
	font: bold 102% Arial;
	color: #000000;
	padding: 0px 0px 0px 8px;
}
.feature img{
	padding: 0px 0px 0px 0px;
}
/*************** story styles ******************/
.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
.story h3{
	font: bold 125% 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 #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px;
	margin-top: -1px;
}
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************ sectionLinks styles **************/
#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #000000;
	color: #000000;
}
#sectionLinks a:link, #sectionLinks a:visited{
	display: block;
	border-top: 1px solid #000000;
	padding: 3px 0px 3px 10px;
	background-color:#FF9933;
	text-decoration: none;
	color: #000000;
}
#sectionLinks a:hover{
	border-top: 1px solid #000000;
	background-color: #0099CC;
	text-decoration: none;
	color: #000000;
}
#sectionLinks #currentpage a{
	border-top : 1px solid #000000;
	background-color : #336699;
	padding : 3px 0 3px 10px;
	text-decoration : none;
	color : #000000;
}
/************* relatedLinks styles **************/
.relatedLinks{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	font-size: 14px;
}
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font: bold;
}
.relatedLinks a{
	display: block; 
}
/**************** advert styles *****************/
#advert{
	padding: 10px;
}
#advert img{
	display: block;
}
/********************* end **********************/
/************** #headlines styles **************/
#headlines{
	margin: 0px 0px 0px 8px;
	padding: 5px;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
}
#headlines p{
	padding: 0px;
}
#headlines h1{
	color: #000000;
	padding: 4px 0px 10px 0px;
	border-bottom: #000000 1px dashed;
}
#headlines a{
	color: #000000;
}
/**********************************************/
#feature h2{
	font: bold 100% Verdana;
	color: #006699;
	padding: 10px 0px 5px 0px;
	border: 1px;
}
/* object stuff here */
/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}
/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}
/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}
/*********** boxed style for quotes ***********/
.boxed{
	font: 98% verdana,arial;
	color: #000000;
	width: 90%;
	margin: 25px 50px 25px 20px;
	padding: 5px;
	background-color:#ffffff;
	border: 1px dotted;
}
.boxed h1{
	font: bold 105% verdana;
	color: #000000;
	padding: 2px 0px 0px 2px;
}
	
/********* form css styles *************/
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}
.cssform label{
font-weight: bold;
float: left;
top: 0px;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}
.cssform textarea{
width: 250px;
height: 150px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix{
margin-left: 3px;
}
/******** css script from http://www.dynamicdrive.com/style/csslibrary/item/css-tableless-form/ ********/



/***** CSS image vertical middle align with text *****/

.textmiddle {
	vertical-align:middle;
}
  	


