@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
html, body {
  height: 100%;
}
.page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -60px;
	background-color: #303040;
}
.page-wrap2 {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -80px;
	background-color: #FFFFFF;
}
.bodycontent_leftcolumn {
	display: inline-table;
	padding: 10px;
	height: auto;
	width: 55%;
	margin-top: 20px;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	vertical-align: top;
}
.bodycontent_doublecolumn {
	display: table;
	height: auto;
	width: 100%;
	margin-top: 20px;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	vertical-align: top;
	padding: 10px;
}
.bodycontent_doublecolumn_title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 1em;
}
.bodycontent_doublecolumn_text {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: normal;
	color: #FFF;
	height: auto;
	width: auto;
	margin-left: -10px;
	margin-bottom: 30px;
}
.bodycontent_doublecolumn_box {
	background-color: #541B1D;
	display: table-cell;
	height: auto;
	width: 340px;
	padding: 10px;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	vertical-align: top;
	margin-left: -10px;
	text-align: center;
}
.email {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	background-color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.bodycontent {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 4em;
}
.bodycontent_leftcolumnContact {
	display: inline-table;
	padding: 10px;
	height: auto;
	width: 55%;
	margin-top: 20px;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	vertical-align: top;
}
.bodycontent_leftcolumn_title {
	font-family: 'Ubuntu', sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.bodycontent_leftcolumn_image {
	height: 250px;
	width: 100%;
	margin-bottom: 20px;
	background-color: #FFF;
	overflow: hidden;
}
.bodycontent_leftcolumn_text {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: normal;
	color: #000;
	height: auto;
	width: auto;
}
#page_image {
	max-height: 300px;
	width: 100%;
	overflow: hidden;
}
.img_top {
	margin-top: -10%;
}
.bodycontent_rightcolumn {
	display: inline-table;
	padding: 10px;
	height: auto;
	width: 35%;
	margin-top: 20px;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	vertical-align: top;
	float: right;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	background-color: #FFF;
}
.form_responsive {
	height: auto;
	width: auto;
}
.form_responsive2 {
	height: auto;
	width: auto;
	display: inline-block;
}
.subscribe {
	background-color: #541b1d;
	height: 50px;
	width: 100%;
	position: relative;
}
.clear {
	float: left;
	text-transform: none;
	width: auto;	
}
.signupform {
	position: absolute;
	top: 20%;
	right: 5%;
}
#mc-embedded-subscribe {
	background-color: #d1d7dc;
	display: inline-block;
	width: 250px;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 27px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: .8em;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
}
.bodycontent_rightcolumn_title {
	font-family: 'Ubuntu', sans-serif;
	font-size: .9em;
	font-weight: bold;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.bodycontent_rightcolumn_text {
	font-family: 'Ubuntu', sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	padding: 10px;
}
.bodycontent_rightcolumn_textContact {
	font-family: 'Ubuntu', sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	height: auto;
	width: auto;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
	height: 80px;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
.site-footer {
	background: #541b1d;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	padding-top: 0.1em;
}


.topbar {
	background-color: #FFF;
	height: 20%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 10;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
.topbar_logo {
	height: 90%;
	width: 143px;
	margin-left: 0em;
	display: inline-block;
	margin-top: .4em;
}
.homepage_statement {
	font-family: 'Ubuntu', sans-serif;
	font-size: 3em;
	font-weight: bold;
	color: #F5A213;
	height: auto;
	position: relative;
	text-align: center;
	line-height: 1em;
	margin-top: 5%;
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: auto;
	width: 45%;
	margin-right: auto;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px; /* future proofing */
	-khtml-border-radius: 40px;
}
.homepage_statement_2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #F5A213;
	height: auto;
	width: 80%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
	/* [disabled]background-color: #541B1E; */
	padding: 5px;
	display: block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; /* future proofing */
	-khtml-border-radius: 20px;
}
.quicklinks {
	float: right;
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-right: 20px;
}
.footer_copy {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
	height: auto;
	width: 70%;
	margin-top: 1em;
	margin-left: 4em;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	display: inline-block;
}
.icon {
	display: inline-block;
	height: auto;
	width: auto;
	margin-right: .5em;
	margin-left: .5em;
}
.highlightrow {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
	margin-top: 4em;
	margin-bottom: 1em;
}


ul#horizontal-list {
	width: 100%;
	list-style: none;
	/* [disabled]padding-top: 20px; */
	text-align: center;
	height: 100%;
	position: relative;
	vertical-align: top;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	}
	
ul#horizontal-list li {
	display: inline-block;
	width: 240px;
	height: 300px;
	position: relative;
	vertical-align: top;
	margin-bottom: 2em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	padding-top: 5px;
	}
.highlight_content {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	width: 90%;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.highlight_arrow {
	display: block;
	height: auto;
	width: auto;
	margin-bottom: 2em;
	padding-top: 0.5em;
}
.highlight_arrow_headline {
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
.highlight_arrow_01 {
	height: 100%;
	width: auto;
	margin-bottom: 2em;
	padding-top: 0.5em;
	background-color: #d7b308;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border: thin solid #FFF;
}
.highlight_arrow_02 {
	height: 100%;
	width: auto;
	margin-bottom: 2em;
	padding-top: 0.5em;
	background-color: #e84862;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border: thin solid #FFF;
}
.highlight_arrow_03 {
	height: 100%;
	width: auto;
	margin-bottom: 2em;
	padding-top: 0.5em;
	background-color: #f16f07;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border: thin solid #FFF;
}
.highlight_arrow_04 {
	height: 100%;
	width: auto;
	margin-bottom: 2em;
	padding-top: 0.5em;
	background-color: #518cd8;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border: thin solid #FFF;
}
.highlight_arrow_05 {
	height: 100%;
	width: auto;
	margin-bottom: 2em;
	padding-top: 0.5em;
	background-color: #5fc869;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border: thin solid #FFF;
}
.highlight_arrow_06 {
	height: 100%;
	width: auto;
	margin-bottom: 2em;
	padding-top: 0.5em;
	background-color: #ef481c;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border: thin solid #FFF;
}
.highlight_arrow_07 {
	height: 100%;
	width: auto;
	margin-bottom: 2em;
	padding-top: 0.5em;
	background-color: 	#6c81ec;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	border: thin solid #FFF;
}


.services_links {
	height: 140px;
	width: 100%;
	display: table;
}

.service_links_icon {
	height: auto;
	width: auto;
	display: block;
}
.service_links_01 {
	display: table-cell;
	height: 100%;
	width: 16%;
	text-align: center;
	background-color: #d7b308;
	padding-top: 10px;
	padding-bottom: 20px;
}
.service_links_02 {
	display: table-cell;
	height: 100%;
	width: 16%;
	text-align: center;
	background-color: #e84862;
	padding-top: 10px;
	padding-bottom: 10px;
}
.service_links_03 {
	display: table-cell;
	height: 100%;
	width: 16%;
	text-align: center;
	background-color: #f16f07;
	padding-top: 10px;
	padding-bottom: 10px;
}
.service_links_04 {
	display: table-cell;
	height: 100%;
	width: 16%;
	text-align: center;
	background-color: #518cd8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.service_links_05 {
	display: table-cell;
	height: 100%;
	width: 16%;
	text-align: center;
	background-color: #5fc869;
	padding-top: 10px;
	padding-bottom: 10px;
}
.service_links_06 {
	display: table-cell;
	height: 100%;
	width: 16%;
	text-align: center;
	background-color: #ef481c;
	padding-top: 10px;
	padding-bottom: 10px;
}

.servicesrow {
	height: auto;
	width: 100%;
	position: relative;
	margin-top: 1%;
	margin-bottom: 1%;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
.servicesrow2 {
	height: auto;
	width: 100%;
	position: relative;
	margin-top: 0%;
	margin-bottom: 1%;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
ul#services-list {
	width: 100%;
	list-style: none;
	/* [disabled]padding-top: 20px; */
	text-align: center;
	height: 100%;
	position: relative;
	vertical-align: top;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
ul#services-list li {
	vertical-align: top;
	margin-bottom: 2em;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;	
}
.services_content {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	color: #000000;
	width: 100%;
	margin-left: 0px;
	position: relative;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.services_content_highlight {
	height: auto;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; /* future proofing */
	-khtml-border-radius: 20px; /* for old Konqueror browsers */
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	padding-right: 0px;
	padding-left: 10px;
	display: block;
	text-align: justify;
	border: thin solid #000;
	-webkit-box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.46);
	-moz-box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.46);
	box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.46);
	background-color: #ececec;
}
.services_content_highlight_title {
	height: auto;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; /* future proofing */
	-khtml-border-radius: 20px; /* for old Konqueror browsers */
	font-size: 1em;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	padding-right: 0px;
	padding-left: 10px;
	display: block;
	text-align: justify;
	border: thin solid #000;
	-webkit-box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.46);
	-moz-box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.46);
	box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.46);
	background-color: #ececec;
}
.service_block_small_wrap {
	height: auto;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	display: table;
}
.services_block_small {
	display: table-cell;
	height: auto;
	width: 49%;
	background-color: #FFF;
	vertical-align: top;
	padding: 5px;
	border: thin solid #999;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	border-collapse: separate;
	border-spacing: 10px;
}
.services_block_01 {
	height: 100%;
	width: 47%;
	margin-bottom: 2em;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	-khtml-border-radius: 10px;
	float: left;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.services_block_02 {
	height: 100%;
	width: 47%;
	margin-bottom: 2em;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	-khtml-border-radius: 10px;
	float: right;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.booking {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #541B1E;
	text-align: center;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	font-size: .8em;
	clear: both;
	margin-bottom: 10px;
	margin-top: 20px;
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
.img_services {
	top: 0%;
	left: 20%;
	
}
#services_image_full {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #FFF;
}
#services_image {
	height: 220px;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #FFF;
}
.readmore_black {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: underline;
	height: auto;
	width: 90%;
	position: absolute;
	left: .2em;
	margin-bottom: 0em;
}
.readmore_yellow {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #F5A213;
	text-decoration: underline;
	height: auto;
	width: 100%;
	position: absolute;
	left: 0em;
	margin-bottom: 0em;
	bottom: 10px;
	text-align: center;
	display: inline;
}
.readmore_white {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
	height: auto;
	width: 100%;
	position: absolute;
	left: 0em;
	margin-bottom: 0em;
	bottom: 10px;
	text-align: center;
	display: inline;
}
.buttonwhite {
	color: #FFF;
}
.buttonblack {
	color: #541B1E;
	font-weight: bold;
	text-decoration: underline;
}
.readmore_white_float {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: underline;
	height: auto;
	width: auto;
	position: relative;
	margin-bottom: 0em;
	margin-top: 4px;
}
.readmore_black_float {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: underline;
	height: auto;
	width: auto;
	position: relative;
	margin-bottom: 0em;
	margin-top: 4px;
}
.spacer1 {
	clear: both;
	height: 1em;
	width: auto;
}
.spacer01 {
	clear: both;
	height: 1px;
	width: auto;
}
.spacer10 {
	clear: both;
	height: 10px;
	width: auto;
}
.frame {
	border: thin solid #666;
	padding: 0px;
}
.courseslist {
	background-color: #d1d7dc;
	height: auto;
	width: 100%;
	border: thin solid #FFF;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
}
.courseslist_title {
	background-color: #541B1E;
	height: 30px;
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.courseslist_blocks {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
	display: inline-block;
	width: 30%;
	vertical-align: top;
	height: auto;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 10px;
}
.courseslist_blocks_small {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	height: auto;
	padding-bottom: 5px;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
.courseslist_blocks_date {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
	display: inline-block;
	width: 12%;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	height: auto;
	padding-bottom: 5px;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
.courseslist_blocks_black {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	display: inline-block;
	width: 65%;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.courseslist_blocks_black_date {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	display: inline-block;
	width: 12%;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.courseslist_blocks_black_small {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.courselist_wrap {
	display: block;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 40px;
	border: thin solid #666;
	padding: 10px;
	-webkit-box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.46);
	-moz-box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.46);
	box-shadow: 10px 10px 22px -10px rgba(0,0,0,0.46);
	background-color: #ececec;
}
#courselist_image {
	height: 100%;
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	border: thin solid #541B1E;
}
.courselist_content {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.9em;
	color: #000000;
	width: 100%;
	margin-left: 20px;
	position: relative;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	float: left;
	font-weight: normal;
}
.table_structure {
	display: inline-block;
}
.courselist_left {
	height: 100%;
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
.courselist_right {
	display: inline-block;
	width: 58%;
	vertical-align: top;
}
.anchor_move {
	display: block;
	position: relative;
	top: -50px;
	visibility: hidden;
	text-decoration: underline;
}
.testimonials {
	font-family: 'Ubuntu', sans-serif;
	font-size: 0.8em;
	color: #000;
	height: 200px;
	width: 300px;
	display: block;
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
}
