/***********************************************/
/* emx_nav_left.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FCEFE6;
}

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

a {
	text-decoration: none;
	color: #97450B;
}
a:hover {
	text-decoration: underline;
}


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

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

h2{
 font: bold 115% Arial,sans-serif;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100%/1.2em Arial, sans-serif;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 115% Arial, sans-serif;
 margin: 0px;
 padding: 5px 0px 0px;
}

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

h6{
 font: 100% Arial, sans-serif;
 color: #333300;
 margin: 0px;
 padding: 0px;
}


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

ul {
	list-style-image:   url(../mainimages/arrow_content.gif);
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
}

ul ul{
	list-style-image: url(../mainimages/arrow_content.gif);
}

ul ul ul{
 list-style-type: none;
}

.bullet{
	list-style-image: url(../mainimages/arrowblack_content.gif);
}

a.bullet, a.bullet:visited{
	font-weight: bold;
}

a.bullet:hover{
	text-decoration: underline;
}

/********* 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                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 250px;
	left: 0%;
	right: 2%;
	width:95.6%;
	visibility: visible;
}

#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;
	visibility: visible;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	height: 255px;
	z-index: 102;
	visibility: visible;
}

#mastheadback{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width:100%;
	height: 116px;
	z-index: 1;
	visibility: visible;
	background-color: #000;
}

#pageNav{
	float: left;
	width:203px;
	padding: 0px;
	background-color: #F0D48C;
	border-right: 1px solid #777;
	font: small Verdana,sans-serif;
	top: 35px;
}

#content{
	padding: 0px 10px 20px 0px;
	margin:0px 0px 0px 203px;
	border-left: 1px solid #777;
}

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

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

#utility{
	font: 70% Verdana, sans-serif;
	position: absolute;
	top: 12%;
	right: 2%;
	width: 620px;
	text-align: right;
	visibility: visible;
	z-index: 1000;
	color: #fff;
}

#utility a{
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}

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

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

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

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

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

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

#globalNav{
	position: relative;
	width: 100%;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#globalNavstroke{
	position: absolute;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	z-index: 2;
	top: 91px;

}

#globalNavImage{
	width:100%;
	top: 116px;
	height: 140px;
	position: absolute;
	z-index: 2;
	left: 0px;
	right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	visibility: visible;
	background-color: #F9840A;
}

#globalLink{
	position: absolute;
	width: 740px;
	z-index: 100;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 1px;
	top: 95px;
	left: 10px;
}

a.glink, a.glink:visited{
	font-size: 12px;
	color: #fff;
	border-right: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 8px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

a.glink:hover{
	text-decoration: none;
	color: #E6AB50;
}

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

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

.skipLinks {display: none;}


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

.subglobalNav{
	position: absolute;
	top: 117px;
	left: 0px;
	padding: 5px 10px 5px 15px;
	width: 130px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #000;
	border-bottom-color: #000;
	background-color: #E6AB50;
	visibility: hidden;
	height: 200px;
}

.subglobalNav2{
	position: absolute;
	top: 117px;
	left: 126px;
	padding: 5px 10px 5px 12px;
	width: 130px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #E6AB50;
	visibility: hidden;

}

.subglobalNav3{
	position: absolute;
	top: 117px;
	left: 214px;
	padding: 5px 10px 5px 12px;
	width: 210px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #E6AB50;
	visibility: hidden;
}

.subglobalNav4{
	position: absolute;
	top: 117px;
	left: 352px;
	padding: 5px 10px 5px 12px;
	width: 140px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #E6AB50;
	visibility: hidden;
}

.subglobalNav5{
	position: absolute;
	top: 117px;
	left: 472px;
	padding: 5px 10px 5px 12px;
	width: 140px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #E6AB50;
	visibility: hidden;
}

.subglobalNav6{
	position: absolute;
	top: 117px;
	left: 595px;
	padding: 5px 10px 5px 12px;
	width: 140px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #E6AB50;
	visibility: hidden;
}

.subglobalNav a:link, .subglobalNav2 a:link, .subglobalNav3 a:link, .subglobalNav4 a:link, .subglobalNav5 a:link, .subglobalNav6 a:link, .subglobalNav a:visited, .subglobalNav2 a:visited, .subglobalNav3 a:visited, .subglobalNav4 a:visited, .subglobalNav5 a:visited, .subglobalNav6 a:visited {
	font-size: 11px;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

.subglobalNav a:hover, .subglobalNav2 a:hover, .subglobalNav3 a:hover, .subglobalNav4 a:hover, .subglobalNav5 a:hover, .subglobalNav6 a:hover {
	text-decoration: underline;
}

/*************** search styles *****************/

#search {
	position: absolute;
	top: 55px;
	right: 2%;
	width:275px;
	z-index:10;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
.search {
	font-size: 80%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #E6AB50;	
}

#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #E6AB50;
}

#search a:hover{
	text-decoration: none;
}

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

#breadCrumb{
	padding: 24px 0px 4px 10px;
	font: small Verdana, sans-serif;
	color: #777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777;
}

#breadCrumb a{
	color: #DD722D;
	font-weight: bold;
}

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


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

.feature{
	padding: 0px 50px 15px 10px;
	font-size: 105%;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

.featurespacer {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.feature h1{
	font: bold 170%/1.2em Arial, Helvetica, sans-serif;
	color: #97450B;
	padding-top: 10px;
}

.feature2{
	font-size: 80%;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	line-height: 1.2em;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 15px;
	border: 1px solid #ccc;
	margin-left: 15px;
	margin-top: 25px;
	padding-top: 15px;
}

.feature2 h1{
	font: bold 170%/1.2em Arial, Helvetica, sans-serif;
	color: #97450B;
}

/* This won't allow you from using the float_left and right classes in the feature div tag */
.feature img{
	float: left;
	border: 1px solid #777;
	padding: 0px;
	margin: 10px 10px 5px 0px;
}

.feature2 img{
	float: left;
	border: 1px solid #777;
	padding: 0px;
	margin: 10px 10px 5px 0px;
}


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



.story {
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	left: 2%;
	line-height: 1.5em;
}

.story h1{
	font: bold 110% arial, sans-serif;
	color: #97450B;
	padding: 0px;
	margin-bottom: -7px;
}

.story img {
	float: right;
	border: 1px solid #777;
	padding: 0px;
	margin: 10px 50px 5px 10px;
}

/* Use with story class if you need the feature article to have an image float_right or float_left */
.story h2{
	font: bold 170%/1.2em Arial, Helvetica, sans-serif;
	color: #97450B;
	padding: 25px 0px 0px;
}

.story a.capsule{
	font: bold 1em arial,sans-serif;
	color: #97450B;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;

}

/*************** story2 styles ******************/

.story2 {
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	left: 2%;
	margin-top: 15px;
	line-height: 1.2em;
}

.story2 h2{
	font: bold 122% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 5px;
}

.story2 h3{
	font: bold 122% arial, sans-serif;
	color: #97450B;
	padding: 0px;
	margin-bottom: -7px;
}

.story2 h4{
	color: #97450B;
	padding: 0px;
	margin-bottom: -7px;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}


.story2 h5{
	font: bold 122% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 5px;
	padding-top: 10px;
}

.story2 h6{
	font: bold 85% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 15px 0px 3px;
	text-transform: uppercase;
}

.story2 a.capsule{
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #97450B;
	display:block;
	padding-bottom: 5px;
}

.story2 a.capsule:hover{
	text-decoration: underline;
}

/*************** story3 styles ******************/

.story3 {
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	left: 2%;
	line-height: 1.2em;
}

.story3 h2{
	font: bold 122% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 5px;
}

.story3 h3{
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #97450B;
	padding: 0px;
	margin-bottom: -7px;
	text-decoration: underline;
}

.story3 h4{
	color: #97450B;
	padding: 0px;
	margin-bottom: -7px;
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 105%;
}

.story3 h5{
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding-bottom: 5px;
	padding-top: 10px;
}

.story3 h6{
	font: bold 85% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 15px 0px 3px;
	text-transform: uppercase;
}

/*************** shade styles ******************/


.shade
{
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #cc3300;
	border-left-color: #cc3300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc3300;
	margin-right: 40px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cc3300;
	background-color: #E7CEBC;
}

.shade2
{
	background-color: #ccc;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #777;
}

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

#siteInfo{
	clear: both;
	border-top: 1px solid #777;
	font-size: 80%;
	color: #777;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

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


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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sectionLinks h3{
	padding: 4px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 152%;
	font-weight: normal;
}

#sectionLinks h4{
	padding: 4px 0px 2px 10px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #777;
	padding: 3px 0px 3px 10px;
	color: #000;
	font-weight: bold;
}

#sectionLinks a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #555;
}

.sectionName{
	font: 105% Verdana, Arial, Helvetica, sans-serif;
	color: #E6AB50;
	background-color: #000;
	padding: 20px 10px 10px;
	text-transform: uppercase;
}


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

.relatedLinks{
	margin: 0px;
	padding: 4px 0px 10px 10px;
	border-bottom: 1px solid #777;

}

.relatedLinksnoborder{

}

.relatedLinks h3{
	border-bottom: 1px solid #777;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #883E0A;
	font-weight: bold;
}

.relatedLinks a{
	display: block;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 152%;
}


/**************** highlight styles *****************/

#bannercontainer{
	position:absolute;
	top: 143px;
	left: 2%;
	right: 10%;
	visibility: visible;
	z-index: 14;
	padding-left: 360px;
}

.banner1{
	font-family: "Times New Roman", Times, serif;
	font-size: 107%;
	line-height: 1.4em;
	color: #FCEFE6;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.banner2{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4em;
	color: #FCEFE6;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

.banner1 a:link, .banner2 a:link, .banner1 a:visited, .banner2 a:visited{
	color: #FCEFE6;
}

#highlight{
	padding: 10px;
	border-bottom: 1px solid #cccccc;
}

#highlight img{
	display: block;
	margin-bottom: 8px;
	font-size: 75%;
	padding-top: 5px;
}

.highlight h3 {
	
}

.highlight a{
	font-weight: normal;
}

/* LOGO */
#logo {
	position:absolute;
	z-index:5;
	left: 10px;
	top: 7px;
	visibility: visible;
}



/* 14. IMAGES   */

.float_right {
	float: right;
	margin: 0px 10px 5px;
	border: 1px solid #80725E;
	clear: both;
}


.float_left {
	margin: 5px 5px 8px 0px;
	float: left;
	clear: both;
	border: 1px solid #80725E;
	padding-bottom: 0px;
}

.float_leftsidebar {
	display: block;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	float: left;
	margin-bottom: 5px;
}

/********************* end **********************/

