@import url(http://fonts.googleapis.com/css?family=Cabin:400,600,700,400italic,600italic,700italic);
body {
    min-width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	color: #49494c;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
}

/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	color: #e6ac00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	margin: 0;
	color: #49494c;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
}
h1, h1 a {
	margin: 0;
	color: #49494c;
	font-family: 'Cabin', sans-serif;
	font-size: 28px;
	font-weight: 400;
}
h2, h2 a {
	margin: 0;
	color: #49494c;
	font-family: 'Cabin', sans-serif;
	font-size: 24px;
	font-weight: 600;
}
h3, h3 a {
	margin: 0;
	color: #49494c;
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
h4, h4 a {
	margin: 0;
	color: #663333;
	font-family: 'Cabin', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
h5, h5 a {
	margin: 0;
	color: #663333;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
h6, h6 a {
	margin: 0;
	color: #49494c;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form {
	margin: 0;
	color: #49494c;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
}
.le_form_name {
	margin: 0 0 10px 0;
	color: #000000;
	font-family: 'Cabin', sans-serif;
	font-size: 26px;
}
.wrapper input[type="submit"] {
	margin: 0;
	padding: 5px 15px;
	background-color: #663333;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #ffffff;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
}
.wrapper input[type="submit"]:hover {
	background-color: #803939;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	margin: 0;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #49494c;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form-group {
	margin-bottom: 10px !important;
}

/* Site Classes
----------------------------------------------------------------------------------------------------*/

hr {
    border: 0;
    border-bottom: 1px solid #4d4d4d;
}
.boxGray {
    margin-bottom: 20px;
	padding: 10px;
	background-color: #f1f1f1;
}
.boxRed {
	margin-bottom: 20px;
	padding: 30px 10px;
	background-color: #663333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.boxRed:hover {
	background-color: #803939;
}
.boxRed a, .boxRed p, .boxRed h1, .boxRed h2, .boxRed h3, .boxRed h4, .boxRed h5, .boxRed h6 {
	color: #ffffff;
}
.boxRed hr {
    margin: 12px 0 15px 0;
    border-color: #ffffff;
}
.boxYellow {
	margin-bottom: 20px;
	padding: 30px 10px;
	background-color: #e6ac00;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.boxYellow:hover {
	background-color: #ffbf00;
}
.boxYellow a, .boxYellow p, .boxYellow h1, .boxYellow h2, .boxYellow h3, .boxYellow h4, .boxYellow h5, .boxYellow h6 {
	color: #ffffff;
}
.boxYellow hr {
    margin: 12px 0 15px 0;
    border-color: #ffffff;
}
.buttonRed a, a.buttonRed {
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #663333;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #ffffff;
}
.buttonRed a:hover, a:hover.buttonRed {
	background-color: #803939;
	text-decoration: none;
}
.buttonYellow a, a.buttonYellow {
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #e6ac00;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #ffffff;
}
.buttonYellow a:hover, a:hover.buttonYellow {
	background-color: #ffbf00;
	text-decoration: none;
}
.circle {
    position: relative;
}
.circle img {
    height: auto;
    width: 220px;
    height: 220px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 18px;
}
.circle:hover img {
    opacity:.3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-decoration:none;
    width: 220px;
    height: 220px;
}
.circle p a {
    color: #ffffff;
    margin-top: -70px;
    text-align: center !important;
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
}
.circle a:hover {
    text-decoration:none !important;
}
.circle:hover {
    background:#663333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-decoration:none;
    width: 220px;
    height: 220px;
    margin-bottom: 18px;
}
.headers {
    margin-bottom: 20px;
	padding: 8px 0;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
}
.rounded img, img.rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header {
	width: 960px;
	margin: auto;
}
.logo {
    margin-bottom: 20px;
	padding: 0 10px;
    text-align: center;
}
.subLogo {
    padding: 0 10px 0 0;
    text-align: center;
}
.header1 {
	padding: 0 10px;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/

.navigation {
	width: 940px;
	margin: auto;
	padding: 10px 0;
	background-color: #49494c;
}
.mainMenu {
	padding: 0 10px;
    text-align: right;
}
.mainMenu ul {
	margin: 0;
	padding: 0;
}
.mainMenu li {
	list-style: none;
}
.mainMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.mainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 0 10px;
	color: #ffffff;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	line-height: 14px;
	border-right: 1px solid #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
}
.mainMenu li.le_menuitem_level_0 a:hover {
	color: #e4b000;
	text-decoration: none;
}
.mainMenu li.le_menuitem_level_0:last-of-type a {
	border-right: 0;
}
.mainMenu ul.le_menu_level_1 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 12px 0 0 0;
	text-align: left;
}
.mainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.mainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 7px 10px;
	color: #49494c;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	line-height: 14px;
	border-right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #f1f1f1;
	min-width: 160px;
}
.mainMenu li.le_menuitem_level_1 a:hover {
	color: #ffffff;
	background-color: #e4b000;
	text-decoration: none;
}
.mainMenu .le_menu_level_2_container {
	float: right;
	margin-top: -35px;
	padding: 0;
}
.mainMenu ul.le_menu_level_2 {
	position: absolute;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.mainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}

/* Content
----------------------------------------------------------------------------------------------------*/

.contentTop {
	width: 960px;
	margin: auto;
	padding: 20px 0 0 0;
}
.contentTopLeft {
	float: left;
	width: 480px;
}
.content1 {
	padding: 0 10px;
}
.contentTopRight {
	float: left;
	width: 480px;
}
.content2 {
	float: left;
	width: 220px;
	padding: 0 10px;
}
.content3 {
	float: left;
	width: 220px;
	padding: 0 10px;
}
.contentBottom {
	width: 960px;
	margin: auto;
	padding: 20px 0 40px 0;
}
.contentBottomLeft {
	float: left;
	width: 480px;
}
.content4 {
	padding: 0 10px;
}
.content5 {
	float: left;
	width: 220px;
	padding: 0 10px;
}
.content6 {
	float: left;
	width: 220px;
	padding: 0 10px;
}
.content7 {
	padding: 0 10px;
}
.contentBottomRight {
	float: left;
	width: 480px;
}
.content8 {
	padding: 0 10px;
}
.content9 {
	float: left;
	width: 220px;
	padding: 0 10px;
}
.content10 {
	float: left;
	width: 220px;
	padding: 0 10px;
}
.content11 {
	padding: 0 10px;
}
.content12 {
	padding: 0 10px;
}

/* Sub Content
----------------------------------------------------------------------------------------------------*/

.subContentTop {
	width: 940px;
	margin: auto;
	padding: 20px 0 40px 0;
    border-bottom: 1px solid #4d4d4d;
}
.subContentTopLeft {
    float: left;
    width: 390px;
}
.subContentTopRight {
    float: left;
    width: 550px;
    text-align: right;
}
.subContent1 {
	padding: 0 0 0 10px;
}
.subContentMid {
    width: 960px;
    margin: auto;
    padding: 40px 0;
}
.subContent2 {
	padding: 0 10px;
}
.subContent3 {
    float: left;
    width: 220px;
	padding: 0 10px;
}
.subContent4 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subContent5 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subContent6 {
    float: left;
    width: 220px;
    padding: 0 10px;
}
.subContent7 {
    float: left;
    width: 460px;
    padding: 0 10px;
}
.subContent8 {
    float: left;
    width: 460px;
    padding: 0 10px;
}
.subContent9 {
	padding: 0 10px;
}
.subContentBottomWide {
    width: 100%;
    background-color: #eeeded;
}
.subContentBottom {
    width: 960px;
    margin: 0 auto 40px auto;
    padding: 40px 0;
}
.subContent10 {
	padding: 0 10px;
}
.subContent11 {
    float: left;
    width: 220px;
	padding: 0 10px;
}
.subContent12 {
    float: left;
    width: 700px;
	padding: 0 10px;
}
.subContent13 {
    padding: 0 10px;
}

/* Page Wrapper
----------------------------------------------------------------------------------------------------*/

.pageWrapper {
    width: 960px;
    margin: auto;
    padding: 40px 0;
}
.pageWrapper1 {
	padding: 0 10px;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footerWide {
	width: 100%;
}
.footer {
	width: 940px;
	margin: auto;
	padding: 10px 0 20px 0;
    border-top: 1px solid #4d4d4d;
}
.footer p {
	font-size: 12px;
}
.footerLeft {
	float: left;
	width: 230px;
}
.footer1 {
	padding: 0 10px 0 0;
}
.viewMobile {
	padding: 0 10px 0 0;
}
.footer2 {
	float: left;
	width: 340px;
	padding: 0 10px;
}
.footer3 {
	float: left;
	width: 220px;
	padding: 0 10px;
}
.footer4 {
	float: left;
	width: 100px;
	padding: 0 0 0 10px;
    text-align: right;
}

/* Resets
----------------------------------------------------------------------------------------------------*/

.anythingSlider-default {
	padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
.signup_class {
    margin-top: 10px;
    margin-left: 0 !important;
}
.staff_side {
    width: 100% !important;
    margin-left: 0 !important;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}

/* Clear
----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}