body {
    background: #d0d0d0;
	font-family: lato;
	background: -moz-linear-gradient(top,  #c1c1c1 0%, #f7f7f7 50%);
	background: -webkit-linear-gradient(top,  #c1c1c1 0%,#f7f7f7 50%);
	background: linear-gradient(to bottom,  #c1c1c1 0%,#f7f7f7 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#f7f7f7',GradientType=0 );
	background-attachment: fixed;
	color: #062237;
}
a {
	font-weight: 700;
	color: #000033;
}

a:hover {
	opacity: .85;
	text-decoration: none;
	color: #000033;	
}
h1, h2, h3, h4, h5 {
	color: #000033;
	line-height: 1.25;	
}
p {
	font-size: 16px;
	font-family: lato;
}
 * {
	box-sizing: border-box; 
}
@font-face {
      font-family: 'acestudios';
      src: url('/static/font/acestudios.eot?93381863');
      src: url('/static/font/acestudios.eot?93381863#iefix') format('embedded-opentype'),
           url('/static/font/acestudios.woff?93381863') format('woff'),
           url('/static/font/acestudios.ttf?93381863') format('truetype'),
           url('/static/font/acestudios.svg?93381863#acestudios') format('svg');
      font-weight: normal;
      font-style: normal;
    }
/* start over ride dahlia css */
.secondary .block {
	margin: 20px 0px;	
}
.secondary .menu-u.sidebar_menu {
	padding-left: 10px;
}
.secondary h2 {
	border-bottom: 1px solid rgba(0,0,0,.075);	
	padding-bottom: 5px;
	margin-bottom: 10px;	
}
.secondary .block:last-of-type {
	margin: 20px 0px 0px;
	padding-bottom: 0px;
}
.secondary .block:first-of-type {
	margin: 0px 0px 20px;
}
#main_content {
    margin-bottom: 0px;
    padding: 0px;
}
#wrapper {
	max-width: 1150px;
	margin: 0px auto;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.tablet-hidden {
	display: none;
}
.block {
    padding: 0px;
    margin: 0px;
}
.navbar .nav > li {
    display: inline-block;
    float: none;
}
.fullrow {
    padding: 0px;
}
.container {
    background: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0 auto;
    padding: 20px 20px 0px;
	width: 100%;
	max-width: 1150px;
}
.desktop .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.desktop .calendar_section .container {
    padding: 20px;
}
.tablet .column {
    min-width: auto !important;
}
label, input, button, select, textarea {
		font-family: lato;
}
form {
	margin-bottom: 0px;
}
.tablet .column,
.column {
    float: left;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
	margin-bottom: 0px;
}
.fullrow.full-promos {
    padding: 20px 20px 0px;
}
.row.promos {
    display: table;
    width: 100%;
    height: 100%;
}
.row.promos .column {
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: middle;
    float: none;
	background: rgba(0,0,0,.035);
	padding: 10px;
	border: 2px solid rgba(0,0,0,.035);
}
.row.promos .column:nth-of-type(1) {
	border-right: none;
}
.row.services {
	margin-bottom: 20px;
}
.promos .column {
	height: auto;
}
h1 {
    font-size: 30px;
	line-height: 1.5;
}
.row {
    margin-left: 0px;
	display: table;
	width: 100%;
}
.footer .eden_blurb {
	display: none;
}
.home .footer .eden_blurb a, 
.home .footer .eden_blurb {
	display: block;
	font-weight: normal;
}
.footer .copyright_text {
	text-align: center;
	margin-top: 30px;
}
.footer .scripts_clips img {
    padding: 15px 25px;
    border-radius: 12px;
	display: block;
	max-width: 250px;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 30px auto;
	background: rgb(252,255,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,255,244,1) 0%, rgba(223,229,215,1) 40%, rgba(179,190,173,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(252,255,244,1) 0%,rgba(223,229,215,1) 40%,rgba(179,190,173,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}
.block.footer_address {
    margin-bottom: 20px;
}
.main-menu .container {
    padding: 0px;
}
.promos .column {
    background: none;
    border-radius: 0px;
    box-shadow: none;
    width: 50%;
    float: left;
}
.calendar {
	width: 100%;
}
.cal {
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
}
.cal .cdow td {
    background: none repeat scroll 0 0 #e1dede;
}
.cal td {
    background: #fff;
}	
.btn {
    display: block;
    margin-top: 10px;
    float: left;
    width: 100%;
}
/* end over ride dahlia css */
/* start top menu */
.navbar {
	text-transform: uppercase;
    padding: 8px 0px 7px;
	border-bottom: 6px solid #000033;
}
.navbar .menu-h > li > a {
    background: none;
    border-radius: 7px;
    display: inline-block;
    height: 30px;
    line-height: 29px;
	color: #000033;
	padding: 0px 20px;
	font-weight: 900;
	margin: 0 5px;
}
.navbar .menu-h .active > a,
.navbar .menu-h > li > a:hover {
	opacity: 1;
    color: #fff;
    background: #000033;
    border-radius: 7px;
    display: inline-block;
    height: 30px;
    line-height: 29px;
}
.navbar .menu-h .active > a:hover {
    background: #000033;
    color: #fff;
}
.navbar .menu-h li {
    max-width: 100%;
}
.navbar .nav {
    font-family: lato;
	float: none;
	text-align: center;
}
/* end top menu */
.desktop .full-promos .container {
    width: 100%;
}
.header_wrap .container {
	padding: 0px;
}
.header_section {
	position: relative;
	background: #000033;
	padding: 20px 25px;
	overflow: hidden;
}
.csa p {
    line-height: 1;
    margin: 20px 0px 0px;
}
.block.footer_social {
    padding-left: 33px;
}
.fullrow.sidebar {
    display: table;
    width: 100%;
    height: 100%;
}
.sidebar .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: table;
    height: 100%;
    float: none;
	padding: 0px;
}
.sidebar .column.primary {
    width: 75% !important;
    display: table-cell;
    height: 100%;
    float: none;
	padding: 30px;
	vertical-align: top;
}
.sidebar .column.secondary {
    max-width: 300px;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.05);
    padding: 25px;
    display: table-cell;
    height: 100%;
    float: none;
	vertical-align: top;
}
.side_cart ul {
    list-style: numbered;
}
.footer .container {
	position: relative;
	background: #000033;	
}
.footer .column {
    width: 25%;
    display: inline-block;
    text-align: left;
}
.footer .column img {
	max-width: 200px;
	height: auto !important;
}
.footer .column:nth-of-type(3) {
    padding-left: 40px;
}
.footer_address h2,
.footer_address p {
	color: #fff;
}
.footer_social h2,
.footer h2 {
	color: #fff;
	margin-bottom: 16px;
}
.footer .footer_menu h2 {
	margin-bottom: 10px;
}
.footer a {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
.footer_social a:nth-of-type(2) img {
	margin: 0px 20px;
}
.header_left img {
	max-width: 294px;
	min-width: 200px;
}
.footer .container {
    padding: 3.5em 3.5em 3.5em 4.5em;
}
.header_right {
	text-align: right;
}
.header_right_middle {
	margin-top: 20px;
}
.header_right p,
.header_right label {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}
.header_right,
.header_left {
    padding: 0px;
    float: left;
    width: 50%;
}
.header_right a {
	color: #fff;
}
.header_right_top a:after {
	padding: 0px 4px;
	content: " | ";
}
.header_right_bottom {
	position: absolute;
	right: 25px;
	bottom: 20px;
	text-align: center;
}
.header_right a:last-of-type:after {
	padding: 0px;
	content: "";
	position: relative;
	top: -1px;
}
.header_cart:before {
    font-family: acestudios;
    content: "\e800";
    position: absolute;
    margin-left: -26px;
    font-size: 19px;
}
.header_social a {
	font-size: 25px;
    font-family: acestudios;	
	margin: 0px 7px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
	border-radius: 6px;
}
.header_social a.facebook  {
	background: #2b4170; 
	background: -moz-linear-gradient(top, #3b5998, #2b4170);
	background: -ms-linear-gradient(top, #3b5998, #2b4170);
	background: -webkit-linear-gradient(top, #3b5998, #2b4170);
}
.header_social a.twitter  {
	background: #55acee;
	font-size: 23px;
	margin-left: 0px;
}
.search_results_title {
    margin: 0px 0px 10px;
    font-size: 32px;
}
.header_social a.rss {
	color: #ff6600; 
	background: #fff;
	border-radius: 6px;
	font-size: 25px;
}
.header_social a:last-of-type {
	padding: 0px;
	margin-right: 0px;
}
.search_form {
	text-align:center;
	overflow: hidden;
	margin-bottom: 25px;
}
form[name="create"] br {
	display: block;
	margin: 2px 0px;
}
table.form td.form-label {
    width: 175px;
}
form[name="create"] table.form:first-of-type {
    width: 500px !important;
}
.fb_create {
	float:right;	
	margin-right:-25px;
	margin-top:-5px;
}
input,
input.btn[type="submit"],
input.span2,
.header_search {
	display: inline-block;
	border-width: 3px;
	border-color: rgb(219, 219, 219);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	max-width: 300px;
	width: 100%;
	height: 32px;
	padding: 0px 10px;
	margin-bottom: 0px;
	color: #000;
}
.contract_wrap {
    height: 204px;
    overflow: auto;
    margin: 20px 0px;
    border: 1px solid rgba(0,0,0,.25);
    padding: 10px 15px;
    text-align: justify;
}
input.btn[type="submit"] {
	width: auto;
	margin: 0px 5px;
}
.header_search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-weight: bold;
  opacity: .35;	
  font-size: 15px;
}
.header_search::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-weight: bold;
  opacity: .35;
  font-size: 15px;
}
.header_search:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-weight: bold;
  opacity: .35;
  font-size: 15px;
}
.header_search:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-weight: bold;
  opacity: .35;
  font-size: 15px;
}
/* end header */
/* start content */
.container_wrap {
	max-width: 1150px;
	box-shadow: 0px 0px 16px rgba(0,0,0,.15);
}
.content {
	background: #fff;
	padding: 30px;
}
/* end content */

/* honeypot */
td.hd,
input.hd {
  display: none;
}