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

/** Element/Global Styles (including Typography)
-------------------------- **/
body {
	margin: 0;
	padding: 0;
	background: #4B4231 url("images/bodyBg.gif") 0 -2px repeat-x;
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body#default {
	background-position: 0 -344px;
}

a {
	color: #27241C;
	text-decoration: underline;
}
	a:hover { text-decoration: none; }
	a:visited { color: #524C3C; }
	
	#leftCol a { color: #4E4739; }
	   #leftCol a:visited { color: #565445; }
    
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	h2, h3, h4, h5, h6 { 
		margin: 0.5em 0; 
		line-height: 1.25em;
	}
		h2 { font-size: 2.0em; }
		h3 { font-size: 1.6em; }
		h4 { font-size: 1.4em; }
		h5 { font-size: 1.2em; }
		h6 { font-size: 1.0em; }

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: 945px;
	margin: 0 auto;
	padding-top: 23px;
}


/** Header
-------------------------- **/
/* @group header */
#header {
   width: inherit;
   background: transparent url("images/hdrBg-M.jpg") top left repeat-y;
   height: 426px;
   padding: 10px 0 0 0;
}
	#default #header {
		height: 84px;
	}

#header #hdrContent {
	background-color: #BCB396;
	height: 74px;
	position: relative;
	
}

#header #hdrContent,
#header #hdrPhoto {
	width: 918px;
	margin: -1px 16px 0 12px;
}

#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: 233px;
	height: 61px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 8px;
	left: 12px;
}

/* @group topNavigation */

#header #topNavigation {
	position: absolute;
	top: 32px;
	left: 278px;
	width: 630px;
	height: 28px;
	padding: 0 0 0 8px;
}

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

#header #topNavigation ul li {}

#header #topNavigation ul li a {
	display: block;
	text-transform: uppercase;
	color: #5e594b;
	padding: 8px 20px;
	float: left;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
}
	#header #topNavigation ul li a:hover {
		text-decoration: underline;
	}
/* @end topNavigation */

#header #hdrPhoto {
	margin-top: 9px;
}
/* @end header */

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

#contentWrapper {
	background: transparent url("images/contentBg.jpg") top left repeat-y;
	height: 200px;
	font-size: 1.2em;
	line-height: 1.5em;
}
	#wrapper > #contentWrapper {
		height: auto;
		min-height: 200px;
	}

#contentWrapper #leftCol {
	width: 264px;
	float: left;
	/*border: 1px solid black;
	border-left: 0;
	border-right: 0;*/
	margin-left: 11px;
	position: relative;
	margin-top: 80px;
	color: #2a2821;
}
	* html #contentWrapper #leftCol {
		width: 263px;
		margin-left: 6px;
	}
	#default #contentWrapper #leftCol {
		margin-top: 170px;
	}
	#contentWrapper #leftCol img,
	#contentWrapper #leftCol canvas,
	#contentWrapper #leftCol var { 
		position: absolute;
		top: -158px;
		left: 14px;
	}
	#contentWrapper #leftCol h5 { 
		font-size: 1.0em; 
		font-weight: normal;
		text-decoration: uppercase;
	}
	#contentWrapper div.content {
		padding: 25px;
	}

#contentWrapper #rightCol {
	width: 640px;
	float: left;
	/*border: 1px solid blue;
	border-left: 0;
	border-right: 0;*/
	margin-left: 15px;
}
	#contentWrapper #rightCol h2 {
		margin-top: -0.25em;
		color: #5E594B;
	}
	#default #contentWrapper #rightCol #hdrPhoto {
		width: inherit;
		border-bottom: 9px solid #FFF;
		font-size: 1px;
	}

/* @end Content */

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

#footer {
	background: transparent url("images/ftrBg.jpg") top left no-repeat;
	height: 63px;
	padding: 25px 0 0 5px;
}
	#footer, #footer a {
		color: #887758;
		text-decoration: none;
	}
	#footer a:hover { text-decoration: underline; }

/* @end footer */


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

.hidden {
	display: none;
}

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