/*  CSS By Casey Reid - Clear Fire Studios - http://www.clearfirestudios.com */

@import "reset.css";


html{
	background-color: #e4ecf7;
}
body{
	color: #293662;
	font-family: Georgia, "Times New Roman", serif;
	text-align: center;
}

a{color: #293662;}
a:hover, .active{color: #8E582A;}
strong{font-weight: bold;}

.clear{clear: both;}
.alignLeft{
	float: left;
	margin: 0 10px 10px 0;
}

#wrapper{
	background: #e4ecf7 url(/images/site/body_bg.gif) repeat-y 50% 0;
	margin: 0 auto;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
	text-align: left;
	width: 810px;
}
	#wrapper h1{
		background: url(/images/site/homeTop.gif) no-repeat 1px 0;
		height: 106px;
		text-indent: -9999px;
		width: 800px;
	}
	
	h2#title{
		background: url(/images/site/subTop.gif) no-repeat;
		color: #fff;
		font-size: 26px;
		padding: 53px 0 0 50px;
		position: absolute;
		left: 10px;
		top: 0;
		width: 800px; height: 106px;
		z-index: 1;
		
	}

#flash-banner{
	margin-bottom: 25px;
	padding-top: 5px;
	text-align: center;
}
#banner{
	padding-top: 86px;
	width: 800px;
}

ul#nav-home{
	background: url(/images/site/nav_home_bg.jpg) no-repeat;
	height: 50px;
	padding: 15px 0 0 36px;
	width: 800px;
}
	ul#nav-home li{
		border-right: 2px solid #fff;
		float: left;
	}
		ul#nav-home li.last{border-right: none;}
		ul#nav-home li a{
			display: block;
			color: #fff;
			font-size: 24px;
			padding: 0 20px;
			text-decoration: none;
		}
			ul#nav-home li a:hover, ul#nav-internal li a.active{
				color: #BEC8DB;
				text-decoration: underline;
			}
			
ul#nav-internal{
	background: url(/images/site/nav_internal_bg.jpg) no-repeat;
	height: 40px;
	padding: 8px 0 0 36px;
	width: 800px;
}
	ul#nav-internal li{
		border-right: 2px solid #fff;
		float: left;
	}
		ul#nav-internal li.last{border-right: none;}
		ul#nav-internal li a{
			display: block;
			color: #fff;
			font-size: 20px;
			padding: 0 20px;
			text-decoration: none;
		}
			ul#nav-internal li a:hover, ul#nav-internal li a.active{
				color: #BEC8DB;
				text-decoration: underline;
			}
			
#content{
	float: left;
	margin-right: 47px;
	padding-left: 60px;
	width: 435px;
}
	#content h3, #content-internal h3{
		font-size: 20px;
		padding: 10px 0;	
	}
		#content-internal h3 a{
			float: right;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}
	#content h4, #content-internal h4{
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding-bottom: 3px;
	}
	#content p, #content-internal p{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 1.3em;
		padding-bottom: 10px;
	}
	#content img, #content-internal img{
		border: 1px solid #293662;
		margin: 0 8px 10px 0;
		padding: 2px;
	}
		#content a img:hover, #content-internal a img:hover{border-color: #8E582A;}

#content-internal{
	margin-right: 47px;
	padding-left: 60px;
}
	

#divisions{
	text-align: center;
}	
	#divisions img{
		margin: 0 10px 10px 0;;
	}
	
#cabinetry-logos{
	margin-right: 47px;
	margin-top: 30px;
	padding-left: 60px;
	text-align: center;
}
	#cabinetry-logos img{
		/*border: 2px solid #293662;*/
		margin: 0 20px 0 0;
	}

ul#projects{
	
}
	ul#projects li{
		float:left;
		margin: 0 8px 0 0;
	}
.tags span{
	color: #293662;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 5px 0;
	text-decoration: underline;
}
	.tags span:hover, .tags span.active{color: #8E582A; text-decoration: underline;}
	
.projects-return{
	margin-right: 70px;
	text-align: right;
}
	.projects-return span{float: left;}

#sidebar{
	float: left;
	width: 210px;
}
	#sidebar h3{
		font-size: 20px;
		padding: 10px 0;
	}
	#sidebar p{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 1.3em;
		padding-bottom: 10px;
	}
	#sidebar img{
		border: 1px solid #293662;
		margin-bottom: 10px;
		padding: 2px;
	}
		#sidebar a img:hover{border-color: #8E582A;}
	#sidebar ul{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-bottom: 10px;
	}
		#sidebar ul li{
			list-style-type: disc;
			margin: 0 0 3px 15px;
		}
		
.featured img{
	height: 80px;
}
	
#affiliation-logos{
	text-align: center;
}

/* Contact Form styles */
#contact label{
	display:block;
}
	#contact label em{
		font-weight: normal;
	}
	#contact p{
		margin-bottom: 5px;
	}
	#contact textarea, #contact select{
		margin-top: 0px;
	}

	.thanks{
		color: #8E582A;
		font-size: 14px;
	}

ul#footer-nav{
	padding: 30px 0 5px 0;
	text-align: center;
}
	ul#footer-nav li{
		display: inline;
		font-size: 14px;
		padding: 0 5px;
	}

#copywrite{
	text-align: center;
}
	#copywrite p{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 1.3em;
	}


#footer{
	background: url(/images/site/footer_bg.gif) no-repeat 50% 0;
	height: 49px;
}

	