@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background: #356085;
	text-align: left;
}

/* Stop linked imgs from having a border in Firefox */
img {
  border:none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #477921;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#banner {
	margin: 0;
	background-image: url('../img/banner_back.jpg');
	height: 160px;
	width: 100%;
}

#body {
	margin: 0;
	background-color: #edf3f7;
}

#footer{
	margin: 0;
	height: 160px;
	width: 100%;
}

blockquote {
	margin: 0 0 0 40px;
}

td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #212020;
	line-height: 16px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #0091de;
}

a:HOVER {
	text-decoration: none;
	color: #9a1217;
}

#nav {
	text-align: right;
	padding: 0 50px 0 0;
}

#nav a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005b98;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

#nav a:HOVER {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fefefe;
	font-weight: bold;
	padding: 0 10px 0 10px;
}

#content {
	margin: 0 auto;
	position: relative;
	width: 1014px;
	background-image: url('../img/body_back.gif');
	background-repeat: repeat-y;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #477921;
	font-weight: bold;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #477921;
	font-weight: bold;
	padding-bottom: 15px;
}

.subhead {
	font-weight: bold;
	padding-bottom: 15px;
}

.main_title {
  text-align: center;
}

.main_text {
	font-size: 16px;
	line-height: 26px;
  text-align: left;
	margin: 13px 0px 13px 0px;
  width: 430px;
}

.main_text a {
	text-decoration: none;
	color: #0091de;
}

.main_text a:HOVER {
	text-decoration: none;
	color: #9a1217;
}

#news_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #212020;
	line-height: 16px;
	padding: 5px 0 5px 0;
}

#news_item a {
	text-decoration: none;
	font-size: 10px;
	color: #0091de;
	font-weight: bold;
}

#news_item a:HOVER {
	text-decoration: none;
	font-size: 10px;
	color: #9a1217;
	font-weight: bold;
}
	

.news_date {
	color: #646464;
}

#footer_content {
	margin: 0 auto;
	position: relative;
	width: 957px;
	padding: 15px 0 0 57px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #ffffff;
}

#footer_content a {
	text-align: inherit;
	color: #a0c9ee;
}

#footer_content a:HOVER {
	text-align: inherit;
	color: #FFFFFF;
}

#footer_content a.copyright {
	text-align: inherit;
	color: #FFFFFF;
}

#footer_content a.copyright:HOVER {
	text-align: inherit;
	color: #a0c9ee;
}

#sidenavHeader {
  padding: 0px 0 10px 0px !important;
  border-bottom: 1px solid #212020;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
#sidenavHeader a {
	color: #477921;
}

#sidenavHeader a:HOVER {
	color: #0091de;
}
#sidenavHeader a.side_selected{
	color: #0091de;
}
#sidenavHeader a.side_selected:HOVER {
	color: #0091de;
}

#sidenav {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
  font-weight: normal;
}

#sidenav div {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #212020;
}

#sidenav a {
	color: #212020;
}

#sidenav a:HOVER {
	color: #0091de;
}
#sidenav a.side_selected{
	color: #0091de;
}
#sidenav a.side_selected:HOVER {
	color: #0091de;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-repeat: repeat-y;
}
.img_border_left {
	padding: 0 10px 10px 0;
	
}
.img_border_right {
	padding: 0 0 10px 10px;
}
div#errorDisplay {
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border: 1px;
	border-color: #FC9181;
	border-style: solid;
	background-color: #FFFFCC;
	display: none;
	padding: 5px 5px 5px 30px;
	margin:10px;
}
div#errorDisplay ul {
	list-style-type: square;
	margin-top:0px;
	margin-bottom:0px;
}
input[type="text"], textarea, select {
	border: 1px;
	border-color: gray ;
	border-style: solid;
	margin: 0.1em !important;
}

input.invalid, textarea.invalid, select.invalid {
	border: 1px;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.1em !important;
}

input.invalid:focus, textarea.invalid:focus {
	border: 1px;
	border-style: solid;
}

input[type="text"]:focus, textarea:focus {
	background-image: none;
   background-color: #f3f9ff;
	border: 1px;
	border-color: #7E9FDA;
	border-style: solid;
	margin: 0.1em !important;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
}

.gallerySlideTitle {
  font-weight: bold;
}

.galleryName {
  color: #477921;
  margin-left: 10px;
}

div.gallery {
  display: inline-block;
  background-color: #eee;
  border: solid 2px #c6c6c6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 0px 25px 0px 20px; 
  margin-right: auto;
}
span.gallery {
  font-size: 18px;
  font-weight: bold;
 	font-family: Arial, Helvetica, sans-serif;
}
img.gallery {
  margin-top: 15px;
  margin-bottom: 8px;
  margin-right: 10px;
}

div.faqQuestion {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight:bold;
}

div.faqAnswer {
  margin-left: 0.5em;
  margin-right: 3em;
  padding-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  border: 1px solid gray;
  background: #e7f3fe;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
}

a.pageLinks {
  text-decoration: underline;  
}

	
.osBox {
  border: solid 2px #0091de;
  width: 160px;
  height: 180px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
  margin: 20px 20px 20px 20px;
}

.osBox:hover {
  border-color: #9a1217;
}

div.mediaLink {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
img.galleryButton {
  cursor: pointer;
}
div#pricingTable {
  background: #f0f3fc;
  //background: #eef1fb;
  border: solid 2px gray;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: inline-block;
  padding: 20px;
  margin: 10px 0px 10px 0px;
}
#pricingTable span {
  width: 100px;
  height: 36px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px gray;
  margin: 0px;
}
div#pricingHeaderRow {
  border-bottom: solid 2px gray;
  display: inline-block;
}
span.productCell {
  font-weight: bold;
}
span.featureNameCell {
  width: 280px !important;
  text-align: left !important;
}
span.priceNameCell {
  width: 270px !important;
  text-align: right !important;
  font-size: 0.75em;
  padding-right: 10px;
}
div.pricingFeatureRow {
  margin: 0px;
}
span.featureCellOn {
   background: url("/img/check.png") no-repeat center;
}
span.featureCellOff {
  font-size: 0.75em;
}
span.pricingSmaller {
  border: none !important;
  display: inline !important;
  vertical-align: baseline !important;
  text-align: right !important;
  font-size: 0.75em;
}
div#priceRow {
  border-top: solid 1px gray;
}
