/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Ryan Beck
*     Auth Web: http://www.mediasation.com
*     modified: 2011-01-26 (by Nate Hanna)
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   color: #000;
}
body { 
   background-color: #EEEEEE;
   padding: 20px 0;
}
   a {
		color: #333;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #666; }
   	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: #40A2DE;
   	margin-bottom: 0.2em;
   }
   	h1, .content h1 { font-size: 1.8em; }
   	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; }

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

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

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header { width: inherit; }
#banner {
    width: 996px;
    height: 163px;
    background: transparent url('../images/hdr_bg.gif') top left no-repeat;
}
#header #masthead a, 
#header #masthead a:visited
{
	position: absolute;
	display: block;
	background: url("../images/logo.gif") 0 0 no-repeat;
	text-indent: -10000px;
	width: 494px;
	height: 140px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 12px;
	left: 26px ;
}
#topNavigation {
    height: 43px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: transparent url('../images/menu_bg.gif') top left no-repeat;
}
    #topNavigation ul {
        padding: 0px 0px 0px 20px;
        margin: 0px;
        list-style: none;
        height: 43px;
        
    }
     #topNavigation ul li {
        float: left;
        height: 43px;
        margin: 0px;
        padding: 0px;
    }
    #topNavigation ul li a {
        height: 23px;
        margin-top: 10px;
        padding: 0px 20px;
        display: block;
        float: left;
        font-size: 1.7em;
        text-transform: uppercase;
        letter-spacing: .15em;
        color: white;
        text-decoration: none;
        font-family: Georgia;
        border-right: 1px dotted #FFF;
    }
	#wrapper div.dynarch-horiz-menu table tr td.item div {
		font-size: 14px;
		padding: 9px 10px;
	}
    #address {
        position: absolute;
        top: 0px;
        right: 10px;
        color: #52B1E2;
        padding: 15px 20px;
        text-align: right;
        line-height: 1.5em;
        font-size: 1.2em;
    }
      #address .adr { padding-top: 15px; }
   
   #social_media { padding-top: 10px; }
   #social_media .title { display: none; }
   #social_media ul { float: right; margin-right: -4px; }
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
     margin-top: 1px;
     background: transparent url('../images/content_bg.gif') top left repeat-y;
     font-size: 1.2em;
     line-height: 1.5em;
     min-height: 350px;
}

#contentSlot {
    float: right; 
    width: 635px;
    padding: 20px 30px 20px 0px;
}
#contentSlot a {
    color: #318DC6;
}
#hdrImg {
    padding-left: 1px;
    height: 322px;
    overflow: hidden;
}
#sideBar h2 {
    font-size: 1.5em;
    color: #641063;
    padding: 20px 0px 0px 0px;
    margin:0px;
}
#contentSlot h1 {
    font-family: Georgia;
    font-size: 2.3em;
    color: #318DC6;
    padding: 0px 0px 10px 0px;
    margin:0px;
}
#accessibilityMenu {
    display: none;
}
#sideBar {
    float: left; 
    width: 260px;
    padding: 10px 20px 20px 20px;
}

/* @end contentWrapper **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
     background: transparent url('../images/ftr_bg.gif') top left no-repeat;
     padding: 20px 10px;
     color: #AAA;
}
   #footer a { 
      color: #AAA;
      text-decoration: none;
   }
      #footer a:hover{ text-decoration: underline; }
/* @end footer **/


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

#contentSlot form {
   width: 420px;
   clear: right;
}
#contentSlot form .formfield, #contentSlot form .submit_button {
   margin-bottom: 6px;
   float: left;
   clear: left;
}
#contentSlot form .formfield label {
   float: left;
   width: 170px;
}
#contentSlot form .formfield input, #contentSlot form .formfield select { clear: none; }
/* @end formContent **/


/** Class Styles
-------------------------- **/
.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;
}
