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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	line-height: 125%;
}

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

a:link, a:visited{
	text-decoration: none;
	color: #663300;
}
.pointNav {
	font-size: 1em;
	font-weight: bold;
}

a:hover{
}

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

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

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

h3{
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 125%;
}

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

h5{
 font: 100% Arial,sans-serif;
 color: #339900;
 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: 0;
}

label{
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
	top: auto;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 196px;
	left: 14px;
	right: 2%;
	width:832px;
	background-color: #ffffff;
	z-index: 3;
	border-top: 1px #666666 solid;
	padding-top: 10px;
}

#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: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	z-index: 2;	
}

#pageNav{
	float: left;
	width:200px;
	padding: 0px;
	font: 200 Ariel,sans-serif;
	height: 100%;
}

#content{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 200px;
}


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

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

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

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

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

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
}

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

#pageName img{
	position: absolute;
	top: -98px;
	right: 1043px;
	padding: 0px;
	margin: 0px;
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 100px;
color: #339900;
padding: 0px;
margin: 0px;
}

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

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

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

#globalLink{
	position: absolute;
	top: 0px;
	height: 62px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 204px;
	z-index: 100;
}


a.glink, a.glink:visited{
	font-size: large;
	font-weight: normal;
	margin: 0px;
	padding: 2px 35px 4px 5px;
}

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

.skipLinks {display: none;}

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

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

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

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

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

#search{
	position: absolute;
	top: 5px;
	right: 47px;
	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;
}


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

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

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


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

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

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

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


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

.story {
	font-size: 80%;
	padding: 0px 10px 0px 0px;
}

.story h3{
	font: 125% Arial,sans-serif;
	color: #339900;
}

.story p {
	padding: 0px 0px 10px 0px;
}

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


td.storyLeft{
	padding-right: 12px;
}


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

#siteInfo{
	clear: both;
	font-size: small;
	color: #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

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


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

#sectionLinks{
	text-align: right;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: normal;
	padding: 6px 20px 10px 10px;
	color: #663300;
}

#sectionLinks a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #339900;
}


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

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

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

.relatedLinks a{
	display: block; 
}


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

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
.quote {
	color: #339999;
	font-style: italic;
}
.sample_list {
	font-weight: bold;
	color: #663300;
	font-size: 125%;
	line-height: 150%;
	text-align: right;
	padding-right: 10px;
}
.sample_subcategory {
	font-size: 125%;
	color: #663300;
	font-weight: normal;
	line-height: 150%;
}
#pointNav, a.hover {
	padding-bottom: 50px;
	font-size: 80%;
}
.product {
	color: #663300;
	font-weight: bold;
	line-height: 110%;
}
.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

