/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 25 June 2008 @ 15:50 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: Georgia, "New York", Garamond, "Times New Roman", Times, serif;
}
body {
   margin: 0; 
   padding: 40px 0;
   background-color: #FFF;
}
   a, #getStarted a:visited {
		color: #6E9B67;
		text-decoration: underline;
	}
   	a:hover, #getStarted a:hover { text-decoration: none; }
   	a:visited { color: #50a8cd; }
   	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;
		color: #8DCBEB;
	}
		h2 { font-size: 1.6em; }
		h3 { font-size: 1.3em; }
		h4 { font-size: 1.1em; }
		h5 { font-size: 0.9em; }
		h6 { font-size: 0.7em; }

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: 935px;
	margin: 0 auto;
	background: #FFF url('images/bg_wrapper.gif') top left repeat-y;
}

pre { color: #FFF; }

/** Header
-------------------------- **/
/** @group header */
#header {
   width: inherit;
   height: 152px;
   background: transparent url('images/bg_header-default.jpg') top left no-repeat;
}
#home #header { 
   height: 425px;
   background-image: url('images/bg_header.jpg');
}
#default #header {  }
   #header #banner { width: inherit; }
      #header #banner a, 
      #header #banner a:visited
      {
      	position: absolute;
      	display: block;
      	background: url("images/logo.gif") 0 0 no-repeat;
      	text-indent: -10000px;
      	width: 217px;
      	height: 80px;
      	text-decoration: none;
      	overflow: hidden;
      	z-index: 5;
      	top: 44px;
      	left: 43px;
      }
/** @group topNavigation */

#header #topNavigation {
   position: absolute;
   right: 35px;
   top: 75px;
   z-index: 5;
}

#header #topNavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #topNavigation ul li { display: inline; }

#sectionNavigation ul li a,
#header #topNavigation ul li a,
#footer {
   display: block;
   font-family: Arial, Helvetica, Geneva, "microsoft sans serif", sans-serif;
   font-size: 1.4em;
	font-weight: bold;
	color: #8DCBEB;
}

/*#header #topNavigation ul li a {
   padding: 3px 10px;
   float: left;
   text-decoration: none;
   background: transparent url('images/bg_nav.jpg') top left no-repeat;
   border-right: 1px solid #B8C9AE;
}
   #header #topNavigation ul li.selected a { 
      background-color: #B8C9AE;
      color: #FFF;
   }
   #header #topNavigation ul li a:hover { text-decoration: underline; }
   #header #topNavigation ul li.last a { border: 0; }*/

/* @end topNavigation **/
/** @group hdrImg */
#hdrImg {
   position: absolute;
   top: 104px;
   left: 17px;
   z-index: 2;
}
/* @end hdrImg **/

/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   padding: 0 37px;
   font-size: 1.4em;
   line-height: 1.5em;
}
#default #contentWrapper { 
   padding: 46px 262px 0 37px;
   height: 521px;
   
   background-color: transparent;
   background-position: 255px top;
   background-repeat: no-repeat;
}
#default #wrapper > #contentWrapper { 
   height: auto;
   min-height: 521px;
}
#default.nosidebar #contentWrapper { padding-top: 26px; }
   #contentWrapper ul li,
   #contentWrapper ol li {
      margin-bottom: 0.8em;
   }
/** @group content */
#content {
   float: right;
   padding-bottom: 25px;
}
#content td.content { padding: 0; }
   #home #content { 
      width: 597px;
      padding-left: 20px;
   }
   #default #content { width: 418px; }
#default.nosidebar #content {
   float: none;
   width: 636px;
}
/* @end content **/
/** @group sidebar */
#sidebar { float: left; }
   #home #sidebar { width: 244px;/*440px;*/ }
   #default #sidebar { width: 218px; }
   
   #sidebar ul {
      margin: 0;
      padding: 0;
      list-style: none;
   }
/** @group sectionNavigation */
#sectionNavigation {}
#sectionNavigation ul { margin: 35px 0 50px 0; }

#sectionNavigation ul li a {
   font-size: 1.0em;
   text-decoration: none;
}
   #sectionNavigation ul li a:hover { text-decoration: underline; }
/* @end sectionNavigation **/

/* @end sidebar **/

/* @end contentWrapper **/


/** Footer
-------------------------- **/
/** @group footer */
#footer {
   font-size: 1.1em;
	text-align: right;
	padding: 30px 15px 5px 5px;
	color: #6E9B67;
	font-weight: bold;
	line-height: 1.25em;
	background: #FFF url('images/bg_footer.gif') top left no-repeat;
}
   #footer a { 
      color: #B8D0BC;
      text-decoration: none;
   }
      #footer a:hover { color: #6E9B67; }

#footer #copyright {
   float: left;
   margin-left: 15px;
}

#footer #siteby {
   float: right;
   margin-right: 8px;
   text-align: right;
}

/* @end footer **/


/** Class Styles
-------------------------- **/

.hidden {
	display: none;
}

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