/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna (and support staff)
*     Auth Web: http://www.mediasation.com
*     modified: 12 October 2007 @ 16:15 EST
* --------------------------------------------------------------
**/

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

body, div, p, input, textarea, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333;
}

a {
	color: #660000;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
	a:visited {
		color: #330000;
	}
	a img {
		border: 0;
	}
    
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #660000;
	margin-bottom: 0.25em;
	line-height: 1.25em;
}
	h2 { 
		font-size: 2.9em; 
		font-family: Georgia, "Times New Roman", Times, serif;
	}
		#default h2 { margin-bottom: 0; }
	h3, h4, h5, h6 {
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		margin-top: 0.5em;
	}
	h3 { font-size: 2.2em; }
	h4 { font-size: 1.5em; }
	h5 { font-size: 1.3em; }
	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;
	}
	
#highlight #margincontent { 
	behavior: url("/globals/iepngfix_v1/iepngfix.php");
}

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

div.innerContent {
	padding: 0 11px;
}

/* @group header */
#header,
#header div.outer {
	background: transparent url(images/hdrBg-outer.gif) top left repeat-x;
	height: 128px;
	overflow: hidden;
}

#header div.outer {
	background-image: url(images/hdrBg-inner.jpg);
	position: relative;
}

#header #banner {
	width: inherit;
	height: 141px;
}
#header #banner a, 
#header #banner a:visited
{
	position: absolute;
	display: block;
	background: url("images/logo.gif") 0 0 no-repeat;
	text-indent: -10000px;
	width: 318px;
	height: 108px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 8px;
	left: 33px;
}

/* @group topNavigation */
#topNavigation {
	width: 600px;
	height: 29px;
	position: absolute;
	bottom: 6px;
	right: 10px;
}
	* html #topNavigation {
		bottom: 0;
	}
/* @end topNavigation */
/* @end header */

/* @group hightlight */

#highlight,
#highlight div.outer {
	background: #000 url("images/highlight-outer.jpg") top left repeat-x;
	height: 338px;
}

#highlight div.outer {
	background: transparent url("images/highlight-inner.jpg") top left repeat-x;
	position: relative;
}

#default #highlight,
#nomargin #highlight,
#default #highlight div.outer,
#nomargin #highlight div.outer  {
	background: #000 url("images/sub-highlight-outer.jpg") top left repeat-x;
	height: 247px;
}

#default #highlight div.outer,
#nomargin #highlight div.outer{
	background: transparent url("images/sub-highlight-inner.jpg") top left repeat-x;
	position: relative;
}

#highlight #margincontent {
	position: absolute;
	top: 4px;
	left: 40px;
	background: transparent url("images/home-marginContentBg.png") top left no-repeat;
	width: 282px;
	height: 291px;
	padding: 20px;
}
	#highlight #margincontent h3 {
		color: #FFF;
		font-size: 3.8em;
		margin-top: 0;
	}
	#highlight #margincontent div,
	#highlight #margincontent p {
		color: #FFF;
		font-size: 1.2em;
		line-height: 1.5em;
	}
		#highlight #margincontent a {
			color: #FFF;
			/*text-decoration: none;*/
		}
		/*#highlight #margincontent a:hover {
			color: #999;
		}*/

#highlight div.innerContent {
	padding-top: 4px;
}

/* @end hightlight */

/* @group contentWrapper */

#contentWrapper,
#contentWrapper div.outer {
	background-color: #FFF;
}

#contentWrapper div.outer {
	background: transparent url("images/content-inner.jpg") top left repeat-y;
}

#home #contentWrapper div.innerContent,
#default #leftCol,
#default #rightCol,
#nomargin #content {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 30px 0;
}

#home #contentWrapper div.innerContent td.column1 {
	width: 381px;
}

#home #contentWrapper div.innerContent td.column2 {
	width: 559px;
	padding-right: 30px;
}

#default #leftCol,
#default #rightCol {
	float: left;
	padding: 30px 40px;
}

#default #leftCol {
	width: 250px;
}

#default #rightCol {
	width: 554px
}

#nomargin #content {
	padding: 30px 30px;
}

/* @group subNavigation */

#default #leftCol #subNavigation ul {
	margin: 0 0 45px 0;
	padding: 0;
	border-top: 1px solid #660000;
}
	#default #leftCol #subNavigation ul ul {
		border-top: 0;
		margin-top: 0;
		height: auto;
	}
		* html #default #leftCol #subNavigation ul ul {
			margin-top: -13px;
		}
	
#default #leftCol #subNavigation ul li {
	list-style: none;	
}
#default #leftCol #subNavigation ul li.lvl1.selected {
	background-image: none;
}
#default #leftCol #subNavigation ul li.lvl2 a {
	display: block;
	padding: 5px 0 0 35px;
	background: #FFF url("images/sub-li-bg.gif") top left no-repeat;
	height: 22px;
	margin: 1px 0;
	text-decoration: none;
	border-bottom: 1px solid #660000;
}
	#default #leftCol #subNavigation ul li.lvl2 a:hover {
		text-decoration: underline;
	}
	#default #leftCol #subNavigation ul li.lvl1.selected ul li.selected a {
		color: #FFF;
		background: transparent url("images/sub-li-selectedBg.gif") top left no-repeat;
	}
		#default #leftCol #subNavigation ul li.lvl1.selected ul li.lvl2 ul {
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #660000;
		}
		#default #leftCol #subNavigation ul li.lvl1.selected ul li.lvl2 ul li.lvl3 a {
			background-image: none;
			padding-left: 45px;
			border: 0;
			margin-bottom: 5px;
			color: #184562;
			line-height: normal;
			height: auto;
		}
			* html #default #leftCol #subNavigation ul li.lvl1.selected ul li.lvl2 ul li.lvl3 a {
				margin-bottom: 0;
				height: 32px;
			}
			#default #leftCol #subNavigation ul li.lvl1.selected ul li.lvl2 ul li.selected {
				font-weight: bold;
			}		

/* @end subNavigation */


/* @end contentWrapper */


/* @group footer */
#footer,
#footer div.outer {
	background: #FFF url("images/footer-outer.gif") top left repeat-x;
	text-transform: uppercase;
	height: 110px;
}

#footer div.outer {
	background: transparent url("images/footer-inner.jpg") top left no-repeat;	
}

#footer div.innerContent #copyright {
	padding: 15px 20px 0 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.0em;
	color: #FFF;
	line-height: 1.5em;
}
	#footer a {
		text-decoration: none;	
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer div.innerContent #copyright a {
		color: #FFF;
	}

/* @end footer */



/** Global Class Styles
-------------------------- **/
.hidden {
	display: none;
}
.clear
{
  clear:both;
  margin: 0;
  padding: 0;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}
	* html .clear {
		display: none;
	}