/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #ffffff url("bg_grad.jpg") fixed;

}

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

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

a:hover{
	text-decoration: underline;
}

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

h1{
             font: normal 140% Arial,sans-serif;
             color: #6BB71E;
             margin: 0px;
             padding: 10px;
}

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

h3{
             font: normal 100% Arial,sans-serif;
             color: #000000;
             margin: 0px;
             padding: 0px;
}

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

h5{
               font: 140% Arial,sans-serif;
               color: #2EF10F;
               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;
                  color: #ADFF2F;

}

label{
               font: normal 1em Arial,sans-serif;
               color: #000000;
}
				
input{
              font-family: Arial,sans-serif;
              color: #000000;
              background-color: #ffffff;
}

textarea{
              font-family: Arial,sans-serif;
              color: #000000;
              background-color: #ffffff;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 115px;
	left: .25%;
	right: .25%;
	width:99.5%;
	background-color: #ffffff; 

 }

#tl {
	position:absolute;
	top: -1px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: .25%;
	right: .25%;
	width: 99.5%;
background-image: url("seaweed.gif"); 
background-repeat: no-repeat; 

}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #91DB45;
	border-left: 1px solid #91DB45;
    font: small Verdana,sans-serif;
                 
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 178px 0px 0px;
	border-right: 1px solid #91DB45;

}
#content1{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-right: 0px solid #91DB45;
}
#pageNav h3{
	font: normal 90% Arial,sans-serif;
	color: #91DB45;
	padding: 6px 0px 6px 10px;                  
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 47px 10px;
	color: #91DB45;
	font: normal 120% Arial,sans-serif;
               
}
#siteName1{
	margin: 0px;
	padding: 0px 0px 9px 137px;
	color: #000000;
	font: italic 70% Arial,sans-serif;
               
}

#siteName img{
	position: absolute;
	top: 6px;
	left: 6px;
	
}
/************** utility styles *****************/

#utility{
	font: 70% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 8px;
	color: #000000;
	font-style: normal;
}

#utility a{
	color: #CC6500;
}

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

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

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

}

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

#pageName img{
	position: absolute;
	top: 5px;
	right: 4px;
	padding: 0px;
	margin: 0px;
}
#flash{
	position: absolute;
	top: 2px;
	left: 182px;
	padding: 0px;
	margin: 0px;
}

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

#globalNav{
                  position: relative;
                  width: 100%;
                  min-width: 640px;
                  height: 32px;
                  color: #333333;
                  padding: 0px;
                  margin: 0px;
                  background-image:  url("glbnav_background.gif");

}

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

}

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

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

#globalLink{
                  position: absolute;
	top: 7px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 6px;
	z-index: 100;

}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 2px 22px 4px 22px;
	border-right: 1px solid #FFFFFF;
}

a.glink:hover{
  	background-image: url("glbnav_selected.gif");
	color: #000000;
    text-decoration: none;
}

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	top: 94px;
	left: 1px;
	/*width: 100%;*/
	min-width: 640px;
	height: 18px;
	padding: 1px 0px 0px 0px;
	visibility: hidden;
	color: #000000;

}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 11px;
	color: #E5E5E5;
display:block; 
height:18px; 
line-height:16px; 
float:left; 
background:transparent url("transparent.gif"); 
padding:0 4px; 
margin:0; 
white-space:nowrap; 
border:1px solid #000; 
border-color:#888 #777 #666 #ddd;  	

}

.subglobalNav a:hover{
	color: #E5E5E5; 
background:#222222; 
border-color: #fff #333 #000 #fff;  
line-height:18px;
text-decoration: none;
}

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

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
                 font-size: 70%;
                 color: #000000;
                 margin: 0px  0px 0px 10px;
                 background-color: #ffffff;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}

#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: #ADFF2F;
	text-decoration: underline;
}

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

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

.feature h3{
	font: normal 175% Arial,sans-serif;
	color: #6BB71E;
	padding: 20px 0px 5px 0px;
}
.feature h2{
   font: normal 114% Arial,sans-serif;
   color: #6BB71E;
   margin: 0px;
   padding: 0px;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
margin: 8px;
}
.feature img2{
	float: right;
	padding: 10px 10px 3px 10px;
}
.feature li{
 list-style-type: square;
padding: 0px 0px 0px 0px;
}
.feature embed{
	float: left;
	margin: 10px;
	padding: 10px 10px 3px 10px;
}
/*************** story styles ******************/

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

.story h3{
	font: 125% Arial,sans-serif;
	color: #000000;
                   padding: 4px;
}
.story h2{
                  font: normal 114% Arial,sans-serif;
                  color: #6BB71E;
                  margin: 0px;
                  padding: 10px;

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

.story a.capsule{
	font: normal 1.2em Arial,sans-serif;
	color: #CC6500;
	display:block;
	padding-bottom: 4px;
	
}
.story a.capsule:hover{
	text-decoration: none;
                  color: #91DB45;
}

td.storyLeft{
	padding-right: 8px;
	padding-bottom: 8px;
}
.story img{
	float: left;
	padding: 4px 4px 4px 4px;
margin: 0px 6px 0px 0px;
}

.story li{
                  list-style-type: square;
	font-size: 90%;
                  padding: 0px 10px 2px 0px;
}

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

#siteInfo{
	clear: both;
	border-top: 1px solid #91DB45;
	font-size: small;
	color: #000000;
	padding: 4px 0px 48px 4px;
	margin-top: -1px;
background-image: url("seaweed-b.gif"); 
background-repeat: no-repeat; 
}

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

.siteInfoform{    
	position: bottom;
                  float: right;
	top: 0px;
	padding: 0px;
	margin: 0px;

}
.cse-branding-bottom{    
	position: bottom;
                  float: right;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
#google_translate_element{    
	position: bottom;
                  float: right;
	top: 0px;
	padding: 2px;
	margin: 0px;
	font-size: 70%;
}
#google_translate_element a{
	color: #000000;
	font-size: 80%;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 6px 0px 6px 16px;
	border-bottom: 1px solid #91DB45;
border-top: 1px solid #000000;
	background-color: #ffffff;
	background-image:  none;
	font: normal 90% Arial,sans-serif;
	color: #000000;
    text-decoration: none;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #91DB45;
	background-image:  url("bg_nav.jpg");
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;

}

#sectionLinks a:hover{
	border-top: 1px solid #91DB45;
	background-color: #ffffff;
	background-image: none;
	font-weight: normal;
	color: #000000;
                  text-decoration: none;
}


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

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #91DB45;
}
.relatedLinks h3{
	padding: 0px 0px 10px 6px;
 }

.relatedLinks a{
	display: block; 
}


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

#advert{
	padding: 6px;
                  font-size: 80%;
                  color: #E4FF00;
                  border-bottom: 1px solid #91DB45;

}

select{
                 font-family: Arial,sans-serif;
                 color: #AAAAAA;
                 background-color: #ffffff;
}

#advert img{
	display: block;
                  margin-left: auto;
                  margin-right: auto;
color: #000000;
}
#advert h3{
	font: bold 110% Arial,sans-serif;
	color: #000000;

}
#advert a{
	color: #6BB71E;
}
.feature embed{
	float: center;
	padding: 0px 0px 0px 0px;
}
/********************* quote**********************/


.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
                  color: #6BB71E;
}
/********************* end **********************/