body {
  background: url('./images/gradient.png');
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: #333333;
  margin: 0px;
  font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
  font-size: 14pt;
}

form {
  padding: 0;
  margin: 0;
  display: inline;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #01a2f5;
  font-weight: bold;
}

a:visited {
  color: #666666;
}

a:hover {
  color: #bdd84d;
}

a:active {
  color: #ffc600;
}

h3 {
  font-size: 1.5em;
  margin: 0;
  clear: both;
}

img {
  border: none;
}

.smaller {
  font-size: 0.8em;
}

.right {
  text-align: right;
}

.splash {
  background: url('./images/splash.png');
  background-repeat: no-repeat;
}
.switchboard {
  background: url('./images/switchboard.png');
  background-repeat: no-repeat;
}
.container {
  background-color: #FFFFFF;
  padding: 0px 0px 10px 0px;
}
.header {
  width: 960px;
  height: 108px;
  background: url('./images/header.png');
  margin-bottom: 10px;
}
.header .grid_3 {
  line-height: 110px;
}
.splash .header {
  margin-bottom: 270px;
}
.switchboard .header {
  margin-bottom: 330px;
}
.footer {
  background-color: #333333;
  padding: 1em 0em 1em 0em;
}
.footer .container {
  background-color: transparent;
  font-size: 0.8em;
  color: #CCCCCC;
}
.legal {
  font-size: 10px;
  margin: 2em 0em 0em 0em;
}
.navbut {
  line-height: 78px;
  border: solid 1px black;
  border-width: 0px 0px 0px 1px;
  text-align: center;
  border-color: black #444444 black #666666;
  font-size: 0.8em;
}

.navbut span {
  margin-left: 20px;
}

.header a:link, .header a:visited, .header a:active, .header a:hover {
  color: #FFFFFF;
  text-decoration: none;
  font-family: LeagueGothicRegular;
  font-weight: normal;
  font-size: 36px;
}

.header a:hover {
  color: #01a2f5;
}

.loginform {
  background-color: #01a2f5;
  padding: 10px 20px 20px 20px;
  color: #FFFFFF;
  font-size: 0.8em;
}

.button, button.login, .fbut {
  margin-top: 1em;
  background: #feffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #feffff 0%, #eeeeee 35%, #dedede 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(35%,#eeeeee), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #feffff 0%,#eeeeee 35%,#dedede 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #feffff 0%,#eeeeee 35%,#dedede 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #feffff 0%,#eeeeee 35%,#dedede 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #feffff 0%,#eeeeee 35%,#dedede 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
  color: #333333;
  font-weight: bold;
  border: solid 1px #000;
  border-radius: 3px;
  line-height: 1.5em;
  text-shadow: -1px -1px 1px #dedede;
  font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
  text-transform: uppercase;
  padding: 0em 1.5em 0em 1.5em;
  display: block;
}

.fbut {
  line-height: 3em;
  display: block;
  text-align: center;
}

.button:hover, button.login:hover, .fbut:hover {
  background: #bdd84d; /* Old browsers */
  background: -moz-linear-gradient(top, #bdd84d 0%, #95a53b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdd84d), color-stop(100%,#95a53b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bdd84d 0%,#95a53b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bdd84d 0%,#95a53b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bdd84d 0%,#95a53b 100%); /* IE10+ */
  background: linear-gradient(to bottom, #bdd84d 0%,#95a53b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd84d', endColorstr='#95a53b',GradientType=0 ); /* IE6-9 */
  text-shadow: -1px -1px 1px #95a53b;
  color: #FFF;
}

input.login {
  width: 100%;
  border: double 3px #01a2f5;
  color: #333333;
}

input.login:hover {
  width: 100%;
  border: double 3px #fff;
}

.contact {
  font-size: 0.8em;
}

.textbox, .textarea {
  width: 100%;
  border: double 3px #CCCCCC;
  font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
  font-size: 13pt;
  font-weight: bold;
}

.textbox:hover, .textarea:hover {
  border: double 3px #bdd84d;
}

.textbox:focus, .textarea:focus {
  border: double 3px #01a2f5;
}

.textarea {
  height: 12em;
}

.short {
  width: 50%;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.socialmedia li {
  float: left;
  clear: none;
  text-align: center;
  width: 25%;
}

.socialmedia ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .block {
  margin: 0px 0px 10px 0px;
}

.txtblock {
  background: url('./images/gradient2.png');
  background-color: #FAFAFA;
  background-position: bottom left;
  background-repeat: repeat-x;
  margin: 0em;
  padding: 1em;
  border-bottom: solid 1px black;
}
.service {
  background: url('./images/checkmark.png');
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 72px;
  font-size: 0.9em;
  margin-bottom: 2em;
  text-align: justify;
}
.service h3 {
  line-height: 62px;
  font-family: LeagueGothicRegular;
  font-size: 32px;
  font-weight: normal;
}
.ico-locked {
  background: url('./images/icons/locked.png');
}
.ico-settings {
  background: url('./images/icons/settings.png');
}
.ico-microphone {
  background: url('./images/icons/microphone.png');
}
.ico-clock {
  background: url('./images/icons/clock.png');
}
.ico-world {
  background: url('./images/icons/world.png');
}
.ico-calendar {
  background: url('./images/icons/calendar.png');
}
.ico-page {
  background: url('./images/icons/page.png');
}
.ico-smartphone {
  background: url('./images/icons/smart_phone.png');
}
.svcBlurb {
  height: 72px;
  padding: 12px 8px 0px 111px;
  background-color: #333333;
  margin: 20px 0px 0px 0px;
  color: #EEEEEE;
  font-size: 1em;
  background-position: -24px center;
  background-repeat: no-repeat;
  font-weight: bold;
}
.svcBlurb span {
  display: block;
  font-size: 0.6em;
}
.qr {
  border: solid 1px black;
  border-radius: 3px;
  margin: 1em;
}

.arrow_box {
  background: #bbd84d; /* Old browsers */
  background: -moz-linear-gradient(top, #bbd84d 0%, #9db240 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbd84d), color-stop(100%,#9db240)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bbd84d 0%,#9db240 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bbd84d 0%,#9db240 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bbd84d 0%,#9db240 100%); /* IE10+ */
  background: linear-gradient(to bottom, #bbd84d 0%,#9db240 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd84d', endColorstr='#9db240',GradientType=0 ); /* IE6-9 */
	position: relative;
	border: 1px solid #000000;
	color: #333;
	text-shadow: -1px -1px 0px #879937, 1px 1px 0px #CEE083;
	margin: 1em 0em 1em 0em;
	line-height: 1.1em;
	padding: 16px 32px 16px 32px;
	font-size: 17pt;
	font-weight: bold;
	border-radius: 10px;
	text-align: justify;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(189, 216, 77, 0);
	border-top-color: #9db240;
	border-width: 20px;
	left: 50%;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 21px;
	left: 50%;
	margin-left: -21px;
}
.arrow_box span {
  display: block;
  text-align: right;
  font-size: 24pt;
	font-family: JournalRegular;
}
.arrow_box span:before {
  content:"- ";
}
.more {
  display: block;
  float: right;
  position: relative;
  top: -16px;
  font-family:  'Segoe UI', Verdana, Tahoma, Helvetica, Sans-Serif;
  font-size: 8pt;
  color: #999;
  text-shadow: none;
}
.alert {
  background-color: #666666;
  margin: 0em 0em 2em 0em;
  padding: 1em;
  color: #EEE;
}