/**** Base styles ****/
html, body, div{
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
  	font-size: 14px;
	font-weight: normal;
	margin: 7px 10px 0 7px;
	height: 60px;
	/*IE chops off bottom of text otherwise*/
	padding-bottom: 5px;
}


/**** Content ****/

#content {
	margin: 0;
	width: 940px;
	height: 560px;
	font: 13px 'Helvetica Neue', Arial, sans-serif;
  	background-color: #eee;
  	color: #000;
  	line-height: 1.6em;
}
#grid1{
	height: 350px;
}

.sectionhed {
	font-family:'PrattHeavy', Georgia, 'Times New Roman', serif;
  	font-size: 12px;
	text-transform: uppercase;
  	font-weight: normal;
  	margin:30px 0 4px 0;
}



/**** Grid ****/

.clearfix {
  clear: both;
  margin-left: 1px;
}

.centered { margin: 0 auto; }

.col{
	position:relative;
	margin:0;
	padding:0;
	float:left;
}
.row{
	position:relative;
	margin:0;
	padding:0;
	clear:both;
}
.top-border{
	border-top: #000 1px solid;
}
.right-border{
	border-right: #000 1px solid;;
}
.box {
	float: left;
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 11px;
	line-height: 1.4em;
	float: left;
	border-left: #000 1px solid;
	border-bottom: #000 10px solid;
}


.width1 { width: 156px; }
.width2 { width: 310px; }
.height1{ height: 140px; }
.height2{ height: 290px; }

.width1 img{
	position: relative;
	left: 44px;
}
.width2 img{
	position: relative;
	left: 200px;
}
.height1 img{
	top: 7px;
}
.height2 img{
	top: 157px;
}

/* rollovers */
.overlay{
	/*display: none;*/
	margin: 0;
	position: relative;
	float: left;
	top: 0;
	left: 0;
	background-color: #000;
	cursor: pointer;
	border-bottom: 10px solid #000;
}
.overlay h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0 12px;
	font-size: 14px;
	/*font-style: italic;*/
	line-height: 1.3em;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	margin:0px 0 10px;
}
.overlay p{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #F00;
	text-align: center;
	font-size: 12px;
}
.intimg{
	width: 100%;
	height: 40px;
	background:url("../images/interactive.png") no-repeat center;
	margin:52px 0 6px;
}



