/* WILD Flavors PRINT stylesheet 
   Created by Matt Radel 12.20.07 */
   
/* Z-Index element stacking order & values: 
	Body(0) / #banner (2) / #login (3) / #footer (3) / #innerWrap (3) / #topTab (4) / #navWrappers (5) */

body {
	background: none;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	width: 100%
}

img {
	border: 0
}

a:link {
	color: #00720D;
}

a:visited {
	color: #ccc;
}

a:hover {
	color: #00720D;
	text-decoration: none;
	background-color: #B3EFBD;
}

#subnav {
	display: none
}

/* Text Styles */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* Misc */

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

/* Structure */

#mainContainer {
	width: 90%;
	margin: 0 5% 5% 5%;
}

/* Login/Search Tab */

#topTab {
	display: none
}

	#wildLogoWeb {
		display: none
	}
	
	/* Home Banner */
	
	#homeBanner {
		display: none !important;
	}
	
	#homeBanner h1 {
		display: none !important;
	}
	
	#banner {
		display: none;
	}
	
		
	/* Interior Banners */
	
	#companyBanner {
		display: none
	}
	
		#companyBanner h1 {
			display: none;	
		}

/* Homepage Features */

#homeWrap {
	padding-top: 1%;
	
}

#features {
	background-image: none;
	width: 100%;
	padding: 0;
	top: 1%;
}

	#welcomeCopy {
		float: left;
		width: 50%;
	}
	
	#welcomeCopy p {
		font-size: 16px;
		color: #000;
		padding: 0;
		margin: 0;
	}
	
	#welcomeCopy h1 {
		color: #000 !important;
		background-image: none !important;
		overflow: visible;
		text-indent: 1%;
		margin: 15px 0 10px 0;
		padding: 0;
	}
	
		
	/* Accordion */
	
	#accordion {
		float: right;
		width: 50%;
		padding-top: 0;
		margin-top: 0;
	}
	
		#accordionWrapper {
			padding-top: 0;
			margin-top: 0;
		}
		
			/* Get Started */
		
			#startedBar {
				font-size: 16px;
				color: #000;
				font-weight: bold;
				text-decoration: none;
				display: block;
			}
			
			/* Innovations */
			
			#innovationBar {
				font-size: 16px;
				color: #000;
				font-weight: bold;
				text-decoration: none;
				display: block;
				padding-top: 5%
			}
			
			
			/* Highlights */
			
			
			#highlightBar {
				font-size: 16px;
				color: #000;
				font-weight: bold;
				text-decoration: none;
				display: block;
				padding-top: 5%
			}

			/* Highlight Story Controls */
			
			#paneControls {	
				display: none
			}
			
#navWrapper {
	display: none
}

#navWrapperInner {
	display: none
}			
				
/* Interior Styles */

#headspacer {
	display: none;
}

#innerWrap {
	width: 100%;
}	

#innerBody {
	width: 100%;
}	

#innerBodyCap {
	display: none;
}	

#innerBodyContainer {
	width: 100%;
}

#innerBodyFoot {
	display: none;
}
	
/* Footer */

#footer {
	display: none;
}


/* Form Styles */

form {
	display: inline;
}

label {
	display: block;
	float: left;
	width: 220px;
	font-size: 1.1em;
	text-align: right;
	padding: 5px;
}

.labelData {
	float: left;
	font-size: 1.1em;
	line-height: 1.9em;
	margin-bottom: 5px;
	/*color: #005EBB;*/
	color: #000;
}

.required {
	color: #F00;
	font-weight: bold;
}

form br {
	clear: left;
}
