﻿@charset "utf-8";
/* CSS Document */


html
{
height: 100%;
}

body
{
height: 98%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#fun
{
padding-bottom: 2em;
}

#footer
{
position: relative;
margin-top: -2.5em;
} 

html {
	overflow-y: scroll;
}

body	{
	color: #999999;
	background-image: url(images/bg.png);
	background-attachment: fixed;
	background-position: top center;
}

.expandable{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 0px 0px 0px 0px;
margin: 0px 0px 4px 0px;
  text-transform: uppercase;
	font-size: 9px;  
	line-height: 100%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	color: #999999;
}

.categoryitems{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border: 0px 0px 0px 0px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: lightyellow;
}

/*LINKS*/

a, a:visited	{
    text-decoration: none;
}

a:hover	{
    text-decoration: none;
    color: #111111;
}

a:focus {
  outline: none;
} 

/* FONTS */

.largelink	{
  text-transform: uppercase;
	font-size: 11px;  
	line-height: 120%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	color: #d19b2a;
}

.bodycopy	{
	font-size: 15px;  
	line-height: 140%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0px;
	color: #999999;
}

.main_navigation	{
  text-transform: uppercase;
	font-size: 9px;  
	line-height: 182%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	color: #999999;
}

.main_navigation_on	{
  text-transform: uppercase;
	font-size: 9px;  
	line-height: 182%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	color: #111111;
}

.copper	{
  text-transform: uppercase;
	font-size: 9px;  
	line-height: 182%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	color: #d19b2a;
}

.sections	{
  text-transform: lowercase;
	font-size: 14px;  
	line-height: 220%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0px;
	color: #999999;
}

.sections_grey	{
  text-transform: lowercase;
	font-size: 14px;  
	line-height: 150%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	color: #999999;
}

.copyright	{
  text-transform: uppercase;
	font-size: 8px;  
	line-height: 170%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .5px;
	color: #999999;
}

h1,.h1	{
  text-transform: uppercase;
  font-size: 100%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	color: #999999;
}

.intro_text	{
	font-size: 15px;  
	line-height: 130%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0px;
	color: #d19b2a;
}

.status	{
  text-transform: uppercase;
	font-size: 10px;  
	line-height: 182%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	color: #999999;
}

.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu{ /*CSS class for menu headers in general (expanding or not!)*/
  text-transform: uppercase;
	font-size: 9px;  
	line-height: 100%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	color: #999999;
	margin-top: 4px;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
padding: 0px 0px 0px 0px; 
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 13px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
  text-transform: uppercase;
	font-size: 9px;  
	line-height: 182%;
  font-family: "adobe-garamond-pro", garamond, serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	color: #999999;
display: block;
padding: 0px 0px;
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
}

.arrowlistmenu ul li a:visited{
color: #999999;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #111111;
}
