html, body {
  margin: 0;
  padding: 0;
  position: relative;
  min-width: 1132px;
  background: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
  outline: none;
}

.topbar a:focus{
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -moz-interpolation-mode: bicubic;
  -o-interpolation-mode: bicubic;
  -ms-interpolation-mode: bicubic;
  -webkit-interpolation-mode: bicubic;
  interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button::-o-focus-inner, input::-o-focus-inner {
  border: 0;
  padding: 0;
}
button::-ms-focus-inner, input::-ms-focus-inner {
  border: 0;
  padding: 0;
}
button::focus-inner, input::focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"], input[type="email"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html , body{
	background: rgb(70,0,0) url(background.jpg) top left;
	margin: 0;
	padding: 0;
	font-family: Calibri;
}

body:before {
	content: url(upwardshand.png);
	position: absolute;
	bottom: 195px;
	left: 0;
}

header {
	background: transparent;
	background: rgba(0,0,0,.1);
	text-align: center;
	box-shadow: inset 0 0 50px #000;
}

header img {
	margin: 10px;
}

header:before {
	content: url(handsleft.png);
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 209px;
	z-index: 0;
}

header:after {
	content: url(handsright.png);
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	height: 209px;
	z-index: 0;
}

nav#mainnav {
	background: rgb(70,0,0);
	text-align: center;
	font-size: 11pt;
	position: relative;
	height: 35px;
	z-index: 20;
}

nav#mainnav ul, nav#mainnav ul li {
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

nav#mainnav ul li a {
	color: rgb(255,255,255);
	color: rgba(255,255,255,.8);
	text-decoration: none;
	text-shadow: 0 0 0 rgba(255, 255, 255,.7), 1px 1px 1px rgba(0,0,0,.9), -1px -1px 1px rgba(0,0,0,.9), 2px 2px 1px rgba(70,0,0,.9), -2px -2px 1px rgba(70,0,0,.9), 0 0 0 rgba(255, 255, 255,1), 0 0 5px rgba(0,0,0,1);
	color: transparent;
	color: rgba(255,255,255,0);
	background: transparent;
	background: rgba(255,255,255,0);
	-moz-transition: all .5s ease;
	-moz-box-sizing: border-box;
	-o-transition: all .5s ease;
	-o-box-sizing: border-box;
	-ms-transition: all .5s ease;
	-ms-box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-webkit-box-sizing: border-box;
	transition: all .5s ease;
	box-sizing: border-box;
	padding: 10px;
	display: block;
	overflow-y: hidden;
	height: 35px;
}

nav#mainnav ul ul{
	display: none;
	position: absolute;
	min-width: 100%;
	left: 0;
	top: 35px;
	background: rgb(90,20,20);
	background: #333;
	border-bottom: 3px solid #222;
	border-top: none;
	border-radius: 0 0 5px 5px;
}

nav#mainnav ul ul.special{
	min-width: 170px;
	text-align: left;
}

nav#mainnav ul li ul li{
	clear: both;
	display: block;
}

nav#mainnav ul li ul.special li {
	display: inline-block;
	clear: none;
	margin: 5px 0 5px 5px;
}

nav#mainnav ul li ul.special .divider+li a{
	color: rgb(247,189,29);
	color: rgba(247,189,29, 1);
	font-weight: bold;
}

nav#mainnav ul li ul.special li a{
	display: block;
	clear: both;
	padding: 10px;
	border-radius: 5px;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

nav#mainnav ul li ul.special li.divider {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: center;
}


nav#mainnav ul li ul li a{
	clear: both;
	display: block;
	text-align: left;
	position: relative;
	z-index: 10;
	background: rgb(90,20,20);
	background: #333;
	white-space: nowrap;
	color: rgb(255,255,255);
	color: rgba(255,255,255,.7);
	text-shadow: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	transition: none;
	padding: 7px 10px;
	height: auto;
	font-size: 10pt;
}

nav#mainnav ul li ul li.divider{
	padding: 3px 0;
	border-top: 1px solid rgb(0,0,0);
	border-top: 1px solid rgba(0,0,0,.3);
	border-bottom: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgba(255,255,255,.1);
	background: rgb(0,0,0);
	background: rgba(0,0,0,.2);
	font-size: 6.5pt;
	color: rgb(255,255,255);
	color: rgba(255,255,255,.3);
	text-shadow: none;
	font-weight: bold;
	text-transform: uppercase;
}

nav#mainnav ul li ul li a small{
	font-size: 8pt;
	display: block;
	color: rgb(255,255,255);
	color: rgba(255,255,255,.3);
}

nav#mainnav ul li ul li a:hover, nav#mainnav ul li ul li a:focus{
	color: #fff;
	text-shadow: 0 0 5px rgba(255,255,255,.5);
	background: #444;
	outline: none;
}

nav#mainnav ul li ul li a:hover small, nav#mainnav ul li ul li a:focus small{
	color: rgb(255,255,255);
	color: rgba(255,255,255,.5);
	text-shadow: none;
	background: #444;
}

nav#mainnav ul a.constore {
	text-shadow: 0 0 0 rgba(247, 225, 188,.7), 2px 2px 1px rgba(0,0,0,.7), -2px -2px 1px rgba(0,0,0,.7), 0 0 0 rgba(247, 225, 188,1), 0 0 5px rgba(0,0,0,.7);
}

nav#mainnav ul li:hover > a, nav#mainnav ul li > a:focus {
	background: rgb(90,20,20);
}

nav#mainnav li.menu > a:after {
  width: 0px;
  height: 0px;
  display: inline-block;
  content: "&darr;";
  text-indent: -99999px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

nav#mainnav ul li.menu.open {
	box-shadow: 0 0 10px #000;
	z-index: 100;
}

nav#mainnav ul li.menu.open ul {
	display: block;
}

nav#mainnav ul li.menu.open > a {
	background: #404040;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 0 0 rgba(255, 255, 255,.7), 1px 1px 1px rgba(0,0,0,.9), -1px -1px 1px rgba(0,0,0,.9), 2px 2px 1px rgba(44,44,44,.9), -2px -2px 1px rgba(44,44,44,.9), 0 0 0 rgba(255, 255, 255,1), 0 0 5px rgba(0,0,0,1);
}

nav#mainnav ul li.menu.open > a{
	z-index: 3;
	position: relative;
}

nav#mainnav ul li.menu.open ul {
	box-shadow: 0 0 10px #000;
	z-index: 2;
}

#masthead {
	background: rgb(100,50,50);
	background: rgba(255,255,255,.23);
	padding: 20px 20px 0px;
	text-align: center;
}

#masthead *{
	color: rgb(247, 225, 188);
	margin: auto;
	text-align: center;
	font-family: Constantia;
	font-size: 20pt;
	letter-spacing: -0.5px;
	font-weight: normal;
	text-shadow: 0 0 3px #000;
}

#masthead1 {
	display: block;
}

#membershipholder {
	display: inline;
	display: inline-block;
	border-top: 1px dotted #fff;
	margin-top: 10px;
	padding: 10px 20px;
}

#content {
	width: 1060px;
	margin: auto;
	min-height: 300px;
}

#content.withtweets {
	width: 1060px;
	margin: auto;
	min-height: 300px;
	padding-right: 320px;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#content > div:first-child {
	margin-top: 30px;
}

#content > section {
	padding: 20px;
	margin: 15px auto;
	color: rgb(255,255,255);
	color: rgba(255,255,255,.7);
}

#content > section > section {
	padding: 15px;
	margin: 0 -15px;
}

#content > section > section:nth-of-type(even) {
	background: rgb(0,0,0);
	background: rgba(0,0,0,.3);
	padding: 20px 15px;
	border-radius: 10px;
}

#content h1 {
	margin: 20px 0 10px;
	color: rgb(247, 225, 188);
	font-family: Constantia;
	font-size: 20pt;
	letter-spacing: -0.5px;
	font-weight: normal;
	text-shadow: 0 0 0 rgba(247, 225, 188,.7), 2px 2px 1px rgba(0,0,0,.7), -2px -2px 1px rgba(0,0,0,.7), 0 0 0 rgba(247, 225, 188,1), 0 0 5px rgba(0,0,0,.7);
	text-align: left;
	color: transparent;
	color: rgba(255,255,255,0);
}

#content h1:first-child {
	margin-top: 0;
}

#content h1 small {
	display: block;
	color: rgb(220, 220, 220);
	font-family: Constantia;
	font-size: 10pt;
	letter-spacing: -0.5px;
	font-weight: normal;
	text-shadow: 0 0 0 rgba(255, 255, 255,.5), 0 0 0 rgba(220, 220, 220,.7), 2px 2px 1px rgba(0,0,0,.7), -2px -2px 1px rgba(0,0,0,.7), 0 0 0 rgba(220, 220, 220,1), 0 0 5px rgba(0,0,0,.7);
	color: transparent;
	color: rgba(255,255,255,0);
}

#content h2+h1 {
	margin-top: 0px;
}

#content section h3 {
	margin: 15px 0 -5px;
	color: rgb(247, 225, 188);
	font-family: Constantia;
	font-size: 13pt;
	letter-spacing: -0.5px;
	font-weight: normal;
	text-shadow: 0 0 0 rgba(247, 225, 188,.7), 2px 2px 1px rgba(0,0,0,.7), -2px -2px 1px rgba(0,0,0,.7), 0 0 0 rgba(247, 225, 188,1), 0 0 5px rgba(0,0,0,.7);
	text-align: left;
	color: transparent;
	color: rgba(255,255,255,0);
}

#content section.emblem {
	position: relative;
	background: rgb(70,0,0) url(emblem.png) bottom right no-repeat;
	padding: 20px 90px 20px 40px;
	border-radius: 20px;
	color: #fff;
}

#content section.newsletter {
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	border-radius: 20px;
	color: #fff;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.2);
}

.newsletter .actions, .newsletter fieldset, .newsletter form {
	margin: 0;
}

.newsletter fieldset {
	padding-top: 0;
	text-align: center;
}

#content section.newsletter h1{
	text-align: center;
}

#content section.emblem h1 {
	margin: -10px 0 10px;
	color: rgb(247, 225, 188);
	font-family: Constantia;
	font-size: 20pt;
	letter-spacing: -0.5px;
	font-weight: normal;
	text-shadow: 0 0 0 rgba(247, 225, 188,.7), 2px 2px 1px rgba(0,0,0,.7), -2px -2px 1px rgba(0,0,0,.7), 0 0 0 rgba(247, 225, 188,1), 0 0 5px rgba(0,0,0,.7);
	text-align: left;
	color: transparent;
	color: rgba(255,255,255,0);
}
#content section.emblem h1,
#content section.emblem h2,
#content section.emblem h3,
#content section.emblem h4,
#content section.emblem h5,
#content section.emblem h6 {
	display: block;
	margin-left: -25px;
}
#content h2 {
	color: rgb(220, 220, 220);
	text-align: center;
	font-family: Constantia;
	font-size: 16pt;
	letter-spacing: -0.5px;
	font-weight: normal;
	text-shadow: 0 0 0 rgba(255, 255, 255,.5), 0 0 0 rgba(220, 220, 220,.7), 2px 2px 1px rgba(0,0,0,.7), -2px -2px 1px rgba(0,0,0,.7), 0 0 0 rgba(220, 220, 220,1), 0 0 5px rgba(0,0,0,.7);
	text-align: left;
	color: transparent;
	color: rgba(255,255,255,0);
}

#content h2 small {
	display: block;
	color: rgb(220, 220, 220);
	font-family: Constantia;
	font-size: 10pt;
	letter-spacing: -0.5px;
	font-weight: normal;
	text-shadow: 0 0 0 rgba(255, 255, 255,.5), 0 0 0 rgba(220, 220, 220,.7), 2px 2px 1px rgba(0,0,0,.7), -2px -2px 1px rgba(0,0,0,.7), 0 0 0 rgba(220, 220, 220,1), 0 0 5px rgba(0,0,0,.7);
	color: transparent;
	color: rgba(255,255,255,0);
}


#content fieldset h2 {
	padding: 5px;
	text-align: center;
}

#content h2 a {
	text-shadow: none;
}

#content h2 b {
	color: transparent;
	color: rgba(255,255,255,0);
	text-shadow: 0 0 0 rgba(247, 225, 188,.7), 2px 2px 1px rgba(0,0,0,.7), -2px -2px 1px rgba(0,0,0,.7), 0 0 0 rgba(247, 225, 188,1), 0 0 5px rgba(0,0,0,.7);
}

#masthead + #content > section:first-child {
	margin-top: 30px;
}


#recentlydeceased {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-o-column-count: 3;
	-o-column-gap: 20px;
	-ms-column-count: 3;
	-ms-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	color: transparent;
	color: rgba(255,255,255,0);
	color: #fff;
	font-size: 10pt;
}

div.more {
	text-align: right;
	padding: 5px;
}

a.more {
	color: rgb(255,255,255);
	color: rgba(255,255,255,.5);
	text-decoration: none;
	padding: 5px;
	font-size: 7.5pt;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	text-shadow: none;
}

a.more:hover {
	color: rgb(255,255,255);
	color: rgba(255,255,255,1);
	background: rgb(90,30,30);
	background: rgba(255,255,255,.2);
	text-shadow: none;
}

.update {
	padding: 20px 0;
}

.update > h2 {
	position: relative;
}

.update:nth-of-type(even) {
	background: rgb(0,0,0);
	background: rgba(0,0,0,.3);
	margin: 0 -15px;
	padding: 20px 15px;
	border-radius: 10px;
}

.update > h2:after {
	position: absolute;
	content: attr(data-posted);
	right: 0;
	font-size: 10pt;
	color: rgb(255,255,255);
	color: rgba(255,255,255,.7);
	font-weight: bold;
	text-shadow: 0 0 0 rgba(247, 225, 188,.7), 2px 2px 1px rgba(0,0,0,.7), -2px -2px 1px rgba(0,0,0,.7), 0 0 0 rgba(247, 225, 188,1), 0 0 5px rgba(0,0,0,.7);
	color: transparent;
	color: rgba(255,255,255,0);
	top: -10px;
}

#counter {
	text-align: center;
	height: 3em;
	font-family: Constantia;
	letter-spacing: -0.5px;
	width: 270px;
	display: block;
	margin: 5px auto 10px;
}

#countercaption {
	text-align: center;
	color: rgb(220, 220, 220);
	font-size: 16pt;
	font-weight: normal;
	text-shadow: 0 0 0 rgba(255, 255, 255,.5), 0 0 0 rgba(220, 220, 220,.7), 2px 2px 1px rgba(0,0,0,.7), -2px -2px 1px rgba(0,0,0,.7), 0 0 0 rgba(220, 220, 220,1), 0 0 5px rgba(0,0,0,.7);
	color: transparent;
	color: rgba(255,255,255,0);
	font-family: Constantia;
	letter-spacing: -0.5px;
	opacity: .9;
	clear: both;
	padding-top: 10px;
}

/* jQuery Countdown styles 1.5.9. */
.hasCountdown {
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 70%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 23%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
	color: rgb(255,255,255);
	color: rgba(255,255,255,.3);
	font-weight: bold;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.2);
	border: 1px solid rgb(0,0,0);
	border: 1px solid rgba(0,0,0,.2);
	margin: 2px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}
.countdown_amount {
	font-size: 200%;
	margin: -10px 0 10px;
	color: rgb(247, 225, 188);
	font-weight: normal;
	text-shadow: 0 0 0 rgba(247, 225, 188,.7), 2px 2px 1px rgba(0,0,0,.7), -2px -2px 1px rgba(0,0,0,.7), 0 0 0 rgba(247, 225, 188,1), 0 0 5px rgba(0,0,0,.7);
	text-align: left;
	color: transparent;
	color: rgba(255,255,255,0);
	padding-bottom: 2px;
}
.countdown_descr {
	display: block;
	width: 100%;
}

p {
	margin-top: 10px;
}

p:first-child {
	margin-top: 0;
}

b {
	color: rgb(247,189,29);
	font-weight: normal;
}

footer {
	background: rgb(0,0,0);
	background: rgba(0,0,0,.3);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,0) 20%, rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,0) 20%, rgba(0,0,0,0));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,0) 20%, rgba(0,0,0,0));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,0) 20%, rgba(0,0,0,0));
	background-image: linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,0) 20%, rgba(0,0,0,0));
	padding: 30px;
	text-align: center;
	color: rgb(99,99,99);
	color: rgba(255,255,255,.3);
	height: 200px;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 8pt;
	font-weight: bold;
}

footer a {
	display: inline-block;
	padding: 10px;
	font-size: 10pt;
	color: rgb(255,255,255);
	color: rgba(255,255,255,.7);
	text-decoration: none;
	border-radius: 5px;
}

footer a {
	display: inline-block;
	padding: 10px;
	font-size: 10pt;
	color: rgb(255,255,255);
	color: rgba(255,255,255,.7);
	text-decoration: none;
	border-radius: 5px;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

footer a:hover, footer a:focus {
	color: rgba(255,255,255,1);
	background: rgba(255,255, 255,.1);
}

footer ul {
}

footer ul, footer li {
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

footer em {
	color: rgb(247,189,29);
	color: rgba(247,189,29, .7);
}

footer a:hover em, footer a:focus em {
	color: rgb(247,189,29);
	color: rgba(247,189,29, 1);
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

footer a img {
	opacity: .3;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
footer a:hover img, footer a:focus img {
	opacity: 1;
}

nav#subnav {
	background: rgb(0,0,0);
	background: rgba(0,0,0,.3);
	font-size: 11pt;
	position: relative;
	height: 35px;
	margin-top: 20px;
	border-radius: 5px;
}

nav#subnav ul, nav#subnav ul li {
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

nav#subnav ul li a {
	color: rgb(255,255,255);
	color: rgba(255,255,255,.8);
	text-decoration: none;
	text-shadow: 0 0 0 rgba(255, 255, 255,.7), 1px 1px 1px rgba(0,0,0,.9), -1px -1px 1px rgba(0,0,0,.9), 2px 2px 1px rgba(70,0,0,.9), -2px -2px 1px rgba(70,0,0,.9), 0 0 0 rgba(255, 255, 255,1), 0 0 5px rgba(0,0,0,1);
	color: transparent;
	color: rgba(255,255,255,0);
	background: transparent;
	background: rgba(255,255,255,0);
	-moz-transition: all .5s ease;
	-moz-box-sizing: border-box;
	-o-transition: all .5s ease;
	-o-box-sizing: border-box;
	-ms-transition: all .5s ease;
	-ms-box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-webkit-box-sizing: border-box;
	transition: all .5s ease;
	box-sizing: border-box;
	padding: 10px;
	display: block;
	overflow-y: hidden;
	height: 35px;
}

nav#subnav ul li a:hover, nav#subnav ul li a:focus {
	background: rgb(99,99,99);
	background: rgba(255,255,255,.15);
}

nav#subnav ul li.text {
	color: rgb(255,255,255);
	color: rgba(255,255,255,.8);
	text-decoration: none;
	text-shadow: 0 0 0 rgba(247, 225, 188,.7), 2px 2px 1px rgba(0,0,0,.7), -2px -2px 1px rgba(0,0,0,.7), 0 0 0 rgba(247, 225, 188,1), 0 0 5px rgba(0,0,0,.7);
	color: transparent;
	color: rgba(255,255,255,0);
	background: transparent;
	background: rgba(255,255,255,0);
	box-sizing: border-box;
	padding: 10px;
	overflow-y: hidden;
	height: 35px;
}

a[id]{
	position: relative;
	top: -35px;
}

#top {
	top: auto;
	display: block;
	position: fixed;
	bottom: 15px;
	width: 50px;
	right: -80px;
	padding: 15px;
	background: rgb(99,99,99);
	border-radius: 10px 0 0 10px;
	color: #fff;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	text-align: center;
	outline: 0;
	cursor: pointer;
}

#top.show {
	right: 0px;
	opacity: .75;
}

#top:hover {
	opacity: 1;
}

section a {
	text-decoration: none;
	color: #e02045;
	text-decoration: underline;
	-moz-text-decoration-style: dotted;
	-moz-text-decoration-color: #e02045;
	-moz-transition: all .5s ease;
	-o-text-decoration-style: dotted;
	-o-text-decoration-color: #e02045;
	-o-transition: all .5s ease;
	-ms-text-decoration-style: dotted;
	-ms-text-decoration-color: #e02045;
	-ms-transition: all .5s ease;
	-webkit-text-decoration-style: dotted;
	-webkit-text-decoration-color: #e02045;
	-webkit-transition: all .5s ease;
	text-decoration-style: dotted;
	text-decoration-color: #e02045;
	transition: all .5s ease;
}

section a:hover, section a:focus {
	color: #fff;
	text-shadow: 0 0 7px rgba(255, 255, 255,.7);
	-moz-text-decoration-color: #fff;
	-o-text-decoration-color: #fff;
	-ms-text-decoration-color: #fff;
	-webkit-text-decoration-color: #fff;
	text-decoration-color: #fff;
}

ol {
	list-style-type: decimal;
	padding: 20px 45px;
	font-size: 2em;
}

ol:first-child {
	padding-top: 0;
}

ol:last-child {
	padding-bottom: 0;
}

ol li {
	font-size: .5em;
}

ol li+li {
	margin-top: 5px;
}

.indent {
	padding-left: 20px;
}

.regform {
	width: 100%;
}

.regform td {
	padding: 3px;
}

.required {
	color: rgb(247,189,29);
}

td.required:before {
	content: "*";
}

.submitarea, .information {
	background: rgb(66,66,66);
	background: rgba(255,255,255,.1);
	padding: 5px;
	border-bottom: 1px solid rgb(77,77,77);
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-radius: 5px 5px 0 0;
	text-align: center;
}

/* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
form {
  margin-bottom: 18px;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
  *padding: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

}
fieldset > div {
	position: relative;
}

.clearfix {
  margin-bottom: 10px;
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.clearfix:after {
  clear: both;
}
label,
input,
select,
textarea {
  font-weight: normal;
  line-height: normal;
}
label {
  padding-top: 3px;
  float: left;
  width: 29%;
  text-align: right;
  color: #fff;
  padding-right: 1%;
}
label small {
	font-size: 70%;
	display: block;
	opacity: .5;
}

form .input {
  margin-left: 250px;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* mini reset for non-html5 file types */
input[type=checkbox], input[type=radio], input[type=image] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
input[type=image]:focus {
	border-color: none;
	box-shadow: none;
}

input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 27px;
  line-height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

}
select[multiple] {
  height: inherit;
}
textarea {
  height: auto;
}
.uneditable-input {
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-o-placeholder {
  color: #bfbfbf;
}
::-ms-placeholder {
  color: #bfbfbf;
}
::-webkit-placeholder {
  color: #bfbfbf;
}
::placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgb(247,189,29);
  border-color: rgba(247,189,29, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(247,189,29,0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(247,189,29,0.6);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(247,189,29,0.6);
  -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(247,189,29,0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(247,189,29,0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}

form div.clearfix {
	margin: 5px 0;
	padding: 5px;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

form div.clearfix.error {
  background: #fae5e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
form div.clearfix.error > label, form div.clearfix.error span.help-inline, form div.clearfix.error span.help-block {
  color: #9d261d;
}
form div.clearfix.error input, form div.clearfix.error textarea {
  border-color: #c87872;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -o-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -ms-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.clearfix.error input:focus, form div.clearfix.error textarea:focus {
  border-color: #b9554d;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -o-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -ms-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.clearfix.error .input-prepend span.add-on, form div.clearfix.error .input-append span.add-on {
  background: #f4c8c5;
  border-color: #c87872;
  color: #b9554d;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
  
}
textarea.xxlarge {
  overflow-y: auto;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.actions {
  background: rgb(66,66,66);
  background: rgba(255,255,255,.1);
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 30%;
  border-top: 1px solid rgb(77,77,77);
  border-top: 1px solid rgba(255,255,255,.2);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover, .actions .secondary-action a:focus {
  text-decoration: underline;
}
.help-inline, .help-block {
  font-size: 11px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */

  *top: -5px;
  /* IE6-7 */

}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #444;
}
.inline-inputs span, .inline-inputs input {
  display: inline-block;
}
.inline-inputs input.mini {
  width: 60px;
}
.inline-inputs input.small {
  width: 90px;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input, .input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: #444;
}
.inputs-list label small {
  font-size: 11px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
  margin-bottom: 0;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
/*
 * Tables.less
 * Tables for, you guessed it, tabular data
 * ---------------------------------------- */
table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  font-size: 13px;
  /*border: 1px solid #ddd;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
table th, table td {
  padding: 5px;
  line-height: 18px;
  text-align: left;
}
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
table td {
  vertical-align: top;
}
table th + th, table td + td {
  /*border-left: 1px solid #ddd;*/
}
table tr + tr td {
  /*border-top: 1px solid #ddd;*/
}
table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  -o-border-radius: 4px 0 0 0;
  -ms-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -o-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -o-border-radius: 0 0 4px 0;
  -ms-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.zebra-striped tbody tr:nth-child(odd) td {
  background-color: rgb(44,44,44);
  background-color: rgba(255,255,255,.1);
}
table .header {
  cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table .headerSortUp, table .headerSortDown {
  background-color: rgb(141, 192, 219);
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
table .blue {
  color: #049cdb;
  border-bottom-color: #049cdb;
}
table .headerSortUp.blue, table .headerSortDown.blue {
  background-color: #ade6fe;
}
table .green {
  color: #46a546;
  border-bottom-color: #46a546;
}
table .headerSortUp.green, table .headerSortDown.green {
  background-color: #cdeacd;
}
table .red {
  color: #9d261d;
  border-bottom-color: #9d261d;
}
table .headerSortUp.red, table .headerSortDown.red {
  background-color: #f4c8c5;
}
table .yellow {
  color: #ffc40d;
  border-bottom-color: #ffc40d;
}
table .headerSortUp.yellow, table .headerSortDown.yellow {
  background-color: #fff6d9;
}
table .orange {
  color: #f89406;
  border-bottom-color: #f89406;
}
table .headerSortUp.orange, table .headerSortDown.orange {
  background-color: #fee9cc;
}
table .purple {
  color: #7a43b6;
  border-bottom-color: #7a43b6;
}
table .headerSortUp.purple, table .headerSortDown.purple {
  background-color: #e2d5f0;
}
.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:focus {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(247,189,29,0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(247,189,29,0.6);
  -o-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(247,189,29,0.6);
  -ms-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(247,189,29,0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(247,189,29,0.6);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  -o-opacity: 0.65;
  -ms-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  -o-opacity: 0.65;
  -ms-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn::-o-focus-inner, input[type=submit].btn::-o-focus-inner {
  padding: 0;
  border: 0;
}
button.btn::-ms-focus-inner, input[type=submit].btn::-ms-focus-inner {
  padding: 0;
  border: 0;
}
button.btn::-webkit-focus-inner, input[type=submit].btn::-webkit-focus-inner {
  padding: 0;
  border: 0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  -o-opacity: 0.2;
  -ms-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  -o-opacity: 0.4;
  -ms-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  *margin-top: 3px;
  /* IE7 spacing */

}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.alert-message.block-message ul, .alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message ul {
  margin-bottom: 0;
}
.alert-message.block-message li {
  color: #404040;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}

.zebra-striped div:nth-child(even){
  background-color: rgba(255,255,255,.05);
}


.address p{
	margin-top: 2px;
}

.address p:first-child {
	font-size: 120%;
}

.regholder {
	text-align: center;
	margin: 0 -20px;
}

.regholder * {
	display: inline-block;
	margin: auto;
}

#ffbanner {
	border: 5px solid rgba(0,0,0,.5);
	display: block;
}

.jsonly {
	display: none !important;
}

.nopad {
	margin: 0;
	padding: 0;
}

.indent {
	padding-left: 25px;
}
