html {
	height: 100%;
}
body {
	background-color: #FFFFFF;
	background-image:url(../images/subpages/bkground.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding: 0px;
	height: 100%;
}
a:link, a:visited { 
	color: #7a5d21;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #644910; 
	text-decoration: none;
}
#shell {
	width: 100%;
	height: 100%;
	background-image: url(../images/subpages/bkground_header.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 auto;
}
#featurePoints1 {
	width: 240px;
	font-size: 11px;
	float: left;
	margin-left: 0px;
}
#featurePoints2 {
	margin-left: 240px;
	font-size: 11px;
}
#holder {
	width: 880px;
	text-align: left;
	margin: 0 auto;
	height: 100%;
}
#header {
	height: 100px;
}
#topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #949a9b;
	padding: 5px;
	float: right;
	width: 225px;
	text-align: right;
}
#topNav a:link, #topNav a:visited { 
	color: #949a9b;
	text-decoration: none;
}
#topNav a:hover, #topNav a:active, #topNav a:focus { 
	color: #666666; 
	text-decoration: none;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	vertical-align: bottom;
	margin-top: 25px;
	margin-bottom: 10px;
	width: 880px;
}
#navHolder {
	text-align: center;
	vertical-align: middle;
	height: 31px;
}
a.nav:link, a.nav:visited, a.nav:active {
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8d9c73;
	border-left-color: #8d9c73;
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 0px;
	text-align: center;
	height: 31px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
a.nav:hover, a.nav:focus {
	background-image: url(../images/subpages/nav_rollover.jpg);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4e5f34;
	border-left-color: #4e5f34;
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 0px;
	text-align: center;
	height: 31px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
/* clear floats */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.callout {
    font: bold 130% Georgia, "Times New Roman", Times, serif;
    color: #333;
    margin: 0;
    padding: 20px 10px;
}
#leftSide {
	float: left;
	width: 160px;
	margin-right: 15px;
	margin-top: 25px;
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content {
	margin-left: 175px;
	margin-top: 25px;
}
#content p {
	margin-top: 0px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #7a5d21;
	margin-top: 0px;
	text-transform: capitalize;
	font-variant: small-caps;
}
#content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #245624;
	background-color: #e6e3d0;
	padding-left: 10px;
}

#content h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px;
}
.contentFirstHalf {
	float: left;
	width: 340px;
	margin-right: 150px;
	margin-left: 0px;
}
.contentSecondHalf {
	margin-top: 0px;
	margin-left: 0px;
}

ul {
	list-style-image: url(../images/global/bullet.gif);
}
/* Form Formatting */
form {
	margin-top: 0px;
	padding-top: 0px;
}
option {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #E7E5CE;
}
select
{
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	background-color: #E7E5CE;
	color: #074f00;
}
input {
	background-color: #E7E5CE;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #074f00;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	height: 20px;
}
textarea
{
	background-color: #E7E5CE;
	background-image:   url("../imgs/search_box.gif");
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #074f00;
	background-position: top;
	vertical-align: middle;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#DDDDDD;
	scrollbar-shadow-color:#C7C7C7;
	scrollbar-face-color:#DBDBDB;
	scrollbar-track-color:#EAEAEA;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-3d-light-color:#FFFFFF;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: thin, dashed;
}
.fireRatedGlazing {
	font-size: 16px;
	font-weight: bold;
	color: #F63646;
	text-decoration: underline;
}
.fireRatedGlazing a:link, .fireRatedGlazing a:visited {
	color: #F63646;
	text-decoration: underline;
}
.fireRatedGlazing a:hover, .fireRatedGlazing a:active, .fireRatedGlazing a:focus {
	text-decoration: none;
}
.videospace {
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.glassspace {
	margin-top: 9px;
}
