/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 19 February 2008 @ 16:39 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
body {
	margin: 0;
	padding: 0;
	background-color: #857357;
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
	font-family: "Lucida Sans","Lucida Sans Unicode", helvetica, "microsoft sans serif", arial, sans-serif;
	color: #857357;
}
	a {
		color: #CC8739;
		text-decoration: underline;
	}
	a:hover { text-decoration: #CC8739; }
	a:visited {
		color: #92944D;
	}
	   a img { border: 0; }
    
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	h2, h3, h4, h5, h6 {
		margin-bottom: 0.5em;
		font-size: 1.25em;
		font-weight: normal;
		color: #CC8739;
	}
		h2 { font-size: 1.8em; }
		h3 { font-size: 1.5em; }
		h4 { font-size: 1.3em; }
		h5 { font-size: 1.1em; }
		h6 { font-size: 0.9em; }

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


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

#header #banner {	padding-top: 36px; }

#header #banner a, 
#header #banner a:visited
{
	display: block;
	background: url("images/logo.jpg") 0 0 no-repeat;
	text-indent: -10000px;
	width: 530px;
	height: 50px;
	text-decoration: none;
	overflow: hidden;
   margin: 0 auto;
}

#header #contactUs { 
   position: absolute;
   top: -23px;
   right: 3px;
}

/* @group topNavigation */
#header #topNavigation {
	width: 740px;
	padding-top: 12px;
	background: transparent url('images/bg_border.jpg') bottom left repeat-x;
}
   * html #header #topNavigation { padding-top: 12px; }

#header #topNavigation table { margin: 0 auto; }

#header #topNavigation div.topBorder {
   background: transparent url('images/bg_border.jpg') top left repeat-x;
   min-height: 10px;
   padding: 10px 0 0 0;
}
   * html #header #topNavigation div.topBorder { 
      height: 10px; 
      padding: 12px 0 0 0; 
   }
/* @end header */

/** ContentWrapper
-------------------------- **/
/* @group ContentWrapper */

#contentWrapper {
	padding: 20px 49px;
	font-size: 1.2em;
	line-height: 1.5em;
}

#contentWrapper #hdrImg { padding-bottom: 20px; }

#contentWrapper #content {}
   #contentWrapper #content h2 {
      padding-bottom: 10px;
      background: transparent url('images/bg_border.jpg') bottom left no-repeat;
      margin-bottom: 0.25em;
   }

#leftCol {
   width: 485px;
   float: left;
}

   #leftCol table td { padding: 0; }
      #leftCol table table td { padding: auto; }

#rightCol {
   width: 224px;
   padding: 10px 0 0 31px;
   float: left;
}

/* @end ContentWrapper */

/** Footer
-------------------------- **/
/* @group footer */

#footer {
   background: #857357 url('images/bg_footer.jpg') top left no-repeat;
   padding: 3px;
   padding-top: 27px;
   color: #FFF;
   font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   font-size: 1.1em;
   line-height: 1.25em;
}

#footer a { 
   color: #BAAC9B;
   text-decoration: none;
}
   #footer a:hover { text-decoration: underline; }

/* @end footer */

/** @group formContent */
#formContent td.content { padding: 2px 0 8px 0; }

#formContent td.content label { padding: 0 5px; font-weight: bold; }

#formContent input.input, #formContent textarea.textarea { 
   border: 1px solid #83833C;
   padding: 3px;
   margin: 2px 0;
   vertical-align: middle;
}

#formContent input.submit {
   background-color: #796043;
   border: 1px solid #5B4732;
   border-left-color: #A5825B;
   border-top-color: #A5825B;
   color: #FFF;
   padding: 3px;
   margin: 2px 0;
}
/* @end formContent **/

/** Class Styles
-------------------------- **/
.orange { color: #DFAC60; }
.black { color: #40372E; }
.lgTxt { font-size: 1.8em; }
.bold { font-weight: bold; }

.hidden {
	display: none;
}

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