@charset "utf-8";
/* CSS Document */




/**********************************************************
/	General
**********************************************************/
#logoTable{
	border-top:solid #F5E494 1px;
}

	#logoTable td{
		padding: 15px 5px;
		vertical-align:top;
	}
	
		#logoTable td a:hover{
			opacity:.6;
			filter:alpha(opacity='60'); 
		}
	
		#logoTable td.border{
			border-top: 1px solid #f5e494;
		}


/******************************
/ Template
******************************/
#Template{
	font-size:14px;
	margin:20px 50px 0 20px;
}

	#Template .sub-nav{
		margin:14px 0 0 55px;
		padding:0px;
		list-style:none;
	}

		#Template .sub-nav li{
			margin:3px 0;
		}

		#Template .sub-nav a{
			color:#e8c36b;
			text-decoration:none;
		}

		#Template .sub-nav a:hover{
			color:#fff;
		}

#Template p{
	padding:10px 0 10px 0;
}

#Template .btn{
	background:none;
	border:solid #fff 1px;
	color:#FFF;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px 5px 2px 5px;
}

#Template .btn:hover{
	background-color:#FFF;
	color:#4D0207;
}

#Template td#title{
	vertical-align:top;
}

#Template td#description{
	padding:40px 0 25px 0;
}

#Template td#description h1{
	font-size:16px;
}

#Template tr.dynamic_row td.picture{
	padding:28px 10px 0 0;
	text-align:right;
	vertical-align:top;
}

#Template tr.dynamic_row td.picture img{
/*	border:solid #fff 1px;*/
}

#Template tr.dynamic_row td.right{
	background-image:url(/images/shared/white_arrow.png);
	background-position:0px 28px;
	background-repeat:no-repeat;
	border-top:solid #f1e084 1px;
	padding:15px 170px 15px 24px;
	vertical-align:top;
}

	
	/******************************
	/ Template : Contact
	******************************/
	#Template table.contact table#contactForm td{
		padding:0px 0px 5px 0px;
	}
	
	#Template table.contact td#title #logo{
		margin:25px 0 0 55px;
	}
	
	#Template table.contact td#title p{
		margin:0 0 0 55px;
	}
	
	#Template table.contact table#leftColumn{
		border-left:solid #f1e084 1px;
	}
	
	#Template table.contact p#Policy{
		padding-left:24px;
	}
	
	#Template table.contact table#leftColumn td{
		padding-left:24px;
	}
	
	#Template table.contact table#leftColumn td td{
		padding-left:0px;
	}
	
	#Template table.contact table#contactForm td.ContactFieldsRight{
		padding-top:15px;
	}
	
	#Template table.contact table#contactForm .ContactError{
		color:#C00;
		font-weight:bold;
	}
	
	/******************************
	/ Template : Involvement
	******************************/
	#Template table.involvement td#dynamic{
		padding:25px 0 0 0;
	}
	
	#Template table.involvement td#dynamic img{
		border:solid #fff 1px;
	}
	
	#Template table.involvement td td{
		padding:25px 10px 25px 0;
		vertical-align:top;
	}

	#Template table.involvement a {
		display:inline-block;
		text-decoration:none;
	}
	
	#Template table.involvement a:hover{
		opacity: .6;
		filter:alpha(opacity='60'); 
	}	
	
	#Template table.involvement img{
		margin-bottom:10px;
	}
	
	#Template table.involvement h1 a{
		font-size:16px;
		text-decoration:none;
	}
	
	#Template table.involvement p{
		margin:0px;
		padding:0px;
	}
	
	/******************************
	/ Template : Testimonials
	******************************/
	#Template table.testimonials p.name{
		font-weight:bold;
		margin-left:155px;
	}
	
	 /**********************************************************
	HOME BUYER TAX CREDITS
	**********************************************************/	
	#Template #home-buyer-tax-credits h2 {
		color:#f1e084; 
		font-size:18px;
		font-weight:bold;  
		margin:10px 0 0 0;
	}
	#Template #home-buyer-tax-credits ul {
		margin:0 0 0 30px;		
	}	
/******************************
/ About Us
******************************/
#AboutUsBBBLogo{
	display: block;
	background:url(/images/about-us/bbb-logo.png) no-repeat;
	width: 52px;
	height: 82px;
	margin: auto;
}
	#AboutUsBBBLogo:hover{
		background-position: 0px -82px;
	}
#AboutUsBCBHALogo{
	display: block;
	background:url(/images/about-us/brown-county-home-builders-logo.png) no-repeat;
	width: 125px;
	height: 45px;
	margin: auto;
}
	#AboutUsBCBHALogo:hover{
		background-position: 0px -45px;
	}
#AboutUsWBALogo{
	display: block;
	background:url(/images/about-us/wisconsin-builders-association-logo.png) no-repeat;
	width: 77px;
	height: 83px;
	margin: auto;
}
	#AboutUsWBALogo:hover{
		background-position: 0px -83px;
	}
#AboutUsNAHBLogo{
	display: block;
	background:url(/images/about-us/nahb-logo.png) no-repeat;
	width: 112px;
	height: 58px;
	margin: auto;
}
	#AboutUsNAHBLogo:hover{
		background-position: 0px -58px;
	}
#AboutUsOrganizationText{
	color: #f5e494;
	border-bottom: 1px solid #f5e494;
	margin-bottom: 10px;
}
#AboutUsOrganizationTable td{
	padding: 15px 5px;
}
	#AboutUsOrganizationTable td.border{
		border-top: 1px solid #f5e494;
	}
	
	
	
	
/**********************************************************
/	Biographies
**********************************************************/
#biographiesTable{
	margin:15px 0 0 0;
	width:100%;
}

	#biographiesTable td{
		padding:0 0 15px 0;
		vertical-align:top;
	}
	#biographiesTable td.border{
		border-top: 1px solid #f1e297;
		padding: 15px 0;
	}