/* barry-etris.com */
BODY {
	color:#660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
a	{ color: #663300; text-decoration: underline;  }
a:link		{ color: #663300; text-decoration: underline;  }
a:visited	{ color: #663300; text-decoration: underline ; }
a:active	{ color: #663300; text-decoration: underline; }
a:hover		{ color: #663300; text-decoration: underline;  font-weight : bold;  }

H1 { FONT-WEIGHT: bold; FONT-SIZE: 24px; COLOR: #990000; FONT-FAMILY: serif;  padding : 0px;  margin-bottom : 6px;  font-style : italic;  text-align : center;    }
H2 { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #663300; FONT-FAMILY: Arial, Helvetica, sans-serif;   padding : 0px;  }
H3 { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000099; FONT-FAMILY: Arial, Helvetica, sans-serif;   padding : 0px;  }
H4 { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif;   padding : 0px;  }

hr {
	color: #900000;
background-color: #900000;
height: 1px; width: 80%;
	border : 1px;
	}

UL { list-style : url(../images/bullet.gif);  color:#660000; }

TABLE { color : black; font-family: Arial, Helvetica, sans-serif; font-size : 12px;}
p, TD { color : black; font-family: Arial, Helvetica, sans-serif; font-size : 12px;}

.box, p.box {
	border: 1px solid #990000;
	margin : 10px;
	padding : 10px;
	background-color : White;
}


.button{
	  border : 1px solid #663300;
	background-color : #663300;
  font-size: 12px;
  color: #FFFFFF;
	padding : 1px;
	font-weight : bold;
}

.date {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px; padding: 3px;
  color : white;  background-color : transparent;  text-align : center;
}
.caption {
color: blue;
}

.angel, td.angel {
	background-image : url(../images/angel.gif);
	background-position : bottom right;
	background-repeat : no-repeat;
}

.background-center {
	background-image : url(../images/bkg-center.gif);
	background-repeat : repeat-y;
	background-position : top center;
}
.border-left {
	background-image : url(../images/border-left.jpg);
	background-position : top left;
	background-repeat : repeat-y;
}

.border-right {
	background-image : url(../images/border-right.jpg);
	background-position : top right;
	background-repeat : repeat-y;
}

.border-top {
	background-image : url(../images/border-top.jpg);
	background-position : top left;
	background-repeat : no-repeat;
}

.border-bottom {
	background-image : url(../images/border-bottom.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
}

.footer, .footer a,.footer a:hover,.footer a:link,.footer a:visited  {
	COLOR: white; FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 10px; 
}

.searchbox {
  color: #009966;
}

.searchbox text {
  background-color: #000080;
}


#etoNotice, #etoNotice a { 
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px; color: #333333;
  margin-top : 10px;
  text-align : center;
}
#etoNotice a:link		{ color: #333333; text-decoration: underline }
#etoNotice a:visited	{ color: #333333; text-decoration: underline }
#etoNotice a:hover		{ color: #333333; text-decoration: underline }
#etoNotice a:active	{ color: #333333; text-decoration: underline }

.pagetrail, .pagetrail a,.pagetrail a:hover,.pagetrail a:link,.pagetrail a:visited {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-top : 3px;
  padding-bottom : 3px;
  padding-right : 25px;
  text-transform: lowercase;
  color : White;
  text-align : right;
}

/* menu nav bar  */

.navigation { 
  padding: 0px; 
  margin: 0px;
  width: 167px;
  border: none;
  background: transparent; list-style : none; list-style-image : none; 
}


 /* lm.css -- Stylesheet settings for ListMenu Snippet
// STYLES used
//
// #LM_level_N      menu level where N is the number of the depth
//                  starting at 0
// #LM_youAreHere   menu item of current location
// .LM_expanded     expanded menu item with children
// .LM_collapsed    menu item with childen, but not expanded
// .LM_endPage      menu item with children
// .LM_description  menu item description
// 
*/

/* ListMenu Styles */

#listMenuWrapper {
position:relative;margin:0;padding:0;
font-size: 12px; font-weight : bold;
 list-style : none; list-style-image : none; 
}

#listMenuWrapper ul {
position:relative;margin:0;padding:0;  list-style : none; list-style-image : none; 
}

#listMenuWrapper ul li {
position:relative;margin:0;padding:4px;   /* padding between items */
border-color: #f0e7d7 #aaab9c #cccccc #ffffff; list-style : none; list-style-image : none; 
}

#listMenuWrapper a, #listMenuWrapper #LM_youAreHere {
display: block;
position:relative;margin:0;
border-width: 1px;
border-color: #f0e7d7 #aaab9c #ccc #fff;
border-style: solid;
text-decoration: none;
padding: 2px 4px; list-style : none; list-style-image : none; 
}

#listMenuWrapper .snippetName a {
position:relative;margin:0;padding:0;
display:inline; list-style : none; list-style-image : none; 
}

.LM_collapsed a {}
.LM_collapsed a:hover {
 font-weight : bold;
background: #663300;
border-color: #f0e7d7 #fff #fff #ccc;
color : White; list-style : none; list-style-image : none; 
	 }

.LM_expanded a {}
.LM_expanded a:hover { 
 font-weight : bold;
background: #663300;
border-color: #f0e7d7 #fff #fff #ccc;
color : White; list-style : none; list-style-image : none; 
	}
.LM_expanded #LM_youAreHere {
 font-weight : bold;
background: #663300;
border-color: #f0e7d7 #fff #fff #ccc;
 color : White; list-style : none; list-style-image : none; 
}

.LM_endPage a {color:#663300; }
.LM_endPage a:hover  {
 font-weight : bold;
background: #663300;
border-color: #f0e7d7 #fff #fff #ccc;
color : White; list-style : none; list-style-image : none; 
}
.LM_endPage #LM_youAreHere {
font-weight : bold;
background: #663300;
border-color: #f0e7d7 #fff #fff #ccc;
color : White; list-style : none; list-style-image : none; 
}

#LM_level_1 li a, #LM_level_1 li #LM_youAreHere {padding-left:8px;  list-style : none; list-style-image : none; }
#LM_level_2 li a, #LM_level_2 li #LM_youAreHere {padding-left:16px; list-style : none; list-style-image : none; }
#LM_level_3 li a, #LM_level_3 li #LM_youAreHere {padding-left:24px;  list-style : none; list-style-image : none; }
#LM_level_4 li a, #LM_level_4 li #LM_youAreHere {padding-left:32px; list-style : none; list-style-image : none;  }

