/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna (and support staff)
*     Auth Web: http://www.mediasation.com
*     modified: 4 September 2007 @ 10:20 EST
* --------------------------------------------------------------
**/

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

body, div, p, input, textarea, td,h1, h2, h3, h4, h5, h6 {
	font-family: "Garamond Premr Pro", Garamond, Georgia, "Times New Roman", Times, serif;
	color: #333;
}

a {
	color: #BD6F15;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
	a:visited {
		color: #4e7194;
	}
	a img {
		border: 0;
	}
    
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

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

ul {
	list-style-image: url("images/bullet.gif");
}

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

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

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

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

#header #img {
	margin-left: 250px;
	background: transparent url("images/hdr-topImg.jpg") top left no-repeat;
	height: 140px;
}
/* @end header */


/* @group contentWrapper */
#contentWrapper,
#contentWrapper div.outer {
	background-color: #FFF;
}

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

#home #contentWrapper div.outer {
	height: 429px; 
}

#contentWrapper div.innerContent {
	min-height: 300px;
	margin: 0 10px;
}

#contentWrapper div.innerContent p {
	margin: 0;
	padding: 10px 0;
}

#contentWrapper div.innerContent #leftCol {
	float: left;
	width: 240px;
}
/* @group topNavigation */
/*#topNavigation ul {
	margin: 0;
	padding: 0;
}

#topNavigation ul li {
	list-style: none;
	list-style-image: none;
}

#topNavigation ul li a {
	display: block;
	text-transform: uppercase;
	padding: 8px 20px 5px 20px;
	font-weight: normal;
	font-size: 1.3em;
	text-decoration: none;
	background-color: #4F7194;
	background-image: url("images/nav-bg.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	font-weight: bold;
	height: 21px;
}
#topNavigation ul li a:hover,
#topNavigation ul li.selected a {
	text-decoration: underline;
	background-position: -239px 0;
}
#leftCol #topNavigation ul li.selected a {
	text-decoration: none;
}*/
/* @end topNavigation */
#home #contentWrapper div.innerContent #rightCol {
	margin: 1px;
	width: 652px;
	float: left;
	font-size: 1px;
	height: 427px;
	overflow: hidden;
}
#home #contentWrapper div.innerContent #rightCol #flashcontent {
	margin: -8px 0 0 0;
}
/* @group default */

#default #contentWrapper div.innerContent #midCol {
	width: 483px;
	float: left;
}
#default #contentWrapper div.innerContent #rightCol {
	width: 172px;
	float: left;
}
#default #contentWrapper div.innerContent {
	position: relative;
}
#default #contentWrapper div.innerContent #overlayImg,
#noMargin #contentWrapper div.innerContent #overlayImg {
	position: absolute;
	z-index: 4;
}

/* @group midCol */
#default #contentWrapper div.innerContent #midCol h2,
#noMargin #contentWrapper div.innerContent #midCol h2 {
	font-size: 1.8em;
	color: #803500;
	padding: 15px 0 8px 0;
}

#default #contentWrapper div.innerContent #content img,
#noMargin #contentWrapper div.innerContent #content img {
	border: 1px solid #B9B8B6;
	margin: 0 15px 15px 15px;
}
#default #contentWrapper div.innerContent #content,
#default #contentWrapper div.innerContent #rightCol,
#noMargin #contentWrapper div.innerContent #content {
	font-size: 1.2em;
}
#default #contentWrapper div.innerContent #content,
#noMargin #contentWrapper div.innerContent #midCol #content {
	padding: 13px 19px;
	font-size: 1.4em;
}

#noMargin #contentWrapper div.innerContent #midCol {
	width: 655px;
	float: left;
}
/* @end midCol */


#default #contentWrapper div.innerContent #content,
#default #contentWrapper div.innerContent #rightCol td,
#noMargin #contentWrapper div.innerContent #content, 
#noMargin #contentWrapper div.innerContent #content td {
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#default #contentWrapper div.innerContent #content #clickableHdrImg,
#default #contentWrapper div.innerContent #rightCol table {
	padding: 5px;
	border: 1px solid #B9B8B6;
	background-color: #F0F1E9;
	text-align: center;
}

/* @group rightCol */
#default #contentWrapper div.innerContent #rightCol ul {
	margin: 10px;
	padding: 0 0 0 15px;
}
#default #contentWrapper div.innerContent #rightCol td,
#default #contentWrapper div.innerContent #rightCol td p {
	font-size: 1.05em;
}
#default #contentWrapper div.innerContent #rightCol td blockquote {
	margin: 0;
	padding: 10px;
}
#default #contentWrapper div.innerContent #rightCol h3 {
	background-color: #BD6F15;
	color: #FFF;
	text-transform: uppercase;
	border: 1px solid #8B500D;
	padding: 4px 4px 3px 4px;	
}
#default #contentWrapper div.innerContent #rightCol h4 {
	color: #803500;
	font-size: 1.4em;
}
#default #contentWrapper div.innerContent #rightCol table {
	padding: 1px;
	text-align: left;
	width: 165px;
	margin: 3px 4px 4px 0;
}

/* @end rightCol */
/* @end default */
/* @end contentWrapper */

#topNavigation a,
#footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	color: #FFF;
}



/* @group footer */
#footer,
#footer div.outer {
	background: #FFF url("images/footer-outer.gif") top left repeat-x;
	text-transform: uppercase;
	height: 144px;
}
#footer div.outer {
	background: transparent url("images/footer-inner.jpg") top left no-repeat;	
}
#footer div.innerContent {
	padding: 15px 0 0 30px;
}
#footer div.innerContent #copyright {
	padding: 20px 20px 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #c5c5c5;
	line-height: 1.5em;
	text-align: left;
	clear: both;
}
	#footer div.outer div.innerContent #copyright a {
		color: #c5c5c5;
	}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
}
#footer a {
	text-decoration: none;
}

#footer #ftrNavigation a {	
	font-size: 1.1em;
	padding-top: 2px;
	display: block;
	float: left;
}

#footer ul li p.spacer {
	float: left;
	margin: 1px 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.3em;
}

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

/* @end footer */



/** Global Class Styles
-------------------------- **/
.hidden {
	display: none;
}

/* Styles for Netscape */

.clear
{
  clear:both;
  margin: 0;
  padding: 0;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
  font-size: 1px;
}