/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

.footnote {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
pre,
address,
fieldset {
	margin-bottom: 1.5em;
}
table {
	margin-bottom: .8em;
}
	
ul {
	margin-bottom:.5em;
}

.subnav {
	margin-bottom: -5em;
}

.my_hr {
	margin-bottom: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #cae9e0;
	margin-top: 5px;
}

.low_hr {
	margin-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #cae9e0;
	margin-top: 0px;
}
sup {
	font-size:xx-small;
	vertical-align:60%;
	}

.wordhighlight {
	font-size: 15px;
	color: #00908b;
	font-weight: bold;
}


.lighthighlight {
	font-size: 15px;
	color: #7CD4C5;
	font-weight: bold;
}




.sentencehighlight {
	font-size: 1.2em;
	color: #00908b;
	font-weight: bold;
}

.linkhighlight {
	background-color: #cae9e0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.one {
	background-image: url(../img/1.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	background-position: left center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.two {
	background-image: url(../img/2.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	background-position: left center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.three {
	background-image: url(../img/3.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	background-position: left center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.hi_paragraph {
	line-height: 1.8em;
}

.lo_paragraph {
	line-height: 1.4em;
}


html>/**/body .list {
	color: #3e3e3e;
	margin-left:0px;
	padding-left: 15px;
	background-image: url(../img/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
}

html>/**/body .list_v1 {
	color: #3e3e3e;
	margin-left:0px;
	padding-left: 15px;
	background-image: url(../img/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	list-style-type: none;
}

body.nodes ul .list ul, body.sensor ul .list ul, body.media ul .list ul {
	padding-left: 30px;
	margin-bottom:0px;
}

body.nodes .nodelist .list {
	background-image: none;	
	padding-left: 0px;
}
body.media .nodelist .list {
	background-image: none;	
	padding-left: 0px;
}

.heading {
	padding-bottom: 20px;
}

.indented {
	padding-left: 80px;
}
.emailhilight {
	color: #00908b;
}
.bold {
	color: #00908b;

}


.formfield {
	display:block;
	width:180px;
}

.submit {
	text-align: left;
	padding-top: 15px;	
}.centered_text p {
	font-size: 120%;
}
.footnote {
	font-style: italic;
	color: #000;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CAE9E1;
	padding-left: 10px;
	margin-top: 10px;
}



body.team .teaminfo img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:3px;
	border: medium solid #CAE9E1;
}


img.floatLeft { 
    float: left; 
    margin-right:10px;
	margin-bottom:10px;
	margin-top:3px;
}
img.floatRight { 
    float: right; 
    margin-left:10px;
	margin-bottom:10px;
	margin-top:3px;
}


