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

/***********************************************/
/* 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: #6BB71E;
	text-decoration: none; 
}

a:hover{
	text-decoration: underline;
}

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

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

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: 140% Arial,sans-serif;
             color: #8D8D8D;
             margin: 0px;
             padding: 10px;
}

h5{
               font: 140% Arial,sans-serif;
               color: #8D8D8D;
               margin: 0px;
               padding: 10px;
}


/*************** 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: 0px;
	padding:0px;
   color: #000000;
}

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: 150px;
	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; 
border-bottom: 1px solid #6a9749;
}

#pageNav{
	float: right;
	width:190px;
	padding: 0px;
	background-color: #ffffff;
	border-bottom: 0px solid #6a9749;
	border-left: 0px solid #6a9749;
    font: small Verdana,sans-serif;
                 
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 190px 0px 0px;
	border-right: 1px solid #6a9749;


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

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 2px 10px;
	color: #6BB71E;
	font: normal 100% Arial,sans-serif;
}
#siteName1{
	margin: 0px;
	padding: 0px 0px 12px 50px;
	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;
	
	
}

#utility a{
	color: #6BB71E;
}

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

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

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

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

#pageName img{
	position: absolute;
	top: 10px;
	right: 30px;
	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");
border-top: 1px solid #6a9749;
}

#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 12px 4px 10px;
	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: 98px;
	left: 1px;
	/*width: 100%;*/
	min-width: 640px;
	height: 18px;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	color: #6a9749;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 11px;
	color: #6a9749;
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: #000000; 
background:#FFFFFF; 
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 h1{
	font: normal 175% Arial,sans-serif;
	color: #63665D;
	padding: 20px 0px 5px 0px;
}
.feature h3{
	font: normal 175% Arial,sans-serif;
	color: #6a9749;
	padding: 20px 0px 5px 0px;
}
.feature h2{
   font: normal 140% Arial,sans-serif;
   color: #6a9749;
   margin: 0px;
   padding: 0px;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
margin: 6px;
}
.feature img2{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.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: 130% Arial,sans-serif;
	color: #000000;
                   padding: 4px;
}
.story h2{
                  font: normal 114% Arial,sans-serif;
                  color: #6a9749;
                  margin: 0px;
                  padding: 10px;

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

.story a.capsule{
	font: normal 1.2em Arial,sans-serif;
	color: #6BB71E;
	display:block;
	padding-bottom: 4px;
	
}
.story a.capsule:hover{
	text-decoration: none;
                  color: #CC6500;
}
.story a.capsule1{
	font: normal 1.2em Arial,sans-serif;
	color: #AAAAAA;
	display:block;
	padding-bottom: 4px;
	
}
.story a.capsule1:hover{
	text-decoration: none;
                  color: #AAAAAA;
}
td.storyLeft{
	padding-right: 8px;
	padding-left: 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 4px 0px 0px;
	margin: 4px;
}
.storyright{
	float: right;
	padding: 0px 0px 4px 20px;
margin: 0px 0px 0px 0px;
}
/************** siteInfo styles ****************/
#siteborder{
	clear: both;
	color: #FFFFFF;
	padding: 62px 0px 0px 0px;
	background-color: #FFFFFF;	
		background-image:  url("herbs.jpg");
		background-repeat: repeat;
}

#siteInfo{
	clear: both;
	border-top: 10px solid #000000;
	font-size: small;
	color: #FFFFFF;
	padding: 14px 0px 50px 14px;
	margin-top: -1px;
text-align:center;
		background-color: #66B118;	
		background-image:  url("");
		background-repeat:no-repeat;
		background-position:bottom center;
}

#siteInfo img{
	padding: 8px 4px 4px 0px;
	vertical-align: middle;padding: 4px;
}
#siteInfo1 img{
	padding: 8px 4px 4px 0px;
	vertical-align: middle;
	padding: 6px;
}
.siteInfoform{    
	position: bottom;
                  float: right;
	top: 0px;
	padding: 0px;
	margin: 0px;

}
#siteInfo a{
	font: normal;
	color: #000000;
	text-decoration: none;
}
.cse-branding-bottom{    
	position: bottom;
                  float: right;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
.cse-branding-text{    
	color: #000000;
	
}
#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 #6a9749;
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: 0px solid #000000;
	border-bottom: 1px solid #6a9749;
	background-image:  url("bg_nav.jpg");
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;

}

#sectionLinks a:hover{
	border-top: 1px solid #6a9749;
	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 #6a9749;
}
.relatedLinks h3{
	padding: 0px 0px 10px 6px;
 }

.relatedLinks a{
	display: block; 
}


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

#advert{
	padding: 6px;
                  font-size: 80%;
                  color: #AAAAAA;
                  border-bottom: 0px solid #6a9749;

}

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: #6a9749;
}
.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;
}
.quote2 {
	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: #8D8D8D;
}
.cse-branding-bottom,
.cse-branding-right {
margin:0;
padding:0
}
.cse-branding-bottom,
.cse-branding-right {
zoom: 1;
}
.cse-branding-bottom:after,
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.cse-branding-text { 
font: 10px Arial;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, 
.cse-branding-bottom .cse-branding-text {
display: block; 
float: left
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px
}
.cse-branding-right .cse-branding-form {
float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo, 
.cse-branding-right .cse-branding-text {
margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
float: left;
margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
padding: 0
}
.cse-branding-right .cse-branding-text {
margin-top: -4px
}
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}

.aligncenter {
	display: block;
	margin-left: 10%;
	margin-right: auto;
}

/* ====================== START NEWS-HOME ====================== */

.news-home { height:60px; line-height:18px; background:#f3f0f0; border:1px solid #e1dfdf; padding:0px 0; overflow:hidden }

.news-home h2  { padding: 12px 10px 12px 50px; background:url('s.png') no-repeat left center; float:left; border-right:1px solid #e1dfdf; overflow:hidden }

.news-home ul { list-style:none; float:left; margin:0 0 0 20px; width:400px; }

.news-home li { width: 92%; padding:10px 30px 20px 0; font-size:1.0em } 

/* ====================== END NEWS-HOME ====================== */    
.recipes {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	border-top: 1px solid #e1dfdf;
	border-bottom: 1px solid #e1dfdf;
	border-left: 1px solid #e1dfdf;
	border-right: 1px solid #e1dfdf; 
	padding: 6px;
	background-color: #fffafa;
}
.recipes h3{
	font: normal 90% Arial,sans-serif; 
	color: #000000; text-align:center;  padding: 3px;

}
.recipes a:link{
	color: #6BB71E;
	text-decoration: none;  
font: normal 85% Arial,sans-serif;
}
/********************* end **********************/

