/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/


body{
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	vertical-align: top;
	font-size: 12px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
 line-height: 1.2;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
	font: 100% Arial,sans-serif;
	color: #990000;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

img {
	border:none;
	}

/*************** 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{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 135px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#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: 2px;
	left: 2%;
	right: 2%;
	width:95.6%;
	display: block;
	background-color: #77ABDA;
	text-align:center;
	height: 125px;
/*	background-image: url(../images/snow_cingo_slice.jpg);
	background-repeat: no-repeat;*/
}

#masthead a{
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:100%;
	line-height: 1.2;
	display:block;
	color: #FFFFFF;

}
#masthead a:hover{
	color: #FF0000;
	}
	
#siteAddress{
	font-size: 80%;
	position:relative;
	z-index:5;
	top: -40px;
	width: 30px;
	float: right;
	right: 200px;
}

#languagemenu{
	background-color: #F5f7f7;
	font-size: 9pt;
	vertical-align: middle;
	width: 100%;
	text-align:left
}
#languagemenu a{
	font-size: 90%;
	border:none;
	color: #999999;
}

#languagemenu a:hover{
	font-size: 90%;
	color: #FF0000;
}

#marquee{
	height: 25px;
	font-size: 95%;
	width: 100%;
	background-color: #77ABDA;
	top: -35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#loginMenu{
	font-size: 90%;
}
#loginMenu a{
	font-size: 90%;
	color: #0000FF;
}
#loginMenu a:hover{
	font-size: 90%;
	color: #FF0000;
}
#pageNav{
	float: left;
	width:135px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	top: 10px;
}

#content{
	padding: 0px 10px 0px 0px;
	border-left: 20px solid #77ABDA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content h2{
	padding-top: 8px;
	font-family: Arial;
	font-size: 110%;
	font-weight: bold;
	color:#666666;
}
#content h3{
	font-size: 100%;
	font-weight: bold;
	color:#666666;

}

#content img{
	margin: 10px 10px 10px 10px;
	}
.content2 {
	font-size: 80%;
	vertical-align:top;
	background-color: #FFFFCC;
}
.head_row {
	background-color: #77ABDA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#FFFFFF;
}
.edit_title {
	background-color: #77ABDA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:160%;
	font-weight:bold;
	color:#FFFFFF;
}

.rist_row {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:normal;
	color: #0066FF;
}
.rist_row a:hover{
	text-decoration: none;
	color: #0000FF;
}
.bad_row {
	background-color: #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:180%;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	line-height: 3;
}
.warning_row {
background-color: #FF9900;
font-family:Arial, Helvetica, sans-serif;
font-size:120%;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}
	
/***********************************************/
/* 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{
	color: #666666;
	padding: 0px 0px 10px 10px;
	margin: 0px;
	border-bottom:2px solid #666666;
	font-family: Tahoma;
	font-size: 140%;
	font-weight: bolder;
	text-indent: 5px;
	display: block;
	clear:both;
	}

#pageName h1{
	font: bold Tahoma;
	color: #666666;
	margin:0px;
	padding: 0px;
}
#pageName h2{
	font: bold 90% Tahoma;
	color: #006699;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 20px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	height: 42px;
	left: 798px;
}

/************* globalNav styles ****************/

.globalNav{
	position: relative;
	width: 862px;
	height: 20px;
	font-size:10pt;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	left:0;
	clear: both;
}

.globalNav img{
	background-color: #00FFFF;
	margin-bottom: -4px;
 }
.globalNav a{
	width: 85px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
}
.globalNav a:hover{
	background-color: #CCCCCC;
	color: #FF0066;
}


#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	text-decoration: none;
	color: #FF0066;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 25px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	font-size:10pt;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 100%;
	background-color:#CCCCCC;
}

.subglobalNav a:hover{
	color: #FF0000;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	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 10px;
	font-size: 80%;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 5px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
.feature_right img{
	float: right;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 10pt;
	font-family:Tahoma;
	line-height: 1.3;
	text-align: justify;
}
.story h1{
	font: bold 140%;
	color: #666666;
}
.story h2{
	font: bold 110%;
	color: #000000;
}
.story h3{
	font: bold 100%;
	color: #000000;
}
.story li {
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	padding: 0px 0px 10px 0px;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story table {
	vertical-align:top;
	cellpadding:5px;
	cellspacing:5px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.nonperd{
font-family:Arial;
font-size:110%;
font-weight: bold;
color:#993300;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	text-align:center;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	text-align:center;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 5px 0px 2px 5px;
	border-bottom: 1px solid #cccccc;
	background-color: #77ABDA;
	font-size: 105%;
	font-family: Arial;
	color: #333333;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a.admin:link, #sectionLinks a.admin:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #FFFFCC;
	background-color:#33CC99;
}

#sectionLinks a.admin:hover{
	border-top: 1px solid #cccccc;
	background-color: #FF6666;
	font-weight: bold;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	font-weight: bold;
	text-decoration: none;
}


/************* 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 *****************/

#news_right{
	background:#77ABDA;
	font-size: 85%;
	float: right;
	text-align: center;
	width: 180px;
	clear: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	display: inline-block;
	padding: 5pt;
	top: 78px;
}

#news_right img{
	margin: 10px 10px 10px 10px;
}
#news_right p{
	text-align:center;
	font-family:Arial;
	font-size:120%;
	color: #000000;
	margin: 10px 10px 10px 10px;
}
#news_right h2{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	color: #FFFFFF;
	margin: 10px 10px 10px 10px;
}
#news_right a{
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#listing_right{
	background:#77ABDA;
	font-size: 100%;
	float: right;
	text-align: center;
	width: 180px;
	clear: left;
	font-family: Arial;
	vertical-align: top;
	display: inline-block;
	padding: 5pt;
	top: 78px;
}


/********************* end **********************/

/*** extras ***/
.hr {
	background-color:#C0C0C0;
	text-align:center;
	font-weight: bold;
	font-size: 10px;
	color: #00009C;
}
.hr a{
	background-color:#C0C0C0;
	text-align:center;
	font-weight: bold;
	color: #000099;
	margin: 3px 3px 3px 3px;
}
.hr a:hover{
	text-align:center;
	color: #FF0000;
}
.hr a:visited{
	text-align:center;
	color: #000066;
}
/************* table hearder styles **************/

.table_head {
	margin: 0px;
	padding: 20px 0px 10px 10px;
	border-bottom: 2px #cccccc solid;
	font-family: Tahoma;
	font-size: 110%;
	font-weight: bold;
	color: #59574a;
}

.table_head h2{
	font-size: 110%;
	padding: 10px 0px 2px 0px;
}
.table_head h3{
	font-size: 100%;
	padding: 10px 0px 2px 0px;
}

/******************* Footer *************************/
#footer {
	border-top: thin;
	border-top-color: #00FFFF;
	border-top-width: thick;
	text-align: center;
}
/*********  list styles *********************/
.ingredients {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
};
/** table menu style */
.table_menu {
	font-size:120%;
}

.table_menu h1{
	font-size:140%;
	background-color:#77ABDA;
}
.table_menu a{
	line-height:5;
}
.table_menu h3{
	color:#FF0000;
	font-size:160%;
	line-height:5;
}
.row1 {
	background-color:#FFFFCC;
}
.row2 {
	background-color:#FFFF99;
}

#newsPanel{
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}
#newsPanel a{
	font: 9px Verdana,sans-serif;
	color:#003366;
}
#newsPanel p{
	font: 9px Verdana,sans-serif;
	color:#0033CC;
}

#sponsor_listings a{
	font: 7px Verdana,sans-serif;
	color:#3333CC;

}
.time_date {
	text-align:right;
	font-size: 11px;
	padding-right: 10px;
	height: 18px;
	color:#3399FF;
	clear:left;
}

#message_1 {
	display: block;
	background:#00CCCC;
	border: #0000CC double solid;
	padding: 5px;
	color:#FFFFF;
	font-size:110%;
	margin-bottom:5px;
	background-color: #CCCCCC;
}

#message_1 a{
		font-size:110%;
		font-weight:bold;
		text-decoration:underline;
		color: #FFFFFF;
}
#message_1 h2 a{
		font-size:110%;
		font-weight:bold;
		text-decoration:underline;
		color: #FF0000;
}
.recipe {
	padding: 10px 0px 0px 10px;
	font-size: 10pt;
	font-family:Tahoma;
	line-height: 1.3;
	text-align: justify;
	clear:none;
}
.recipe h1{
	font: bold 140%;
	color: #666666;
	}
.recipe h2{
	font: bold 110%;
	color: #000000;
	margin-top: 20px;
}
.recipe image{
	hspace: 10;
	vspace: 10;
	}
.recipe_text {
	margin-left:50px;
	
	}


      #marqueeHorizontalcontainer { width: auto; height: 15px; position:relative; clear:both; }
      #marqueeHorizontal { background-color: blue; color: yellow; }
      #marqueeHorizontal a { color: yellow; font-weight: bold;}

