@charset "utf-8";

.text { /* text content on home page */
	padding: .5em 2em;
	font-size: .95em;
	font-weight: normal;
	/*background-image: url(../images/hp-bkgrnd.gif);
	background-repeat:no-repeat;
	background-position:center .25em;
	background-attachment:fixed top center no-repeat;*/
}

table.hpT td {
	width: 50%;
	padding: 0 1em;
}	 

/* four across boxes */
.wrapper {
	margin: 0 auto;
	width: 996px;
}
.col {
	float: left;
	width: 245px;
	-webkit-border-radius: .5em;
	-webkit-background-clip: padding-box;
	-moz-border-radius: .5em;
	-o-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0px 2px 5px #35272a;
	-moz-box-shadow: 0px 2px 6px #35272a;
	box-shadow: 0px 2px 5px #35272a;
	background-color: #ddf65a;
	margin: 0 2px;
	font-size: .95em;
}
.four {
	margin-right: 0;
}
.col h2 {
	padding: .5em 1em;
}

.hpbox, .view-display-id-block_2 .views-field-title {
	padding: .5em 1em 0;
}
p.hpbox {
	margin-bottom: 0;
}

p.hpbox a, .view-display-id-block_2 a {
	color: #fff;
	text-decoration: none;
}

p.hpbox a:hover, p.hpbox a:focus {
	color: #fff;
	text-decoration: underline;
}

table.hp{
	width: 100%;
}
table.hp td{
	padding: 0 .5em .5em;
}
table.hp td.lc {
	vertical-align: middle
}
table.hp td.rc {
	width: 100px;
}
.col a, .col a:visited {	
	color: #35272a;
	text-decoration: none;
}
.col a:hover, .col a:focus {
	text-decoration: underline;
}
/* end 4 boxes */

/* 2 boxes */
.wrapper2 {
	display: table;
	margin: .5em auto;
	width: 996px;
}
.wrapper2 > div.rcol, .wrapper2 > div.lcol {
	display: table-cell;
	width: 496px;
}
.wrapper2 > div.Ccol {
	display: table-cell;
	width: 4px;	
}
.rcol, .lcol {
	background: #867d7f;
	-webkit-border-radius: .5em;
	-webkit-background-clip: padding-box;
	-moz-border-radius: .5em;
	-o-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0px 2px 5px #35272a;
	-moz-box-shadow: 0px 2px 6px #35272a;
	box-shadow: 0px 2px 5px #35272a;
	color: #fff;
}

.rcol h2, .lcol h2 {
	color: #fff;
	padding: .5em 0 0 .5em;
}

.rcol ul, .lcol ul {
	list-style-type: none;
}

.rcol ul li, .lcol ul li {
	list-style-type: none;
	padding: .5em 0 0 0;
}

.rcol ul li a, .lcol ul li a {
	text-decoration: none;
	color: #fff;
}

.rcol ul li a:hover, .lcol ul li a:hover, .rcol ul li a:focus, .lcol ul li a:focus {
	text-decoration: underline;
}

.content h2 {
	font-family: 'WalkwayUltraBoldRegular';
	font-size: 1.2em;
	color: #35272a;	
	font-weight: bold;
	text-transform: uppercase;	
	margin-bottom: 1em;
}

.rcol h2 a, .rcol h2 a:visited {
	color: #fff;
	text-decoration: none;
}
.rcol h2 a:hover, .rol h2 a:focus {
	text-decoration: underline;
}
 
.read-more {
	text-align: right;
	margin-top: 0;
}
.read-more a, .read-more a:visited {
	color: #000;
	text-decoration: none;
}
.read-more a:hover, .read-more a:focus {
	color: #000;
	text-decoration: underline;
}

.more-link {
	text-align: right;
	margin: 0 .5em .5em 0;
}
.more-link a, .more-link a:visited {
	color: #fff;
	text-decoration: none;
}
.more-link a:hover, more-link a:focus {
	text-decoration: underline;
}
