/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 7 November 2007 @ 10:20 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
body {
	margin: 51px 0;
	padding: 0;
	background: #788A54 url("images/body-bg.gif") top left repeat;
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}
	a {
		color: #978C7F;
		text-decoration: underline;
	}
	a:hover { text-decoration: none; }
	a:visited {
		color: #5F5750;
	}
    
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.25em;
	font-weight: normal;
}
	h2, h3, h4, h5, h6 { margin: 0.5em 0; }
		h2 { font-size: 2.2em; color: #332218; }
		h3 { font-size: 1.8em; color: #F990A0; }
			#home h3 { color: #332218; }
		h4 { font-size: 1.4em; color: #788a54; }
		h5 { font-size: 1.1em; color: #332218; }
		h6 { font-size: 0.95em; color: #F990A0; }

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

* html #home #headerPicture img { 
	behavior: url("/globals/iepngfix_v1/iepngfix.php");
}

#wrapper {
	position: relative;
	width: 921px;
	margin: 0 auto;
}


/** Header
-------------------------- **/
/* @group header */
#header {
   width: inherit;
   background: #FFF url("images/header-bg.gif") top left no-repeat;
   height: 9px;
   font-size: 1px;
}
/* @end header */

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

#contentWrapper {
	background: #FFF url("images/content-bg.gif") top left repeat-y;
	height: 500px;
}
	#wrapper > #contentWrapper {
		height: auto;
		min-height: 500px;
	}

/* @group leftCol */

#leftCol {
	padding: 9px 0 0 9px;
	width: 254px;
	float: left;
	position: relative;
}

#leftCol #banner {
	width: inherit;
	height: 96px;
}
#leftCol #banner a, 
#leftCol #banner a:visited
{
	position: absolute;
	display: block;
	background: url("images/logo.gif") 0 0 no-repeat;
	text-indent: -10000px;
	width: 254px;
	height: 96px;
	text-decoration: none;
	overflow: hidden;
	z-index: 1500;
	top: 0;
	left: 9px;
}

/* @group topNavigation */
#leftCol #topNavigation {
	padding: 0 0 0 8px;
	margin-bottom: 205px;
}

#leftCol #topNavigation ul {
	margin: 25px 0 0 -8px;
	padding: 0;
	list-style: none;
	width: 254px;
}

* html #leftCol #topNavigation ul li { height: 18px; }

#leftCol #topNavigation ul li a {
	display: block;
	text-transform: uppercase;
	color: #b58d88;
	padding: 10px 35px 8px 0;
	font-size: 1.2em;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	font-size: 1.3em;
	text-align: right;
}
	#leftCol #topNavigation ul li.selected a {
		/*border-right: 24px solid #443427;
		border-top: 1px solid #443427;
		padding-right: 11px;*/
		color: #f990a0;
	}
	#leftCol #topNavigation ul li a:hover {
		text-decoration: underline;
	}
		#leftCol #topNavigation ul li.selected ul {
			padding: 0 0 10px 0;
			margin: 0;
			background-color: #443427;
			width: 254px;
		}
		#leftCol #topNavigation ul li.selected ul li a {
			background-color: #443427;
			color: #dfd9bd;
			padding-right: 55px;
			border: 0;
			font-size: 1.15em;
			font-family:"Lucida Sans","Lucida Grande",Lucida,Verdana,sans-serif;
			text-transform: none;
			margin-bottom: -5px;
		}
		#leftCol #topNavigation ul li.selected ul li.selected ul {
			padding-bottom: 5px;
			background-color: #4E4134;
		}
		#leftCol #topNavigation ul li.selected ul li.selected a {
			background: transparent url("images/nav-sub-selected.gif") 205px 7px no-repeat;
			/*padding-bottom: 15px;*/
			color: #f990a0;
		}
			#leftCol #topNavigation ul li.selected ul li.selected ul {
				margin-top: 5px;
			}
			#leftCol #topNavigation ul li.selected ul li.selected ul li a {
				background-image: none;
				padding-right: 70px;
				background-color: #4E4134;
				color: #B5AF9A;
				padding-bottom: 10px;
			}
				#leftCol #topNavigation ul li.selected ul li.selected ul li.selected a {
					color: #f990a0;
				}	
/* @end topNavigation */

#contactTagline {
	background: transparent url("images/leftCol-ftr-B.gif") bottom left no-repeat;
	font-size: 1.3em;
	color: #FFF6D5;
	line-height: 1.25em;
	width: 248px;
	/*height: 160px;*/
	position: absolute;
	bottom: 60px;
	left: 11px;
	z-index: 10;
	text-align: center;
	padding-bottom: 45px;
}
	#contactTagline span.scrollTop {
		display: block;
		height: 68px;
		background: transparent url("images/leftCol-ftr-T.gif") top left no-repeat;	
		padding-top: 65px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	#contactTagline a:hover { text-decoration: none; }
	#contactTagline a:visited { color: #978C7F; }
/* @end leftCol */


/* @group rightCol */
#rightCol {
	width: 646px;
	float: left;
	position: relative;
}
	#home #rightCol p {
		margin: 0;
		padding: 0;
	}
	#rightCol ul {
		padding-left: 60px;
	}

/* @group headerPicture */

#rightCol #headerPicture {
	position: relative;
	height: 274px;
}
	#default #rightCol #headerPicture { height: 151px; }
	#rightCol #headerPicture img {
		position: absolute;
		top: -41px;
		left: 0;
	}
		#default #rightCol #headerPicture img {
			top: 0; 
			position: relative; 
			height: 151px;
		}

/* @end headerPicture */

/* @group content */

#rightCol #content {
	padding: 10px 10px 0 10px;
	font-size: 1.2em;
	line-height: 1.8em;
}

#rightCol #content img {
	border: 1px solid #9b9683;
}

/* @group margincontent */

#rightCol span.margincontent table,
#default #rightCol table {
	background: transparent url("images/table-oneCol-M.gif") top left repeat-y;
	width: 624px;
}
	#rightCol #contentTop,
	#default #rightCol #contentTop {
		background: transparent url("images/table-oneCol-T.gif") top left no-repeat;
		margin: 0 -20px; 
		padding: 30px 20px 10px 20px;
	}
		/*#default #rightCol table h2 {
			margin: -10px -30px;
			padding: 30px 30px 0 30px;
		}*/
		#rightCol #contentTop {
			position: absolute;
			margin: 0;
			padding: 0;
			top: 8px;
			left: 30px;
			height: 25px;
			width: 624px;
		}
			#home #rightCol #contentTop {
				top: 280px;
				left: 10px;
			}
			#default #rightCol #contentTop { 
				top: 160px;
			}
	#rightCol span.margincontent td,
	#default #rightCol table td {
		background: transparent url("images/table-oneCol-B.gif") bottom left no-repeat;
		/*padding: 30px 20px 10px 20px;*/
		padding-bottom: 20px;
	}
		#rightCol span.margincontent td div,
		#default #rightCol table td {
			padding: 15px 20px;
		}
#default #rightCol table td table {
	background-image: none;
	width: auto;
}
	#default #rightCol table td table tr {
		background-image: none;
	}
	#default #rightCol table td table td {
		padding: 0;
		background-image: none;
	}
/* @end margincontent */


/* @group layoutcontent */

#rightCol div#layoutcontent {
	margin: 0 0 3px 0;
}
	* html #rightCol div#layoutcontent {
		margin-top: -15px;
	}

#rightCol div#layoutcontent table.twocolumn {
	background: transparent url("images/table-twoCol-M.gif") top left repeat-y;
}
	#rightCol div#layoutcontent table.twocolumn h3 {
		background: transparent url("images/table-twoCol-T.gif") top left no-repeat;
		margin: -10px -15px 0 -20px;
		padding: 15px 15px 5px 20px;
	}
	
	#rightCol div#layoutcontent table.twocolumn td.column1 {
		background: transparent url("images/table-twoCol-B.gif") bottom left no-repeat;
		padding: 10px 15px 10px 20px;
		width: 326px;
	}
		* html #rightCol div#layoutcontent table.twocolumn td.column1 {
			width: 328px;
		}
	#rightCol div#layoutcontent table.twocolumn td.column2 {
		background: transparent url("images/table-twoCol-B.gif") bottom right no-repeat;
		border-right: 2px solid #fff6d5;
		padding: 10px 15px 10px 30px;
		width: 310px;
	}
		* html #rightCol div#layoutcontent table.twocolumn td.column2 {
			width: 314px;
		}
		#rightCol div#layoutcontent table.twocolumn td.column2 h3 {
			margin-left: -22px;
		}
		* html #rightCol div#layoutcontent table.twocolumn td.column2 h3 {
			margin-left: -21px;
		}

/* @end layoutcontent */
/* @end content */
/* @end rightCol */
/* @end ContentWrapper */

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

#footer {
	background: transparent url("images/footer-bg.gif") top left no-repeat;
	height: 33px;
	padding-top: 30px;
}
	#footer a {
		color: #332218;
		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;
}
