/* Website font, image, links styles*/

ul{
list-style-image: url(images/li_bg.png);
line-height:20px;
}




.Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #e9c9fd;
}

.Content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #792fa6;
	
}

.Content3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #111111;
	
}

.Content4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #2c0243;

	
}

.Content5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #722294;
	
}

.PageTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height:20px;
	text-transform:uppercase;
	color: #722294;
}

.BigContent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #dfad14;
	
}

.BigContent3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #2c0243;
	
}

.BigContent4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #444444;
	
}

.BigContent5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #722294;
	
}

.RecipeText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #777777;
}

.RecipeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 20px;
	line-height:20px;
	text-transform:uppercase;
	color: #222222;
	
}

.RecipeServe{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	line-height:20px;
	text-transform:uppercase;
	color: #dfad14;
	
}

.RecipeContent{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	line-height:20px;
	color: #222222;
	
}

.Menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #999999;
	
}

/* Menulinks */
 .Menu a:link  {
	color: #999999;
	text-decoration: none;
	}
.Menu a:visited {
	text-decoration: none;
	color: #999999;
}
 .Menu a:hover {
	text-decoration: none;
	color: #ffffff;
}
 .Menu a:active {
	text-decoration: none;
	color: #999999;
}

.NewsTitle{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
line-height:20px;
color:#f02f2f;
}



.Date {
font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d17315;
	
}

.DottedBorders {
border:dotted 1px #CCCCCC;
}



/*Begin website object styles*/





.NoImageBorder {border:none;
}



.NoDottedBorders td{border: none;

}

.alt { background-color:#efefef; }


.noImageBorders {
border:none;

}	

.ImageBorders{

  background-color: #fff;
  border: 1px solid #cccccc;
  
  padding: 6px;
  }





a:link {
	color: #722294;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #722294;
}
a:hover {
	text-decoration: none;
	color: #dfad14;
}
a:active {
	text-decoration: none;
	color: #722294;
}



/* Begin Custom Form css */



input
{
color: #777777;
background: #dcd9d9;
font-size:18px;
height:25px;
border: 1px dotted #cccccc;
}

textarea
{
color: #777777;
background: #eeecec;
font-size:18px;
border: 1px dotted #cccccc;

}

.button {
color: #ffffff;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background: #869e62;
border:none;
width:85px;
height:40px;

}

.button:hover {
color: #ffffff;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background: #f02f2f;
border:none;
width:85px;
height:40px;


}



/* services links */
 .RecipeText a:link  {
	color: #777777;
	text-decoration: none;
	}
.RecipeText a:visited {
	text-decoration: none;
	color: #777777;
}
 .RecipeText a:hover {
	text-decoration: none;
	color: #dfad14;
}
 .RecipeText a:active {
	text-decoration: none;
	color: #777777;
}


/* End custom form css */

/* recipes shadowbox structure layout styles */

#recipeSbHeader{

width:700px;
height:60px;
background-image: url(images/index_card_header_bg.jpg);
background-repeat: repeat-x;
}

#recipeSbBody{

width:700px;
background-image: url(images/index_card_body_bg.jpg);
background-repeat: repeat;
}
