 /**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 25 April 2009 @ 01:30 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   color: #000;
   overflow-x: hidden;
}
body { background: #DDD9C3 url('../images/bg_body.gif') left top repeat-x; }
   a {
		color: #660000;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #330000; }
   	a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
   	line-height: 1.25em;
   	font-weight: normal;
   	color: #660000;
   	font-family: "New York", Georgia, Garamond, "Times New Roman", Times, serif;
   }
   #home h1, #home h2, #home h3, #home h4, #home h5, #home h6,
   #home .content h1, #home .content h2, #home .content h3, #home .content h4, #home .content h5, #home .content h6 { color: #FFF; }
   	h1, .content h1 { font-size: 2.2em; }
   	h2, .content h2 { font-size: 1.8em; }
   	h3, .content h3 { font-size: 1.5em; }
   	h4, .content h4 { font-size: 1.4em; }
   	h5, .content h5 { font-size: 1.2em; }
   	h6, .content h6 { font-size: 1.0em; }

div.hr {
	height: 1px;
	margin: 1.6em 0 1.6em 0;
	background: #8A8278 no-repeat scroll center;
}
	div.hr hr { display: none; }

#wrapper {
	position: relative;
	width: 985px;
	margin: 0 auto;
}

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header { 
   height: 200px;
   background: transparent url('../images/bg_header.gif') left bottom no-repeat;
}
#siteBy {
	display: none;
}
#header #masthead a, 
#header #masthead a:visited
{
	position: absolute;
	display: block;
	background: url("../images/logo.gif") 0 0 no-repeat;
	text-indent: -10000px;
	width: 661px;
	height: 75px;
	margin-top: 40px;
	text-decoration: none;
	overflow: hidden;
	z-index: 1;
	top: 23px;
	left: 0;
}
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   min-height: 500px;
   padding: 0 8px 0 9px;
   background: transparent url('../images/bg_contentWrapper.gif') left top repeat-y;
    margin-top: -15px;
}
#hdrImage {
   position: relative;
   z-index: 1;
}
   #default #contentWrapper #hdrImage { padding-bottom: 20px;}
/** @group contentSlot */
#contentSlot {
   width: 720px;
   float: right;
}
/** @group layout */
#home #layout {
   position: absolute;
   top: 185px;
   right: 8px;
}
   #home #layout #overlay {
      background: transparent url('../images/bg_layout-home.png') left top no-repeat;
      width: 375px;
      height: 519px;
      z-index: 20;
   }
   #home #layout .spacer {
      color: #DDD9C3;
      padding: 50px 35px 35px;
      position: absolute;
      top: 0;
      right: 0;
      width: 305px;
      height: 434px;
      overflow-x: hidden;
      overflow-y: auto;
   }
   #home #layout .spacer a {
	color: #DDD9C3;
   }
#default #layout { padding: 10px 180px 20px 12px; }
/* @end layout **/

/* @end contentSlot **/
/** @group sideBar */
#default #sideBar {
   width: 248px;
   float: left;
}
   #default #sideBar #sectionNav, 
   #default #sideBar #marginSlot { padding: 80px 30px 20px; }
      #default #sideBar #marginSlot { padding-top: 10px; }
/** @group topNavigation */
#topNavigation {
   position: absolute;
   top: 135px;
   left: 0;
   z-index: 3;
   width: 985px;
}
#home #marginSlot {
   position: relative;
   z-index: 1;
   color: #FFF;
   width: 938px;
   height: 33px;
   padding: 5px 15px 0;
   margin-top: -38px;
   background: transparent url('../images/bg_marginSlot-home.png') left top no-repeat;
   /*
     filter:alpha(opacity=65);
     -moz-opacity:.65;
     opacity:.65;*/

}
/*
#topNavigation iframe { overflow: hidden; }
   #topNavigation ul.sf-menu {
      list-style: none;
      padding: 0;
      background-color: transparent;
   }
      #topNavigation ul.sf-menu li {
         display: inline;
         background-color: transparent;
         border: 0;
         position: relative;
      }
         #topNavigation ul.sf-menu li a {
            display: block;
            float: left;
            padding: 4px 23px;
            font-size: 1.4em;
            font-weight: normal;
            color: #000;
            text-decoration: none;
            text-transform: uppercase;
            cursor: pointer;
            cursor: hand;
            border: 0;
         }
            #topNavigation ul.sf-menu li a .replace { font-family: "New York", Georgia, Garamond, "Times New Roman", Times, serif; }
            #topNavigation ul.sf-menu li a:hover { color: #660000; }
            #topNavigation ul.sf-menu li ul { width: 500px; }
            #topNavigation ul.sf-menu li ul li a,
            .sIFR-active #topNavigation ul.sf-menu li ul li a { 
               font-size: 1.2em;
               text-transform: none;
               cursor: pointer;
               cursor: hand;
               padding: 0 14px 4px;
            }
            #topNavigation ul.sf-menu li ul li a:hover { font-weight: bold; }
               #topNavigation ul.sf-menu li ul li ul {
                  width: 200px;
                  background-color: #FFF;
                  top: 13px;
                  border: 1px solid #000;
                  overflow: hidden;
               }
                  #topNavigation ul.sf-menu li ul li ul li { padding-bottom: 0.5em; }
                  #topNavigation ul.sf-menu li ul li ul li a {
                     padding: 8px 10px;
                     display: block;
                     width: 170px;
                     line-height: 1.2em;
                  }
                     #topNavigation ul.sf-menu li ul li ul li a:hover { background-color: transparent; }
/* @end topNavigation **/
/** @group sectionNav */
#sectionNav ul {
   list-style: none;
}
   #sectionNav ul li { margin-bottom: 1.5em; }
      #sectionNav ul li a,
      #sectionNav ul li li.selected li a {
         display: block;
         text-decoration: none;
         font-weight: normal;
         color: #000;
         font-size: 1.2em;

      }
         #sectionNav ul li li.selected ul { padding: 8px 0 0 15px; list-style: disc; }
         #sectionNav ul li a:hover,
         #sectionNav ul li li.selected li a:hover { text-decoration: underline; }
         #sectionNav ul li li.selected a,
         #sectionNav ul li li.selected li.selected a { 
            color: #660000;
            font-weight: bold;
         }
/* @end sectionNav **/
/* @end sideBar **/
/* @end contentWrapper **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
   font-size: 1.1em;
   background: transparent url('../images/bg_footer.gif') left -16px no-repeat;
   padding: 8px;
   min-height: 30px;
   padding-top: 10px;
}
/*   #home #footer { margin-top: -16px; }*/
   #footer, #footer a { color: #5C594D; }

#copyright { float: left; display: none; }

#footerNav { 
   float: right;
   margin-right: -16px;
}
#footer ul { list-style: none; }
   #footer ul li { display: inline; }
      #footer ul li a {
         display: block;
         float: left;
         padding: 0 14px;
         text-transform: uppercase;
         letter-spacing: 0.1em;
      }
#footer a { text-decoration: none; }
   #footer a:hover{ text-decoration: underline; }

/** @group translate */
#translate { 
   /*position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      font-size: 1.1em;
      width: 985px;
      text-align: right;*/
   padding-bottom: 4px;
}
   #translateLabel {
      display: block;
      float: left;
      padding: 2px 5px 3px 0;
      /*font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
            text-transform: uppercase;*/
      color: #4C493F;
      /*font-size: 0.8em;*/
   }
      #translateLabel strong { font-weight: normal; }
   #translate ul { 
      float: left; 
      margin-left: -3px; 
   }
      #translate ul li { 
         display: inline;
      }
         #footer #translate ul li a {
            display: block;
            /*float: left;*/
            padding: 2px 10px 3px;
            color: #5C594D;
            text-decoration: none;
            text-transform: none;
            background: transparent url("../images/bg_translate-divide.gif") right center no-repeat;
         }
            #footer #translate ul li.last a { background-image: none; }
            #footer #translate ul li a:hover { 
               color: #333;
               text-decoration: underline;
            }
/* @end translate **/
/* @end footer **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent input.input, #formContent textarea.textarea { border-color: #83833C; }
#formContent input.submit {
   background-color: #796043;
   border: 1px solid #5B4732;
   border-left-color: #A5825B;
   border-top-color: #A5825B;
   color: #FFF;
}
/* @end formContent **/


/** Class Styles
-------------------------- **/
.hidden, .printOnly { display: none; }

div.content {
   font-size: 1.2em;
   line-height: 1.5em;
}
   #default div.content { line-height: 1.8em; }

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}

.clearafter:after {
   content: "";
   display: block; 
   height: 100%;
   clear: both;
   visibility: hidden;
}

td.content th, td.content td {
padding:0;
}