body {
	font-family: 'Open Sans', sans-serif;
	font-size: .85em;
	color: #000000;
}
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	min-height: 600px;
}
body.dialogpage, body.filedialog, body.wysiwygeditor {
	background-color: #FFF;
	background-image: none;
}
.font-open-sans {
	font-family: 'Open Sans', sans-serif;
}
.font-open-sans-bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
img {
	text-decoration: none;
	border: 0px
}
a {
	color: #E51937;
}
a:visited {
	color: #E51937;
}
a:hover {
	color: #C2D12C;
}
a:active {
	color: #C2D12C;
}

.breakLongURLs {
	white-space: pre; /* CSS 2.0 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3.0 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP Printers */
	word-wrap: break-word; /* IE 5+ */
}
/*Add class to form input to make the value (words) gray until the box is clicked into and then text becomes black*/
.form-input-gray {
	color: #999;
}
.form-input-gray:focus {
	color: #000;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, 
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearboth {
	clear: both;
}
.content {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.rows {
	overflow: hidden;
}
.copyright {
	text-align: center;
	font-size: .75em;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #959595;
}
.text-small {
	text-weight: small;
	font-size: .75em;
}
.text-align-left {
	text-align: left;
}
.text-align-right {
	text-align: right;
}
.text-align-center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.gutter-left {
	margin-left: 4%;
}
.gutter-right {
	margin-right: 4%;
}
.col-two {
	width: 48%;
}
.col-three {
	width: 30.66%;
}
.col-three-two-thirds {
	width: 65.34%;
}
.col-four {
	width: 22%;
}
.col-four-with-padding {
	width: 20%;
	padding: 1%;
}
.col-four-three-fourths {
	width: 74%;
}
.col-five {
	width: 16.8%;
}
.line-height-thin {
	line-height: 1.25em;
}
.padding-top-10px {
	padding-top: 10px;
}
.padding-top-20px {
	padding-top: 20px;
}
.padding-btm-10px {
	padding-bottom: 10px;
}
.padding-btm-20px {
	padding-bottom: 20px;
}
.margin-top-10px {
	margin-top: 10px;
}
.margin-top-20px {
	margin-top: 20px;
}
.margin-top-30px {
	margin-top: 30px;
}
.margin-btm-10px {
	margin-bottom: 10px;
}
.margin-btm-20px {
	margin-bottom: 20px;
}
.margin-btm-30px {
	margin-bottom: 30px;
}
.border-left {
	border-left: #d7d7d7 1px solid;
	margin-left: px;
	padding-left: 10px;
}
.border-right {
	border-right: #d7d7d7 1px solid;
}
.box-border {
	border-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	min-height: 290px;
}
.box-gutter-left {
	margin-left: 1.1%;
	margin-left: 1.1%;
}
.searchbox {
	width: 45%;
	float: right;
	text-align: right;
}
.creditcards img {
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.social-media img {
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 0px;
	margin-bottom: 2px;
}	
.wrapper {
}
