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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	font-size: 80%;
}

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

a:link, a:visited{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

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

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

h3{
	color: #FFCC33;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

h4{
	color: #FFCC33;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}
li {
	margin-bottom: 6px;
}


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 Divs                                 */
/***********************************************/
#masthead{
	position: absolute;
	left: 0px;
	width:940px;
	background-image: url(images/sunlight.jpg);
	background-repeat: no-repeat;
	height: 95px;
	top: 0px;
	z-index: 90;
	
}

#content{
	z-index: 80;
}

#pagecell1{
	width:810px;
	background-color: #ffffff;
	margin-left: 130px;
	top: 100px;
	position: absolute;
	z-index: 4;
}
#LeftNav {
	font-family: Arial, Helvetica, sans-serif;
	width: 125px;
	position: absolute;
	top: 100px;
	z-index: 5;
}


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

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 7px;
	right: 11px;
	color: #919999;
	width: 213px;
}

#utility a{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#utility a:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFCC33;
}

/* Tab navigation */
ul.primary {
	border-collapse: collapse;
	white-space: nowrap;
	list-style: none;
	height: auto;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	padding-left: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
	background-color: #EBEBEB;
	height: auto;
	margin-right: 0.5em;
	padding: 0 1em;
	text-decoration: none;
	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: none;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
}
ul.primary li.active a {
	background-color: #fff;
	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: solid;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #fff;
	border-left-color: #FFCC33;
}
ul.primary li a:hover {
	background-color: #FFCC33;
	border-bottom-color: #eee;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-left-color: #FFCC33;
}

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

#globalNav{
	position: absolute;
	width: 501px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	top: 74px;
	left: 1px;
}

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

#globalLink{
	position: absolute;
	top: 72px;
	height: 23px;
	padding: 0px;
	margin: 0px;
	left: 6px;
	width: 617px;
	z-index: 100;
}


a.glink, a.glink:visited{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height: 24px;
}

a.glink:hover{
	background-image: none;
	text-decoration: none;
	background-color: #FFCC33;
}

.skipLinks {display: none;}

/*************** 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;
}
#tabbar {
	font-family: Arial, Helvetica, sans-serif;
}



/************* breadCrumb styles ***************/

#breadCrumb{
	color: #AAAAAA;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	z-index: 70;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 200px;
}
html>body .feature {height: auto;}

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

.feature img{
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


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

.story {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


.story h3{
	color: #FFCC33;
	font-family: Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
}

.story p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 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;
	font-size: x-small;
	color: #000000;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 2px;
}


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

#relatedNav {
	float: none;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 100px;
	margin-left: 942px;
	position: absolute;
	top: 56px;
	left: 5px;
	background-color: #FFCC33;
	padding: 0px;
	z-index: 3;
}

#relatedLinks {
	margin: 0px;
	width: 110px;
	top: 50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: x-small;
	background-position: center;

}

#relatedLinks a:link, #relatedLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: none;
	font-weight: normal;
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #EBEBEB;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
	text-align: center;
}

#relatedLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	background-image: none;
	text-decoration: none;
}


#sectionLinks{
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}


#NavIcon {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	text-align: center;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: none;
	font-weight: bold;
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EBEBEB;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
}

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

#subSectionLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 8px;
}
#LeftNav #subSectionLinks .title {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #FFCC33;
}


#subSectionLinks a:link, #subSectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: none;
	font-weight: bold;
	color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EBEBEB;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

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

/*** Image formatting  ***/
.imageleft {
float: left;
margin: 5px;
}

.imageright {
float: right;
margin: 5px;
}

.round-tl {
	background-image: url(images/round_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.round-br {
	background-image: url(images/round_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.round-tr {
	background-image: url(images/round_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.round-bl {
	background-image: url(images/round_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#logo {
	width: 145px;
	position: absolute;
	top: 18px;
	right: 765px;
	height: 47px;
	color: #FFCC33;
}

/* Drop down menus */
#nav, #nav ul {
	float: left;
	width: 66em;
	w\idth: 66em;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	font-size: 11px;
}

#nav a {
	display: block;
	width: 8em;
	w\idth: 8em;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	font-weight: bold;
}

#nav a.daddy {
	background-image: url(images/rightarrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11em;
	w\idth: 11em;
	font-weight: normal;
	margin: 0;
	background-color: #EBEBEB;
	border: thin solid #FFCC33;
}

#nav li li {
	padding-right: 1em;
	width: 10em
}

#nav li ul a {
	width: 11em;
	w\idth: 9em;
	color: #6699FF;
	font-weight: normal;
}

#nav li ul ul {
	margin: -1.75em 0 0 11em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #FFCC33;
}
#specialNav {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC33;
	width: 130px;
	position: absolute;
	margin-top: 400px;
	margin-left: 942px;
	left: 5px;
	font-size: small;
}
