/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(bg_grad.jpg) fixed;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #552715;
	text-decoration: underline blink;
	background-color: #F9EEDF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}

a:hover{
	text-decoration: underline blink;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFCC80;
	color: #660000;
	font-size: 14px;
	font-weight: normal;
	background-repeat: repeat;
}

/************** header tag styles **************/

h1{
	font: bold 120% Georgia, "Times New Roman", Times, serif;
	color: #6D2A10;
	margin: 0px;
	padding: 0px;
	background-color: #F5EBE7;
}

h2{
	font: bold 114% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: justify;
}

h3{
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: justify;
}

h4{
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: justify;
}

h5{
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #71331C;
	margin: 0px;
	padding: 0px;
	background-color: #F5EBE7;
}


/*************** list tag styles ***************/

ul{
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: #000000;
}

ul ul{
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: #000000;
}

ul ul ul{
	list-style-type: none;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
	font-family: "Courier New", Courier, mono;
	color: #572715;
	background-color: #D7AD9D;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

label{
	font: bold 0em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
}
				
input{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 173px;
	left: 2px;
	right: 0%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	background-color: #D7C4BD;
	width: 1202px;
}

#masthead{
	position: absolute;
	top: 139px;
	left: 0px;
	right: 2%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6D2A10;
	background-color: #6D2A10;
	font-size: 14px;
	font-style: normal;
	text-decoration: underline blink;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	width: 1205px;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #D7C4BD;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	clear: left;
	height: auto;
	color: #71331C;
	border: 0px none #D7C4BD;
}

#content{
	padding: 0px 5px 5px;
	margin:0px 0px 5px 178px;
	border-left: 0px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 7px 0px;
	color: #6D2A10;
	font-weight: bold;
	background-color: #6D2A10;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	list-style-type: none;
	list-style-position: outside;
	text-align: center;
}

/************** utility styles *****************/

#utility{
	font: 100% Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #6D2A10;
	background-color: #F2D7BF;
	text-align: justify;
	left: 0px;
}

#utility a{
	color: #71331C;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F2D7BF;
	text-align: center;
}

#utility a:hover{
	text-decoration: underline blink;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #F2D7BF;
	color: #FF9900;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px;
	margin: 0px;
	border-bottom:0px solid #D4D0C8;
	font-family: "Times New Roman", Times, serif;
	background-color: #71331C;
	color: #F2D7BF;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

#pageName h2{
	font: bold 175% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin:0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: auto;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#globalNav img{
	margin-bottom: -4px;
	font-family: "Times New Roman", Times, serif;
	background-color: #71331C;
	color: #F2D7BF;
 
}


a.glink, a.glink:visited{
	font-size: 14px;
	color: #71331C;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-right: 0px none #CCB8AF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #D3A897;
	font-style: normal;
	text-decoration: blink;
}

a.glink:hover{
	background-image:  url(glblnav_selected.gif);
	text-decoration: underline blink;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFCD82;
	font-size: 14px;
	color: #71331C;
	font-style: normal;
}

.skipLinks {
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #73351C;
	background-color: #D3A897;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: auto;
	left: 0px;
	min-width: 640px;
	height: 53px;
	padding: 0px;
	visibility: hidden;
	color: #71331C;
	background-color: #F2D7BF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	width: 358px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 100%;
	color: #F2D7BF;
	background-color: #71331C;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.subglobalNav a:hover{
	color: #FF9900;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F2D7BF;
}

#breadCrumb a{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #D2A796;
}
html>body .feature {
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	padding: 0px;
}

.feature h3{
	font: bold 175% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 30px 0px 5px 5px;
	background-color: #FFFFFF;
}

.feature img{
	float: left;
	padding: 0px 10px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	margin: 0px;
}


/*************** story styles ******************/

.story {
	padding: 2px 10px 10px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 2px 10px 10px;
	font-style: normal;
}

.story h3{
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
}

.story a.capsule{
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #6D2A10;
	display:block;
	padding-bottom: 4px;
	background-color: #F3EDEB;
}

.story a.capsule:hover{
	text-decoration: underline;
	background-color: #FCF4ED;
	color: #71331C;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	border: 0px 0;
}

td.storyLeft{
	padding-right: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 0px solid #cccccc;
	font-size: 14px;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-family: "Courier New", Courier, mono;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	color: #000000;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #D3A897;
	float: none;
	clear: none;
	height: auto;
	width: auto;
	color: #71331C;
	border: 0px none #FFFFFF;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;

}

#sectionLinks h3{
	padding: 0px;
	border-bottom: 0px none #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #D5AB9B;
	font-size: 14px;
	font-weight: normal;
	color: #71331C;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 0px;
	color: #592511;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #D1A695;
	border: 0px none #D1A695;
}

#sectionLinks a:hover{
	border-top: 0px solid #cccccc;
	background-color: #D2A796;
	background-image: none;
	font-weight: bold;
	text-decoration: blink;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC00;
	font-size: 14px;
}

.relatedLinks h3{
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #D2A796;
	color: #FFCC00;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: blink;
}

.relatedLinks a{
	display: block;
	font-family: "Times New Roman", Times, serif;
	background-color: #D3A898;
	font-size: 14px;
	color: #FF9900;
	text-decoration: blink;
}


/**************** advert styles *****************/

#advert{
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #D4A696;
	color: #71331C;
}

#advert img{
	display: block;
	font-family: "Times New Roman", Times, serif;
	color: #6D2D14;
	background-color: #D3A898;
}

/********************* end **********************/
