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

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #000;
}
body { background: #ccc url("../images/bg_page.jpg") left top repeat-x; }
   a {
		color: #AA0000;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #660000; }
   	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; }
      h1, .content h1 { 
         font-size: 1.7em;
         padding: 0;
      }
         h1, .content h1 {
            color:#003366;
            font-family:Georgia,"Times New Roman",Times,serif;
            padding: 3px 0;
            text-transform:uppercase;
            margin-top: 1em;
         }
      h2, .content h2 { font-size: 1.5em; }
      h3, .content h3 { font-size: 1.4em; }
      h4, .content h4 { font-size: 1.2em; }
      h5, .content h5 { font-size: 1.0em; }
      h6, .content h6 { font-size: 0.9em; }

.content table {
   margin: 0 auto;
}

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: 781px;
	margin: 0 auto;
	background: transparent url('../images/bg_content.jpg') left top repeat-y;
}

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header {
   background: transparent url('../images/bg_header.jpg') left top no-repeat;
   height: 113px;
}

#header #masthead a, 
#header #masthead a:visited
{
	position: absolute;
	display: block;
	background-color: transparent;
	text-indent: -10000px;
	width: 332px;
	height: 60px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 50px;
	left: 4px;
}
/** @group contactBlock */
#contactBlock {
   position: relative;
   width: 781px;
   margin: 0 auto;
   text-align: right;
   font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
}
   #contactInfo {
      position: absolute;
      top: 1px;
      right: 16px;
      font-size: 1.2em; 
      z-index: 1;
      width: 300px;
   }
      #contactInfo #vcard { position: relative; }
   #contactInfo #phoneNum { font-size: 1.5em; }
   #contactInfo div.adr {
      position: absolute;
      top: 55px;
      right: 5px;
      text-align: right;
      z-index: 2;
      font-size: 1.0em;
      line-height: normal;
   }
/* @end contactBlock **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   background: transparent url('../images/bg_contentWrapper.jpg') left bottom no-repeat;
   min-height: 407px;
}
/** @group contentSlot */
#contentSlot {
   width: 532px;
   float: right;
   background: transparent url('../images/bg_contentSlot.jpg') right top no-repeat;
   padding-right: 10px;
}
/** @group layout */
#layout { padding:10px 20px 20px; }
/* @end layout **/
/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 239px;
   overflow: hidden;
   float: left;
   padding-bottom: 407px;
}
/** @group topNavigation */
#topNavigation { 
   text-align: right;
   padding: 0 1px;
}
   #topNavigation ul { list-style: none; }
      #topNavigation ul li {
         width: 237px;
         border-bottom: 1px solid #C2C2C2;
      }
         #topNavigation ul li a {
            display: block;
            color: #003366;
            text-transform: uppercase;
            font-size: 1.2em;
            text-decoration: none;
            padding: 7px 25px 7px 20px;
            margin: 0;
            position: static;
         }
         #topNavigation ul li.selected a {
            background-color: #AA0000;
            color: #FFF;
            font-weight: bold;
            /*border-right: 10px solid #AA0000;
            padding-right: 15px;*/
         }
            #topNavigation ul li a:hover { text-decoration: underline; }
            #topNavigation ul li.selected ul {
               border-top: 1px solid #C2C2C2;
               margin-bottom: -1px;
               background-color: #E0E0E0;
            }
            #topNavigation ul li.selected li a {
               padding: 7px 35px 7px 20px;
               background-color: #E0E0E0;
               color: #003366;
               font-weight: normal;
               /*padding: 7px 30px 7px 20px;
               border-right: 5px solid #AA0000;*/
            }
               #topNavigation ul li.selected li.selected a {
                  border-right: 10px solid #8A8A8A;
                  padding-right: 20px;
               }
/* @end topNavigation **/
/* @end sideBar **/
/* @end contentWrapper **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 0.95em;
   padding-top: 15px;
   padding-bottom: 50px;
   padding-left: 8px;
   background: #CCC url('../images/bg_footer.jpg') left top repeat-x;
}
   #footer, #footer a { 
      color: #666;
      text-decoration: none;
   }
      #footer a:hover{ color: #333; }
/* @end footer **/


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


/** Class Styles
-------------------------- **/
.content { 
   font-size: 1.2em;
   line-height: 1.8em;
}
.hidden, .printOnly { display: none; }

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

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