/*@charset "utf-8";*/

body {
text-align: center;
margin-bottom: auto;
margin-left:auto;
margin-top:auto;
margin-right:auto;
font-family:Arial, Verdana, Helvetica;
font-size: 11px;
background-color: #ffffff;
line-height: 18px;
}
.kidspage a, a:visited {
color: #c03a8a;
font-weight:bold;
text-decoration:none;
}
.kidspage a:hover {
color: #912465;
font-weight:bold;
text-decoration:underline;
}
body a, a:visited, a:hover {
color: #eb4a22;
font-weight:bold;
text-decoration:none;
}

body a:hover{
color: #eb4a22;
font-weight:bold;
text-decoration:underline;
}
.smalltext {
font-family:Arial, Verdana, Helvetica;
font-size: 10px;
line-height: 18px;
}
.pageheading1  {
font-family:Arial, Verdana, Helvetica;
font-size: 30px;
line-height: 30px;
color: #55520e;
letter-spacing: 1px;
}
.pageheading2  {
font-family:Arial, Verdana, Helvetica;
font-size: 26px;
line-height: 26px;
color: #615d1a;
letter-spacing: 1px;
}
.homeheading2  {
font-family:Arial, Verdana, Helvetica;
font-size: 49px;
line-height: 49px;
color: #55520e;
letter-spacing: 1px;
}
.homeheading1  {
font-family:Arial, Verdana, Helvetica;
font-size: 43px;
line-height: 43px;
color: #615d1a;
letter-spacing: 1px;
}
.kids_background_bottom {
 background-image: url(images/kids/splash_bottom_kids.jpg);
 background-position: bottom;
 background-repeat: no-repeat;
}
.kidsheading1  {
font-family:Arial, Verdana, Helvetica;
font-size: 40px;
line-height: 40px;
color: #ba007a;
letter-spacing: 1px;
}
.kidsheading2  {
font-family:Arial, Verdana, Helvetica;
font-size: 40px;
line-height: 40px;
color: #004d8e;
letter-spacing: 1px;
}
.kidsheading3  {
font-family:Arial, Verdana, Helvetica;
font-size: 29px;
line-height: 29px;
color: #004d8e;
letter-spacing: 1px;
}

.bodytextbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.bodytextred
{
	font-family: Arial, Helvetica, sans-serif;
	color: #e72601;
	font-size: 16px;
	line-height: 18px;
}
.bodytextpink
{
	font-family: Arial, Helvetica, sans-serif;
	color: #c03a8a;
	font-size: 16px;
	line-height: 18px;
}
.bodytextgreen
{
	font-family: Arial, Helvetica, sans-serif;
	color: #55520e;
	font-size: 11px;
	line-height: 18px;
}
.greenheading
{
	font-family: Arial, Helvetica, sans-serif;
	color: #55510d;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	
}
.greenheading_small
{
	font-family: Arial, Helvetica, sans-serif;
	color: #55510d;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	
}
.bodytextblue
{
	font-family: Arial, Helvetica, sans-serif;
	color: #004d8e;
	line-height: 18px;
}
.errortext
{
	font-family: Arial, Helvetica, sans-serif;
	color: #e72601;
	font-size: 11px;
	line-height: 18px;
}
.AgFieldTripLink
{
	font-family: Arial, Helvetica, sans-serif;
	color: #c03a8a;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	
}
.home_splash {
	background-image: url(images/home/eat_local_dairy_splash1.jpg);
		background-repeat: no-repeat;
}
.get_started_splashtop {
	background-image: url(images/get_started/get-started_header.jpg);
		background-repeat: no-repeat;
		background-color: #f8f7f6;
}
.get_started_splashleft {
	background-image: url(images/get_started/get-started_splashleft.jpg);
		background-repeat: no-repeat;
		background-color: #f8f7f6;
}
.get_started_splashright {
	background-image: url(images/get_started/get_started_splashright.jpg);
		background-repeat: no-repeat;
		background-color: #ebe5e5;
}
.eat_locally_splash {
	background-image: url(images/eating_locally/eat_local_splash.jpg);
	background-repeat: no-repeat;
}
.eat_locally_splash2 {
	background-image: url(images/eating_locally/eat_local_splash-2.jpg);
	background-repeat: no-repeat;
}
.kids_splash {
	background-image: url(images/kids/splash_kids.jpg);
	background-repeat: no-repeat;
}
.kids_left_sidebar_image {
	background-image: url(images/kids/kids_photo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.recipes_splashtop {
	background-image: url(images/recipes/splash_top.jpg);
		background-repeat: no-repeat;
		background-color: #f8f7f6;
}

/* scroller styles */
.root     {
    position:relative;
    height:      200px;
    width:      200px;
    margin:       0px 0px 8px 7px;    
    }
.root p   {
    margin:      10px 10px 5px 10px;
    }
.thumb     {
    position:      absolute;
    height:      9px;
    width:      26px;
    left:       10px;
    }
.up, .dn   {
    position:      absolute;
    left:       10px;
    }
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
    border:      0;
    }
.scrollContainer { 
    position:      absolute; 
    left:      2px; 
    top:      19px; 
    width:      350px; 
    height:      200px; 
    clip:      rect(0 467 200 0); 
    overflow:      auto; 
    background:    #fff4c3;
    }
.scrollContent { 
    position:      absolute; 
    left:      0px; 
    top:      0px; 
    width:      100px; 
    }
    
    
.ShowForPrint
	{
		display:none
	}

@media print 
{
	body
	{
		BACKGROUND-COLOR: #FFFFFF;
		font: 12pt Verdana, Arial, Helvetica, sans-serif;
		FONT-WEIGHT: normal;
	    background-image: url(images/nav/clear_spacer.gif);
	}
	.ShowForPrint
	{
		display:block;		
	}
	.TopAlignPrintElement
	{
		vertical-align:top
	}
	.HideForPrint
	{
		display:none
	}
	.contentareabackgrnd {
	}
	.goldgradient {
	}
	.logobackgroundnav {
	}
}
