/***********************************************/
/* 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;
	min-width: 900px;
}

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

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

a:hover{
	text-decoration: underline;
}

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

h1{
 font: bold 120% Arial,sans-serif;
 color: #0066CC;
 margin: 0px;
 padding: 0px;
}

h2{
	color: #006699;
	margin: 0px;
	padding: 0px;
	letter-spacing: normal;
	font-variant: normal;
	font-stretch: condensed;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
}

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

h4{
	color: #333333;
	margin: 5px;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 28px;
	font-weight: bold;
}

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: 5;
	left: 19px;
	top: 30px;
	position: absolute;
	width: 250px;
	height: 453px;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 119px;
	left: -3px;
	right: 2%;
	width:900px;
	background-color: #ffffff;
	height: 482px;
}


#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{
	position: absolute;
	top: 52px;
	left: 100px;
	right: 2%;
	width:900px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	height: 190px;
	
}

#pageNav{
	float: left;
	width:275px;
	padding: 0px;
	text-align: center;
	list-style-position: inside;
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	height: 490px;
	border: 1px none #cccccc;
	line-height: normal;
	background-color: #666666;
}

#content{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 178px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 490px;
	width: 700px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ccd2d2;
	border-right-color: #ccd2d2;
	border-bottom-color: #ccd2d2;
	border-left-color: #ccd2d2;
}


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

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 115px;
	right: 11px;
	color: #919999;
	text-align: left;
	vertical-align: top;
	width: 416px;
	height: 15px;
	z-index: 7;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

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

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

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

#globalNav{
	position: absolute;
	width: 890px;
	min-width: 590px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(glbnav_background.gif);
	left: 5px;
	top: 150px;
	z-index: 4;
}

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

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

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

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


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

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

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 120px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #000099;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #0000CC;
}

.subglobalNav a:hover{
	color: #000099;
}

/*************** 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;
}


/************** feature styles *****************/

.feature{
	min-height: 200px;
	height: 100px;
	width: 336px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 280px;
	position: absolute;
	border: 1px none #666666;
	top: 1px;
}
html>body .feature {height: 181px;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #006699;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
}


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

.story {
	position: absolute;
	top: 49px;
	height: 300px;
	width: 405px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: thin none #FF0000;
	left: 470px;
	vertical-align: bottom;
}

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


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

#siteInfo{
	clear: both;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
	bottom: auto;
	position: absolute;
	left: 229px;
	top: 496px;
	height: -20px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ 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(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

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


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 105px;
	position: relative;
	line-height: 15px;
	height: 185px;
	width: 170px;
	left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #6378FF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 15px;
	position: absolute;
	top: 357px;
	left: 322px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 216px;
	text-align: left;
	height: 93px;
	font-style: normal;
	line-height: normal;
	vertical-align: bottom;
}

#advert img{
	display: block;
}

/********************* end **********************/
#wrapper {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 0px;
	width: 900px;
	padding: 0px;
}
#TSG {
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 497px;
	right: 354px;
	color: #919999;
	background-image: url(TSG.png);
	z-index: 5;
}
#utility2 {
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 530px;
	right: 814px;
	text-align: right;
	vertical-align: bottom;
	width: 68px;
	outline-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 6;
}
#utility2 a {
	color: #ffffff;
	outline-style: none;
}
#utility2 a:hover {

	text-decoration: none;
}
.ordering {
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-position: outside;
	list-style-image: url(numbers.gif);
	list-style-type: circle;
	height: 105px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	left: 46px;
	position: absolute;
	width: 120px;
	top: 44px;
	line-height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #cccccc;
	color: #FFFFFF;
}
#numbers {
	position: absolute;
	top: -1px;
	right: 0px;
	color: #919999;
	background-image: url(numbers.gif);
	left: -41px;
	height: 117px;
	width: 35;
	font-family: Verdana, sans-serif;
	font-size: 100%;
}
#easyorder {

	padding: 10px;
	position: relative;
	top: 0px;
}
#contentLeft {
	position: absolute;
	top: 13px;
	height: 26px;
	width: 273px;
	left: 5px;
	font-size: 22px;
	line-height: 16px;
	padding: 0px;
	z-index: 1;
}
.storyBottom {
	position: absolute;
	top: 206px;
	height: 116px;
	width: 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: thin none #FF0000;
	left: 271px;
	vertical-align: top;
	text-align: center;
	line-height: 10px;
}
#pagecell1 {
	position: absolute;
	height: 566px;
	width: 900px;
	left: 0px;
	top: 184px;
	z-index: 6;
}
#contentRight {
	position: absolute;
	top: 13px;
	height: 206px;
	width: 273px;
	left: 624px;
	font-size: 22px;
	line-height: 16px;
	padding: 0px;
	z-index: 8;
}
#contentMid {
	position: absolute;
	top: 13px;
	height: 437px;
	width: 334px;
	left: 278px;
	font-size: 22px;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 9;
}
#contentMidBottom {
	position: absolute;
	top: 188px;
	height: 187px;
	width: 345px;
	left: 280px;
	font-size: 22px;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 10;
}
#topcell {
	position: absolute;
	height: 50px;
	width: 900px;
	left: 100px;
	top: 0px;
}
#tlcorner {


	position: absolute;
	height: 6px;
	width: 6px;
	left: 0px;
	top: 0px;
}
#trcorner {
	position: absolute;
	height: 6px;
	width: 6px;
	top: 0px;
	right: 0px;
	z-index: 3;
}
