@import url(contribute.css);

/* Created by What Cheer : what-cheer.com */

/*********** TABLE OF CONTENTS START ***********\

1. Interface Styles
2. Shared Content Styles
3. Unique Content Styles

\*********** TABLE OF CONTENTS END *************/

/* ////////// 1. Interface Start ////////// */

/* Set to Zero */
* {
	vertical-align: top;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}
/* No Dotted Lines */
a {
	outline: none;
	}
:focus {
	-moz-outline-style: none;
	}
/* Background */
body {
	background-color:#FFFFFF;
	background-image: url(../../images/interface/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
/* Global Text */
body, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#66635D;
	}
/* Global Links */
a, a:link,a:active, a:visited {
		color: #003153;
		text-decoration: underline;
		}
		a:hover, a:visited:hover {
			color: #8E0F27;
			text-decoration: none;
			}

#container {
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#header {
	width: 910px;
	height: 100px;
	}

/* Logo */
#logo h1 {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	}
	#logo h1 a, #logo h1 a:link, #logo h1 a:active, #logo h1 a:visited {
		text-indent: -9999px;
		overflow: hidden;
		width: 100px;
		height: 100px;
		background-image: url(../../images/interface/logo.jpg);
		display: block;
		background-repeat: no-repeat;
		}

/* Layout */
#content {
	float: left;
	width: 657px;
	margin-top: 20px;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 110%;
	color: #66635D;
	padding-bottom: 20px;
	background-color: #E7E3D7;
	background-image: url(../../images/interface/footer_bg.png);
	background-repeat: repeat-x;
	height: 144px;
	margin-top: 100px;
	}
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #66635D;
			}
			#footer a:hover, #footer a:visited:hover {
	text-decoration: none;
	color: #8D0923;
				}

/* NAV */
	
#nav_introtoicfs a { background-image: url(../../images/interface/mainnav/intro-to-icfs.png); width: 135px; }
#nav_beyondtheblock a { background-image: url(../../images/interface/mainnav/beyond-the-block.png); width: 138px; }
#nav_whyreardicfs a { background-image: url(../../images/interface/mainnav/why-reward-ifcs.png); width: 130px; }
#nav_gallery a { background-image: url(../../images/interface/mainnav/gallery.png); width: 77px; }
#nav_buildingprofessinals a { background-image: url(../../images/interface/mainnav/building-professionals.png); width: 177px; }

/* HOME NAV */
	
#home #nav_gettingstarted a { background-image: url(../../images/interface/home/mainnav/getting-started.png); width: 185px; }
#home #nav_beyondtheblock a { background-image: url(../../images/interface/home/mainnav/beyond-the-block.png); width: 179px; }
#home #nav_whyreardicfs a { background-image: url(../../images/interface/home/mainnav/why-reward-ifcs.png); width: 172px; }
#home #nav_gallery a { background-image: url(../../images/interface/home/mainnav/gallery.png); width: 119px; }
#home #nav_buildingprofessinals a { background-image: url(../../images/interface/home/mainnav/building-professionals.png); width: 255px; }


#mainnav {
	float: right;
	clear: right;
	width: 657px;
	height: 50px;
	}
#mainnav li {
	list-style-type: none;
	float: left;
	}
#mainnav a {
	height: 40px;
	display: block;
	text-indent: -9999px;
	}
	#mainnav a:hover {
		background-position: left bottom;
		}

/* \\\\\\\\\\\ 1. Interface End \\\\\\\\\\\ */







/* ////////// 2. Shared Conent Styles Start ////////// */

/* Global Links */

/* Lists */
#content ul, #content ol {
	margin-left: 100px;
	margin-bottom: 20px;
	}
#content .subcontent ul, #content .subcontent ol {
	margin-left: 20px;
	}
#content li {
	margin-bottom: 5px;
	}

/* Title */
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #8C1026;
	padding-left: 50px;
	}
	h2 a:link, h2 a:active, h2 a:visited {
	text-decoration: none;
	color: #8C1026;
		}
		h2 a:hover, h2 a:visited:hover {
			text-decoration: underline;
			}

/* Header */
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #003153;
	padding-left: 50px;
	padding-bottom: 5px;
	}
	h3 a:link, h3 a:active, h3 a:visited {
	color: #003153;
	text-decoration: none;
		}
		h3 a:hover, h3 a:visited:hover {
	color: #003153;
	text-decoration: underline;
			}

/* Sub-Header */
h4 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 50px;
	}
	h4 a:link, h4 a:active, h4 a:visited {
		color: #000000;
		text-decoration: underline;
		}
		h4 a:hover, h4 a:visited:hover {
			color: #000000;
			text-decoration: underline;
			}

/* Paragraph Text */
#content p {
	line-height: 120%;
	padding-bottom: 20px;
	padding-left: 50px;
	}
#content .subcontent p {
	padding-left: 0px;
	}

/* Horizontal Rule */
hr {
	height: 10px;
	background-image: url(../../images/interface/tandiagonal_bg.gif);
	margin-left: 50px;
	margin-bottom: 30px;
	margin-top: 30px;
	clear: both;
	}

blockquote {
	margin-bottom: 10px;
	font-size: large;
	background-image: url(../../images/interface/blockquote.jpg);
	background-repeat: no-repeat;
	color: #890E24;
	line-height: 140%;
	padding-top: 10px;
	padding-right: 150px;
	padding-bottom: 20px;
	padding-left: 30px;
	}
	blockquote p {
		}

/* Form Styles */

#form {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(/images/interface/tandiagonal_bg.gif);
	padding: 20px;
	}
	input, select, textarea {
	clear: none;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: block;
		}
		input:focus, textarea:focus, select:focus {
	background-color:#FFFFFF;
	border: 1px solid #A8A499;
			}
	#form div {
	clear: both;
	margin-bottom:10px;
		}
	#form label {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	font-weight: bold;
	margin-bottom: 2px;
	height: 17px;
		}
	
	/* Form - City, State, Zip*/
		div#form-city {
	float: left;
	width: 125px;
	height: 50px;
			}
		#form-city input {
			width: 50px;
			}
		
		div#form-state {
	clear: none;
	float: left;
	width: 60px;
	height: 50px;
			}
		#form-state label {
			}
		div#form-state select {
			width: 100px;
			}

		div#form-zip {
	clear: none;
	float: left;
	width: 90px;
	height: 50px;
			}
		#form-zip label {
			}
		#form-zip input {
			width: 50px;
			}
		
		/* Form - message*/
		div#form-message {
			height: auto;
			}
		#form-message textarea {
			height: 78px;
			}
		
		/* Form - submit*/
		div#form-submit {
			}
		#form-submit input {
			}


/* BEGIN GOOGLE SEARCH STYLES */
body#home #googleform {
	background-image: none;
	padding-top: 7px;
	padding-right: 47px;
	float: right;
	width: 140px;
}

#googleform {
	background-image: none;
	padding-top: 7px;
	padding-right: 9px;
	float: right;
	width: 140px;
}

#google-go {
	margin-top: 1px;
	width: 15px;
	height: 15px;
	float: right;
}

.google-search {
	background-image: url(/images/interface/google-go.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	border: 0px;
}

#googleform input, #googleform select, #googleform textarea {
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
}

input#google-outline {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #CCC9C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
}

#google-outline input:focus, #google-outline textarea:focus, #google-outline select:focus {
	background-color:#FFFFFF;
	border: 1px solid #A8A499;
}
/* END GOOGLE SEARCH STYLES */


/* Content Classes */
.floatleft { float: left; }
.floatright { float: right; }
.imageleft { float: left; padding-bottom:20px; padding-right:20px;}
.imageright { float: right; padding-bottom:20px; padding-left:20px;}
.gap { margin-bottom: 20px; }
.nogap { padding-bottom: 0px; margin-bottom: 0px; }
.textsmall {
	font-size: 10px;
}
.textwhite { color: #FFFFFF; }
.brclear { clear: both; height: 1px;}
.leftmargin { margin-left: 50px;}
.warning {color:#CC0000; font-weight:bold;}
.flashvideo { margin-bottom: 20px; margin-left: 114px; margin-right: 63px; width: 480px; }

/* \\\\\\\\\\\ 2. Shared Content Styles End \\\\\\\\\\\ */








/* ////////// 3. Unique Content Styles Start ////////// */

/* Page Name */

/* \\\\\\\\\\\ 3. Unique Content Styles End \\\\\\\\\\\ */
#logo a {
	display: block;
	height: 100px;
	width: 253px;
	text-indent: -9999px;
	}
#logo {
	float: left;
	width: 253px;
	}
#hknav li {
	list-style-type: none;
	float: right;
	margin-top: 8px;
	}
#hknav a {
	padding-left: 10px;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../../images/interface/hkarrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	display: block;
	margin-right: 20px;
	}
#hknav {
	width: 657px;
	float: right;
	height: 32px;
	padding-left: 0px;
	}

#subnav {
	clear: left;
	float: left;
	width: 253px;
	margin-bottom: 20px;
	}
#subnav li {
	list-style-type: none;
	margin-left: 13px;
}
#subnav a {
	height: 20px;
	width: 232px;
	display: block;
	background-image: url(../../images/interface/nav_button.png);
	background-position: left top;
	padding-left: 8px;
	padding-top: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#subnav a.longname {
	height: 28px;
	padding-top: 4px;
	line-height: 90%;
	font-size: 12px;
}
#subnav a:hover {
	background-position: left center;
}
#subnav .subnavfirst a {
	background-image: url(../../images/interface/subnav/top_button.png);
	padding-top: 16px;
}
#subnav .subnavlast a {
	background-image: url(../../images/interface/subnav/bottom_button.png);
	height:23px;
}

	.tier_2_nav { width:240px; background:#f9f7f4; padding:7px 0; }
	.tier_2_nav li { width:240px; margin:0px !important; padding:0px !important; }
	.tier_2_nav li a { padding:4px 0 0 15px !important; width:225px !important; background:none !important; }

	.tier_2_nav li a:link{ font-family:verdana, arial, helvetica;font-size:11px; color:#8c1026; text-decoration:none; font-weight:normal !important; line-height:150%; }
	.tier_2_nav li a:visited { font-family:verdana, arial, helvetica;font-size:11px; color:#8c1026; text-decoration:none; font-weight:normal !important; line-height:150%; }
	.tier_2_nav li a:hover { font-family:verdana, arial, helvetica;font-size:11px; color:#8c1026; text-decoration:none; font-weight:normal !important; background-color:#f1eee8 !important; line-height:150%; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003155;
	padding-left: 50px;
	font-size: 22px;
}
#breadcrumbs {
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A9A69B;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#breadcrumbs a {
	color: #A9A69B;
	text-decoration: none;
}
#siteinfo {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#siteinfo li {
	float: left;
	width: 130px;
	list-style-type: none;
	padding-left: 5px;
	background-image: url(../../images/interface/vertline.png);
	background-position: left top;
	background-repeat: repeat-y;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#rewardinfo {
	width: 190px;
	float: left;
	padding-right: 20px;
}
#rewardinfo p {
	font-size: 9px;
}
#footer h2 {
	font-size: 12px;
	padding-left: 0px;
	color: #7E7B74;
	padding-bottom: 2px;
	height: 20px;
	padding-top: 20px;
	line-height: normal;
}
#mainnavflink {
	float: left;
	width: 140px;
	padding-top: 40px;
}
#buildingproflinks {
	width: 420px;
	float: left;
}
#hknavflinks {
	float: left;
	width: 140px;
	padding-top: 40px;
}


	#footer li a, #footer li a:link, #footer li a:active {
	text-decoration: none;
	color: #66635D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
			}
	#footer li a:visited {
	background-image: url(../../images/interface/flinkvisited_bg.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 10px;	
	}
			#footer li a:hover, #footer li a:visited:hover {
	color: #8C0B22;
				}
#copyright {
	padding-top: 10px;
	text-align: right;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#content blockquote p {
	padding: 0px;
	margin: 0px;
	color: #890E24;
	font-size: large;
	line-height: 140%;
}
#sidecolumn {
	clear: left;
	float: left;
	width: 253px;
	padding-top: 20px;
	padding-bottom: 200px;
}

.blog-widget .blog-article h3 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}

.blog-widget .blog-article p.date {
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	color: #8E0F27;
}

#introphotos {
	width: 575px;
	padding-left: 50px;
}

#introphotos p {
	padding-left: 0px;
}

#introphotos ul { margin-left: 20px; }

/* PAGE BUTTONS */

	.pagebutton a {
	display: block;
	height: 180px;
	width: 201px;
	background-position: left top;
	text-indent: -9999px;
		}
	.pagebutton a:hover {
		background-position: left bottom;
		}
	.pagebutton li {
		float: left;
		list-style-type: none;
		}
	#content ul.pagebutton {
		margin-left: 50px;
		}
	
	.pagebutton4 a {
		width: 151px;
		}
	
	/* Building Pros */
	#pb_contractors a { background-image: url(/images/content/buttons/contractor.png);}
	#pb_distributors a { background-image: url(/images/content/buttons/distributor.png);}
	#pb_architects a { background-image: url(/images/content/buttons/architect.png);}
	/* About */
	#pb_company a { background-image: url(/images/content/buttons/company.png);}
	#pb_manufacturingfacilities a { background-image: url(/images/content/buttons/manufacturingfacilities.png);}
	#pb_rebates a { background-image: url(/images/content/buttons/rebates.png);}
	/* News and Events */
	#pb_newsletters a { background-image: url(/images/content/buttons/newsletters.png);}
	#pb_pressreleases a { background-image: url(/images/content/buttons/pressreleases.png);}
	#pb_tradeshows a { background-image: url(/images/content/buttons/tradeshows.png);}
	#pb_tradetalk a { background-image: url(/images/content/buttons/tradetalk.png);}
	/* Getting Started */
	#pb_introduction a { background-image: url(/images/content/buttons/introduction.png);}
	#pb_homeplans a { background-image: url(/images/content/buttons/homeplans.png);}
	#pb_homebuilder a { background-image: url(/images/content/buttons/homebuilder.png);}
	

#home #hknav { width: 910px; }
body#home {
	background-image: url(/images/interface/home/body_bg.jpg);
	}
#home #mainnav a {
	height: 50px;
	}
#home #mainnav {
	clear: none;
	float: none;
	width: auto;
	}
#homebanner {
	padding-top: 22px;
	height: 260px;
	}
#home #header {
	height: 82px;
	}
#news {
	padding-top: 30px;
	padding-right: 20px;
	}
#news h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	color: #999791;
	}
#news h1 strong {
	font-size: small;
	font-weight: bold;
	}
#news p {
	font-size: small;
	color: #999791;
	margin-bottom: 20px;
	}
#news a {
	text-decoration: none;
	color: #999791;
	}
#form-submit input {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#login {
	float: right;
	width: 240px;
	padding-left: 40px;
	}
#login input {
	width: 180px;
	}
#login input#remember {
	width: 18px;
	float: left;
	}
#contactform {
	float: right;
	width: 330px;
	padding-left: 40px;
	}
#contactform input, #contactform select, #contactform textarea {
	width: 280px;
	}
input#submit {
	width: 135px;
	margin-left: auto;
	margin-right: auto;
	}
	/* ADDRESS */
	#form-address {
		height: 60px;
		}
	input#form-field-city {
		width: 100px;
		}
	input#form-field-state {
		width: 40px;
		}
	input#form-field-zip {
		width: 90px;
		}
	#content ul ul {
	margin-left: 15px;
	margin-bottom: 5px;
		}
#requiredfields {
	font-size: x-small;
	font-style: italic;
	text-align: center;
	}
#sidecallout {
	clear:both;
	padding-left:20px;
	}
#makehp {
	height: 90px;
	width: 240px;
	float: right;
	padding-left: 40px;
	padding-bottom: 10px;
}
#makehp a {
	display: block;
	height: 90px;
	width: 240px;
	text-indent: -9999px;
	background-image: url(../../images/content/buttons/makehp.png);
	background-repeat: no-repeat;
}


.on#makehp a {
	background-image: url(/images/content/buttons/makehp_on.png);
}


#makehp a:hover {
	background-position: left bottom;
}
span.helpertext {
	display: none;
}
.serif {
	font-family: "Times New Roman", Times, serif;
}
#content ul#gallerylist {
	margin-left: 50px;
	list-style-type: none;
}
#gallerylist a {
	display: block;
	height: 150px;
	width: 151px;
	text-indent: -9999px;
}
#gallerylist li {
	float: left;
	}
#gallerylist a:hover {
	background-position:left bottom
}
#customhomes a { background-image: url(../../images/content/gallery/customhomes.jpg); }



customhomes a { background-image: url(../../images/content/gallery/customhomes.jpg); }
#lodging a { background-image: url(../../images/content/gallery/lodging.jpg); }
#movietheaters a { background-image: url(../../images/content/gallery/movietheaters.jpg); }
#office a { background-image: url(../../images/content/gallery/office.jpg); }
#warehouse a { background-image: url(../../images/content/gallery/warehouse.jpg); }
#multifamily a { background-image: url(../../images/content/gallery/multifamily.jpg); }
#government a { background-image: url(../../images/content/gallery/government.jpg); }
#retail a { background-image: url(../../images/content/gallery/retail.jpg); }
#worship a { background-image: url(../../images/content/gallery/worship.jpg); }
#education a { background-image: url(../../images/content/gallery/education.jpg); }
#agriculture a { background-image: url(../../images/content/gallery/agriculture.jpg); }
#recreation a { background-image: url(../../images/content/gallery/recreation.jpg); }
ul#featuredthumbs {
	margin-left: 50px;
	list-style-type: none;
	margin-top: 15px;
}
#featuredthumbs li {
	float: left;
}
#featuredthumbs a {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 50px;
	width: 50px;
	background-color: #999999;
	display: block;
	text-align: center;
}
#featuredthumbs a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
	background-color: #333333;
}
h1 a, h1 a:link, h1 a:active, h1 a:visited {
	color: #003155;
	text-decoration: none;
		}
		h1 a:hover, h1 a:visited:hover {
	color: #003155;
	text-decoration: underline;
			}

#projectinfo h3 {
	font-size: 16px;
	font-weight: bold;
	color: #8C1026;
}
#projectinfo {
	width: 300px;
	float: left;
}

#projectimages {
	float: right;
	width: 300px;
}
#content #projectthumbimages ul {
	margin-left: 0px;
	list-style-type: none;
	margin-top: 15px;
}
#projectthumbimages li {
	float: left;
}
#projectthumbimages a {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 50px;
	width: 50px;
	background-color: #999999;
	display: block;
	text-align: center;
	border: 1px solid #AAA79D;
}
#projectthumbimages a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:100;
	opacity:100;
	background-color: #333333;
	border: 1px solid #003153;
}
#projectmainimage img {
	background-image: url(/images/interface/tandiagonal_bg.gif);
	padding: 10px;
	border: 1px solid #AAA79D;
}
#projectthumbimages {
	clear: both;
	margin-top: 20px;
}
#projecticons {
	clear: both;
}
#projecticons img {
	float: right;
}
ul#contentlinks {
	background-image: url(/images/content/contentlinks.png);
	background-repeat: no-repeat;
	margin-left: 50px;
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contentlinks li {
	margin-left: 25px;
	float: left;
	width: 275px;
}
#contentlinks a {
	font-size: medium;
	text-decoration: none;
	font-weight: bold;
	color: #66645D;
}
#contentlinks a:hover {
	color: #990000;
}
a.helperlink {
	color: #66635D;
	text-decoration: none;
}
table {
	margin-left: 50px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-bottom: 30px;
	border-collapse: collapse;
	width: 606px;
}
td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #CCC;
	border: 1px solid #CCC;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	background-color: #0E3A58;
	padding-bottom: 5px;
}
#content ul ul ul {
	margin-bottom: 5px;
}
#pm-nav li {
	margin-left: 15px;
	text-decoration: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3DED0;
}

.archive {
	text-indent: 5px;
	padding-bottom: 5px;
	color: #8C1026;
	font-weight: bold;
}

#pm-nav a {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a.pdf {
	background-image: url(/images/content/pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	
}
a.pdf:hover {
	background-image: url(/images/content/pdf_over.gif);
	padding-right: 30px;
}
#pm-nav a:hover {
	background-color:#EEEBE2;
}
#pm-nav {
	padding-bottom: 20px;
}
td.description {
	text-align: left;
	width: 360px;
	padding-left: 10px;
	padding-right: 20px;
}
tr:hover {
background-color:#EEEBE2;}


a.top {
	background-image: url(/images/content/top.gif);
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	float: right;
}
a.top:hover {
	background-position: left bottom;
}

	/* Upgrade Flash Player */

	

	#upgradeflashplayer div {
		width: 400px;
		margin-right: auto;
		margin-left: auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		background-color: #EEEEEE;
		border-width: 1px;
		border-style: solid;
		border-color: #CCCCCC;
		padding: 2px;

		}

	a#getflash {
		background-image: url(http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif);
		height: 33px;
		width: 112px;
		background-repeat: no-repeat;
		margin-right: auto;
		margin-left: auto;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 10px;
		}

	#upgradeflashplayer {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	z-index: 10;
	padding-top: 150px;
	height: 100%;
		}

	#x {

		font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		color: #999999;
		display: block;
		text-align: right;
		background-color: #DEDEDE;
		padding: 2px;

		}

	#upgradeflashplayer h2 {
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		margin-left: 15px;
		margin-top: 5px;
		padding-left: 0px;
		}

	#upgradeflashplayer p {

		margin-left: 15px;

		}
#nonflash {
	height: 240px;
	background-image: url(/images/content/nonflash.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.hidden {
	display: none;
}

#introphotos div {
	float: left;
	height: 350px;
	width: 250px;
	padding-right: 20px;
}

#news a.underline { text-decoration: underline; }

p#icf-education a, p#icf-education a:link, p#icf-education a:visited, p#icf-education a:active {
	display: block;
	width: 600px;
	height: 119px;
	text-indent: -9999px;
	background-image: url(/images/content/callouts/icf-education-center.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}

p#icf-education a:hover, p#icf-education a:visited:hover { background-position: bottom left; }

/* \\\\\\\\\\ Benefits of ICFs \\\\\\\\\\ */

#icfbenefits {
	width: 600px;
	height: 866px;
	margin-left: 35px;
	}

#icfbenefits ul {
	list-style-type: none;
	display: block;
	margin: 0em;
	width: 600px;
}

#icfbenefits li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0em;
	width: 300px;
	}

#icfbenefits a {
	height: 423px;
	display: block;
	text-indent: -9999px;
	width: 300px;
	}

	#icfbenefits a:hover {
		background-position: right top;
		}

	#icfbenefits #quality a { background-image: url(/images/content/introtoicfs/quality.jpg) }

	#icfbenefits #safety a { background-image: url(/images/content/introtoicfs/safety.jpg) }

	#icfbenefits #comfort a { background-image: url(/images/content/introtoicfs/comfort.jpg) }

	#icfbenefits #sustainable a { background-image: url(/images/content/introtoicfs/sustainable.jpg) }


#icfbenefits p { display: none; }

#icfbenefits h3 {
	margin: 0px;
	padding: 0px;
	}

#introflash {
	width: 441px;
	height: 390px;
	margin-left: 129px;
	}

/* ////////// Benefits of ICFs ////////// */

/*************************************************************** CALLOUTS ***************************************************************/
.icf-3d {
	display: block;
	width: 227px;
	height: 89px;
	margin: 10px 0px 0px 0px;
	}

.icf-3d a, .icf-3d a:link, .icf-3d a:visited, .icf-3d a:active {
	display: block;
	width: 227px;
	height: 89px;
	background: url(/images/content/callouts/icf-3d.jpg) no-repeat top left;
	text-indent: -9999px;
	}

.icf-3d a:hover, .icf-3d a:visited:hover { background-position: bottom left; }

.icf-big .icf-3d {
	display: block;
	width: 600px;
	height: 49px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 50px;
	}

.icf-big .icf-3d a, .icf-big .icf-3d a:link, .icf-big .icf-3d a:visited, .icf-big .icf-3d a:active {
	display: block;
	width: 600px;
	height: 49px;
	background: url(/images/content/callouts/icf-3d-big.jpg) no-repeat top left;
	text-indent: -9999px;
	}

.icf-big .icf-3d a:hover, .icf-big .icf-3d a:visited:hover { background-position: bottom left; }

/*************************************************************** CALLOUTS ***************************************************************/