@charset "UTF-8";
/* CSS Document

	pella yellow: #ffdf00



*/

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0; 	padding: 0; border: 0;
	background-color: #ececec;
	font: 1em/1 Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
}

/******************************
#STYLE
******************************/

p, {
	font-size: 0.95em;
	color: #333333;
	}
/* #STYLE LINKS
******************************/
a {color: #333333; text-decoration:none;}
a:hover {color: #333333;}
a:hover.underline {
	text-decoration: underline;
}
#topnav a, #mainnav a {
	color: #e3e4e6;
	}
#topnav a:hover, #mainnav a:hover, #leftnav a:hover, .yellow {
	color: #ffdf00;
	}
#leftnav a, .link-on {
	color: #666666;
	}
#leftnav a:active {
	color: #ffdf00;
	}
	
#leftnav a:hover {
	color: #ffdf00;
	}
hr {
	color: #A5B5C6;
	height: 1px;
	}

img.fl {
	border: 1px solid #666666;
	float: left;
	margin: 4px 4px 0 0;
}
img.fr {
	border: 1px solid #666666;
	float: right;
	margin: 4px 0 0 4px;
}	
	
a img {
	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}	
	
.link-learn-more {
	color: #525252;
	text-decoration: underline;
	font-size: .8em;
}
.link-click-here {
	color: #525252;
	text-decoration: underline;
}
.clear {
	clear: both;
}


/******************************
#STRUCTURE
******************************/

#wrapper {
	width: 800px;
	margin: 0 auto;
	}
#top {
	width: 800px;
	height: 104px;
	background: #ececec url(../img/header-top.png) no-repeat center;
	}

#wrap-maincontent {
	clear: both;
	width: 100%;
	background: url(../img/wrap-bg-800x1.png) repeat-y;
	margin: 12px 0;
	}
#leftcolumn {
	float: left;
	width: 168px;
	background-color: #ffffff;
	margin: 0; padding: 0;
	}

#gray {
	width: 100%;
	height: 20px;
	background-color: #ececec;
	margin: 0; padding: 0;
}
#leftnav-block {
	width: 165px;
	}
#leftcolumn h1 {
	font: bold 1.2em/0.8 Arial, sans-serif;
	margin: 0;padding: 0;
	}

#maincontent {
	margin: 0 0 0 183px; /*185*/
	padding: 0;
	width: 617px; /*617*/
	}
	
#content {
	padding: 0 10px 17px;
	}
#rightcontent { /* for use with one right column */
		width: 100%;
	}

#middlecontent { /* for use with two right columns */
	width: 444px;
	border-right: 1px solid #666666;
	}

#rightcolumn {
	float: right;
	width: 145px;
	}
.rightcenter {
	float: right;
	margin: 0;
	width:  125px;
	font-size: .8em;
	}	
#breadcrumb {
	width: 100%;
	margin: 13px 0 13px 0;
	font-size: .7em;
	padding: 13px 0 0 0;
}	
#breadcrumb .pipes {
	color: #ffdf00;
}
.center {
	margin: 0 auto;
	text-align: center;
/*	width: 170px; */
}

.top-yellow {
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
	background-color:#ffdf00;
	}


.banner430, .banner1, .banner2, .banner3 {width: 430px; height: 100px;}
.banner430 {
	background: #ececec url(../img/pella-yellow1x100.png) repeat-y left top;
	margin: 0 10px 25px 0px;}
.banner1 {background: url(../img/shadow-bottom.gif) repeat-x left bottom;}
.banner2 {background: url(../img/shadow-right.gif) repeat-y right top;}
.banner3 {background: url(../img/shadow-lower-right-corner.gif) no-repeat right bottom;}

.banner430 h2 {
	position: relative;
	top: 60px;
	width: 90px;
	font: bold 1em/0.8 Arial, sans-serif;
	padding-left: 10px;
}
.move-up {
	font: bold 1em/1 Arial, sans-serif;
	}
.bannercontent {
	padding-left: 110px;
	width: 320px;
	margin-top: -15px;
	}

.bannercontent p {
	padding-top: 15px;
	font-size: .75em;

}
.bannercontent img {
	float: right;
	padding: 0 10px 10px 10px;
}

.yellowban {
	background-color: #ffdf00; margin: 0 0 25px 0;
}
h1.yellowh1 {
	font-size: 1.1em;
}
.yellowban1 {background: url(../img/shadow-bottom.gif) repeat-x left bottom;}
.yellowban2 {background: url(../img/shadow-right.gif) repeat-y right top;}
.yellowban3 {background: url(../img/shadow-lower-right-corner.gif) no-repeat right bottom;}


.navbord1 {background: url(../img/navbox-bottom.gif) repeat-x left bottom;}
.navbord2 {background: url(../img/navbox-right.gif) repeat-y right top;}
.navbord3 {background: url(../img/navbox-lower-right-corner.gif) no-repeat right bottom;}

#rightcontent h1, #middlecontent h1 {
    font-size: 1em;
    padding: 10px;
}

.section-block {
	margin: 5px 17px;
	}
.section-block img {
	float: left;
	padding: 5px 20px 5px 0;
	}

.section-block-text {
	margin: 5px 0 5px 130px;
	padding-top: 20px;
	}

.section-block h2, .section-block p {
	font-size: 0.8em;
	margin: 10px 0 10px 0;
	}

/*  FOOTER */
#footer {
	clear: both;
	margin-top: 16px;
	border-top: 6px solid #808080;
	color: #333333;
	text-align: center;
	font-size: .7em;
	}
#footernav {
	width: 800px;
	margin: 15px auto;
}
/*  NAVIGATION  */


ul#topnav, ul#bottomnav {
    position: relative;
    top: 4px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
ul#bottomnav {
	text-align: center;
	font-size: .85em;
	}
#topnav li {
	list-style-type: none;
	padding: 0 10px 0 0;
	margin: 0;
	display: inline;
	font-size: .75em;
}
#bottomnav li {
	list-style-type: none;
	padding: 0 1px 0 0;
	margin: 0;
	display: inline;

}
/*  Left Column Navigation  */	

#leftnav ul, #leftnav h1 {
	margin: 0; padding: 0 0 20px 0;
	left: 5px;
	}

#leftnav li {
	padding: 0;
	list-style: none;
	margin: 5px 0 0px 12px;
	}
ul.leftnav li {
	font-size: 0.95em;	
}
#leftnav h1 {
	margin-left: 12px;
	font-size: .95em;
	}

ul.sub-leftnav {
	padding: 0;
	list-style: none;}

ul.sub-leftnav li {
	padding: 0;
	list-style: none;
	margin: 0;
	font-size: 0.68em;
	}

/* Main Navigation*/


#menuwrapper {
	width: 800px;
	height: 25px;
	background: #ececec url(../img/header-menu.png) no-repeat center;	
	margin-bottom: 10px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar {
	width: 50em;/* delete ? */
	padding: 0;
	margin: 0; /* 0 0 0 20px*/
	list-style: none;	
	}
#p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #d1d1d1;
}
#p7menubar a.trigger {
	padding: 3px 20px 5px 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float: left;
	width: 3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../img/menu-bull.png) no-repeat 1em .4em;
	padding-left: .6em;
	}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #d1d1d1;
	border-right: 0;
	padding: 8px 12px 8px 17px; /* should be same as above*/
	}
#p7menubar li ul {
	position: absolute;
	display: none;
	background: url(../img/menu-bg.png) repeat;
	}
#p7menubar li ul li {
	list-style: none;
	border-bottom: 1px solid #f6f6f6;
	background: none;
	padding-left: 0em;
	}
#p7menubar li ul li.lastli {
	border-bottom: none;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #ffdf00;

	}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
	}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #d1d1d1;
	background-color: transparent;
	}
#p7menubar ul a:hover {
	color: #ffdf00 !important;
	}
	
	
	
.yellow {
	color: #ffdf00;
	}
/* kacys new css */

.textsubhead {
	width: 100%;
	margin: 13px 0 13px 0;
	font-size: 1em;
	padding: 5px 0 0 0;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

.text1 {
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 13px 0 0 0;
	color: #333333;
	font-size: 1em;
}

.text2 {
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 13px 0 0 0;
	color: #333333;
	font-size: .8em;
}

#body a {
	color: #666666;
	font-size: .8em;
}

#body a:hover, {
	color: #000000;
	font-size: .8em;
}
.textboxheader {
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
.textbox1 {
    font-size: 11px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 110%;
    color: #333333;
    font-weight: normal;
}
.bold {font-weight: bold}
.pagenumbers {
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.text1 {
    font-size: 12px;
    color: #333333;
    line-height: 110%;
}

.style1 {font-weight: bold}

.style2 {
	font-size: 10px;
	font-weight: bold;
	}
.style4 {
	font-size: 13px;
	font-weight: bold;
}

.bullet {
	list-style-position: outside;
	list-style-image: url(../img/4x4.png);
	list-style-type: square;
	font-size: 12px;
	text-indent: 0px;
	line-height: 120%;
	text-align: left;
	display: list-item;
	color: #333333;
	float: left;
}

.textfootnote {
	font-size: 9px;
	color: #333333;
}
#pella-home{
	position: absolute;
	top: 28px;
	margin-left: 31px;
	width: 58px;
	height: 70px;
	margin-right: 30px;
	z-index: 100;
}
/*
you'll want to place in the IE7styles.css something like this:

#maincontent {
    background: url(../img/shadow-right.gif) repeat-y right top;
    }

This goes in just before the </head> tag:
[if IE 7]><link rel="stylesheet" type="text/css" href="IE7styles.css" /><![endif]
*/

