 @import "cit.css";

/* = E-Brochure Request
-----------------------------------------------------------------------------*/
img.newBrochureTeaser {
	float: right;
	width: 163px;
	height: 230px;
	margin-left: 80px;
}
#introText {
	background: #EDEDED;
	border: 1px solid #ABABAB;
	margin: 15px 15px 20px 15px;
	color: #000000;
	padding: 0 15px 20px;
}
#brochureWrapper {
	border-top: 10px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom: 15px;
}
#introText .heading {
	color:#000000;
	font-size:1.6em;
	padding-top: 0px;
	text-align:left;
}
p.brochureText {
	margin-left: 15px;
}
p.brochureOrder a {
	text-decoration: none;
}
p.brochureOrder a:hover {
	text-decoration: underline;
}
#mainContent div img {
	border: 1px solid #ccc;
	padding: 2px;
}
.collectionContainer {
	height: 345px;
	margin-bottom: 15px;
	width: 418px;
	margin: 0 auto;
}
 
.item1, .item2, .item3, .item4{
	float: left;
	height: 300px;
	width: 200px;
	padding:0px;
	text-align: center;
}
.item1 .text, .item2 .text, .item3 .text, .item4 .text{
	padding: 0 30px;
}

/* =Opt In / Opt Out Section
-----------------------------------------------------------------------------*/

.optInOne,
.optInTwo {
	height:50px;
	margin:0px 0px 5px 10px;
	width:680px;
}

.optInOne .checkBox,
.optInTwo .checkBox {
	float:right;
	height:50px;
	margin:0px 0px 5px 10px;
	width:150px;
}
