/* OLD DALTON FARM CSS */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background:url(../images/fondo.jpg) top center no-repeat #838C9D;
 font-family:Trebuchet MS, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:606px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 width:606px;
  height:234px; 
 background: url(../images/img_02.jpg) center top no-repeat; 
} 


#navigation{
 position:relative; 
 height:54px;
 padding: 180px 20px 0px 31px; 

}

#pagetitle_aboutus{
 position:relative; 
 background: url(../images/about_us.jpg) center top no-repeat; 
 width:606px; 
 height:57px; 
}

#pagetitle_facilities{
 position:relative; 
 background: url(../images/facilities.jpg) center top no-repeat; 
 width:606px; 
 height:57px; 
}

#pagetitle_summercamp{
 position:relative; 
 background: url(../images/summercamp.jpg) center top no-repeat; 
 width:606px; 
 height:57px; 
}


#pagetitle_services{
 position:relative; 
 background: url(../images/services.jpg) center top no-repeat; 
 width:606px; 
 height:57px; 
}

#pagetitle_contactus{
 position:relative; 
 background: url(../images/contactus.jpg) center top no-repeat; 
 width:606px; 
 height:57px; 
}
 
#maincol{  
 float: left; 
 display:inline; 
 position: relative; 
 width:606px;
  background:url(../images/img_06.jpg) top center repeat-y;  
 }

#center_content{
 float: left; 
 width:410px;
padding: 10px 20px 0px 100px;

text-align:justify; 
font-family: Trebuchet MS, Helvetica, sans-serif ; 
color:#3E1111;  
font-size:12px; 
font-weight:normal; 
line-height:14px; 

 }
 
   .subtitle{
 padding:25px 30px 0px 20px;
 text-align:justify;
 font-family: Trebuchet MS, Helvetica, sans-serif ; 
 color:#3E1111;  
 font-size:16px; 
 font-weight:bold; 
 line-height:20px;
 text-transform: uppercase;
 }
  .subtext{
 padding:25px 30px 0px 20px;
 text-align:justify;
 font-family: Trebuchet MS, Helvetica, sans-serif ; 
 color:#3E1111;  
 font-size:13px; 
 font-weight:bold; 
 line-height:17px; 
 } 

/*
#center_content img{
border: dotted #000033 1px;
padding: 5px 5px 5px 5px;
background: #FFFFFF;
 }*/


.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #EFE1CF;
  border: 1px solid #D19E68;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

 
#footer{
 height:105px;
 background:url(../images/img_07.jpg);
 clear:both;
 
 } 
 
 
 #footer_content{
padding: 0px 40px 0px 40px;
text-align:center;
 } 
 
#footer_content, #footer_content p{
font-family: Arial, Helvetica, sans-serif; 
color:#FFFFFF; 
font-size:11px; 
 } 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


table.stats
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 350px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td
{background-color: #F3E3D1;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.stats td.hed
{background-color: #3E1111;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}

a { text-decoration: none; color: #B3783D}
a:hover { text-decoration: none; color: #582E00}
a:visited { color: #B3783D}

