@charset "utf-8";
/* CSS Document */

.container {
	/*padding: 10px 4%;*/
	padding: 10px 0 20px 20px;
}

.container p {
	font-size:80%;
	line-height:125%;
	margin:0 0 1em;
	padding:0em;
}
ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0 50px;
	list-style: none;
}
ul.column li {
	float: left;
	width: 217px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
.block {
	height: 310px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px;
	background:#E7E6CB;/*#e3e1d5*/
	-moz-border-radius: 6px;/* Firefox */
	-khtml-border-radius: 6px;/* Old Safari, KHTML */
	-webkit-border-radius: 6px;/* Safari Google Chrome */
}
.block285 {
	height: 285px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px;
	background:#E7E6CB;/*#e3e1d5*/
	-moz-border-radius: 6px;/* Firefox */
	-khtml-border-radius: 6px;/* Old Safari, KHTML */
	-webkit-border-radius: 6px;/* Safari Google Chrome */
}
.block375 {
	height: 375px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px;
	background:#E7E6CB;/*#e3e1d5*/
	-moz-border-radius: 6px;/* Firefox */
	-khtml-border-radius: 6px;/* Old Safari, KHTML */
	-webkit-border-radius: 6px;/* Safari Google Chrome */
}
.block400 {
	height: 375px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px;
	background:#E7E6CB;/*#e3e1d5*/
	-moz-border-radius: 6px;/* Firefox */
	-khtml-border-radius: 6px;/* Old Safari, KHTML */
	-webkit-border-radius: 6px;/* Safari Google Chrome */
}
.block425 {
	height: 425px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px;
	background:#E7E6CB;/*#e3e1d5*/
	-moz-border-radius: 6px;/* Firefox */
	-khtml-border-radius: 6px;/* Old Safari, KHTML */
	-webkit-border-radius: 6px;/* Safari Google Chrome */
}
.block450 {
	height: 450px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 10px;
	background:#E7E6CB;/*#e3e1d5*/
	-moz-border-radius: 6px;/* Firefox */
	-khtml-border-radius: 6px;/* Old Safari, KHTML */
	-webkit-border-radius: 6px;/* Safari Google Chrome */
}
ul.column li h3 {
	border:none;
	font-size: 0.8em;
	font-weight:normal;
	margin:0;
	padding:12px 0 0.2em;
}
ul.column li h2 {
	border-left:none;
	border-bottom:1px solid #EFEFEF;
	font-weight:normal;
	margin:0 0 3px;
	padding:0.3em;
}
ul.column li img { /*Flexible image size with border*/
	/*width: 89%;*/  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	margin: 0 auto;
	background:#fff;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
	display: block;
	-moz-border-radius: 6px;/* Firefox */
	-khtml-border-radius: 6px;/* Old Safari, KHTML */
	-webkit-border-radius: 6px;/* Safari Google Chrome */
}

