/*  
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/
*/

/* IE6 Site Globals */

* html #wrapper {
	width: 828px;
	margin: 0 auto;
	position: relative;
}

* html #training {
	width: 501px;
	height: 159px;
	float: left;
	padding: 0px 23px 20px 25px;
	text-align: left;
	background-image: url(../../images/fc/training-bg.jpg);
	background-repeat: repeat;
	background-position: left top
}

* html #sidebar {
	width: 270px;
	float: left;
	background-color: #AAAAAA;
	background-image: url(../../images/fc/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

* html #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 5px 0px 10px;
}

* html #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: 15px 5px 0px 10px;
}

* html #page-links {
	width: 234px;
	float: left;
	background-image: url(../../images/fc/page-links.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 5px 0px 10px;
}

* html #blog-categories {
	width: 234px;
	float: left;
	background-image: url(../../images/fc/blog-categories.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 15px 5px 0px 10px;
}

* html .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: 15px 5px 0px 20px;
}

* html .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: 15px 5px 0px 20px;
}

* html .see-more {
	width: 105px;
	height: 20px;
	background-image: url(../../images/fc/see-more.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	margin: 5px 0px 5px 0px;
	display: block;
	cursor: pointer;
}

* html #search-input {
	height: 24px;
	float: left;
	margin: 14px 0px 0px 15px;
	text-align: center;
}

* html #search-button {
	height: 23px;
	float: left;
	margin: 16px 0px 0px 0px;
	text-align: center;
}

* html ul#nav {
	float: left;
	list-style-type: none;
	height: 45px;
}

/* Drop-down Menu Hacks */

* html ul#nav {
	display: inline-block;
	/* \*/ display: block;
	position: relative;
	/* \*/ position: static;
}
* html ul#nav ul {
	float: left;
	/* \*/ float: none;
}

* html ul#nav ul li {
	width: 100%;
	float: left;
	clear: left;
}

* html ul#nav ul li {
	width: 100%;
	float: left;
	clear: left;
}

* html ul#nav ul {
	display: block;
	position: absolute;
	left: -10000px;
}
* html ul#nav li.sfhover {
	z-index: 999;
}
* html ul#nav li.sfhover ul {
	left: 0;
	display: block;
}
* html ul#nav iframe {
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	position: absolute;
	left: -1px;
	top: 50px;
	z-index: -1;
}

* html #ministry_index {
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0 40px;
	width: 800px;
}

