/*barnXHTML.css*/
/*Jan 26, 2021: updated body.home*/
h1 {
	font-family: serif;
	font-size: xx-large;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #AD4A18;
}
	
 h2 {
	text-align : center;
	color :#AD4A18;
	font : bold italic x-large serif;
}

h2.ancestor {
	text-decoration: none;
	color: EFF8AD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	font-style: italic;
	float : none;
	text-align : left;
}	

 h3 {
	font: bold italic small "Times New Roman", Times, serif;
	text-align: center;
	color: Black;
}

table {
	border : none;
	width : auto;
}	

td.width275 {
	width: 275px;
}
td.width350 {
	width: 350px;
}

hr.homepage {
	color : #AD4A18;
	width : 40%;
}


body  {
	background : white;
	background-image : url(../images/lgreyBackground.jpg);
}	
	
body.home  { /*
	background-attachment : no-repeat center center fixed;
        background-size: cover;
        height: 100%;  
        overflow: hidden; */

      background-size : cover;  
        background-attachment : fixed;   
          
	background-image : url(../images/Barn.jpg);
}
		
div.newsletterSection {
	Font-size: small;
	color : #EFF8AD;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

div.ancestorSection {
	Font-size: small;
	color : #EFF8AD;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

div.homeDescendants {
	Font-size: small;
	color: #EFF8AD;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left : 5px;
}

.smFontBold {
	font-weight: bold;
	font-size: small;
}

.medFontBold {
	font-weight: bold;
	font-size: medium;
	font-style: italic;
}

.indent {
	margin-left: 10px;
	padding-left: 1em;
	text-indent:  1em;		 
}

.listStyleNone {
	list-style: none;
   text-indent:  2em;
}

a  {
	text-decoration : none;
}
	
a.underline {
	text-decoration : underline;
}
	
a:hover {
	color: #AD4A18;
	text-decoration : underline;
}
a:link {
	color: #EFF8AD;
}
a:active {
	color: #EFF8AD;
}
A:visited {
	color: #EFF8AD;
}
	
.intro {
position:absolute;
left:0;
top:0;
layer-background-color:#556B2F;
background-color:#556B2F;
border:15.1px ridge #EFF8AD;
z-index:9;

}		
	

/*	
A:hover {color: #CC0033}
A:link {color: #000033}
A:active {color: #000033}
A:visited {color: #00A5C6}



A:hover {color: #CC0033}
A:link {color: #000033}
A:active {color: #000033}
A:visited {color: #999999}

A  {
	text-decoration : none;
	Active : #000066;
	visited : #999999;
}

A:hover {color: #cc0033}
A:link {color: #cc0033}
A:active {color: #000066}
A:visited {color: #cc0033}

A:hover {color: #660000}
A:link {color: #cc0033}
A:active {color: #000066}
A:visited {color: #999999}

a.leftnavrollover:link { color:#ffffff; }
a.leftnavrollover:hover { color:#ffcc33; }


*/
