/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 11 October 2007 @ 13:39 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
body {
	margin: 0;
	padding: 0;
	background-color: #c9c8c3;
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
}

body, div, p, input, textarea, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

a {
	color: #006300;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
	a:visited {
		color: #004B00;
	}
	a img {
		border: 0;
	}
    
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #004B00;
	margin-bottom: 0.3em;
	line-height: 1.25em;
}
	h1 { margin: 0; }
	h2 { 
		font-size: 2.5em; 
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	h3, h4, h5, h6 {
		margin-top: 1.0em;
	}
	h3 { font-size: 1.9em; }
	h4 { font-size: 1.4em; }
	h5 { font-size: 1.2em; }
	h6 { font-size: 1.0em; }

div.hr {
	height: 0;
	margin: 1.6em auto 2.8em auto;
	padding: 0;
	background-color: #000;
	border: 1px solid #000;
}
	div.hr hr {
		display: none;
	}

#header #banner a,
#header #headerPhoto #photoOverlay { 
	behavior: url("/globals/iepngfix_v1/iepngfix.php");
}




div.outer {
	position: relative;
	width: 935px;
	margin: 0 auto;
}

div.innerContent {
	padding: 10px;
}

/** Header
-------------------------- **/
/* @group header */
#header,
#header div.outer {
   background: transparent url(images/hdrBg-outer.jpg) top left repeat-x;
   height: 405px;
}
	#header div.outer {
		background-image: none;
	}

#header #banner {
	width: inherit;
	height: 100px;
}
#header #banner a, 
#header #banner a:visited
{
	position: absolute;
	display: block;
	background: url("images/logo.png") 0 0 no-repeat;
	text-indent: -10000px;
	width: 462px;
	height: 239px;
	text-decoration: none;
	overflow: hidden;
	z-index: 1500;
	top: 120px;
	left:  21px;
}

#header #contactInfo {
	position: absolute;
	top: 22px;
	left: 10px;
	width: 140px;
	height: 33px;
	font-size: 1.1em;
	padding: 11px 20px 5px 0;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-right: 1px solid #C4C2BE;
	text-align: right;
}
	#header #contactInfo a {
		color: #998E73;
		text-decoration: none;	
	}
		#header #contactInfo a:hover {
			text-decoration: underline;
		}

/* @group topNavigation */

#header #topNavigation {
	/*width: 762px;*/
	height: 38px;
	padding: 0 0 0 8px;
	position: absolute;
	top: 30px;
	left: 190px;
}
/* @end topNavigation */

#header #headerPhoto {
	margin: -18px 0 0 460px;
	position: relative;
}
	#header #headerPhoto img {
		padding: 35px 0 0 32px;
	}

#header #headerPhoto #photoOverlay {
	background: transparent url("images/photoOverlay.png") top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 472px;
	height: 322px;	
}

/* @end header */

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

#contentWrapper {
	padding: 20px 0;
	background-color: #E0DED9;
}

#contentWrapper div.outer {
	background: transparent url("images/contentBg.jpg") top left repeat-y;
}
	#nomargin #contentWrapper div.outer {
		background-image: none;
	}

#contentWrapper div.innerContent {
	background: transparent url("images/contentBg-T.jpg") top left no-repeat;
}
	#nomargin #contentWrapper div.innerContent {
		background-image: none;
	}

#contentWrapper #leftCol {
	width: 678px;
	float: left;
}

#contentWrapper #leftCol #layoutContent,
#nomargin #contentWrapper #layoutContent {
	padding: 0 25px;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 15px 0;
}

#contentWrapper #rightCol {
	width: 237px;
	float: left;
	padding: 0;
	margin-top: -20px;
}

#contentWrapper #rightCol h4 {
	margin-top: 0;
	font-size: 1.8em;
	background: transparent url("images/rightColHdrBg.jpg") bottom left no-repeat;
	height: 28px;
	padding: 20px 0 0 10px;
}

/* @group subNavigation */

#default #leftCol #subNavigation {
	width: 229px;
}

#default #rightCol #subNavigation ul {
	margin: 0 0 15px 0;
	padding: 0;
}
	* html #default #rightCol #subNavigation ul {
		margin-top: -15px;
	}

#default #rightCol #subNavigation ul li {
	list-style: none;	
}
	* html #default #rightCol #subNavigation ul li.lvl1 ul {
		margin-top: 0;
	}
#default #rightCol #subNavigation ul li.lvl2 a {
	display: block;
	padding: 7px 0 0 20px;
	height: 15px;
	margin: 1px 0;
	text-decoration: none;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
}
	#default #rightCol #subNavigation ul li a:hover {
		text-decoration: underline;
	}

#default #rightCol #subNavigation ul li ul li.lvl2 ul {
	margin-bottom: 0;
}

#default #rightCol #subNavigation ul li ul li.lvl2 ul li.lvl3 {
	padding-left: 20px;
}

/* @end subNavigation */

#default #rightCol fieldset {
	margin: 0;
	padding-left: 20px;
	border: 0;
}
	* html #default #rightCol fieldset {
		margin: 0;
		padding-left: 20px;
	}

#default #rightCol fieldset input,
#default #rightCol fieldset textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border: 1px solid #999;
	margin-bottom: 3px;
	padding: 2px;
	color: #666;
	font-size: 1.0em;
	width: 195px;
}

#default #rightCol fieldset button {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 5px 0 0 -3px;
	text-align:left;
}

/* @end ContentWrapper */

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

#footer,
#footer div.outer {
   background: transparent url("images/ftrBg-outer.gif") top left repeat-x;
   height: 69px;
}

#footer div.outer {
	background-image: none;
}

#footer div.outer div {
	color: #857e72;
	font-size: 0.95em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#footer #siteBy {
	position: absolute;
	top: 10px;
	right: 10px;
}
#footer #siteBy a {
	color: #857e72;
	text-decoration: none;
}
#footer #siteBy a:hover {
	text-decoration:underline;
}

/* @end footer */


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

.hidden {
	display: none;
}

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

