/*
 *  Homepage-specific Styles
 */

 /*
 *	Typography
 */
h1, h2, h3, h4, h5, h6, p { margin-left: 13px; margin-right: 13px; }
ul { margin-right: 13px; }
p, li, dt, dd, fieldset, td { line-height: 1.5em; }
 
/*
 *	Skidoo Redux Page Layout
 */
#outer {
	border-left: solid 168px #fff;
}
#inner {
	/* border requires negative margin because of 100% width*/
	border-left: 1px solid #dbdbdb;
	margin-left: -1px;
}
#industries {
	position: relative;
	float: left;
	margin-left: -168px;
	width: 168px;
	margin-right: 1px;
	padding-top: 15px;
}
#action {
	position: relative;
	float: right;
	margin-right: -228px;
	width: 228px;
	margin-left: 1px;
}

/*
 *	Additional Page Layout Items
 */

	/* Masthead */
	#masthead {
		padding-top: 0;
	}
	#flashcontent {
		width: 622px;
		height: 117px;
	}
	#mastheadcontent {
		width: 622px;
		height: 117px;
		background: #999971 url(../gif/main_page.gif);
	}
	#info {
		margin: 0;
		float: none;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 50;
	}
	/* Navigation */
	#home #nav { border-bottom: #fff solid 3px; }
	#skiplinks { 
		position: absolute;
		top: -5000px;
		left: -5000px;
	}
	
	/* Industries Left Column */
	#industries h3 {
		padding: 0 7px 7px;
		margin: 0 7px 7px;
		border-bottom: 1px solid #eee;
	}
	#industries ul, #industries li {
		margin: 0; padding: 0; list-style-type: none;
	}
	#industries ul { margin-left: 14px; margin-bottom: 12px; }
	#industries li { line-height: 1.3em; }
	#industries li a, #industries li a:visited {
		background-color: transparent;
		background-image: url(../Images/arrow-green.gif);
		background-position: -500px 0;
		background-repeat: no-repeat;
		padding: 0 0 1px 11px;
		color: #136f9f;
		text-decoration: none;
		font-weight: normal;
		display: block;
		width: 140px;
	}
	#industries li a:visited {
		color: #39677f;
	}
	#industries li a:hover {
		background-position: left center;
		color: #136f9f;
		text-decoration: none;
	}
	
	#industries div {
		background: #F8F5F1;
		border: solid 1px #e0d7c8;
		margin: 0 0 0 6px;
		width: 153px;
	}
	#industries div h3 {
		padding: 4px 7px 4px;
		background: #EFEAE2;
		margin: 0 0 7px;
		border-bottom: 1px solid #e0d7c8;
	}
	#industries div ul { margin-left: 7px; margin-top: 14px; }
	#industries div li {
		line-height: 1.2em;
		padding-bottom: 4px;
	}
	#industries div li a:hover {
		color: #a78a60;
		background-image: url(../Images/arrow-tan.gif);
		background-position: 2px 0.3em;
	}
	