
body {
	margin: 0;
	padding: 0;
	border: 0;
}

#pageBackground {
	width: 908px;
	margin: 0px auto 0px auto;
	background-color: white;
	background-image: url("/images/siteShadow.jpg");
	background-repeat: repeat-y;
}

#pageContainer {
	width: 896px;
	margin: 0px 0px 0px 6px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

	#pageContainer a, a:visited {
		color: #333333;
		text-decoration: none;
	}

	#pageContainer a:hover {
		color: #333333;
		text-decoration: underline;
	}

h1 {
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-family: serif;
	font-size: 24px;
	font-weight: normal;
	margin: 5px 0px 15px 0px;
	padding: 0;
}

h2 {
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-family: serif;
	font-weight: normal;
	font-size: 22px;
	color: #be1a1a;
	margin: 5px 0px 5px 0px;
	padding: 0;
}

p {
	line-height: 1.4em;	
}
	
#header {
	width: 896px;
	height: 104px;
	background-color: white;
}

	#headerPadding {
		width: 896px;
		height: 39px;
	}
	
	#splogoDiv {
		width: 306;
		height: 37px;
		border: 0 none;
		margin: 0;
		padding: 0;
	}
	
	#splogo {
		border: 0 none;
		margin: 0px 0px 0px 10px;
		padding: 0;
	}
	
	#menubar {
		width: 896px;
		height: 26px;
		border: 0 none;
		padding: 0;
		margin: 0;
		background-image: url("/images/nav.jpg");
		background-repeat: repeat-x;
		clear: both;
		text-align: right;
		line-height: 24px;
	}
	
	#menubar a, a:visited {
		color: white;
		text-decoration: none;
	}
	
	#menubar a:hover {
		color: white;
		text-decoration: none;
	}
	
	.menuItem {
		color: white;
		padding: 0px 10px 0px 10px;
		font-family: Arial, sans-serif;
		font-size: 12px;
	}
	
	.menuSelected {
		font-weight: bold;
	}

#pageContent {}

#homeIntro {
	width: 100%;
	min-height: 259px;
	background-color: #cec9c5;
	background-image: url("/images/stevePic.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #be1a1a;
}

	#homeIntroContent {
		width: 675px;
		padding: 10px 20px 10px 20px;
	}
	
	#homeIntroContent h1 {
		margin: 0;
		padding: 5px 0px 5px 0px;
	}
	
#threeColumnContainer {
	width: 896px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/threeColumnBackground.png");
	background-repeat: repeat-y;
}

	#threeColumnContainer .column {
		width: 258px;
		float: left;
		padding: 0px 20px 0px 20px;
		margin: 0px 1px 0px 0px;
	}
	
	#threeColumnContainer .doublecolumn {
		width: 556px;
		float: left;
		padding: 0px 20px 0px 20px;
		margin: 0px 1px 0px 0px;
	}
	
	#threeColumnContainer .columnThree {
		width: 258px;
		float: left;
		padding: 0px 20px 0px 20px;
		margin: 0;
	}
	
#twoColumnContainer {
	width: 896px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/twoColumnBackground.png");
	background-repeat: repeat-y;
}

	#twoColumnContainer .leftColumn {
		width: 556px;
		float: left;
		padding: 0px 20px 0px 20px;
		margin: 0px 1px 0px 0px;
	}
	
	#twoColumnContainer .rightColumn {
		width: 257px;
		float: left;
		padding: 0px 20px 0px 20px;
		margin: 0;
		border-left: 1px solid #d6d6d6;
	}
	
	#twoColumnContainer .rightColumn hr {
		height: 1px;
		background-color: #d6d6d6;
		margin: 5px 0px 25px 0px;
		padding: 0;
		border: 0;
	}
	
	#twoColumnContainer hr {
		height: 1px;
		background-color: #d6d6d6;
		margin: 25px 0px 25px 0px;
		padding: 0;
		border: 0;
	}
		
	#twoColumnContainer .innerLeftColumn {
		width: 257px;
		float: left;
		padding: 0px 20px 0px 0px;
		margin: 0;
	}
	
	#twoColumnContainer .innerRightColumn {
		width: 257px;
		float: left;
		padding: 0px 0px 0px 20px;
		margin: 0;
	}

	#twoColumnContainer a.redLink {
		color: #be1a1a;
	}
	
	#twoColumnContainer .downloadTable {
		width: 100%;
		border-collapse: collapse;
	}
	
	#twoColumnContainer td {
		border-bottom: 1px solid #d6d6d6;
		padding: 7px 0px 7px 0px;
	}
	
	#twoColumnContainer .rightTd {
		text-align: right;
		color: #888888;
	}
	
.innerTwoColumnContainer {
	margin: 20px 0px 0px 0px;
}
	
div.downloadHead {
	height: 38px;
	padding: 10px 0px 10px 0px;
}

div.downloadHead img {
	float: left;
	padding-right: 10px;
}

div.downloadHead p {
	font-weight: bold;
}

#pageContent p {
	padding: 10px 0px 0px 0px;
	margin: 0;
}

#pageContent .quote { 
	font-style: italic;
}

#pageContent .quoteCompany { 
	color: #be1a1a;
	font-weight: bold;
	font-style: italic;
}

#pageContent ul {
	margin: 10px 0px 0px 20px;
	padding: 0;
	list-style: bullet;
}

#pageContent li {
	line-height: 1.4em;
}

#newsletter_signup form {
	margin: 0;
	padding: 0;
}

#newsletterForm p {
	margin: 0;
	padding: 0;
}
	
#newsletterForm #submit {
	width: 74px;
	height: 30px;
	background-image: url("/images/signupButton.jpg");
	border: 0;
	margin: 0;
	margin-left: -4px;
	padding: 0;
	color: white;
	cursor: pointer;
}

#newsletterForm #name, #email {
	width: 250px;
	margin-bottom: 4px;
}

#newsletter_response {
	border: 0;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#bowlingBall {
	margin-left: -4px;
}

#client_quotes {
	height: 180px;
}

#quizDiv {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #be1a1a;
}

#quizMovieHolder {
	width: 896px;
	height: 328px;
	margin: 0px auto 0px auto;
}

#quizLinkButton {
	width: 176px;
	height: 30px;
	background-image: url("/images/quizButton.jpg");
	border: 0;
	margin: 0;
	margin-left: -4px;
	padding: 0;
}

#quizLinkButton p {
	color: white;
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 30px;
}

#quizLinkButton a, a:visited {
	color: white;
	text-decoration: none;
}

#quizLinkButton a:hover {
	color: white;
	text-decoration: none;
}

#impactPadding {
	margin : 0;
	padding: 0;
	height: 20px;
}

#downloadsLinkButton {
	width: 157px;
	height: 30px;
	background-image: url("/images/resourcesButton.jpg");
	border: 0;
	margin: 0;
	padding: 0;
}

#downloadsLinkButton p {
	color: white;
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 30px;
}

#downloadsLinkButton a, a:visited {
	color: white;
	text-decoration: none;
}

#downloadsLinkButton a:hover {
	color: white;
	text-decoration: none;
}

#sitemap ul {
	margin: 0;
	padding: 5px 0px 5px 20px;
}

#sitemap li {
		line-height: 1.8em;
}

#sitemap a, a:visited {
	color: #be1a1a;
	text-decoration: none;
}

#sitemap a:hover {
	color: #be1a1a;
	text-decoration: underline;
}

#footer {
	width: 896px;
	background-color: white;
	margin: 30px 0px 0px 0px;
	padding: 0;
}

	#footerContactBox {
		width: 498px;
		height: 50px;
   		margin: 18px auto 18px auto;
		padding: 0;
		background-image: url("/images/contactBox.jpg");
		background-repeat: no-repeat;
	}
	
		#footerContact {
			width: 498px;
			height: 50px;
			margin: 0;
			padding: 0;
			text-align: center;
			font-size: 14px;
			line-height: 50px;
		}
	
			#footerEmail {
				margin: 0px 8px 0px 0px;
			}
		
			#footerTelephone {
				margin: 0px 0px 0px 8px;
			}
		
	#footerFoot {
		min-height: 150px;
		margin: 0;
		padding: 10px 22px 10px 22px;
		background-color: #cccccc;
	}
	
		#footerCopy {
			margin: 0px 20px 0px 0px;
		}

		#footerSiteMap {
			margin: 0px 10px 0px 0px;
		}
		
		#footerDivider {}

		#footerPrivacy {
			margin: 0px 0px 0px 10px;
		}

		#footerDesign {}


	#footerFoot .right { float: right; }

	#footerFoot .left { float: left; }

.clearFloats {
	width: 100%;
	height: 0px;
	clear: both;
}

/* <http://wiki.novemberborn.net/sifr/How+to+use> */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

