@charset "utf-8";
/* CSS Document */


/* A container should group all your columns. */

body {
	margin: 0;
	padding: 0;
	text-align: center;
}


.container {
  width: 960px;
  margin:0 auto;
  text-align: left;
}



/* Use this class on any .span / container to see the grid. */
.showgrid {
  background: url(src/grid.png);
}

.login-body{
	padding: 0;
	margin: 0;
	background: #2c8dd2 url(/images/login-bg.jpg) center no-repeat;
	margin-top: 8em;
}

#wrapper{
	text-align: left;
	margin: 0 auto;
	}
	
div.centerbox {   margin-left: auto!important;   margin-right: auto!important;   width: 8em; }

/* Header + Nav
-------------------------------------------------------------- */

.logo{
	float:left;
	width: 960px;
	font-size: 1.6em;
	font-weight: bold;
	color:#2c8ed2;
	margin:0 10px 0 10px;
	text-decoration:none;
}

a.logo{
	text-decoration:none;
}


#globalnav {
	width: 960px;
	float: right;
}

#globalnav ul {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#globalnav ul li {
	display: inline;
	position: relative;
	float: left;
	margin-left: 1px;
	width: 118px;
	height: 26px;
	padding: 0;
	-moz-border-bottom-right-radius: 7px;
	-moz-border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

#globalnav ul li a {
	display: block;
	text-decoration: none;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: white;
	padding: 5px 15px;
	text-align: center;
	white-space: nowrap;
}

#tubenavcontainer {
	float: left;
	width: 960px;
	height: 50px;
	color: #707070;
	background: #32393E;
	margin-bottom: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}

#fp-maincontent {
	margin: 0 auto;
	width:940px;
	}

.mainnav {
	float: right;
	color:#FFF;
	padding: 17px 0 0;

}

.mainnav a{
	text-decoration:none;
	color:#FFF;
}

.mainnav li selected{
	text-decoration:none;
	color:#2C8DD2;
}

.mainnav li {
	display: inline;
	list-type: none;
	padding-right: 10px;
}


/* Frontpage Body
-------------------------------------------------------------- */

.full{
	width: 940px;
	margin:0 auto;
	}

.fppic {
	display:block;
	margin-top:5px;
}
	

.fpimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
	height:360px;
}



.callto {
	text-align:center;
	font-size:63px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#2c8ed2;
}

.mid-contentleft{
	display: block;
	width:60%;
	float:left;
	position:relative;
	z-index:1;
	}
.mid-contentright{
	display: block;	
	width:40%;
	float:right;
	margin-top:5px;
	z-index:1;
	}
	
#fp-featurebox{
	position: relative;
	float: left;
	top:-40px;
	width:940px;
	height:250px;
	background: #eaeaea;
	z-index:-5;
	line-height:1.4em;
	border-top:#bebebe solid thin;
	border-bottom:#bebebe solid thin;
	}
	
#fp-featurebox p{
	color:#666;
}
	
.col-1 {
	display: block;
	left:20px;
	padding:0 0 10px 10px;
	width: 160px;
	position: absolute;
	top: -35px;
	height: 280px;
	bottom: 0;
	z-index:1;	
	}
	
.col-2 {
	display: block;
	left:210px;
	width: 160px;
	position: absolute;
	top: -35px;
	height: 280px;
	bottom: 0;
	}

.col-3 {
	display: block;
	width: 160px;
	left:380px;
	position: absolute;
	top: -35px;
	height: 280px;
	bottom: 0;
	}
	
.col-4 {
	display: block;
	width: 365px;
	left:565px;
	position: absolute;
	top: 50px;
	bottom: 0;
	}

#footer {
	background-color: #32393E;
	border-top: 1px solid #151515;
	margin-top:10px;
	padding:20px 20px 0 0;
	height: 60px;
}

.right-contact {
	margin-top: 60px;
}

/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
div.prepend-top, .prepend-top {
  margin-top:1.5em;
}
div.append-bottom, .append-bottom {
  margin-bottom:1.5em;
}

/* Use a .box to create a padded box inside a column.  */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #e5eCf9;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.420em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

blockquote.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	text-align:center;
  	background-image: url(/images/openquote1.gif);
  	background-position: top left;
  	background-repeat: no-repeat;
  	text-indent: 23px;
  }
blockquote.style1 span {
    display: block;
	padding-right:10px;
    background-image: url(/images/closequote1.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
  	}
 
.fpquote{
	text-align:left;
	}

/* Contact
-------------------------------------------------------------- */
input.text, input.title, textarea, select {margin: 0.5em 5px 0;}
#contact p,  legend { font: 1.1em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }
#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }
#contact {
	display: block;
	margin:0 15px 20px 20px;
	float:left;
	width: 540px;
	padding: 15px;
	border: 1px solid #cbcbcb;
	background-color: #efefef;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	box-shadow: 5px 5px 3px #888;
	-webkit-box-shadow: 5px 5px 3px #888;
}
#contact input, textarea, select {padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius: 5px; }
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 225px; height:45px; cursor: pointer; border: 1px solid #222; background:#2c8dff; color:#fff; }
#contact input.submit:hover { background:#cc99ff; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact fieldset { padding:10px; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px;	border-radius: 5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius: 5px; margin-bottom:0 !important; margin-bottom:20px; }
#contact span.required{	font-size: 13px; color: #ff0000;right: -10px; } 

.loader { padding: 0 10px; }
acronym { border-bottom:1px dotted #ccc; }
#contact select.state {height:35px;}

/* Features
-------------------------------------------------------------- */
div.tour {

width: 700px;
height:1100px;
text-align: left;
margin-top:15px;
float: right;
clear: both;
}

.tourtitles {margin-bottom:6em;}

div.features {
	overflow: hidden;
	margin-top: 20px;
	background: white;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	float: left;
	border: 1px solid #D5D6D7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 220px;
	position: absolute;
}

div.features ul li.title {
	border-top: 0;
	border-bottom: 1px solid #D5D6D7;
	background: #F3F2EB;
	font-size:1.5em;
	text-align:center;
	padding: 5px 10px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

div.features ul li.add 		{ background: url(/images/add.jpg) no-repeat 5px 15px; }
div.features ul li.search 	{ background: url(/images/search.jpg) no-repeat 5px 15px; }
div.features ul li.history	{ background: url(/images/history.jpg) no-repeat 5px 15px; }
div.features ul li.discard 	{ background: url(/images/discard.jpg) no-repeat 5px 15px; }
div.features ul li.admin 	{ background: url(/images/admin.jpg) no-repeat 5px 15px; }

div.features ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #E8E8E8;
	line-height: 1.7em;
}
div.features ul li a {
color: #777;
display: block;
padding: 10px;
text-decoration: none;
padding-left: 60px;
padding-bottom: 15px;
}
div.features ul {list-style-type: none; margin: 0; padding: 0; }

div.features ul li a span{
font-weight: normal;
font-size: 10px;
color: #888;
line-height: 1.3em;
}

div.feature {
overflow: hidden;
clear: both;
margin: 0 0 45px 0;
}


div.tour img {padding:0 15px 0; }

div.tour p {
line-height: 1.4em;
margin: 0 0 15px;
color: #666;
text-align: left;
}


/* Hospital Sizes
-------------------------------------------------------------- */

div.savings ul li.largehos		{ background: url(/images/large-hospital.jpg) no-repeat 5px 15px; padding-bottom:10px; }
div.savings ul li.largeout 		{ background: url(/images/large-hospital.jpg) no-repeat 5px 15px; }
div.savings ul li.midsize		{ background: url(/images/midsize-hospital.jpg) no-repeat 5px 15px; }
div.savings ul li.reference 	{ background: url(/images/reference-lab.jpg) no-repeat 5px 15px; }
div.savings ul li.smallhos 		{ background: url(/images/small-hospital.jpg) no-repeat 5px 15px; }
div.savings ul li.custom 		{ background: url(/images/custom-size.jpg) no-repeat 5px 15px; }


div.savings {
	overflow: hidden;
	margin-top: 20px;
	background: white;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	float: left;
	border: 1px solid #D5D6D7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 220px;
	position: absolute;
}

div.savings ul li.title {
	border-top: 0;
	border-bottom: 1px solid #D5D6D7;
	background: #F3F2EB;
	font-size:1.5em;
	text-align:center;
	padding: 5px 10px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

div.savings ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #E8E8E8;
	line-height: 1.7em;
}
div.savings ul li a {
color: #777;
display: block;
padding: 10px;
text-decoration: none;
padding-left: 60px;
padding-bottom: 15px;
}
div.savings ul {list-style-type: none; margin: 0; padding: 0; }

div.savings ul li a span{
font-weight: normal;
font-size: 10px;
color: #888;
line-height: 1.3em;
}


#costform label {padding-top:15px; padding-right:15px;}

div.costcalc {
width: 700px;
text-align: left;
margin-top: 15px;
float: right;
clear: both;
}

.tooltip {
	background-color:#b1cb70;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	line-height:1.3em;
	font-weight:bold;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	border-radius: 0 0 10px #000;
}

.faqquestions { margin-bottom:4em; }


/* Forms
-------------------------------------------------------------- */

label.error { width: 200px!important; position: absolute; margin-left: 15px; margin-top: 1.1em; color: red; padding-left: .5em; vertical-align: top; z-index:2; text-align: left;}

.rounded {
	float: left;
	width: 950px;
	color: #707070;
	background: #efefef;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	}

#form {
	margin-top: 25px;
	width: 630px;
	padding-bottom: 10px;
}

#form-right {
	width:310px;
	float:right;
	}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin:0; }
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

.features-cta 	{font-size:3.2em; font-weight:bolder;}
.features-cta2	{font-size:2.7em; font-weight:bolder;}


/* Text elements
-------------------------------------------------------------- */

p           {
	margin: 0 0 1.5em;
	margin-right: 15px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	line-height:1.3em;
}
/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
.left  			{ float: left !important; }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right 			{ float: right !important; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a:focus,
a:hover     { color: #09f; }
a           { color: #06c; text-decoration: underline; }

blockquote  { 
margin: 1.2em; 
color: #666; 
font-style: 
italic; 
display: block;
}
strong,dfn	{ font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

.colored-quote { color:#2c8dd2; font-size:20px; text-align:center; font-weight:lighter; }

/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }

.faqlist	{ line-height:2em; margin: 2em; font-size:1.3em;}

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

.faqindent	{ margin: 0 5em 0 1.5em;}

/* Tables
-------------------------------------------------------------- */

/* 
	Because of the need for padding on TH and TD, the vertical rhythm 
	on table cells has to be 27px, instead of the standard 18px or 36px 
	of other elements. 
 */ 
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
/*
	You can zebra-stripe your tables in outdated browsers by adding 
	the class "even" to every other table row. 
 */
tbody tr:nth-child(even) td, 
tbody tr.even td  { 
	background: #e5ecf9; 
}
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Buttons
-------------------------------------------------------------- */

.trialbutton {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#2c8dd2), to(#65a9d7));
   background: -moz-linear-gradient(top, #2c8dd2, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-weight:bolder;
   vertical-align: middle;
   }
.trialbutton:hover {
   border-top-color: #cc66ff;
   background: #cc66ff;
   color: #ffffff;
   }
.trialbutton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }
.center		{ text-align:center; }
.centerbox 	{ display: block;  margin-left: auto!important; margin-right: auto!important; }

.ttgreen	{ color:#B1CB70; }
.ttblue		{ color:#2c8dd2; }
.ttpurple	{ color:#CC66FF; }
.quiet      { color: #999; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.bolder		{ font-weight:bolder; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
.rightpad	{ padding-right:50px; }
.bottompad	{ padding-bottom:20px; }
.toppad		{ padding-top:10px; }
.leftpad	{ padding-left:10px; }
.margintop 	{ margin-top:20px;}

.white		{color: #ffffff; text-decoration:none;}
a.white		{color: #ffffff; text-decoration:none;}

nodec		{text-decoration:none;}
a.nodec		{text-decoration:none;}
IMG.centered {display: block; margin-left: auto; margin-right: auto }
.smallreg	{font-size:.4em; }
.linebreak	{margin-top:15px;}