/* Force Scrollbar Hack */
html {
	overflow-y: scroll;
}

div.screenShot { float:right;}
div.screenShot img { border:0; margin-left: 12px; margin-bottom: 10px; }

.contentText { margin:0; padding-left:0; border:0; font-size: small; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: normal; text-align: left; }
.contentText h1, .contentText h2 { clear: both; margin-top:25px; border: solid gray; border-width: 0 0 1px 0; margin-bottom: 8px; padding-bottom: 5px; }
.contentText h1 { font-size: 150%; font-weight: normal; }
.contentText h2 { font-size: 100%; }
.contentText .title { border:0; padding:0; margin:0; font-size: 200%; color: black; border: solid #bf1f0b; border-width: 0px 0px 1px 1px; padding-left: 10px; padding-bottom: 5px; }
.firstParagraph { margin-top: 15px; margin-bottom: 10px; }
.paragraph { margin-bottom: 10px; }
.bulletImage { float:left; margin-bottom:-3px; margin-top: 8px; }
.bulletText { margin-left: 23px; margin-top: 8px; }


#CaseStudy #archDiagram { margin-left: 150px; margin-top:20px; }


/* Remove default borders around images when they are inside anchor tags. */
img {
	border-width: 0px;
}


body,td,th {
	color: #000000;
}
body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	background-image: url(images/bg_squares.gif);
	background-repeat: repeat;
	
	
}
#container {
	height: 100%;
	min-height: 100%;
}
.bodytextblack {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 26px;
	padding-bottom: 26px;
}
a:link {
	color: #C7190B;
	text-decoration: none;
}
.leftblureffect {
	background-image: url(images/blur_left.png);
	background-repeat: repeat-y;
	background-position: right;
}
a:visited {
	color: #93140B;
	text-decoration: none;
}
a:hover {
	color: #C7190B;
	text-decoration: underline;
}
.rightblureffect {
	background-image: url(images/blur_right.png);
	background-repeat: repeat-y;
	background-position: left;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}

.mainnavbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	text-transform: lowercase;
}
.mainnavbar > a:link {
	color: #ffffff;
	text-decoration: none;
	padding: 4px;
}
.mainnavbar > a:hover {
	color: #ffffff;
	text-decoration: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
.mainnavbar > a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 4px;
}
.mainnavbardivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 10px 20px;
	text-align: center;
	text-transform: lowercase;
}

.headercolumn {
	background-image: url(images/staplercity.png);
	background-repeat: no-repeat;
	background-position: right;
}

.tableforsite {
	width: 100%;
}
#sitefooter {
	width: 100%;
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
.verticaldasheddivider {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #CB1111;
	margin: 10px 10px 10px 0px;
	padding: 10px 10px 10px 0px;
	height: 80%;
}
.homedescriptortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	padding: 20px;
	line-height: 30px;
}
.casestudydescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 20px;
}
.casestudyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CB1111;
}


#siteBg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}