@charset "UTF-8";
/* THIS CONTENT IS THE SAME ON ALL PAGES  */

/*
Color Scheme
#cbc4b2 - tan highlight
#ac0807 - red lettering and highlights
#043487 - blue
#fdbe09 - yellow
#59492c - medium brown
*/

/* ***************From Eric Meyer's CSS reset: http://meyerweb.com/eric/tools/css/reset/************* */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.05;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Eric Meyer's CSS reset: http://meyerweb.com/eric/tools/css/reset/ */

body {
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#container #header {
	z-index: 9;
	position: relative;
}

#container #content {
	z-index: 8;
	position: relative;
}

#bg-mast {
	background-image: url(../images/bg_mast.gif);
	background-repeat: repeat-x;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 303px;
	z-index: -5;
}

#header {
	position: relative;
	background-image: url(../images/torch_03.jpg);
	width: 940px;
	height: 286px;
}

#header #hotlink {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

#header h1 {
	position: relative;
	text-indent: -9999px;
}

#login {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	padding-right: 30px;
	padding-top: 3px;
	color: #FFF;
}

#login a {
	text-decoration: underline;
	color: white;
}

/* NAVIGATION */
#navbar {
	height: 31px;
	position: absolute;
	top: 251px;
	padding-left: 460px;
}

#nav {
	margin: 0;
	padding: 2px 2px 0;
	line-height: 100%;

	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

#nav li {
	margin: 0 2px;
	padding: 0 2px;
	float: left;
	position: relative;
	list-style: none;
}

  /* main level link */
#nav a {
	  font-weight: bold;
	  color: #e7e5e5;
	  text-decoration: none;
	  display: block;
	  padding: 8px 10px;
	  margin: 0;
  
	  -webkit-border-radius: 9px;
	  -moz-border-radius: 9px;
	  
	  text-shadow: 0 1px 1px rgba(0,0,0, .3);
}

#nav a:hover {
	  background: #FFF url(../images/gradient.png) repeat-x 0 -100px;
	  color: #043487;
	  border: solid 2px #fdbe09;
	  padding:  6px 8px; /*set padding to two px less than #nav a to compensate for border*/
	  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	  box-shadow: 0 1px 1px rgba(0,0,0, .2);  
	  text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
  
  /* main level link hover */
#nav .current a, #nav li.dropdown:hover > a {
	  background: #FFF url(../images/gradient.png) repeat-x 0 -100px;
	  color: #043487;
	  padding:  8px 8px;
	  border-top: solid 2px #fdbe09;
	  border-left: solid 2px #fdbe09;
	  border-right: solid 2px #fdbe09;
	  border-bottom: solid 2px #FFF;
	  -webkit-border-top-left-radius: 9px;
	  -moz-border-radius-topleft: 9px;
	  -webkit-border-top-right-radius: 9px;
	  -moz-border-radius-topright: 9px;
	  -webkit-border-bottom-left-radius: 0px;
	  -moz-border-radius-bottomleft: 0px;
	  -webkit-border-bottom-right-radius: 0px;
	  -moz-border-radius-bottomright: 0px;
	  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	  box-shadow: 0 1px 1px rgba(0,0,0, .2);  
	  text-shadow: 0 1px 0 rgba(255,255,255, 1);
	  z-index: 27 !important; /*was 25 */
}
  
  /* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	  background: #FFF;
	  border: none;
	  color: #043487;  
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  z-index:25;
}
  
#nav ul a:hover {
	  background: #043487 url(../images/gradient.png) repeat-x 0 -50px !important;
	  color: #fff !important;
	  padding:  8px 8px;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;  
	  text-shadow: 0 1px 1px rgba(0,0,0, .1);
}
  
  /* dropdown */
#nav li:hover > ul {
	  display: block;
}
  
  /* level 2 list */
#nav ul {
	  display: none;
	  margin: 0;
	  padding: 0;
	  width: 185px;
	  position: absolute;
	  top: 33px;
	  left: 2px;
	  background: #FFF url(../images/gradient.png) repeat-x 0 0;
	  border: solid 2px #fdbe09;  
	  -moz-border-radius-topleft: 0px !important;
	  -webkit-border-top-left-radius: 0px !important;
	  -webkit-border-radius: 9px;
	  -moz-border-radius: 9px;
	  border-radius: 9px;  
	  -webkit-box-shadow: 0 4px 6px rgba(0,0,0, .4);
	  -moz-box-shadow: 0 4px 6px rgba(0,0,0, .4);
	  box-shadow: 0 4px 6px rgba(0,0,0, .4);
	  z-index: 10;
}
  
#nav ul li {
	  float: none;
	  margin: 0;
	  padding: 0;
}
  
#nav ul a {
	  font-weight: normal;
	  text-shadow: 0 1px 0 #fff;
}
  
  /* level 3+ list */
#nav ul ul {
	  left: 181px;
	  top: -3px;
}
  
  /* rounded corners of first and last link */
#nav ul li:first-child > a {
	  -webkit-border-top-left-radius: 0px;
	  -moz-border-radius-topleft: 0px;
  
	  -webkit-border-top-right-radius: 9px;
	  -moz-border-radius-topright: 7px;
}
  
#nav ul li:last-child > a {
	  -webkit-border-bottom-left-radius: 7px;
	  -moz-border-radius-bottomleft: 7px;  
	  -webkit-border-bottom-right-radius: 7px;
	  -moz-border-radius-bottomright: 7px;
}
  
#nav:after {/* clearfix for nav */
	  content: ".";
	  display: block;
	  clear: both;
	  visibility: hidden;
	  line-height: 0;
	  height: 0;
}
  
#nav {
	  display: inline-block;
} 
  
html[xmlns] #nav {
	  display: block;
}
   
* html #nav {
	  height: 1%;
}

#content {
	padding-top: 30px;
}

/* FOOTER ELEMENTS */

#footer {
	clear: both;
	background: #6F4A20 url(../images/footer_bg.jpg) center no-repeat;
	margin: 0px auto;
	border-top: 1px white solid;
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 26px;
	color: #FFF;
	line-height: 26px;
	text-align: center;
}

#footer-container {
	width: 100%;
	position: absolute;
	z-index: 1;
	height: 65px;
}
	
#footer-nav {
	width: 940px;
	margin: 0 auto;
	position: relative;
	bottom: 0px;
	background: url(../images/small_torch.png) 60px bottom;
	background-repeat: no-repeat;
	height: 65px;
	z-index: 20;
	text-align: center;
}

#footer-nav p {
	position: relative;
	bottom: -15px;
	color: #043487;
	font-size: 1.15em;
}

#footer-nav p a {
	color: #043487;
	text-decoration: none;
}

#footer-nav p a:hover {
	color: #6B89B4
}

#footer-nav-ie6 {
	width: 940px;
	margin: 0 auto;
	position: relative;
	bottom: 0px;
	background: url(../images/torch_ie6.png) 60px bottom;
	background-repeat: no-repeat;
	height: 65px;
	z-index: 20;
	text-align: center;
}

/* GENERAL ELEMENTS */

.donate {
	margin-left: 32px;
	margin-bottom: 12px;
	list-style-type: decimal;
}

#breadcrumbs {
	padding-bottom: 12px;
	font-size: 10px;
	line-height: 10px;
}

.block_indent {
 	padding-left: 40px;
}

.clearfix:after {
  	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.details {
	font-size: .75em;
	
}

.dvd_img {
	padding-left: 15px;
}

.faint {
	color: #993333;
}

.hr_spacer {
	height: 3px;
	color: #AC0807;
	background-color: #AC0807;
	border: none;
	width: 560px;
	float: left;
}

.img_pad {
	padding-left: 16px;
}

.lg_tan {
	font-size: 1.5em;
	color: #867752; /*#CBC4B2;*/
	font-family: Old English, Georgia, "Times New Roman", serif;
	line-height: 1.1em;
}

.links {
	list-style-type: square;
}

.quiz_spacer {
	height: 85px;
	width: 100%;
}

.small {
	font-size: .75em;
}

.sub_links {
	list-style-type: circle;
}

.tiny_h2 {
	font-style: normal;
	font-size: 10px;
	display: inline-block;
}

.tl {
	font-style: italic;
}

/* IMAGES & CAPTIONS */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	padding-left: 10px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
