@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;
}

#footer_form .label span{ color: #dad8cb; }
	#footer_form form{ background: transparent url(../images/home/back_ground_footer_form_jp-copy.png) no-repeat 0px 0px; }
	#footer_form input, #footer_form textarea{ color: #493a25; }
	#footer_form .btn{ background: transparent url(../images/home/button_send.png) no-repeat 0px 0px; }
	#footer_form #response{ background:none; }
	#footer_form #response p{ color:#000; }
	
	
	#footer_form .label{ margin-top: 2px; width:280px; }
	#footer_form .label img{ float:left; margin:0px 10px 0px -5px; padding:0px; }
	#footer_form .label h4{ float:left; margin:12px 0px 0px 0px; padding:0px; line-height: 18px;
	color: #FFFFFF;
	font-size: 18px;
}
	/* IE 7 HACK */
	*:first-child+html #footer_form .label h4 { margin-top:-12px; }

	#footer_form .label span{ display:block; font-size:11px; }
	#footer_form form{ clear:both; height: 165px; margin-top:-10px;
	margin-left: 5px;
	width: 284px;
}
	#footer_form fieldset{ padding:0px; border:none;}
	#footer_form input, #footer_form textarea{ padding:5px 10px; background:none; border:none;}
	#footer_form input{ margin-bottom:7px; width:260px; height:20px;}
	#footer_form textarea{ margin-top:3px; width:260px; height:70px; overflow:hidden; }
	#footer_form .btn{ float: right; margin: 5px 20px 0px 0px; width:65px; height:40px; cursor:pointer; }
	#footer_form #response{ display:none; margin-left:10px; padding:5px 0px; width:280px; }
	#footer_form #response p{ margin:0px; padding:0px; }

