/* all-in-one CSS */
html, body {
	height: 100%;
}
div.bodyWrap {
	min-height: 100%;
}
.ie6 div.bodyWrap {
	height: 100%;
}
.ie6 div.mainBody, .ie7 div.mainBody {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body {
	background-color: #edece8;
	color: #33322e;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
  margin:0;  
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	line-height: 1.25em;
}
h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 28px;
	line-height: 15px;
}
#fixedWidthContainer {
	margin: 0 auto;
	padding: 0 0px;
	width: 950px;
}
#SlideSection {
	margin-top: 0px;
}
#SlideHeader
{
	background-color: #FFFFFF;
	width: 910px;
	float: left;
	vertical-align: top;
  padding-left:20px;
  margin-bottom:-20px;
	margin-left: 10px;
	display:inline;
}
#SlideHeader h3
{
	float: left;
}
#SlideshowContent {
	clear: both;
	background: url(images/slide_blank.png) no-repeat center center;
	width: 950px;
	height: 350px !important;
	position: relative;
}
#SlideshowContent #Menubar {
	left: 514px;
	margin: 0px;
	position: absolute;
	top: 250px;
	width: auto;
	z-index: 100;
}
.primary-small, a.button-primary-small {
	background: #0077b3 url(images/button_primary_small.png) repeat-x;
	border: 1px solid #0077b3;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
  width: 125px; /*optional - remove for auto width*/
	padding-bottom: 5px;
	margin-right: 1px;
}
a.button-primary-small {
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
}
.primary-small:hover, a.button-primary-small:hover {
	background: #0077b3 url(images/button_primary_small_hover.png) repeat-x;
}
#WhatSetsUsApart {
	background: #fff url(images/hp_gradient_tile.png) repeat-x 0 bottom;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 20px;
	width: 910px;
	float: left;
	display: inline;
}
#WhatSetsUsApart h2 {
	color: #33322E;
	font-size: 28px;
	line-height: 20px;
}
#WhatSetsUsApart h5 {
	color: white;
	font-weight: bold;
  font-size: 15px;
  display: inline;
}
#WhatSetsUsApart h6 {
	color: #00aaff;
	font-weight: bold;
}
#Columns {
	margin: 0 20px 16px 0;
	float: left;
  text-align:justify;
}
.text-large {
	font-size: 12px;
}
.text-extra-large {
	font-size: 15px;
}
#WhatSetsUsApart #Images, #WhatSetsUsApart #Value, #WhatSetsUsApart #Easy {
	float: left;
}
#Columns h6 {
	line-height: 1.2em;
	margin-bottom: 3px;
}
.ie7 #Columns h6, .ie6 #Columns h6 {
	margin-bottom: 0px;
}
#Columns div {
	font-size: 12px;
	line-height: 1.35em;
}
.columnMiddle {
	padding: 0px 16px;
	width: 258px;
}
.columnEndLeft {
	border-right: solid 1px #FFFFFF;
	padding-right: 16px;
	width: 258px;
}
.columnEndRight {
	border-left: solid 1px #FFFFFF;
	padding-left: 16px;
	width: 295px;
}
.important {
	font-weight: bold;
}
.standardInput {
	margin-bottom: 16px;
  width: 370px;
}
.standardInput2 input {
	height: 20px;
	line-height: 13px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	border: solid 1px #807F7C;
}
.standardInput .text {
	margin-top: 20px;
  text-align: justify;
  font-size: 12px;
}
.standardInput .errorText {
	color: #F00;
	font-size: 11px;
	line-height: 11px;
	margin-top: 8px;
}
.standardInput .errorInput {
	background: #FFDBDD;
	border-color: #F00;
}
a {
	color: #00aaff;
	text-decoration: none;
}
a:focus, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	border: 1px solid #807f7c;
	color: #33322e;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	outline: none;
}
input, textarea {
	padding: 5px 5px;
  width: 200px;
}
textarea {
  height:100px;
}
label.input-label {
	display: block;
	font-weight: bold;
  font-size: 11px;
}
label.input-label span.optional {
	color: #807f7c;
	font-weight: normal;
}
span.tip-text {
	color: #807f7c;
	display: block;
	margin-top: 1px;
}
input.input-validation-error, select.input-validation-error {
	background-color: #ffdbdd;
	border: 1px solid #ff0014;
}
span.field-validation-error {
	color: #ff0014;
	display: block;
	margin: 5px 0 0 0;
}
.checkbox, .radio {
	border: 0;
	height: 13px;
	padding: 0;
	width: 13px;
}
.Veffect{
	border:1px solid #999999;
	color:#000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 19px;
}
.Veffect:hover{
	background-color:#EAF4FF;
	border:1px solid #666600;
  line-height: 18px;
}
.hidden {
	display: none;
}
.pointer {
	cursor: pointer;
}
.almost-opaque {
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
.opacity50 {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
.opacity75 {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}
.opacity25 {
	filter: alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
}
.opacity0 {
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
}
.day_cal {
  background: #fff url(images/day_cal.png) no-repeat bottom;
  margin-right: 45px;
  margin-top: 150px;
  width: 400px;
  height: 40px;
  float: right;
  font: 1.6em Verdana, Georgia;
  font-weight: bold;
  text-align: center;
  color: #8d8d8d;
}

