html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
/* basic structure */

* {
	margin: 0;padding:0;
}
html, body {
	
	height: 100%;
	
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-color:#c6dbe9;
	width:auto;
	min-width:1000px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -51px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 51px; 

}

.push {
	clear:both;
	}
	

.footer {
	background-color:#042e56;
	padding: 0 0 0 0px;
	width:100%;
		}

.footerText {
	margin:0 0 0 212px;
	width:565px;
	height:51px;
	text-align:center;
	}
	
.footerText #nav {
	text-align:center;
	}

	
.header {
	float:left;
	width:100%;
	height:51px;
	background:#042e56;
	border-bottom:#c6dbe9 4px solid;
	}
	
.content {
	float:left;
	width:100%;
	min-height:106px;
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;
	}
	
.contentWrap {
	width:1002px;
	float:left;
	clear:right;
	}
	
	
.left {
	float:left;
	clear:none;
	width:212px;
	height:100%;
	}
	
.center {
	width:790px;
	height:100%;
	float:right;
	clear:none;
	top:0;
	}
	
.subhead {
	float:left;
	clear:left;
	width:100%;
	height:76px;
	width:565px;
	}
	
.col {
	width:200px;
	float:left;
	padding: 10px 0 0 10px;
	}
	
.menu {
	float:left;
	height:30px;
	width:770px;

	}
	

	

	
.mainContent {
	float:left;
	width:565px;
	height:100%;
	padding: 10px 0 10px 0;
	}
	
.right {
	float:right;
	clear:right;
	width:225px;
	height:100%;
	top:106px;
	padding:10px 0 0 0;
	}

.left p img {
	margin-left:-10px;
	}
	
.title {
	width:192px;
	height:40px;
	background-image:url(../images/title-bg.gif);
	background-repeat:no-repeat;
	padding:3px 10px 0 0;
	}

 
	
.left p.title {
	font:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	padding-top:3px;
	}
	
.left ul {
	list-style-image:url(../images/leftbullet.gif);
	text-align:right;
	margin:0 0 0 10px;
	direction:rtl;
	}

.left ul li, .left ul li a {
	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	font-weight:bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1.0em;	
	}

.left ul li ul {
	list-style-image:url(../images/leftbullet2.gif);
	text-align:right;
	list-style-position:inherit;
	}

.left ul li ul li{
	font-family:Arial, Helvetica, sans-serif;
	color:#143057;
	font-weight:normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 0.8em;
	margin:0 -30px 0 0;
	white-space:nowrap;
	
	}
	
.left a {
	color: #143057;
	font-weight:normal;
	text-decoration:none;
	}
	
.left a:hover {
	color: #4379b7;
	text-decoration:none;
	}
	
/*end of basic structure */
	
/* typography */

body { font-size: 62.5%;  /* 16px × 62.5% = 10px */ }
	
p {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	padding: 0 20px 0 20px;
	}
	
.bold {
	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	font-weight:bold;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	}
	
.boldBlk {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:bold;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	}
	
ul {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	list-style-position:outside;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	padding: 0 30px 0 0px;
	margin:10px 0 10px 50px;
	}
	

ol {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	list-style-position:outside;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	padding: 0 30px 0 0px;
	margin:10px 0 10px 50px;
	}
	
li {
	padding:0 0 5px 0;
	}
	
		
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.9em;
	padding: 0 20px 10px 20px;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 0 20px 10px 20px;
	}
	
h4 {
	font-family:Arial, Helvetica, sans-serif;
	color: #4379b7;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	padding: 0 20px 0px 20px;
	text-transform:uppercase;
	}

a {
	color:#143057;
	text-decoration:none;
	}
	
a:hover {
	color:#666666;
	text-decoration:underline;
	}
	
	

	
.right p, .left p {
	padding:0 10px 0 10px;
	}
	
.left p, .left h2 {
	font-weight:bold;
	text-align:right;
	}

.left h2 {
	padding: 0 10px 0px 20px;
	}
	
.left .subtext {
	font-weight:normal;
	color:#666666;
	}
		
.right .subtext {
	font-weight:normal;
	color:#666666;
	}	

.toggler {
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight:bold;
	padding: 0 20px 10px 20px;
	text-decoration:underline;
	}
	
	
.element {
	margin-bottom:10px;
	}
	
.right h2, .right img {
	text-align:center;
	}

.boldLightBlue {
	color: #4379b7;
	font-weight:bold;
	}
	
.boldLightGrey {
	color: #666666;
	font-weight:bold;
	text-transform:capitalize;
	}

.boldBrightBlue {
	color: #0092DD;
	font-weight:bold;
	}
	
.subHeading {

font-size: 1.5em;
font-weight:bold;
color: #143057;
margin: -10px 0 0px 0;

}
	
/* end of typography */


/* lists */

.menu-home ul{
	visibility:hidden;
	}
.menu ul{
	display:none;
	}
	
.menu ul li {
	display:inline;
	color: #143057;
	}
	
.menu ul li a {
	color: #143057;
	text-decoration:none;
	}
	
.menu ul li a:hover {
	color: #4379b7;
	text-decoration:none;
	}
	
.subhead ul {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	margin:0 0 0 0px;
	padding:10px 0 0 0px;
	font-weight:bold;
	}
	
.subhead ul li {
	margin:0 0 5px 0;
	} 
	
.subhead ul li a {
	color:#fff;
	text-decoration:none;
	} 
	
.subhead ul a:hover {
	color: #143057;
	text-decoration:none;
	} 
	
.footer ul {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.1em;
	margin:0;
	padding:7px 0 0 10px;
	}
	
.footer ul li {
	display:inline;
	color: #143057;
	}
	
.footer ul li a {
	color: #fff;
	text-decoration:none;
	}
	
.footer ul li a:hover {
	text-decoration:underline;
	}
	
.buttons {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	list-style-position:inside;
	list-style-type:none;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	padding: 0 30px 0 0px;
	margin:10px 0 10px 0px;
	}
	
.buttons li {
	padding:0 0 5px 0;
	}
	
	
/* CMS */
img.mcms_stats{
   display: none;
}

fieldset{
   display: inline;
   border: 0;
}

/* form builder */

form.monkForm fieldset{
   display: block;
}

form.monkForm legend{
   font-weight: bold;
   margin-bottom: .5em;
}

form.monkForm label{
   display: block;
}

form.monkForm div.radio label,
form.monkForm div.checkbox label{
   display: inline;
   margin-left: 5px;
}

form.monkForm p.errorSummary{
   font-weight: bold;
   font-style: italic;
}

form.monkForm p.error,
#content form.monkForm p.error{
   margin-bottom: 0;
   color: #F00;
   font-size: .8em;
}

/* live edit */

#mcmsLiveEdit{
   position: fixed;
   top: 0;
   left: 10px;
   padding: 5px 10px;
   background: url(http://trunk.ekklesia360.com/Clients/bg_mcmsLiveEdit.png);  /* change this after release! */
   color: #FFF;
}

#mcmsLiveEdit h2{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}

#mcmsLiveEdit p{
   font-size: 12px;
   text-align: center;
   text-transform: uppercase;
}

#mcmsLiveEdit a{
   display: block;
   margin-top: 5px;
   font-size: 10px;
   color: #FFF;
   text-decoration: underline;
   text-transform: lowercase;
}

.mcmsLiveControl{
   position: absolute;
   padding: 5px;
   background: url(http://trunk.ekklesia360.com/Clients/bg_mcmsLiveEdit.png);  /* change this after release! */
}

.mcmsLiveControl a{
   color: #FFF !important;
   text-decoration: none !important;
   border: 0 !important;
}

.mcmsLiveControl a:hover{
   background: none !important;
   color: #FFF !important;
   text-decoration: none !important;
}



	
#nav_home {
	padding-right:9px;
	padding-left:1px;
	background:url(../images/hash.gif) no-repeat right top;
}

#nav_about-spectracell{
	padding-right:9px;
	padding-left:5px;
	background:url(../images/hash.gif) no-repeat right top;
}

#nav_faq {
	padding-right:9px;
	padding-left:5px;
	background:url(../images/hash.gif) no-repeat right top;
}


#nav_lab-services {
	padding-right:9px;
	padding-left:5px;
	background:url(../images/hash.gif) no-repeat right top;
}

#nav_product-specifications {
	padding-right:9px;
	padding-left:5px;
	background:url(../images/hash.gif) no-repeat right top;
}

#nav_news-and-testimonials {
	padding-right:9px;
	padding-left:5px;
	background:url(../images/hash.gif) no-repeat right top;
}

#nav_getting-started {
	display:none;
}

#nav_research {
	padding-right:9px;
	padding-left:5px;
	background:url(../images/hash.gif) no-repeat right top;
}

#nav_career-center {
	padding-left:5px;
}	

#nav_notes {
	display:none;
	}
	
#nav_contact {
	display:none;
	}
	
#nav_find-a-draw-site {
	display:none;
	}
	
#nav_find-a-clinician {
	display:none;
	}
	

.footerNav  #nav_home {
	padding-right:8px;
	padding-left:1px;
	background:url(../images/hash-white.gif) no-repeat right top;
}

.footerNav #nav_about-spectracell{
	padding-right:8px;
	padding-left:5px;
	background:url(../images/hash-white.gif) no-repeat right top;
}

.footerNav #nav_faq {
	padding-right:8px;
	padding-left:5px;
	background:url(../images/hash-white.gif) no-repeat right top;
}

.footerNav #nav_lab-services {
	padding-right:8px;
	padding-left:5px;
	background:url(../images/hash-white.gif) no-repeat right top;
}

.footerNav #nav_product-specifications {
	padding-right:8px;
	padding-left:5px;
	background:url(../images/hash-white.gif) no-repeat right top;
}

.footerNav #nav_news-and-testimonials {
	padding-right:8px;
	padding-left:5px;
	background:url(../images/hash-white.gif) no-repeat right top;
}

.footerNav #nav_research {
	padding-right:8px;
	padding-left:5px;
	background:url(../images/hash-white.gif) no-repeat right top;
}

.footerNav #nav_career-center {
	padding-left:5px;
}

hr {
	margin:0 20px 15px 20px;
	}
#mainContent p img.homeBanner {
	margin-left:-5px;
}
	
		
/*forms*/

legend {
	font-family:Arial, Helvetica, sans-serif;
	color: #143057;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.9em;
	padding: 0 20px 10px 20px;
	}
	
#ask-spectracell input {
	margin:-15px 0 10px 150px;
	}
	
#ask-spectracell #formsubmit {
	margin:10px 0 10px 130px;
	}
	
#ask-spectracell select {
	margin:-15px 0 10px 150px;
	}
	
#ask-spectracell textarea {
	margin:-15px 0 10px 150px;
	}
	
#subscribe-clinical-updates input {
	margin:-15px 0 10px 150px;
	}
	
#subscribe-clinical-updates #formsubmit {
	margin:10px 0 10px 130px;
	}
	
#subscribe-clinical-updates select {
	margin:-15px 0 10px 150px;
	}
	
#subscribe-clinical-updates textarea {
	margin:-15px 0 10px 150px;
	}

#subscribe-clinical-updates #formsubmit input{
	margin:0px 0 10px -130px;
	}


#w1216 input {
	margin:0px 0 0px 0px;
	}
	
.data #r_1216_813 {
	margin: 20px 0 0 0;
	}
	
	

img {
	border:none;
	}
	
.left .subtext {
	font-weight:normal;
	color:#666666;
	}
	
table caption {
	background-color:#143057;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	height:30px;
	width:525px;
	margin:0 20px 0 0px;
	padding-top:5px;
	}

.chart {
	width:525px;
	margin: 0 0 0 20px;
	font:Arial, Helvetica, sans-serif;
	}
.chart2 {
	width:400px;
	margin: 0 0 0 20px;
	font:Arial, Helvetica, sans-serif;
	clear:right;
	}

.chart2 caption {
	width:400px;
	}
	
.chart2 td{	
	font-family:Arial, Helvetica, sans-serif;
	color:#143057;
	padding:5px;
	font-size:1.2em;
	border-right:1px solid;
	border-left:0;
	border-top:1px solid;
	}

.chart td{	
	font-family:Arial, Helvetica, sans-serif;
	color:#143057;
	padding:5px;
	font-size:1.2em;
	border-right:1px solid;
	border-left:0;
	border-top:1px solid;
	}

.chart table {
	border:1px solid;
	border-right:0;
	}


.info {
	padding:0 0 0 20px;
	text-align:left;
	}

.map {
	padding:0 0 0 20px;
	}

table.chart {
	border-left: 1px solid #143057;
	border-bottom: 1px solid #143057;
	empty-cells:show;
	}
	
.tm {
	margin-top:-4px;
	font-size:6px;
	position:inherit;
	
	}
	
.callout {
	width:525px;
	background-color: #0099CC;
	height:20px;
	margin: 0 0 10px 20px;
	}

.callout p {
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	text-align:left;
	margin: 0px 0 0 0;
	padding: 2px 0 0 5px;
	text-transform:uppercase;
	}
	
.element {
	display: inline;
	}
