/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 11 September 2008 @ 21:10 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: "Lucida Grande", "Lucida Sans", Lucida, Geneva, Verdana, sans-serif;
   color: #6F706D;
}
body { background-color: #EBF0CE; }
   a {
		color: #CC0000;
		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;
   	font-weight: normal;
   	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   }

   h1, .content h1,
   #menu ul li,
   #sidebar div.title,
   #sidebarContent h3 {
      font-family: Georgia, "New York", Serif;
      margin: 0;
   }
   	h1, .content h1 { font-size: 2.5em; }
   	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: 5px 0 1.6em 0;
	padding: 0;
	background: #8A8278 no-repeat scroll center;
}
	div.hr hr { display: none; }

#wrapper {
   margin: 20px auto 0px auto;
   padding: 0px;
   position: relative;
   width: 980px;
}

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header { 
   position: relative;
   border: 0px;
   background: transparent url(top_bg.gif) top left no-repeat;
}
#hdrImg {
    margin-top: 80px;
    margin-left: 20px;
}
#hdrShadow {
    width: 100%;
    height: 12px;
}
#header #logo {
    position: absolute;
    top: -70px;
    left: 21px;
}
#header #logo div a {
   position: relative;
   display: block;
   background: url("logo.jpg") 0 0 no-repeat;
   text-indent: -10000px;
   width: 294px;
   height: 54px;
   text-decoration: none;
   overflow: hidden;
   z-index: 5;
}
/** @group menu */
#menu ul {
    list-style: none;
}
#menu ul li {
    float: left;
    font-size: 1.4em;
}
#menu ul li a {
    padding: 12px 16px;
    display: block;
    height: 23px;
    letter-spacing: 0.3em;
}
#header #menu {
    position: relative;
    top: 0px;
    overflow: hidden;
    height: 41px;
    padding: 0px 0px 20px 10px;
    margin: 0px 0px 0px 20px;
    width: 936px;
}
/* @end menu **/
#corner1 { display: none; }
#corner2 { display: none; }
#corner3 { display: none; }
#corner4 { display: none; }
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
/** @group sidebar */
#sidebar {
    clear: both;
    width: 301px;
    float: right;
    color: #666;
    margin-top: -20px;
}
#sidebar div.title,
#sidebarContent h3 {
    letter-spacing: .2em;
    font-size: 1.2em;
    color: #666;
    text-transform: uppercase;
    padding: 9px 20px;
    margin: 10px -20px;
}
#sidebar input,
#sidebar button {
    border: 1px solid black;
    padding: 4px 5px 4px 33px;
    margin: 5px -1px 5px 0px;
    line-height: normal;
    font-size: 1.1em;
}
#sidebar button {
    padding: 3px 5px;
    font-weight: bold;
    background: transparent top left repeat-x;
}
#sidebar #newsletter {
    width:100%;
}
#sidebar #search {
    width:100%;
}
#sidebar #sidebarContent {
    width:100%;
    font-size: 1.1em;
    line-height: 1.5em;
}
/* @end sidebar **/
/** @group mainContentWrapper */
#mainContentWrapper {
    margin-top: 1px;
    padding: 20px;
    line-height: 1.75em;
    float: left;
    width: 580px;
}
#mainContent h1 { margin-left: 10px; }
#mainContent { font-size: 1.1em; }

/* @end mainContentWrapper **/
/* @end contentWrapper **/


/** Footer
-------------------------- **/
/** @group ftr */
#ftr {
    padding: 15px;
    color: #999;
    font-size: .85em;
    width: 980px;
    height: 50px;
    margin: 0px auto 150px auto;
    font-size: 1.1em;
}
#ftr div { padding: 13px 32px; }
#ftr a { 
   color: #8A8795;
   text-decoration: none;
}
   #ftr a:hover { text-decoration: underline; }
/* @end ftr **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent input.input, #formContent textarea.textarea { border-color: 1px solid #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;
}

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

