.print {
	display: none;
}

#layout {
	margin: 0 auto;
	width: 950px;
	padding-top: 20px;
}

#page {
	line-height: 1.5em;
	font-size: .75em;
	text-align: left;
	background: url(../images/bottom.png) left bottom no-repeat;
	padding-bottom: 10px;
	float: left;
}

#banner {
	background-image: url(../images/banner_background.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000;
	height: 164px;
	width: 926px;
	margin-bottom: 20px;
}

#content {
	width: 928px;
	border-left: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	padding: 22px 10px 0 10px;
	background-color: #fff;
	float: left;
}

#feature {
	float: left;
	/* padding: 24px 24px 24px 29px; */
	padding: 24px 24px 24px 29px;
	width: 604px;
	border-right-color:#666666;
	border-right-style:solid;
	border-right-width:1px;
	min-height: 300px;
	height: auto;
}
* html #feature {
	padding-bottom: 0;	
}

#page .title, #page .subTitle {
	display: block;
	padding-bottom: 20px;
}
#page .subTitle {
	padding-top: 30px;
}

#footer {
	padding: 10px 0 10px 17px;
	font-style: italic;
	font-size: .7em;
	color: #2aa6df;
	text-align: left;
	clear: both;
}



/*
 * MODAL white boxes
 */

.whiteBox{
 float: left;
 position: relative;
 height: 64px;
 width: 64px;
 margin: 2.5px;
}
.whiteBox .dropshadow{
/*	display: none;*/
 position: absolute;
 top: -5px;
 left: -7px;
 width: 78px;
 height: 78px;
 background: url('../images/whitebox/dropshadow.png') no-repeat 0 0;
 z-index: 1;
}
.whiteBox img, .whiteBox .image{
/*	display: none;*/
 position: absolute;
 height: 64px;
 width: 64px;
 z-index: 2;
}
.whiteBox .innerGlow{
 display: none;
 position: absolute;
 height: 58px;
 width: 58px;
 border: 3px solid white;
 z-index: 3;
}
.whiteBox .innerGlow .img{
 height: 58px;
 width: 58px;
 background: url('../images/whitebox/innerGlow.png') no-repeat 0 0;
}
.whiteBox:hover .innerGlow{
 display: block;
}
