* { 
	box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	font-family: helveticaneue,helvetica,arial,swiss;
}
body { text-align: center; margin: 0px; font-size: 10.5pt; }
#header {
	font-size: 12pt;
	width:808px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-left: 18px;
	padding-right: 17px;
	margin-top: 8px;
	margin-bottom: 11px;
}
#logo { 
	float:left; 
}
#phone {
	padding-top: 4px;
	padding-right: 4px;
}
#email { 
	margin-top: 5px;
	margin-bottom: 13px;
}

img { border: 0px; vertical-align: bottom; }

#content_container.nowhitespace {
	margin-top: 0px;
}

#content_container {
	width: 100%;
	min-width:808px;
	overflow: auto;
	background-color: #878787;
	background-image: url("pics/contentbg.png");
	background-attachment: top;
	background-repeat: repeat-x;
	margin-top: 14px;
}
#content {
	box-sizing: border-box; 
	padding: 17px;
	padding-top: 18px;
	width: 808px;
	min-height: 500px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

#content h1, .popup h1 { 
	margin-top: 0px; 
	margin-bottom: 30px; 
	font-size: 100%;
}
#content h2, .popup h2 { 
	margin-top: 0px;
	font-size: 110%;
}

.rightlinkbox {
	float: right;
	background: white;
	margin-left: 45px;
}

#content p {
	margin-top: 14px;
	line-height: 135%; 
}

.linkbuttons {
	padding-top: 11px;
	padding-left: 10px;
	margin-bottom: 0px;
}
.linkbuttons img.rightpad {
	margin-right: 52px;
}
.bottomlinkbox {
	float: left;
	margin-right: 39px;
	background-color: white;
	height: 160px;
}
.bottomlinkbox.rightmost {
	float: right;
}
#content DIV.rightmost {
	margin-right: 0px;
}
#bottompadding { clear: both; height: 30px; }
#innovative {
	min-width:808px;
	background: black;
	color: white;
	padding: 20px;
	letter-spacing: 10px;
	font-size: 110%;
}
#redbar {
	min-width:808px;
	background: #D0053D;
	padding: 16px;
	font-size: 8pt;
	color: white;
}
a:link, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}

.popup a:link, .popup a:visited {
	color: #006;
	text-decoration: none;
}
.popup a:hover {
	color: #00a;
	text-decoration: underline;
}

#redbar a { padding-right: 16px; }
#redbar .spacer { padding-left: 49px; font-size: 1px; }
.whitebox-outer {
	background: #DADADA; 
	padding: 10px;
	border-bottom: 4px solid #CACACA;
}
.whitebox-outer .whitebox-inner { 
	background: white;
	padding: 13px;
	color: black;
	font-size: 10.5pt;
}

#content .whitebox-outer .whitebox-inner p {
	line-height: 125%;
}

input[type="text"],textarea {
	width: 460px;
	padding: 2px;
	font-size: 12pt;
	border: 1px solid #444;
}

.newsstory { 
	font-size: 10pt; 
	margin-bottom: 50px;
}

.legal {
	font-size: 10pt;
}

.rightcolumn {
	float:right; 
	width: 231px; 
	margin-left:18px;
	margin-bottom: 22px;
}

ul, li {  
	margin:0; 
	padding:0;
}

ul { 
	border-left:20px solid white ;
	margin-top: 12px;
}

ul li {
	list-style-type:none;
	background:#FFFFFF;
	background:url("pics/bullet.png") left 4px no-repeat;
	padding-left:20px;
	margin-left:-20px; 
	margin-top: 8px;
}

.rounding-error-fix {
	float: right;
}

.leftcolumn {
	width: 502px;
}

.internal-right {
	float: right;
	width: 255px;
	text-align: center;
}
.internal-left {
	width: 486px;
}

h1 big {
	font-size: 14pt;
}
h1 big big {
	font-size: 20pt;
}

.casestudybox {
	background: #DADADA; 
	padding: 7px;
	border-bottom: 1px solid #CACACA;
	border-top: 1px solid #CACACA;
}

.casestudyouter {
	float: left;
	margin-right: 41px;	
	margin-bottom: 3px;
}

.casestudylink {
	font-size: 8px;
	text-align: right;
	padding-top: 4px;
}

.popup {
	position: absolute;
	top: 100px;
	width: 802px;
	border: 1px solid black;
	background: white;
	padding: 21px;

	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);	

	text-align: left;
}

.popup .closeControl {
	float: right;
	height: 11px;
	font-size: 9px;
	cursor: pointer;
	padding-right: 16px;
	background: url("pics/closebox.png") right center no-repeat;
}

.popup hr {
	margin-top: 16px;
	margin-bottom: 10px;
	border: 0;
	background-color: black;
	height: 2px;
}

.installation_pic { 
	float: left;
	margin-right: 14px;
}

.leftnarrowmargin {
	float: left;
	margin-right: 16px;	
}

.vspacer {
	clear: both;
	height: 8px;
}