/* LESS variables and General Mixins */
.navshadow {
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
}
/* CSS Resets */
html,
body,
div,
span,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}
article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
  position: relative;
  margin: 0;
}
a img {
  border: 0;
}
/* Primary items */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 0 0 0 0;
  background-color: #fff;
  background-image: url('../images/background.jpg');
  background-repeat: repeat-x;
}

body a {
  color: #7e1416;
}

.container {
  margin: 0 auto;
  width: 1000px;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.header {
  height: 140px;
}

.pageheader {
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 15px;
}

.subcontent img {
	max-width: 750px;
}

.logo {
  height: 110px;
  float: left;
  width: 750px;
  background: #fcfcfc;
  background: -moz-linear-gradient(left, #fcfcfc 50%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fcfcfc), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(left, #fcfcfc 50%, #dfdfdf 100%);
  background: -o-linear-gradient(left, #fcfcfc 50%, #dfdfdf 100%);
  background: -ms-linear-gradient(left, #fcfcfc 50%, #dfdfdf 100%);
  background: linear-gradient(left, #fcfcfc 50%, #dfdfdf 100%);
}
.logo img {
  position: relative;
  top: 20px;
  left: 20px;
}
#logo input {
  position: relative;
  padding: 10px;
}

.logo .attendee {
	float: right;
	position: relative;
	margin-right: 5px;
	margin-top: 2px;
}
.logo .attendee img {
	top: 0px;
	left: 0px;
}

#imgLogo {
	height: 75px !important;
	padding: 12px;
}

.search {
  height: 110px;
  width: 250px;
  float: left;
  text-align: right;
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #eff0f0 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff0f0), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #eff0f0 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #eff0f0 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #eff0f0 0%, #f1f1f1 100%);
  background: linear-gradient(top, #eff0f0 0%, #f1f1f1 100%);
}
.search a:link {
  color: #6b6b6b;
  text-decoration: none;
  font-size: .9em;
}
.search a:hover {
  color: #7e1416;
}
.search a:visited {
  color: #6b6b6b;
}
.nav {
  height: 30px;
  width: 100%;
  float: left;
  background-color: #fff;
}
.first {
  width: 315px;
  border-right: 1px solid #f2f2f2;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
}
.second {
  width: 80px;
  border-right: 1px solid #f2f2f2;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
}
.third {
  width: 160px;
  border-right: 1px solid #f2f2f2;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
}
.fourth {
  width: 76px;
  border-right: 1px solid #f2f2f2;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
}
.fifth {
  width: 76px;
  border-right: 1px solid #f2f2f2;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
}
.sixth {
  width: 240px;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
}
.highlight {
  height: 250px;
  z-index: 2;
}
.main {
  min-height: 600px;
  padding-bottom: 20px;
  padding-top: 20px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
  background: linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
}
.sidenav {
  width: 250px;
  min-height: 400px;
  margin-top: -20px;
  float: left;
  background: #ffffff;
  background: -moz-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
  background: linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
  background-color: #e6e6e6;
}
.subcontent {
  float: left;
  margin-top: -20px;
  width: 750px;
  min-height: 400px;
}

.subcontent ul li {
	margin-top: 0.25em;
	margin-left: 2em;
	margin-bottom: .25em;
}

.subcontent iframe {
	width: 700px;
}

.regprompt {
  background: #590d0f;
  background: -moz-linear-gradient(top, #7d1416 0%, #590d0f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d1416), color-stop(100%, #590d0f));
  background: -webkit-linear-gradient(top, #7d1416 0%, #590d0f 100%);
  background: -o-linear-gradient(top, #7d1416 0%, #590d0f 100%);
  background: -ms-linear-gradient(top, #7d1416 0%, #590d0f 100%);
  background: linear-gradient(top, #7d1416 0%, #590d0f 100%);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  height: 32px;
  text-align: right;
  padding: 8px;
}
.regprompt .txt {
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #e1e1e1;
  	font-size: 1.25em;
  	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
  	margin-top: 8px;
  	text-align: right;
  	margin-left: 10px;
}

.smallbar {
  width: 275px;
  min-height: 300px;
  float: left;
  margin: 20px 0px 20px 42px;
  background: #ecebea;
  background: -moz-linear-gradient(top, #b1b1b1 0%, #ecebea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1b1b1), color-stop(100%, #ecebea));
  background: -webkit-linear-gradient(top, #b1b1b1 0%, #ecebea 100%);
  background: -o-linear-gradient(top, #b1b1b1 0%, #ecebea 100%);
  background: -ms-linear-gradient(top, #b1b1b1 0%, #ecebea 100%);
  background: linear-gradient(top, #b1b1b1 0%, #ecebea 100%);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.smallbar img {
	max-width: 240px;
}

.fullribbon {
  width: 1020px;
  position: relative;
}
.ribboncenter {
  height: 63px;
  width: 980px;
  background-image: url(../images/ribbon_background.png);
  background-repeat: repeat-x;
  float: left;
}
.ribbonleft {
  float: left;
  width: 16px;
  height: 63px;
  background-image: url(../images/ribbon_left.png);
  background-repeat: no-repeat;
  margin-left: -6px;
}
.ribbonright {
  float: left;
  width: 16px;
  height: 63px;
  background-image: url(../images/ribbon_right.png);
  background-repeat: no-repeat;
}
.ribboncenter .txt {
  position: relative;
  top: 14px;
  text-align: center;
  margin: 0 auto;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: .95;
}
.ribboncenter .leftalign {
  text-align: left;
  margin-left: 8px;
  position: relative;
}
.smallribbon {
  width: 295px;
  margin-top: 10px;
  position: relative;
}
.smallribboncenter {
  height: 63px;
  width: 255px;
  background-image: url(../images/ribbon_background.png);
  background-repeat: repeat-x;
  float: left;
}
.smallribbonleft {
  float: left;
  width: 16px;
  height: 63px;
  background-image: url(../images/ribbon_left.png);
  background-repeat: no-repeat;
  margin-left: -6px;
}
.smallribbonright {
  float: left;
  width: 16px;
  height: 63px;
  background-image: url(../images/ribbon_right.png);
  background-repeat: no-repeat;
}
.smallribboncenter .txt {
  position: relative;
  top: 14px;
  margin: 0 auto;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: .95;
  text-align: center;
}
.footer {
  min-height: 150px;
  color: #a5a5a5;
  font-size: .8em;
  background-color: black;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  background: #494949;
  background: -moz-linear-gradient(top, #333333 0%, #494949 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #494949));
  background: -webkit-linear-gradient(top, #333333 0%, #494949 100%);
  background: -o-linear-gradient(top, #333333 0%, #494949 100%);
  background: -ms-linear-gradient(top, #333333 0%, #494949 100%);
  background: linear-gradient(top, #333333 0%, #494949 100%);
}
.footer a:link {
	color: #a5a5a5;
}
.footer a:hover {
	color: #ffffff;
}
.footer a:visited {
	color: #a5a5a5;
}
/* Search and form fields */
.search input, .search button {
  border: none;
  float: right;
}
.search input.box {
  color: #fff;
  font-size: 1em;
  width: 155px;
  height: 30px;
  padding: 0px 12px;
  background: #595959 url(../images/search_bg.gif) no-repeat;
  margin-right: 5px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.search input.box:focus {
  background: #929292 url(../images/search_bg.gif) no-repeat bottom left;
  outline: none;
}
.search input.btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-indent: -9999px;
  background: #7e1416 url(../images/search_bg.gif) no-repeat top right;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.search input.btn:hover {
  background: #7e1416 url(../images/search_bg.gif) no-repeat bottom right;
}

.searchresult {
	margin-bottom: 5px;
	border-radius: 4px;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	background-color: #e5e5e5;
  	padding: 6px;
  	border: 1px solid #e3e3e3;
}

.searchresult a:link {
	text-decoration: none;
	color: #000;
}
.searchresult a:hover {
	text-decoration: none;
	color: #000;
}
.searchresult a:visited {
	text-decoration: none;
	color: #000;
}

.searchresult:hover {
  	background-color: #f2f2f2;
}

/* General items */
.button {
  position: relative;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  background: #dfdfdf;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #dfdfdf 100%);
  background: linear-gradient(top, #fcfcfc 0%, #dfdfdf 100%);
  color: #000000;
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin-left: 4px;
  padding: 8px 14px;
  border: none;
}

.button:hover {
  background: #c1c1c1;
  background: -moz-linear-gradient(top, #a2a2a2 0%, #c1c1c1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a2a2a2), color-stop(100%, #c1c1c1));
  background: -webkit-linear-gradient(top, #a2a2a2 0%, #c1c1c1 100%);
  background: -o-linear-gradient(top, #a2a2a2 0%, #c1c1c1 100%);
  background: -ms-linear-gradient(top, #a2a2a2 0%, #c1c1c1 100%);
  background: linear-gradient(top, #a2a2a2 0%, #c1c1c1 100%);
  color: #ffffff;
}

.register {
  background: #7c9a22;
  background: -moz-linear-gradient(top, #97bb2a 0%, #7c9a22 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97bb2a), color-stop(100%, #7c9a22));
  background: -webkit-linear-gradient(top, #97bb2a 0%, #7c9a22 100%);
  background: -o-linear-gradient(top, #97bb2a 0%, #7c9a22 100%);
  background: -ms-linear-gradient(top, #97bb2a 0%, #7c9a22 100%);
  background: linear-gradient(top, #97bb2a 0%, #7c9a22 100%);
  box-shadow: inset 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 0 6px #ffffff;
  -webkit-box-shadow: inset 0 0 6px #ffffff;
  -o-box-shadow: inset 0 0 6px #ffffff;
  color: #ffffff;
  padding: 8px 14px;
}
.register:hover {
  background: #97bb2a;
  background: -moz-linear-gradient(top, #7c9a22 0%, #97bb2a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c9a22), color-stop(100%, #97bb2a));
  background: -webkit-linear-gradient(top, #7c9a22 0%, #97bb2a 100%);
  background: -o-linear-gradient(top, #7c9a22 0%, #97bb2a 100%);
  background: -ms-linear-gradient(top, #7c9a22 0%, #97bb2a 100%);
  background: linear-gradient(top, #7c9a22 0%, #97bb2a 100%);
  box-shadow: inset 0 0 10px #ffffff;
  -moz-box-shadow: inset 0 0 10px #ffffff;
  -webkit-box-shadow: inset 0 0 10px #ffffff;
  -o-box-shadow: inset 0 0 10px #ffffff;
  color: #343434;
}
.receipt {
  background: #9b8022;
  background: -moz-linear-gradient(top, #bb9a2a 0%, #9b8022 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bb9a2a), color-stop(100%, #9b8022));
  background: -webkit-linear-gradient(top, #bb9a2a 0%, #9b8022 100%);
  background: -o-linear-gradient(top, #bb9a2a 0%, #9b8022 100%);
  background: -ms-linear-gradient(top, #bb9a2a 0%, #9b8022 100%);
  background: linear-gradient(top, #bb9a2a 0%, #9b8022 100%);
  box-shadow: inset 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 0 6px #ffffff;
  -webkit-box-shadow: inset 0 0 6px #ffffff;
  -o-box-shadow: inset 0 0 6px #ffffff;
  color: #ffffff;
  padding: 8px 14px;
}
.receipt:hover {
  background: #bb9a2a;
  background: -moz-linear-gradient(top, #9b8022 0%, #bb9a2a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b8022), color-stop(100%, #bb9a2a));
  background: -webkit-linear-gradient(top, #9b8022 0%, #bb9a2a 100%);
  background: -o-linear-gradient(top, #9b8022 0%, #bb9a2a 100%);
  background: -ms-linear-gradient(top, #9b8022 0%, #bb9a2a 100%);
  background: linear-gradient(top, #9b8022 0%, #bb9a2a 100%);
  box-shadow: inset 0 0 10px #ffffff;
  -moz-box-shadow: inset 0 0 10px #ffffff;
  -webkit-box-shadow: inset 0 0 10px #ffffff;
  -o-box-shadow: inset 0 0 10px #ffffff;
  color: #343434;
}
.navigation {
  background: #cccccc;
  background: -moz-linear-gradient(top, #dddddd 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #dddddd 0%, #cccccc 100%);
  background: -o-linear-gradient(top, #dddddd 0%, #cccccc 100%);
  background: -ms-linear-gradient(top, #dddddd 0%, #cccccc 100%);
  background: linear-gradient(top, #dddddd 0%, #cccccc 100%);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 1.15em;
  line-height: 1;
  padding: 6px 14px;
  margin-bottom: 12px;
  width: 180px;
}
.navigation:hover {
  background: #eeeeee;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  box-shadow: inset 0 0 10px #ffffff;
  -moz-box-shadow: inset 0 0 10px #ffffff;
  -webkit-box-shadow: inset 0 0 10px #ffffff;
  -o-box-shadow: inset 0 0 10px #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  color: #000000;
}
.home {
  background: #671012;
  background: -moz-linear-gradient(top, #7d1416 0%, #671012 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d1416), color-stop(100%, #671012));
  background: -webkit-linear-gradient(top, #7d1416 0%, #671012 100%);
  background: -o-linear-gradient(top, #7d1416 0%, #671012 100%);
  background: -ms-linear-gradient(top, #7d1416 0%, #671012 100%);
  background: linear-gradient(top, #7d1416 0%, #671012 100%);
  color: #ffffff;
  padding: 8px 14px;
}
.home:hover {
  background: #671012;
  background: -moz-linear-gradient(top, #7d1416 0%, #671012 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d1416), color-stop(100%, #671012));
  background: -webkit-linear-gradient(top, #7d1416 0%, #671012 100%);
  background: -o-linear-gradient(top, #7d1416 0%, #671012 100%);
  background: -ms-linear-gradient(top, #7d1416 0%, #671012 100%);
  background: linear-gradient(top, #7d1416 0%, #671012 100%);
  box-shadow: inset 0 0 10px #ffffff;
  -moz-box-shadow: inset 0 0 10px #ffffff;
  -webkit-box-shadow: inset 0 0 10px #ffffff;
  -o-box-shadow: inset 0 0 10px #ffffff;
  color: #ffffff;
  padding: 8px 14px;
}
.content {
  padding: 16px;
  position: relative;
}
.logintitle {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 2.25em;
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 30px 10px 30px 0px;
}
.loginheader {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: 30px;
}
.listing {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #f2f2f2;
  padding: 16px;
  margin: 10px 0px;
  font-size: 1.1em;
  line-height: 1;
}
.listing .txt {
  position: relative;
  float: left;
  display: inline-block;
  color: #4d4d4d;
  margin-top: 10px;
}
.listing .controls {
  float: right;
}
.red {
  color: #7e1416;
}
.cleared {
  clear: both;
  height: 1px;
}
.centered {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.right {
  float: right;
}
.left {
  float: left;
}
hr {
  color: #e5e5e5;
  background-color: #e5e5e5;
  height: 1px;
  border: none;
  margin-top: -3px;
}
/* Top Navigation */
#menuposition {
  border: 0px solid #fd4547;
  height: 20px;
  /*--For cleanliness, set this to height of nav button graphics--*/

  position: relative;
  z-index: 2900;
}
ul#topnav {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style: none;
  letter-spacing: -0.5px;
  z-index: 9999;
}
ul#topnav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  /*--Important--*/

}
ul#topnav li a {
  float: left;
  /*text-indent: -9999px; --Push text off of page--*/

  height: 20px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
  /*--Hover State--*/

  color: #7e1416;
}
ul#topnav a.btn {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  padding-right: 8px;
  padding-top: 10px;
  text-align: right;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
}
ul#topnav li .sub {
  position: absolute;
  /*--Important--*/

  top: 30px;
  left: 0px;
  /* Top value should be same as menu items overall height */

  z-index: 99999;
  background: #dfdfdf;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #dfdfdf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #dfdfdf 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #dfdfdf 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #dfdfdf 100%);
  background: linear-gradient(top, #fcfcfc 0%, #dfdfdf 100%);
  padding: 10px 10px 10px;
  float: left;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  /*--Box Shadow--*/

  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  display: none;
  /*--Hidden for those with js turned off--*/

}

ul#topnav li .sub .portal {
	width: 230px;
	text-align: right;
}

ul#topnav li .row {
  /*--If needed to break out into rows--*/

  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
ul#topnav li .sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 150px;
  float: left;
}
ul#topnav .sub ul li {
  width: 100%;
  /*--Override parent list item--*/

  color: #fff;
}
ul#topnav .sub ul li h2 {
  /*--Sub nav heading style--*/

  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
ul#topnav .sub ul li h2 a {
  /*--Sub nav heading link style--*/

  padding: 5px 0;
  background-image: none;
  color: #73071b;
}
ul#topnav .sub ul li a {
  float: none;
  text-indent: 0;
  /*--Override text-indent from parent list item--*/

  height: auto;
  /*--Override height from parent list item--*/

  /*background: url(../images/navlist_arrow.png) no-repeat 5px 12px;*/

  padding: 7px 5px 7px 15px;
  display: block;
  text-decoration: none;
  color: #8e0a20;
}
ul#topnav .sub ul li a:hover {
  color: #000;
  background-position: 5px 12px ;
  /*--Override background position--*/

}
/* Google News feed */
.rss-box {
  margin: 0px 8px;
}
.rss-date {
  display: none;
}
.rss-title {
  text-decoration: none;
  color: #e9e9e9;
}
.rss-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.rss-box ul {
	margin-left: -2px;
	  line-height: 1.1em;
  font-size: .9em;
}
.rss-item {
  padding: 0 0 8px 0;
  margin: 0;
}
.rss-item a {
  color: #121212;
  text-decoration: none;
}
.rss-item a:hover {
  color: #7e1416;
}
/* Tweet feed */
.tweet_list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  line-height: 1.1em;
  font-size: .9em;
}
.tweet_list .awesome, .tweet_list .epic {
  text-transform: uppercase;
}
.tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5em;
}
.tweet_list li a {
  color: #7e1416;
}
.tweet_list .tweet_even {
  /*background-color: #d5d5d5;*/

}
.tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left;
  display: none;
}
.tweet_list .tweet_avatar img {
  vertical-align: middle;
}

/*Google translate override*/

#goog-gt-tt {
	display: none !important;
	visibility: hidden !important;
}

/*Frevvo overrides*/

.frevvo-form-container {
	background: none !important;
}

.frevvo-form-header {
	display: none !important;
}


#leftcolumn{
	width: 400px;
	float:left;
	/*padding: 15px;*/
	
}

#rightcolumn{
	width: 400px;
	float:left;
	/*padding: 15px;*/

}
.panelPadding{
	padding: 20px;
}

#clear {
	clear:both;
	}
	
.halfcol {
	width: 48%;
	float: left;
	padding: 6px;
}