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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	background: #cccccc url("../images/global/bg_grad.jpg") fixed;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#mainContent {
	background-position:center;
}

   

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

a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #2F7495;
}
a:active {

	text-decoration: none;
	font-weight: bold;
	color: #660000;
}
/************** header tag styles **************/

h1{
	color: #003366;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	font: bold 150% Arial, Helvetica, sans-serif;
}

h2{

	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
}

h3{
	color: #003366;
	margin: 0px;
	padding: 0px;
	font: bold 120% Arial, Helvetica, sans-serif;
}

h4{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font: bold 115% Verdana, Arial, Helvetica, sans-serif;
	}

h5{
	color: #660000;
	margin: 0px;
	padding: 0px;
	font: bold 110% Arial, Helvetica, sans-serif;
}

h6{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
}
/*************** list tag styles ***************/

ul{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	list-style-image:     url(../images/global/blueBullet.gif);
	list-style-position: outside;
	font-size: small;
}

ul ul{
	list-style-type: none;
	text-indent: 5px;
	list-style-image:     url("../images/global/redBall.gif");
	font-family: Arial, Helvetica, sans-serif;
}

ul ul ul{
	list-style-type: none;
	list-style-image: url("../images/global/blueCheck.gif");
	font-family: Arial, Helvetica, sans-serif;
}

/********* form and related tag styles *********/

form {
	color: #333333;
	background-color: #F5f7f7;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

label{
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
				
input{
	font-family: Arial,sans-serif;
	color: #333333;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	background-color: #FFFFFF;
	position: relative;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/global/bg_pgnav.jpg);
}

#PageCell2 {
	background-color: #FFFFFF;
	width: 760px;
	position: relative;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#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{
	width:760px;
	z-index: 1;
	top: 9px;
	background: center;
}
tablebody {
	background: center;
}


#pageBanner {
	width: 760px;
	z-index: 13;
}

#pageNav {
	width: 195px;
	font: small Verdana,sans-serif;
	border-right-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-style: none;
	background-repeat: repeat;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccd2d2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.content2 {
	border-left-width: 1px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

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

#pageName{
	border-bottom:1px solid #ccd2d2;
	position: relative;
	height: 30px;
	width: 760px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#pageName h6 {
	color: #F2F2F4;
	margin:0px 0px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
}

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

#globalNav{
	width: 760px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	z-index: 12;
	background: url(../images/global/glbnav_background.gif) center;
	position: relative;
	vertical-align: middle;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

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

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

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

#globalLink{
	margin: 0px;
	left: 10px;
	z-index: 100;
	vertical-align: middle;
	position: relative;
	width: 740px;
	background-position: center center;
	height: 22px;
	top: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


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

a.glink:hover{
	background-image:      url("../images/global/glblnav_selected.gif");
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

a.glink:active{
	background-image:      url("../images/global/glblnav_active.gif");
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}

.skipLinks {display: none;}


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

.feature{
	padding: 10px;
	font-size: 0.8em;
}

html>body .feature {height: auto;
}

.feature h3{
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	padding: 0px 0px 5px 0px;
}

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

feature_spec {
	font-size: 0.9em;
	font-weight: bold;
}
/*************** story styles ******************/

.story1 {
	padding: 10px;
	font-size: 0.8em;
}

.story1 p {
}

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

.storyImg1 {
	float: left;
	padding: 5px 10px 5px 5px;
}

.story2 {
	padding: 10px;
	font-size: 0.8em;
}

.story2 p {
}

.storyImg2 {
	float: right;
	padding: 5px 5px 5px 10px;
}
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: x-small;
	color: #999999;
	padding: 10px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
}

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

#sectionLinks{
	padding: 0px;
	font-size: 1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 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("../images/global/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

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

#sectionLinks a:active {
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
}
/************* relatedLinks styles **************/

.relatedLinks{
	margin: 5px 10px 0px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px none;
	font: 500 0.9em Geneva, Arial, Helvetica, sans-serif;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 120%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

.relatedLinks a:link{
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	color: #009F9F;
	font-weight: 500;
}
.relatedLinks a:hover {
	color: #003366;
	font-weight: 500;
	text-decoration: none;
}

.relatedLinks a:visited {
	color: #21536A;
	font-weight: 500;
	text-decoration: none;
}

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

#advert{
	padding: 10px;
}

#advert img{
	display: block;
	border-color: #666666;
}

#advert text {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.08em;
	color: #666666;
}

.borderWords {
	background-color: #FFFFFF;
	border: thin groove #003366;
	margin-left: 5px;
	margin-right: 5px;
	z-index: 3;
	padding: 5px;
	font-weight: 500;
}
.topButton {
}

.specTxt {
	font-weight: bold;
	color: #660000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-size: 95%;
}
.comments {
	color: #71728A;
	font-weight: lighter;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.hint {
	color: #CCCCCC;
}

.bordwordsImg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 5px;
	margin-right: 5px;
}
.bk2top {
	font-size: smaller;
	float: left;
	font-weight: lighter;
}

bk2top font {
	color: #999999;
}

.formMQ {
	color: #003366;
	border: thin solid #CCCCCC;
	background-color: #F5f7f7;
	width: 170px;
	clear: none;
	margin-right: 5px;
	margin-left: 10px;
	padding-top: 5px;
}

.center {
	background: center;
	text-align: center;
	display: block;
	width: 100%;
}

.borderTable {
	border: thin solid #999999;
	width: 180px;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.capsule {
	font-size: smaller;
}
.center img {
	padding: 10px;
	background-position: center;
	clear: both;
}
.specTxt2 {
	font-weight: bold;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.28em;
	font-size: 105%;
	padding: 2px;
}
.borderHighlight {
	border: 2px outset #9EACBC;
	width: 150px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: normal;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	left: 5px;
	z-index: 3;
}
.columnHighlight {
	border: 1px outset #ABB7C5;
	line-height: normal;
	padding: 5px;
	vertical-align: top;
	font-size: 85%;
	text-align: left;
	background: url(../images/global/bg_gradLt_sm.jpg) repeat-x;
	width: 170px;
	margin: 5px;
}
.h5_smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #660000;
}
.larger {
	font-size: 160%;
}
.img_left {
	background: left;
	padding: 0px 5px 5px;
}
.img_right {
	background: right;
	padding: 0px 5px 5px;
}
.borderWords_light {
	z-index: 3;
	font: 400 85%/normal Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0px;
	border-color: #FFFFFF;
	position: relative;
}
.smaller {
	font-size: 90%;
}

.mdlarge {
	font-size: 120%;
}
#pagecell1 #content .feature a {
	font-weight: 400;
}
#table_ltborder {
	padding: 7px;
	border: 1px groove #d2d2d2;
}
.columnHighlight_wide {
	border: 1px groove #92A0B4;
	line-height: normal;
	padding: 0px 5px 5px;
	height: 100%;
	font-size: 85%;
	text-align: left;
	background: url(../images/global/bg_gradLt.jpg) repeat-x top;
	margin: 0px;
}
align_center {
	background: center;
	clear: both;
	float: none;
}
.tabletop {
	vertical-align: bottom;
	background: center bottom;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}
.hr_soft {
	background: center;
	padding: 3px 0px;
	border-top: thin ridge #cccccc;
	font-size: x-small;
	font-weight: lighter;
}

.red {
color: #CC0000;
}

#clearboth {
	clear: both;
}

/********************* end **********************/
.smaller {
	font-size: smaller;
	font-weight: normal;
}
