/* Website font, image, links styles*/

@font-face {
    font-family: Freshman;
    src: url(Freshman.ttf);
}


/* ul styles
......................................................................
*/

ul{
list-style-image: url(images/li_bg.jpg);
line-height:20px;
}

h5 {
margin: 0px 0px 10px 0px;

}

/* ul styles
......................................................................
*/


#box-shadow-1  {
-moz-box-shadow:10px 10px 5px #888888;
background-color:#EEEEEE;
margin:30px 0;
padding:5px 5px 5px 15px;
width:90%;
}

/* text styles
.......................................................................
*/

.Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #777777;
}

.Content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #084596;
	
}

.Content3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #af1212;
	
}

.Content4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #2ca466;

	
}

.EmailList {
margin-bottom:2px;
	color: #084596;
	
}


.PageTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height:20px;
	color: #084596;
}

.PageTitle2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:20px;
	color: #333333;
}

.BigContent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #084596;
	
}

.BigContent3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #af1212;
	
}

.BigContent4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:20px;
	color: #2ca466;
	
}

.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 styles
.............................................................
*/

.servicesMenu {
	font-size: 16px;
	line-height:28px;
	
	color: #191919;
	
}

.mainMenu {
	font-size: 18px;
	line-height:28px;
	color: #decaa5;
	
}

/*links 
.................................................................
*/

a:link {
	color: #af1212;
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	color: #af1212;
}
a:hover {
	text-decoration: underline;
	color: #2ca466;
}
a:active {
	text-decoration: underline;
	color: #af1212;
}


/* Menulinks */
 .servicesMenu a:link  {
	color: #191919;
	text-decoration: none;
	}
.servicesMenu a:visited {
	text-decoration: none;
	color: #191919;
}
 .servicesMenu a:hover {
	text-decoration: none;
	color: #ca0b05;
}
 .servicesMenu a:active {
	text-decoration: none;
	color: #191919;
}

/* Top Menulinks */
 .mainMenu a:link  {
	color: #decaa5;
	text-decoration: none;
	}
.mainMenu a:visited {
	text-decoration: none;
	color: #decaa5;
}
 .mainMenu a:hover {
	text-decoration: none;
	color: #ffffff;
}
 .mainMenu a:active {
	text-decoration: none;
	color: #decaa5;
}

.NewsTitle{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
line-height:20px;
color:#f02f2f;
}



/* image, date, misc styles
..........................................................................
 */


.Date {
font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	
}

.DottedBorders {
border:dotted 1px #CCCCCC;
}


.NoImageBorder {border:none;
}



.NoDottedBorders td{border: none;

}

.alt { background-color:#efefef; }


.noImageBorders {
border:none;

}	

.ImageBorders{

  background-color: #fff;
  border: 1px solid #cccccc;
  
  padding: 6px;
  }



/* Begin Custom Form styles
.......................................................................
 */

input
{
color: #555555;
background-image: url(images/form_bg.jpg);
font-size:16px;
height:23px;
border: 1px dotted #bdbcb3;
margin-bottom:5px;
}

select{
color: #555555;
background-image: url(images/form_bg.jpg);
font-size:18px;
height:25px;
border: 1px dotted #bdbcb3;
margin-bottom:5px;
}

textarea
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color: #555555;
background-image: url(images/form_bg.jpg);
background-repeat: repeat-x;
background-color:f2f1e6;
border: 1px dotted #bdbcb3;

}

.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;


}


