@charset "utf-8";
/* CSS Document */

.twoColEls #container {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 960px;
	text-align: left;
	background: #fff;
}
/* If you want the sidebar on the right, update the flowing declerations ".twoColEls #sidebar1" and ".twoColEls #mainContent. 
   See comments for instructions.
*/
.twoColEls #sidebar1 {
	float: left; /* change to "float:left;" or "float:right;" */
	width: 20em;
	font-size: 90%;
	background-color: #ccc;
	border-right: 2px solid #999; /* change to "border-left" or "border-right" */
}
#sidebar1 .gutter {
	padding: 20px 15px;
}
/*.twoColEls #sidebar2 {
	float: right;
	width: 20em;
	font-size: 90%;
	background-color: #ccc;
	border-left: 2px solid #999;
}
#sidebar2 .gutter {
	padding: 20px 15px 0 20px;
}*/
.twoColEls #sidebar1 h3, .twoColEls #sidebar2 h3 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
}
.twoColEls #sidebar1 ul, .twoColEls #sidebar2 ul {
	margin: 0 0 1.5em 0;
	padding: 0;
}
.twoColEls #sidebar1 ul li, .twoColEls #sidebar2 ul li {
	margin: 0;
	padding: 0 0 0 5px; /* if using the bullet graphic, set padding-left: 18px; */
	font-size: 95%;
	list-style: none;
	line-height: 1.5em;
	vertical-align: middle;
	/*background: url(../images/li-bullet-02.gif) no-repeat 0 3px;*/
}
.twoColEls #sidebar1 p, .twoColEls #sidebar2 p {
	margin-bottom: 1em;	
}
.twoColEls #mainContent {
	margin-left: 20em; /* change to "margin-left" or "margin-right" */
	/*margin-right: 20em;*/ /* enable if using 3 column layout */
	min-width: 50em;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
}
#mainContent .gutter {
	padding: 20px;
}

#feature img {
	padding-top: 1.5em;
	width: 100% !important;
	height: auto !important;
	width: 700px;
	height: 96px;
	max-width: 1100px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}