@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#484848;
	margin: 0; padding: 0;
	min-width: 900px;
}

a { color: #484848; }
a:hover { text-decoration: none; }

#header{
	height: 382px;
	/*background: url(/images/headerbg-blue.png) repeat-x 0 0;*/
	background: url(/images/headerbg-blue2.png) repeat-x;
}

#header .contentarea {
	/* border: 1px solid #999;*/
	position: relative;
	font-size:14px;
	text-align: right;
	margin: auto;
	width: 900px;
}

#header #logobox {
	position: absolute;
	top: 5px;
  left: 0px;
}

#header .contentarea .headerphone {
	display:inline;
	line-height: 28px;
	position:absolute;
	right: 227px;
}

.headernav .buttonbox {
	float:right;
	margin-top:77px;
}

.headernav .navbutton {
	background: url(/images/buttonoff-cent.jpg) repeat-x;
	float: left;
	color: #ccc;
	border: 1px solid #e9e9e9;
	border-top: none;
	padding: 10px 11px 10px 11px;
	font-size: 12px;
	margin-top: 3px;
}

.headernav .buttonon {
	background: #fff url(/images/buttonon-cntr.jpg) repeat-x !important;
	color: #000;
	border-bottom: 4px solid #fff;
	margin-top: 0;
	padding-top: 13px; /* +3 because of the top margi differences */
}

.headernav .navbutton a {
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
}

.headernav .buttonon a {
	color: #000;
}

#demoflag{
	color: #fff;
/*
        color: #21CE7F;
        color: #1DD768;
        color: #2BB3C1;
*/
	margin-top: -212px;
	height: 212px;
}

#demoflag .contentarea {
	/*border: 1px solid #fff;*/
	font-size: 20px;
	margin: auto;
	width: 900px;
	line-height: 25px;
}

#demoflag .contentarea h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: normal;
}

#demoflag .contentarea p {
  margin-top: 0;
  /*margin-bottom: 1.5em;*/
  width: 500px;
  font-size: 19px;
}

#content{ }

#content .contentarea,
#contentfooter .contentarea {
	/*border: 1px solid #000;*/
	margin: auto;
	margin-top: 15px;
	width: 900px;
}


.homepagesamples .demo {
  float: left;
  margin: 5px 10px 20px 0;
}

.homepagesamples .demo .caption {
  color: #777;
  text-align: center;
  margin-top: 3px;
}

.homepagecarousel {
	margin-top: 200px;
	margin-bottom: 40px;
	padding-top: 10px;
	background: url(/images/carouselbg.jpg) no-repeat;
}

.carousel img {
	margin-right: 10px;
  vertical-align: middle;
}

#homepageright {
	/*border: 1px solid #ccc;*/
	width: 300px;
	/* height: 350px; */
	float: right;
}


.testimonial {
	width: 263px;
	margin: 25px auto 30px auto;
}

.testimonial .balloon {
	position:relative;
	padding: 20px 38px 5px 38px;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	background: url(/images/quotebox-top.png) no-repeat;
	min-height: 85px;
}

.testimonial .balloontail {
	height: 48px;
	background: url(/images/quotebox-btm.png) no-repeat;
	margin-bottom: 3px;
}


.testimonial .testquoteleft {
	position:absolute;
	top:8px;
	left:5px;
}

.testimonial .testquoteright {
	position: absolute;
	bottom: 0px;
	right: 7px;
}



.testimonial .attribution {
	color: #0899D8;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

#footer{
	height: 110px;
	background: url(/images/footerbg.gif) repeat-x;
	font-size: 9px;
}


#footer .contentarea {
	/*border: 1px solid #000;*/
	margin: auto;
	width: 900px;
	text-align: center;
	padding-top: 10px;
}

#footer .contentarea .footernav {
  font-size: 14px;
  font-weight: bold;
  margin-top: -1px;
}

#footer .contentarea .footernav a {
  /*color: #31DF7F;
  color: #169383;
  color: #2BB3C1;*/
}

#footer .divider {
	display: inline;
	color: #000;
	margin: 0 10px 0 10px;
}

#footer .phone {
  font-weight: bold;
  font-size: 11px;
}

#footer a {
  text-transform: uppercase;
  font-size: 11px;
}

#footer .seoblock a {
  font-size: 8.5px;
}

#footer .footermailto {
  text-transform: lowercase;
  /*color: #388;*/
}

.redtext {
  color: #f00;
}

.bluetext {
  color: #00f;
}

/* ------------------------ */
#contactFormContainer
{
	position:absolute;
	left: 478px; /* 900 - 440 */
	float: right;
	text-align: left;
	z-index: 50;
}
#contactForm
{
  border: 1px solid #86ebff;
  border: 1px solid #C70800;
  border: 1px solid #fc6;
	/*height:267px;*/
	width:420px; margin-left: 2px; /* 222px */
	background: #1dbab4;
	background: #C70800;
        background: #FBAA23;
	display:none;
	font-size:12px;
}

#contactForm fieldset
{
  padding: 10px;
  padding-right: 17px;
  margin: 12px;
  background: #fff;
  border: 5px solid #f95;
  border: 5px solid #DF871C;
}

#contactForm label
{
	display:block;
	color:#999;
}

#contactForm input[type=text]
{
	display:block;
	border:solid 1px #999;
	width:100%;
	margin-bottom:10px;
	/*height:20px;*/
}

#contactForm textarea
{
	display: block;
	border: solid 1px #999;
	width: 99%;
	margin-bottom: 10px;
}  

#contactLink
{
  margin-top: -1px;
  margin-left: 202px;
	height:33px;
	width:222px;
	background: url(/images/contactdropdown-o.png) no-repeat;
	display:block;
	cursor:pointer;
}

.namefields,
.infofields,
.messagefield,
.subscribefield,
.submitfields {
  position: relative;
  clear: both;
}

#firstname,
#lastname,
#phonename,
#emailname {
  width: 47%;
  float: left;
}

#lastname,
#phonename {
  margin-left: 6%;
}

.subscribefield {
  padding-left: 8px;
  font-size: 9px;
  margin-bottom: 10px;
  line-height: 12px;
}

.subscribefield b {
  font-size: 12px;
  color: #000;
}

.submitfields {
  line-height: 25px;
}

.submitfields #sendMail {
  vertical-align: middle;
}

.submitfields .cancellink {
  padding: 10px;
  font-size: 12px;
}

.submitfields #requiredblurb {
  padding: 10px;
}

.submitfields #privacyblurb {
  display: block;
  text-align: center;
}

.submitfields #callnowblurb {
  color: #333;
  display: block;
  text-align: center;
}

.submitfields a:hover {
  text-decoration: underline;
}

#contactForm .required {
  color: #158a85;
  font-weight: bold;
}

#contactForm input.required {
  color: #000;
}

#contactForm label.error {
  color: red;
  margin-top: -10px;
}

.faqwidget,
.faqwidget a {
  font-size: 12px !important;
  line-height: 14px !important;
}

#infocollapse {
  text-align: left;
  margin-top: -70px;
}

.socialmedia {
  margin-left: 330px;
  margin-top: -42px;
}

.socialmedia a {
  text-decoration: none;
}

#iphonecarouselcontainer {
  height:255px;
  width:170px;
  position:absolute;
  top:69px;left:34px;
}

/* iPhone/Mobile CSS styles (m3) */
body#mobile3 {
  background: url(/images/m2background.png) repeat-x;
  min-width: 340px;
  height: 446px;
  font-size: 18px;
  padding-top: 10px;
}

body#mobile3 div#landaboutblurb,
body#mobile3 div#aboutblurb {
  font-size: 22px;
  margin: 0 10px 15px 10px;
  color: #fff;
}

body#mobile3 div#landaboutblurb {
  display:none;
}

body#mobile3 div#buttons {
  text-align: center;
}

body#mobile3 img {
  margin-bottom:10px;
}

body#mobile3 #logodiv {
  text-align: center;
}

body#mobile3 #copyright {
  background-color: #fff;
  margin-top: 15px;
  padding-top: 4px;
  height: 40px;
  text-align: center;
  border-top: 1px solid #333;
}

body#mobile3[orient="landscape"] {
  background: url(/images/m2background.png) 0 -7px repeat-x;
  height: 340px;
}

body#mobile3[orient="landscape"] div#logodiv {
  margin-top: -7px;
}

body#mobile3[orient="landscape"] div#buttons {
  width: 320px;
  float:right;
}

body#mobile3[orient="landscape"] div#copyright {
  margin-top: 135px;
}

body#mobile3[orient="landscape"] div#aboutblurb {
  display: none;
}

body#mobile3[orient="landscape"] div#landaboutblurb {
  float:left;
  display:block;
  width:180px;
}

body#mobile3[orient="landscape"] #buttons img {
  margin-bottom: 5px;
}


/* Wufoo Form Container Styles */

.wufooform {
	text-align:left;
	background:#fff;
	border:1px solid #039;
	-webkit-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
	-moz-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
	-o-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
	box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
	padding:20px 14px 0 14px;
}

.wufooform, .wufoobottom {
	margin:0 auto;
	width:640px;
}

.wufoobottom {
	width:650px;
	height:10px !important;
	margin-bottom:10px;
	display:block !important;
}


