@import url(../css/header.css);
@import url(../css/footer.css);
@import url(../css/fonts.css);

html,
body {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
}

a img {
	border: 0;
}

#body {
	background: url(../images/global/black_body_bg.jpg) repeat-x left;
	margin: 0;
	padding: 0;
	display: block;
}

#wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

/*** Home Features Round 2 ***/

#homeFeatures {
	float: left;
	display: inline;
	background: #534834;
	padding: 6px;
	margin: 0;
	width: 280px;
	height: 231px;
}

#homeFeatures .homeFeature {
	float: left;
	position: absolute;
}

#homeFeatures .homeFeature h2 {
	font-size: 1.2em;
	padding: 8px 10px;
	margin: 0;
	width: 260px !important;
	background-color: #CF7A17;
	background-image: url(../images/home/home_feature_h2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -1000px;
}

#homeFeatures .homeFeature h2 a:link, #homeFeatures .homeFeature h2 a:visited {
	color: #fff;
	text-decoration: none;
}

.homeFeatureSlide {
	background: #383021;
	padding: 10px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	width: 260px;
	height: 50px;
	position: absolute;
	float: left;
	display: none;
	z-index: 100;
	bottom: 0px;
}

* html .homeFeatureSlide {
	background: #534834;
}

#homeFeatures .homeFeature .imageContainer {
	background: #000;
	width: 280px;
	height: 184px;
}

#homeFeatures .homeFeature img {
	position: absolute;
	float: left;
	display: inline;
	z-index: 99;
}

#homeFeatures .homeFeature p {
	padding: 0;
	margin: 0;
	width: 260px !important;
	line-height: 1.4em;
}

#homeFeatures .homeFeature p.normal a:link, #homeFeatures .homeFeature p.normal a:visited {
	color: #fff;
	text-decoration: none;
}

#homeFeatures .homeFeature p.link {
	padding-top: 10px;
}

#homeFeatures .homeFeature p.link a:link, #homeFeatures .homeFeature p.link a:visited {
	color: #cf7a17;
	text-decoration: none;
	background: url(../images/home/features/smallWhiteRightArrow.gif) no-repeat left center;
	padding-left: 8px;
}

#homeFeatureChoose {
	display: block;
	clear: both;
	width: 280px;
	position: relative;
	top: 220px;
	text-align: center;
}

/* News & Blog */

#homeNewsBlog {
	float: left;
	display: inline;
	width: 292px;
	height: 243px;
	margin: 0 12px;
	background: #534834 url(../images/global/home_blog_bkgd.jpg) no-repeat top left;
	line-height: 1.4em;
}

#homeNewsBlog .homePod {
	padding: 10px 18px 0 18px;
}

#homeNewsBlog .homePod h3 {
	color: #fff;
	font-size: 1.3em;
	text-transform: none;
	margin: 0 0 6px 0;
	padding: 0;
}

#homeNewsBlog #homeNews.homePod h3 {
	margin-top: 7px;
}

#homeNewsBlog .homePod ul, #homeNewsBlog .homePod ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#homeNewsBlog .homePod ul li {
	padding-bottom: 4px;
}

#homeNewsBlog .homePod ul li a:link, #homeNewsBlog .homePod ul li a:visited {
	color: #95bab8;
	text-decoration: none;
}

#homeNewsBlog .homePod ul li a:hover {
	color: #998052;
}

#homeNewsBlog .homePod ul li a.more {
	display: block;
	margin-top: 3px;
}

#homeNewsBlog .homePod ul li a.more:link, #homeNewsBlog .homePod ul li a.more:visited {
	background: url(../images/home/features/moreBullet.gif) no-repeat left center;
	color: #cf7a17;
	padding-left: 8px;
}

#homeNewsBlog .homePod ul li a.more:hover {
	color: #998052;
}

/* Bugs */

#wrapper #bugs {
	float: left;
	display: inline;
	width: 292px;
	height: 243px;
	margin: 0;
	padding: 0;
}

#wrapper #bugs div {
	margin: 0;
	padding: 0;
}

#wrapper #bugs div div {
	display: none;
	margin: 0;
	float: none;
}

#wrapper #bugs div a {
	margin: 0;
	padding: 0;
}

#wrapper #bugs div a img {
	margin: 0;
	padding: 0;
}

#wrapper #bugs div.first {
	margin: 0 0 11px 0;
	padding: 0;
}

/*** Mini site bugs ***/

#wrapper #miniBugs {
	clear: both;
	width: 900px;
	height: 116px;
	margin: 0;
	padding: 0;
}

#wrapper #miniBugs div {
	margin: 0;
	padding: 0;
	margin-right: 12px;
	display: inline;
	float: left;
	width: 292px;
}

#wrapper #miniBugs div div {
	display: none;
	margin: 0;
	float: none;
}

#wrapper #miniBugs div a {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#wrapper #miniBugs div a img {
	margin: 0;
	padding: 0;
}

#wrapper #miniBugs div.last {
	margin: 0;
	padding: 0;
}

/*** infoBox ***/

#infoBoxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 9000;
}

#infoBoxOverlayIFrame {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	display: none;
	filter: Alpha(Opacity:0);
	z-index: 8999;
}