/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-04-02
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   color: #333;
   line-height: 1.6;
   background-color: #232323; 
}

body { margin: 0; padding: 0; background: #fff url("../images/bg_body.jpg") repeat-x left top; }
body#home { background-image: url("../images/bg_body_home.jpg"); }

   a {
		color: #1E563B;
		text-decoration: none;
		font-weight: bold;
	}
   	a:hover { text-decoration: underline; }
   	a:visited { color: #308c63; }
   	a img { border: 0; }
   	a.arrow { 
   	   background: transparent url("../images/bg_arrow.gif") right 3px no-repeat;
   	   padding-right: 22px;
   	}

   html, #sideBarSubNav li.lvl1 li.lvl2 a { font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; } 
   #marginSlot blockquote { font-family: Georgia, "New York", Garamond, "Times New Roman", Times, serif; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6,
   #introTitleLarge, 
   #contact_us big,
   #sideBarSubNav li.lvl1 a {
   	line-height: 1.25em;
      font-family: "Helvetica Neue Condensed", Helvetica, Arial, Geneva, sans-serif;
      font-weight: bold;
      color: #1F563C;
   }
   	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; }

.content p { margin: 0.8em 0; }

.content ol, .content ul, .content ul { border-top: 1px solid #dfdcdf; }
.content ul {
   padding-left: 0;
   margin-left: 0;
   list-style: none;
}
   .content ul li,
   .content ol li { 
      border-bottom: 1px solid #dfdcdf;
      margin: 0;
      padding: 0.4em 0;
      padding-left:;
   }
   .content ul li.last,
   .content ol li.last { border: 0; }
      .content ul li {
         background: transparent url("../images/bg_li_arrow.gif") left top no-repeat;
         padding-left: 28px;
      }

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

#wrapper {
	margin: 0 auto;
	width: 975px;
	position: relative;
	overflow: hidden;
}

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header { 
	position: relative;
	height: 211px;
}
	#home #header { height: 465px; }
	#home #hdr_content { padding-top: 44px;}
	#header #banner { height: 114px; }

	#header #masthead a, 
	#header #masthead a:visited
	{
		position: absolute;
		display: block;
		top: 23px; 
		left: 6px;
		background: transparent url("../images/logo.gif") left top no-repeat;
		text-indent: -10000px;
		width: 290px; 
		height: 70px;
		text-decoration: none;
		overflow: hidden;
		z-index: 5;
	}

#contact_us {
   position: absolute;
   top: 30px;
   left: 695px;
   color: #999;
   width: 280px;
   font-size: 1.2em;
   text-align: right;
}
   #contact_us .number { margin-top: -4px; }
   #contact_us big {
      color: #FFF;
      font-size: 1.8em;
   }

#topNavigation {
   position: absolute;
   top: 114px;
   left: 0;
}

#video {
   width: 320px;
   height: 240px;
   background-color: #FFF;
   padding: 4px;
   margin-top: 27px;
   float: left;
}
   #noflash { padding: 15px; }

#intro {
 position: absolute;
	top: 175px;
	left: 335px;
	padding: 30px 120px 0 30px;
	width: 490px;
	color: #fff;
/* float: left;*/
	}
   .sIFR-active #intro { top: 155px; }
	#introTitleLarge {
		margin-bottom: 8px;
		font-size: 4.7em; 
		line-height: 1.1em;
		color: #FFF;
		}
	#introText { font-size: 1.6em; }

/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
	margin: 0;
	min-height: 100px;
	}
	#home #contentWrapper { padding: 20px 0; }
/* @end contentWrapper **/


/** contentSlot
-------------------------- **/
/** @group contentSlot */
#contentSlot { font-size: 1.2em; }
	#home #contentSlot {
	   float: none;
	   display: block;
	}
	   #home .column {
	      float: left;
	      width: 320px;
	   }
	   #home .homeContent, #home .homeTitle { padding: 0 15px; margin: 0.2em 0 -0.4em; }
	   #home #column1, #home #column2 { border-right: 1px solid #BFBAC0; }
	   #home #column4 { display: none; }
	#default #contentSlot {
	   float: right; display: inline;
	   width: 688px;
	   padding-bottom: 20px;
	}
	#contentSlot #picture {
		margin: 0 0 15px 0;
		width: 648px; height: 200px;
		background: url(../images/bg_picture.gif) no-repeat left top;
		}
/* @end contentSlot **/
/** sideBar
-------------------------- **/
/** @group sideBar */
#sideBar {
	float: left; display: inline;
	padding-top: 35px;
	width: 275px;
	}
	#sideBar a { text-decoration: none; }
	#sideBar a:hover { text-decoration: underline; }

#sideBarSubNav {
	margin: 0; padding: 0;
	list-style: none;
	}
	#sideBarSubNav ul { list-style: none; border-top: 0; }
	#sideBarSubNav ul li {
	   background-image: none;
	   padding: 0;
	   margin: 0;
	}
	   #sideBarSubNav ul ul { 
	      margin: 0;
	      border-top:1px solid #DFDCDF;
	   }
	#sideBarSubNav li a {
		display: block;
		padding: 5px;
		}
		   #sideBarSubNav li.lvl1 { border-bottom: 0; border-top: 0;}
		   #sideBarSubNav li.lvl1 a {
		      font-size: 2.2em;
		      color: #1C5036;
		      padding-bottom: 0;
		      margin-bottom: -2px;
		   }
		   #sideBarSubNav li.lvl1 li.lvl2 a {
		      color: #232323;
      		font-weight: normal;
      		font-size: 1.4em;
      		padding-left: 30px;
      		padding-bottom: 5px;
      		margin-bottom: 0;
		   }
	#sideBarSubNav li a:hover, 
	#sideBarSubNav li.selected li.selected a {
		color: #1B4E36;
		font-weight: bold;
		}
/** @group marginSlot */
#marginSlot { 
   text-align: right;
   margin-top: 75px;
   font-size: 1.2em;
   line-height: 1.5em;
}
#marginSlot blockquote {
   color: #666;
   font-style: italic;
   margin: 0;
   padding: 0;
}
   #marginSlot .margincontent { padding: 0 21px; }
/* @end marginSlot **/

/* @end sideBar **/

/** Footer
-------------------------- **/
/** @group footer */
#footer {
	position: absolute;
	left: 0;
	width: 100%;
	min-height: 84px;
	font-size: 1.1em;
	color: #999;
	background: #232323 url("../images/bg_footer.gif") repeat-x top left;
	}
	#footerInner {
		position: relative;
		margin: 0 auto;
		width: 935px;
		padding: 20px;
	}
   #footer ul { 
      list-style: none;
      line-height: normal;
      width: 450px;
   }
      #footer ul li { display: inline; width: 46px; }
      #footer a {
         color: #999;
         display: block;
         padding: 0px 8px;
         float: left;
         border-right: 1px solid #999;
         text-decoration: none;
         font-weight: normal;
      }
         #footer .lvl1:first-child > a { padding-left: 0; }
         #footer .lvl2:last-child > a { border-right: 0; }
         #footer a:hover { text-decoration: underline; }
         #footer li.first a, #footer li.last a, #footer #siteBy a { border: 0; }
         #footer li.first a { padding-left: 0; }
      #footer #copyright { padding-top: 5px; }

#footer #siteBy {
   position: absolute;
   top: 20px;
   right: 20px;
}
   #footer #siteBy a { float: none; padding: 0; display: inline; }
/* @end footer **/


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


/** Class Styles
-------------------------- **/
.hidden, .printOnly {
	display: none;
}

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

.noborder, .content ol.noborder, .content ul.noborder { border: 0; }

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