/* INNOVA.css */

body {
	font-family:  Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;

}

p {
	font-size:14px;
	margin-bottom:20px;
}



ul {
	margin-bottom:15px;
	margin-left:-2px;
	
}

li {
	font-size:14px;
	margin-left:25px;
	/*list-style-image: url(../jpg/bullet/galvanize.jpg);*/
}


div.main li {
	margin-bottom:8px;
}

h1 {
	font-size:18px;
	margin-bottom:14px;
}

h2 {
	font-size:16px;
	margin-bottom:14px;
}

h3 {
	font-size:14px;
	margin-bottom:14px;
}
	
h4 {
	color: #00ADEE;
}

h6 a {
	color: #00ADEE;
	font-size:14px;	
	font-weigth:bold;
}

a {
	color: #00ADEE;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
a:hover {
	color:#FFF;
}

.ourPeopleA {
	margin:10px;
	border:1px solid #AAA;
	padding:10px;
}
*html .ourPeopleA {
	width:708px;
}
.ourPeopleA:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.ourPeopleA {display: inline-block;}
* html .ourPeopleA {height: 1%;}
.ourPeopleA {display: block;}
.ourPeopleA div.img {
	float:left;
	width:160px;
	border:1px solid transparent;
}
*html .ourPeopleA div.img {
	border:0;
}
.ourPeopleA div.img img {
	border: 1px solid #AAA;
}


.ourPeopleA div.txt {
	border:1px solid transparent;
}
*html .ourPeopleA div.txt {
	border:0;
}


.ourPeopleB {
	float:left;
	width:150px;
	margin:10px 10px 10px 20px;
}

.ourPeopleB div.img img {
	border: 1px solid #AAA;
}

h2.ourPeople {
	float:left;
	width:800px; 
	height:30px;
	margin-top:20px;
}
* html h2.ourPeople {
	width:700px; 
}



.standard {
	background-color:transparent;
}
table.standard {
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	margin-bottom:20px;
}
table.standard tr.tr1 {
	background-color: #444;
}
table.standard td {
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	padding:5px;
	font-size:13px;
}
table.standard td.td1 {
	background-color: #444;
}



div.blindHeader {
	width:738px;
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	border-left:1px solid #AAA;
	padding:5px;
	cursor:pointer;
	font-size:14px;
	background-image:url(../jpg/home-topstory-background.jpg);	
	background-color:#444;
}

div.blindReveal {
	border-top:1px solid #AAA;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	width:748px;
}

div.blindReveal p {
	font-size:12px;
}

.border {border:1px solid #AAA;}

.glossary {
	margin-top:10px;
}

ul.pdf {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}

ul.pdf li {
	background-image:url(/png/li-pdf.png);
	background-repeat:no-repeat;
	background-position:left top;
	border:0px solid #000;
	padding-left:24px;
	margin-bottom:14px;
}

a img {
	border:0px;
}
