/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 20 August 2008 @ 14:05 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html {
   margin: 0;
	padding: 0;
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
	font-family: Verdana, Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
}
body {
   margin: 0; 
   padding: 0 0 20px 0;
   background-color: #8C43DB;/*#21053F;*/
}
   a {
		color:#580876;  /*#21053F;*/
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #000; }
   	a img { border: 0; }
    
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	h2, h3, h4, h5, h6 {
		margin-bottom: 0.5em;
		line-height: 1.25em;
		font-weight: normal;
	}
		h2 { font-size: 1.8em; }
		h3 { font-size: 1.5em; }
		h4 { font-size: 1.3em; }
		h5 { font-size: 1.1em; }
		h6 { font-size: 0.9em; }

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

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

pre { color: #FFF; }

/** Header
-------------------------- **/
/** @group header */
#header {}
#header #banner a, 
#header #banner a:visited
{
	position: absolute;
	display: block;
	text-indent: -10000px;
	width: 350px;
	height: 94px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 40px;
	left: 10px;
}

/** @group globalNavigation */
#globalNavigation { 
   position: relative;
   padding: 5px;
   padding-bottom: 2px;
   font-size: 1.1em;
   top: 0;
   right: 0;
}
#globalNavigation ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
#globalNavigation ul li { display: inline; }
#globalNavigation ul li a {
   color: #FFF;
   display: block;
   float: right;
   padding: 3px 12px;
   text-decoration: none;
}
   #globalNavigation ul li a:hover { text-decoration: underline; }
/* @end globalNavigation **/
/** @group hdrImg */
#hdrImg { position: relative;}
#menuoverlay {
   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;
   width: 780px;
   height: 206px;
   background-image: url("images/stamp_overlay.png");
}
/* @end hdrImg **/

/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper { 
   background: #FFF;
   position: relative;
}

/** @group contentSlot */
#contentSlot {
   width: 548px;
   float: right;
   padding-right: 12px;
   font-size: 1.2em;
   line-height: 1.5em;
   padding-top: 72px;
}
#contentSlot h2 {
   font-size: 2.0em;
   border-bottom: 1px solid #000;
   padding-bottom: 0.2em;
}
#layout { padding: 15px 25px; }
#layout td.content { padding: 0; }
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 220px;
   float: left;
   font-size: 1.2em;
   line-height: 1.5em;
}
/** @group topNavigation */
#topNavigation {
   position: relative;
   background: transparent url('images/bg_nav_repeat.gif') top left repeat; 
}
#topNavigation #nav_corner {
   background: transparent url('images/bg_nav_bottom.jpg') bottom right no-repeat;
   padding-bottom: 90px;
}
   #topNavigation ul {
      margin: 0 6px;
      padding: 0;
      list-style: none;
   }
      #topNavigation ul li a {
         display: block;
         color: #21053f;/*#68462D;*/
         font-size: 1.05em;
         font-weight: bold;
         padding: 3px 15px;
         min-height: 19px;
         line-height: 1.5em;
         text-decoration: none;
      }
         #topNavigation ul li.selected a {
            color: #e9bdff;
            background-color: #21053f;
         }
         #topNavigation ul li a:hover { text-decoration: underline; }
            #topNavigation ul li.lvl1 ul {
               background-color: #dba6f6;
               padding: 6px 10px;
               padding-bottom: 8px;
               margin: 0;
               border: 1px solid #21053f;
               border-top: 0;
            }
            #topNavigation ul li.lvl1 ul li.lvl2 a {
               font-weight: normal;
               padding-left: 20px;
               color: #21053F;
               background-color: transparent;
               line-height: 1.25em;
            }
/* @end topNavigation **/
/** @group marginSlot */
#marginSlot {
   margin-top: -11px;
   background: transparent url('images/bg_sidebar.gif') top right no-repeat;
   padding: 10px;
   min-height: 227px;
}
/* @end marginSlot **/

/* @end sideBar **/
/** @group options */
#options {
   background: #FFF url('images/bg_options.gif') top left repeat-x;
   width: 560px;
   height: 72px;
   position: absolute;
   left: 220px;
   top: 0;
   border-top: 3px solid #1F155B;
}
#optionsNav {
   font-family: Georgia, "New York", Garamond, "Times New Roman", Times, serif;
   font-size: 1.2em;
   text-transform: uppercase;

   background: transparent url('images/bg_options_curve.jpg') top left no-repeat;
   padding-top: 44px;
   padding-left: 8px;
}
   #optionsNav ul {
      margin: 0;
      padding: 0;
      list-style-image: none;
   }
      #optionsNav ul li {
         display: inline;
         margin-right: 20px;
         padding-left: 20px;
         background: transparent url('images/icon_page.gif') top left no-repeat;
      }
         #optionsNav ul li img {
            vertical-align: baseline;
         }
      #optionsNav ul li a {
         color: #000;
         text-decoration: none;
      }
         #optionsNav ul li a:hover { text-decoration: underline; }
#search {
   position: absolute;
   top: -1px;
   right: 0px;
   width: 175px;
   height: 27px;
   background: #F3B296 url('images/bg_search.gif') top left repeat-x;
   border: 1px solid #8E4C1A;
   border-left-color: #93171F;
   border-right: 0;
   padding: 7px 8px;
   padding-right: 0;
   padding-bottom: 0;
}
   #search label {
      font-weight: bold;
      color: #6D3B22;
      float: left;
      padding-top: 4px;
      padding-right: 3px;
      font-size: 10px;
   }
      #search input.textbox {
         background-color: #FFF;
         border: 1px solid #E985AB;
         width: 90px;
         padding: 1px 3px;
         float: left;
         margin-right: 2px;
      }
      #search button {
         padding: 1px 1px 2px 1px;
         margin: 0 2px 0 0;
         background-color: #21053F;
         border: 1px solid #21053F;
         border-left-color: #3D0874;
         border-top-color: #3D0874;
         float: left;
         font-size: 11px;
         color: #FFF;
      }
/* @end options **/
/* @end contentWrapper **/


/** Footer
-------------------------- **/
/** @group footer */

#footer {
	padding: 8px 0 4px 0;
	background-color: #F6BEBA;
	color: #804B2C;
	font-size: 1.1em;
	line-height: 1.25em;
}
   #footer a { 
      color: #804B2C;
      text-decoration: none;
   }
      #footer a:hover { text-decoration: underline; }
      
#footer #copyright {
   float: left;
   clear: left;
   margin-left: 11px;
}

#footer #footerNav {
   float: right;
   clear: right;
}
   #footer #footerNav ul {
      margin: 0;
      padding: 0;
      list-style: none;
   }
      #footer #footerNav ul li { display: inline; }
         #footer #footerNav ul li a { padding: 0 8px; }
/* @end footer **/ 


/** @group formContent */
#formContent td.content { padding: 2px 0 8px 0; }

#formContent td.content label { padding: 0 5px; font-weight: bold; }

#formContent input.input, #formContent textarea.textarea, #formContent select { 
   border: 1px solid #7034B3;
   padding: 3px;
   margin: 2px 0;
   vertical-align: middle;
}

#formContent input.submit {
   background-color: #8C43DB;
   border: 1px solid #7034B3;
   border-left-color: #8C40E3;
   border-top-color: #8C40E3;
   color: #FFF;
   padding: 3px;
   margin: 2px 0;
   cursor: pointer;
   cursor: hand;
}
/* @end formContent **/

/** Class Styles
-------------------------- **/
.positioner { position: relative; }
.hidden {
	display: none;
}

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