/* link definitions */
:link { font-weight: bold; text-decoration: none; color: #6C8F3E; }
a:visited { font-weight: bold; text-decoration: none; color: #92222D; }
a:hover { text-decoration: underline; }

#main-menu a:link, #main-menu a:visited { font-weight: normal; text-decoration: none }
#main-menu a:hover { font-weight: bold; text-decoration: none }

/* no list-markers by default, since lists are used more often for semantics 
ul,ol { list-style:none }*/

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
/*ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }*/

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/********************* CRITTER BARN STYLES ************************/
*
{
  margin: 0px;
  padding: 0px;
}
   
html, body
{
  font-family: Arial, Sans-Serif;
  font-size: 1.025em;
  text-align: center;
}

#header-wrapper
{ 
  width: 100%;
  background: url(/atf/cf/%7BDF6B7F2C-FC34-4085-B13F-8727920E40A2%7D/header3.png) repeat-x;
}

#header
{
  width: 975px;
  height: 183px;
  position: relative;
  margin: 0 auto;
}

.logo
{ 
  float: left;               
  padding-top: 23px;
  padding-left: 30px;
}

.page-title
{
  float: left;
  padding-top: 45px;
  padding-left: 40px;
}

.header-menu
{
  float: right;
  margin-top: 30px;
  margin-right: 10px;
  text-align: right;
}

.photo-section
{
  position: absolute;
  right: 6px;
  margin-right: 8px;
  overflow: visible;
}

#main-wrapper
{
  width: 975px;
  margin: 10px auto;
  position: relative;
}

#main-menu
{
  width:225px;
  padding-left: 15px;
  padding-right: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  float: left;
  text-align: left;
  overflow: visible;
  background: url(/atf/cf/%7BDF6B7F2C-FC34-4085-B13F-8727920E40A2%7D/MENU5.PNG) no-repeat;
}

#menu-extender
{
  display: none;
  height: 100%;
  background: url(/atf/cf/%7BDF6B7F2C-FC34-4085-B13F-8727920E40A2%7D/MENU-REPEAT.PNG) repeat-y;
  float: left;
}

#main-content
{ 
  width: 675px;
  float: left;
  
  margin-left: 0px;
  margin-bottom: 10px;
  padding-right: 16px;
  text-align: left;
  background: url(/atf/cf/%7BDF6B7F2C-FC34-4085-B13F-8727920E40A2%7D/CONTENT5.PNG) no-repeat;
}

#main-content ul li
{
  list-style-type: disc;
  margin-left: 25px;
}

#main-content img
{
  padding: 10px;
}

#footer
{
  clear: both;
  padding-top: 5px;
  background: url(/atf/cf/%7BDF6B7F2C-FC34-4085-B13F-8727920E40A2%7D/FOOTER6.PNG) #8FBE51 repeat-x;
  width: 100%;
  margin-left: auto; margin-right: auto;
  text-align: center;
  color: #DEFFAF;
  padding-bottom: 5px;
}

#footer li
{
  padding-left: 5px;
}

#footer a
{
  color: #DEFFAF;
}

#footer ul
{
  margin-top: .85em;
}

#footer ul.menu li
{
  display: inline;
  border-left: 1px solid #DEFFAF;
  padding-left: 5px;
  padding-right: 1px;
  list-style-type: none;
}

#footer ul.info
{
  margin-bottom: 10px;
}

#footer ul.info li
{
  display: inline;
  padding-left: 15px;
  list-style-type: disc;
}

#footer ul li.first
{
  border-left: none;
  padding-left: none;
  background: none;
}

/***************************************** Menu Styles **************************************/
.main-mnu div.AspNet-Menu-Vertical ul.AspNet-Menu
{
	float: left;
	z-index: 1;
}

.main-mnu div.AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-WithChildren
{
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 1;
}

.main-mnu div.AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-WithChildren a
{
	z-index: 1;
}

.main-mnu div.AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-WithChildren ul
{
	background: #FFFFFF;
	position: absolute;
	top: 38px;
	left: 44px;
	width: 235px;
	padding-bottom: 2px;
	z-index: 2;
}

.main-mnu div.AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li.AspNet-Menu-Leaf
{
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	z-index: 3;	
}

.main-mnu div.AspNet-Menu-Vertical ul.AspNet-Menu li.AspNet-Menu-WithChildren ul li.AspNet-Menu-Leaf
{
	color: #000000;
	background-color: #E6BD96;
	text-align: right;
	text-transform: lowercase;
	padding-right: 0;
	z-index: 4;
}

.main-mnu li a
{
  color: black;
  padding-right: .5em;
}

.main-mnu a:hover
{
  background-color: #8FBE51;
}

.main-mnu a.No-Background:hover
{
  background-color: transparent;
}

/***************************************** Content Styles ***********************************/
hr
{
  background: url(/atf/cf/%7Bdf6b7f2c-fc34-4085-b13f-8727920e40a2%7D/HR.PNG);
}

h1
{
	font-size: 20pt;
}
h2
{
	font-size: 16pt;
}
h3
{
	font-size: 14pt;
}
h4
{
	font-size: 12pt;
}
h5
{
	font-size: 10pt;
}
h6
{
	font-size: 8pt;
}

p, h1+p, h2+p, h3+p, h4+p, h5+p, h6+p, p + p, ul + p
{
  margin-top: 1.25em;
}

ol, ul
{
	margin-top: 1.25em;
}

.blob-link
{
  position: absolute;
}

/*ul li
{
	list-style-type: disc;
	list-style-position: outside;
}

li ul li
{
	list-style-type: square;
}

ol li
{
	list-style-type: upper-roman;
	list-style-position: outside;
}

ol li ol li
{
	list-style-type: lower-roman;
}*/

hr
{
  margin-top: .5em;
  margin-bottom: .5em;
}

/*************** Additional Menu Stuff **********************/
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */ 
/* See WhitePaper.aspx for details. */

ul.AspNet-Menu 
{
    position: relative;
}


ul.AspNet-Menu, 
ul.AspNet-Menu ul
{
    margin: 0;
    padding: 0;
    display: block;

}

ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
    float: left;
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    display: block;
    text-decoration: none;
}

ul.AspNet-Menu ul
{
    position: absolute;
    visibility: hidden;    
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
    visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    visibility: visible;
}

.AspNet-Menu-Vertical ul.AspNet-Menu li
{
    width: 100%;
}