/* Integrity Railing Systems CSS Document */
/* ©2006 Graphicus Communications, LLC */


/* CSS for Screen Use */


/* Text Formatting Tags */

.subHeadline {
	color: #3D8FCA;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.disclaimerText {
	font-size: 9px
}



/* Body & Structure Tags */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	position:relative;
	width:800px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

#headerBar {
	position:relative;
	width:800px;
	height:190px;
	float: left;
	padding-top: 20px;
}

#copyPanel {
	position:relative;
	width:400px;
	height:auto;
	float: left;
	padding-top: 16px;
}

#logoBox {
	position:relative;
	width:350px;
	height:auto;
	float: right;
}

#footerBox {
	position:relative;
	width:800px;
	height:25px;
	float: left;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00274C;
}

#footerSloganBox {
	position:relative;
	width:800px;
	height:25px;
	float: left;
	padding-top: 10px;
}


