/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-07-02 @ 13:51 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
body {
	margin: 0;
	padding: 0;
	background: #FAF6D0 url("images/bodyBg.gif") top left repeat-x;
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}
	#subPg {
		background-position: 0 -110px;
	}
	* html {
		overflow-x: hidden;
	}
a {
	color: #4b443e;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}	
	a:visited {
		color: #CCC;
	}
    
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;
}

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


/** Header
-------------------------- **/
/* @group header */
#header {
   width: inherit;
}

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

/* @group topNavigation */

#header #topNavigation {
	width: inherit;/*584px;*/
	height: 30px;
	position: relative;
	border-right: 0;
	border-left: 0;
	z-index: 100;
}

#header #topNavigation ul,
#home td.homeTitle,
#subPg #rightCol h3,
#subPg #leftCol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
}
/* @group suckertree */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#topNavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 13px;
	*top: 15px;/*IE7 */
	left: 0;
}
	* html #topNavigation ul {
		top: 15px;
		left: 0;
	}
#topNavigation ul li {
	display: inline;
	position: relative;
	float: left;
}

#topNavigation ul li a,
#header #topNavigation ul li.active ul li a {
	display: block;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 10px 8px 10px;
	margin-right: 2px;
	font-size: 12px;
	text-decoration: none;
	background-color: #49443E;
	float: left;
	border: 0;
}
	* html #topNavigation ul li a,
	* html #header #topNavigation ul li.active ul li a {
		margin-right: 1px;
	}
	#header #topNavigation ul li.active a {
		text-decoration: underline;
		background-color: #F9F5D3;
		color: #49443E;
	}
		#header #topNavigation ul li.active ul {
			border: 1px solid #F9F5D3;
			background-color: #49443E;
		}
		#header #topNavigation ul li.active ul li a {
			text-decoration: none;
			margin-right: 0;
		}
		* html #header #topNavigation ul li.active ul li a {
			margin: 0;
		}
	#header #topNavigation ul li a:hover,
	#header #topNavigation ul li.active ul li a:hover {
		text-decoration: underline;
		background-color: #F9F5D3;
		color: #49443E;
	}
		#header #topNavigation ul li.selected a {
			text-decoration: none;
			background-color: #F9F5D3; /*#dcdfde;*/
			color: #49443E;
		}
		#header #topNavigation ul li.selected a:hover {
			text-decoration: underline;
		}
	
/*1st sub level menu*/
#topNavigation ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#topNavigation ul li ul li {
	display: list-item;
	float: none;
	margin: -4px 0 0 0;
}

#topNavigation ul li ul li.liFirst {
	margin: 0;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#topNavigation ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
#topNavigation ul li ul li a {
	width: 160px; /*width of sub menu levels*/
	border-top: 0;
	display: block;
	text-transform: uppercase;
	color: #FFF;
	padding: 5px 10px 8px 10px;
	font-size: 12px;
	text-decoration: none;
	background-color: #49443E;
	border: 1px solid #F9F5D3;	
	border-top: 0;
	float: none;
}

#topNavigation a.first {
	border-top: 1px solid #F9F5D3;	
}

/*#topNavigation ul li a:hover{
background-color: black;
color: white;
}*/

/*Background image for top level menu list links */
/*#topNavigation .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}*/

/*Background image for subsequent level menu list links */
/*#topNavigation .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}*/

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #topNavigation ul li { float: left; height: 1%; }
* html #topNavigation ul li a { height: 1%; }
/* End */

/* @end suckerTree*/
/* @end topNavigation */





/*#header #photograph,*/
#subPg #rightCol h6 {
	border: 10px solid #ECEADE;
	border-bottom-width: 8px;
	border-top-width: 8px;
}
#header #photograph,
#subPg #rightCol h6 {
	position: relative;
}
/*#header #photograph img,*/
#subPg #rightCol img {
	border: 1px solid #AAA99F;	
}
#header #tagLine {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 1.7em;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	display: none;
}
	#header #tagLine h3 {
		font-weight: normal;
	}

/* @end header */

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

#contentWrapper {
	margin-top: 18px;
}

#subPg #contentWrapper {
	height: 250px;
	background: transparent url(images/bar-vertical.gif) 592px 0 repeat-y;
}

#subPg #wrapper > #contentWrapper {
	height: auto;
	min-height: 250px;
}

/* @group homePg */

#home div.outercontent ul {
	margin-top: 15px;
}

#home div.outercontent,
#footer {
	margin: 0 1px 0 1px;
}

#home table.homeTable {
	margin-top: 12px;
}

#home td.homeContent,
#subPg #leftCol {
	width: 250px;
	padding: 0 20px 0 10px;
}

#home td.homeTitle {
	width: 280px;
	padding-bottom: 0;
}

#home td.homeTitle,
#subPg #rightCol h3,
#subPg #leftCol h2 {
	font-size: 1.4em;
	color: #4B443E;  /*color: #FFF;*/
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

#home td.content,
#home td.homeContent,
#subPg #leftCol,
#subPg #rightCol {
	font-size: 1.2em;
	line-height: 1.5em;
}

#home td.column1,
#home td.column2 {
	background: transparent url(images/bar-vertical.gif) 100% 50% repeat-y;
}

#home td.column2,
#home td.column3,
#subPg #rightCol {
	width: 259px;
	padding-left: 20px;
}

/* @end homePg */

#subPg #leftCol {
	width: 562px;
	float: left;
}
   #subPg #leftCol #imgToolTips div.imageslot {
      width: 150px;
      margin-right: 20px;
      margin-bottom: 20px;
      float: left;
   }
/*#subPg #leftCol p {
	padding: 5px 10px;
}*/

#subPg #rightCol {
	width: 231px;
	float: left;
	background-position: top left;
	font-style: italic;
}

#subPg #rightCol h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}

#subPg #rightCol h6 {
	width: 201px;
	margin: 0 auto;
}

/* @end ContentWrapper */

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

#footer {
	margin: 15px 5px;
	padding-top: 16px;
	font-size: 0.9em;
	text-transform: uppercase;
	position: relative;
	background: transparent url(images/bar-horizontal.gif) top left no-repeat;
}

#siteBy {
	position: absolute;
	top: 16px;
	right: 0;
}

#siteBy a {
	color: #666;
	text-decoration: none;
}

#siteBy a:hover {
	color: #333;
}

/* @end footer */

/** @group iframe */
#iframe {
   
}
#iframe { background-image:  none; }
#iframe #header { height: 45px; }
#iframe #message {
   background-color: #4B443E;
   color: #FFF;
   padding: 10px 15px;
   padding-top: 8px;
   font-weight: bold;
   font-size: 1.4em;
}
#iframe #donate_form label, #iframe #donate_form div.label { padding-bottom: 0; }
#iframe #submit_button { padding-top: 8px; }
   #iframe #submit_button button {
      font-size: 1.1em;
      font-weight: bold;
      background-color: #8A7A67;/*#C2D52C;*/
      color: #FFF;/*8A7A67*/
      border: 2px solid #7E7264;
      padding: 3px 8px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      width: 60px;
      text-align: center;
   }
      #iframe #ajax_loader {
         top: 4px;
         left: 50%; 
         margin-left: 37px;
      }

/* @end iframe **/



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

.hidden {
	display: none;
}

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

.removeBullets {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* ToolTip(s)
-------------------------- */
.tooltip {
	width: 350px;
	color: #fff;
	z-index: 10;
	border: 5px solid #3B322D;
}
.tooltip .title { 
	font: 14px Georgia, "Times New Roman", Times, serif;
	background-color: #3B322D;
	padding: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.tooltip .content { 
	background: #FAF5C4; 
	font: 13px Arial, Helvetica, sans-serif; 
	padding: 5px;
	line-height: 1.5em;
	color: #3B322D;
}

.tooltip .content ul {
	margin: 0;
	padding: 0;
}

.tooltip .content li {
	list-style: none;
	padding: 0;
}