/*  
Theme Name: ALERT Default
Theme URI: http://www.alertacademy.com/
Description: The default ALERT program theme designed by Joshua Wychopen in 2006-2008.
Version: 1.0
Author: Joshua Wychopen
Author URI: http://www.joshwychopen.com/
*/

/* Site Globals */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}

.alignleft {
	float: left;
	margin-right: 10px; 
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #a2300c;
	background-color: #f3f3f4;		
}

.alignright {
	float: right;
	margin-left: 10px; 
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #a2300c;
	background-color: #f3f3f4;	
}

a {
	text-decoration: none;
	color: #a2300c;
}

a:hover {
	text-decoration: underline;
	color: #a2300c;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #a2300c;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #a2300c;
	line-height: 19px;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #a2300c;
	line-height: 19px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a2300c;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a2300c;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #333333;
	padding: 5px 0px 10px 0px;
}

#background {
	background: #ffffff url(../../../images/fc/bg.jpg) no-repeat scroll 50% 0pt;
	height: 846px;
	margin: 0 auto;
	border-top: 3px solid #533a26;
}

#wrapper {
	width: 825px;
	margin: 0 auto;
	position: relative;
}

#header-logo {
	width: 825px;
	height: 176px;
	float: left;
	background-image: url(../../../images/fc/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.logo a {
	width: 320px;
	height: 128px;
	float: left;
	text-indent: -9999px;
	margin: 20px 0px 0px 5px;
}

.donate a {
	width: 272px;
	height: 65px;
	float: right;
	margin: 86px 0px 0px 0px;
	background-image: url(../../../images/fc/donate-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
}

.donate a:hover {
	background-position: 0px -65px;
}

.top-links {
	float: right;
	width: 272px;
	text-align: right;
	margin: 2px 0px 0px 0px;
	padding: 0px 10px 5px 0px;
	color: #a2300c;
}

.top-links a {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1em;
}

.top-links a:hover {
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #a2300c;
}

#navigation {
	width: 553px;
	height: 56px;
	float: left;
  	background:  url(../../../images/fc/navigation-bg.jpg) no-repeat;
}

li.home a {
  background:  url(../../../images/fc/navigation-bg.jpg) no-repeat;
  width: 97px;
  height: 56px;
  background-position: 0 0;
}

li.home a:hover {
  background:  url(../../../images/fc/navigation-bg.jpg) no-repeat;
  width: 97px;
  height: 56px;
  background-position: 0 -57px;
}

li.about a {
  background:  url(../../../images/fc/navigation-bg.jpg) no-repeat;
  width: 97px;
  height: 56px;
  background-position: -97px 0;
}

li.about a:hover {
  background:  url(../../../images/fc/navigation-bg.jpg) no-repeat;
  width: 97px;
  height: 56px;
  background-position: -97px -57px;
}

li.program a {
  background:  url(../.	./../images/fc/navigation-bg-test.jpg) no-repeat;
  width: 116px;
  height: 56px;
  background-position: -194px 0px;
}

li.program a:hover {
  background:  url(../../../images/fc/navigation-bg.jpg) no-repeat;
  width: 116px;
  height: 56px;
  background-position: -194px -57px;
}

li.activities a {
  background:  url(../../../images/fc/navigation-bg.jpg) no-repeat;
  width: 122px;
  height: 56px;
  background-position: -310px 0;
}

li.activities a:hover {
  background:  url(../../../images/fc/navigation-bg.jpg) no-repeat;
  width: 122px;
  height: 56px;
  background-position: -310px -57px;
}

li.contact a {
  background:  url(../../../images/fc/navigation-bg.jpg) no-repeat;
  width: 121px;
  height: 56px;
  background-position: -432px 0;
}

li.contact a:hover {
  background:  url(../../../images/fc/navigation-bg.jpg) no-repeat;
  width: 121px;
  height: 56px;
  background-position: -432px -57px;
}

/* ---------------[ Drop-down Menu ]--------------- */
/* Based on Ruthsarian Menus : ruthsarian@gmail.com */

ul#nav {
	float: left;
	list-style-type: none;
	height: 45px;
}

ul#nav li a {
 	margin: 0;
  	padding:0;
	float: left;
	text-indent: -9999px;
	font-weight: bold;
}

ul#nav, ul#nav li, ul#nav ul {
	list-style: none;
}

ul#nav ul {
	display: none;
	top: 56px;
	right: auto;
	left: -0px;
	width: 20em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999999;
	text-align: left;
	text-indent: 0;
}

ul#nav li {
	position: relative;
	float: left;
	z-index: 1;
	font-weight: bold;
}

ul#nav li:hover {
	z-index: 999;
}

ul#nav li:hover > ul {
	display: block;
	position: absolute;
}

ul#nav ul li a {
	display: block;
	float: none;
	height: 1em;
	width: 20em;
	padding: 1em;
	background: #ccc;
	text-indent: 0;
	color: #333333;
	text-decoration: none;
}

ul#nav ul, ul#nav ul li {
	float: none;
	width: 22em;
}

ul#nav ul li a, ul#nav ul li a:link, ul#nav ul li a:visited {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

ul#nav ul li a:hover, ul#nav ul li a:active {
	background: #999999;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../../../images/fc/drop-down-hover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Drop-down Menu Hacks */
ul#nav ul {
	background-color: #fff;
}

ul#nav ul li a {
	position: relative;
}

/* End Navigation */

#main {
	width: 825px;
	float: left;
	background-color: #ffffff;
	background-image: url(../../../images/fc/wrapper-bg.jpg);
	background-repeat: repeat;
	background-position: left top
}

#left {
	width: 552px;
	float: left;
}

ol {
	padding: 0px 0px 0px 35px;
}

#header {
	height: 337px;
	width: 553px;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
}

#content {
	width: 502px;
	float: left;
	padding: 15px 25px 20px 25px;
	text-align: left;
}

#content ul {
	margin: 0px 0px 10px 45px;
	padding: 0px 0px 0px 0px;
	color: #a2300c;
}

content ul li {
	line-height: 14px;
	padding: 0;
	color: #a2300c;
}

#sidebar {
	width: 273px;
	float: left;
	background-color: #AAAAAA;
	padding-bottom: 10px;
}

#search {
	width: 272px;
	height: 56px;
	float: left;
	background-image: url(../../../images/fc/search-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

#search-input {
	height: 24px;
	float: left;
	margin: 14px 0px 0px 27px;
	text-align: center;
}

#search-button {
	height: 23px;
	float: left;
	margin: 15px 0px 0px 0px;
	text-align: center;
}

.search-input {
	font-size: 1.4em;
	border: 1px solid #999999;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px 0px 1px 1px;
	padding: 2px;
	color: #333333;
	width: 120px;
}

.date a {
	width: 234px;
	height: 68px;
	float: left;
	background-image: url(../../../images/fc/date.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	margin: 20px 20px 0px 20px;
}

.video a {
	width: 234px;
	height: 68px;
	float: left;
	background-image: url(../../../images/fc/video.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	margin: 20px 20px 0px 20px;
}

/* Featured Links */

#featured-links {
	width: 234px;
	height: 247px;
	float: left;
	background-image: url(../../../images/fc/featured-links.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 20px 0px 20px;
}

ul#fl {
	list-style: none;
	float: left;
	margin: 40px 0px 0px 0px;
}

ul#fl li, ul#fl ul {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

ul#fl li a {
  text-indent: -9999px;
  float: left;
  padding: 0px;
  margin: 0px;
}

li.fl-program a {
  background:  url(../../../images/fc/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 48px;
  background-position: 0 0;
}

li.fl-program a:hover {
  background:  url(../../../images/fc/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 48px;
  background-position: -234px 0px;
}

li.fl-speakers a {
  background:  url(../../../images/fc/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 38px;
  background-position: 0px -48px;
}

li.fl-speakers a:hover {
  background:  url(../../../images/fc/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 38px;
  background-position: -234px -48px;
}

li.fl-events a {
  background:  url(../../../images/fc/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 34px;
  background-position: 0px -88px;
}

li.fl-events a:hover {
  background:  url(../../../images/fc/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 34px;
  background-position: -234px -88px;
}

li.fl-campregistration a {
  background:  url(../../../images/fc/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 39px;
  background-position: 0px -122px;
}

li.fl-campregistration a:hover {
  background:  url(../../../images/fc/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 39px;
  background-position: -234px -122px;
}

li.fl-news a {
  background:  url(../../../images/fc/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 55px;
  background-position: 0px -161px;
}

li.fl-news a:hover {
  background:  url(../../../images/fc/featured-links-buttons.jpg) no-repeat;
  width: 234px;
  height: 55px;
  background-position: -234px -161px;
}

/* Recent News */

#recent-news {
	width: 234px;
	height: 198px;
	float: left;
	background-image: url(../../../images/fc/recent-news.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 20px 0px 20px;
}

#recent-news a {
	color: #666666;
}

#recent-news h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5076a4;
	line-height: 19px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	text-align: left;
}

ul#rn {
	list-style: none;
	float: left;
	margin: 40px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
	width: 194px;
	height: 128px;
}

ul#rn li {
	text-align: left;
	list-style-type: none;
	padding: 0px 0px 4px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

ul#rn li.morenews {
	text-align: left;
	list-style-type: none;
	padding: 6px 0px 4px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

#header {
	width: 553px;
	height: 337px;
	float: left;
	background-image: url(../../../images/fc/fader/fader-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

h1.preamble {
	width: 552px;
	height: 77px;
	float: left;
	background-image: url(../../../images/fc/preamble.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -9999px;
	font-size: 16px;
	color: #205790;
	margin: 0;
}

#training {
	width: 502px;
	height: 159px;
	float: left;
	padding: 0px 25px 20px 25px;
	text-align: left;
	background-image: url(../../../images/fc/training-bg.jpg);
	background-repeat: repeat;
	background-position: left top
}

.basic-training a {
	width: 125px;
	height: 125px;
	float: left;
	text-indent: -9999px;
	margin: 0px 0px 0px 14px;
	padding: 0px;
}

.ert a {
	width: 125px;
	height: 125px;
	float: left;
	text-indent: -9999px;
	margin: 0px 0px 0px 51px;
	padding: 0px;
}

.advanced a {
	width: 125px;
	height: 125px;
	float: left;
	text-indent: -9999px;
	margin: 0px 0px 0px 49px;
	padding: 0px;
}

#footer {
	width: 825px;
	height: 100px;
	float: left;
	background-image: url(../../../images/fc/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
}

#footer p {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 18px 0px 0px 25px;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #a2300c;
	text-decoration: underline;
}

/* Form Sets */

label {
	cursor: pointer;
}

fieldset {
	border: none;
	padding: 0;
}

input:focus, input.sffocus, textarea:focus, select:focus {
	background: #feffd7;
}

textarea, select {
	font-size: 1.4em;
	border: 1px solid #cccccc;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px 0px 1px 1px;
	padding: 2px;
	color: #333333;
}

.input {
	font-size: 1.4em;
	border: 1px solid #cccccc;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px 0px 1px 1px;
	padding: 2px;
	color: #333333;
	width: 200px;
}

.input-long {
	font-size: 1.4em;
	border: 1px solid #cccccc;
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 1px 0px 1px 1px;
	padding: 2px;
	color: #333333;
	width: 444px;
}

select {
	padding: 1px;
	font-size: 1.3em;
}

blockquote {
	width: 470px;
	background-color: #f3f3f4;
	float: left;
	padding: 15px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 5px solid #cccccc;
	border-left: 1px solid #cccccc;
}

/* Ministry Index */

#ministry_index_wrapper {
	background-color: #392616;
}

#ministry_index {
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0 100px;
	width: 800px;
}

#ministry_index ul {
	float: left;
	padding: 0 10px;
	width: 140px;
}

#ministry_index dt {
	padding: 10px 0 5px;
}

#ministry_index li {
	padding: 1px 0;
	list-style-type: none;
}

#ministry_index dt a {
	color: #fff;
}

#ministry_index li a {
	color: #875d33;
}

#ministry_index a:hover {
	text-decoration: underline;
}

#ministry_tab {	
	background: url(../../../images/fc/ministry_tab.jpg) no-repeat left bottom;
	cursor: pointer;
	display: block;
	font-size: 0;
	width: 138px;
	height: 22px;
	float: right;
	margin: 0px 20px 0px 0px;
	overflow: hidden;
	text-indent: -99999px;
}

#ministry_tab.on {
	background-position: 0 0;
}

#skip_links {
	overflow: hidden;
	width: 0;
	height: 0;
}
