/* CSS styles for the general site typography / fonts */
body {
	font-size:1em;
	font-family:arial;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0 0 15px 0;
}

h1 {
	font-size:1.5em;
	font-weight:normal;
}

h2 {
	font-size:1.25em;
}

h3 {
	font-size:1em;
}

h4 {
	font-size:1em;
	margin-bottom:5px;
}

h5 {
	font-size:1.25em;
	margin-bottom:5px;
}

h6 {
	font-size:1.5em;
	margin-bottom:5px;
}

p {
	font-size:0.8em;
	line-height:1.6em;
}

a, input {
	outline:none;
}

ul li, ol li {
	font-size:0.8em;
}

ul li {
	list-style:square;
}

table {
	font-size:0.8em;
}

table td, table th {
	vertical-align:top;
	padding:0;
	margin:0;
}

.masthead .topMenu ul li {
	font-size:12px;
}

.masthead .topMenu ul li, .masthead .topMenu ul li a, .masthead .topMenu ul li, .masthead .latestNews ul li a {
	color:white;
	text-decoration:none;
}

.masthead .latestNews ul li {
	font-size:0.75em;
}

#wrapper .menu ul li, #wrapper .menu ul li a {
	color:white;
	line-height:290%;
}

#wrapper .menu ul li ul li {
	font-size:0.9em;
}

#wrapper .menu ul li ul li.selected a {
	font-weight:bold;
	color:#007EB4;
}

#wrapper .content, #wrapper .content a, #wrapper .mainPic a, #wrapper .mainPic {
	color:white;
}

#wrapper .mainPic .breadcrumbs {
	font-size:12px;
}

#wrapper .menu ul li a {
	text-decoration:none;
}

#wrapper .mainPic .testimonial {
	font-size:12px;	
}

#wrapper .mainPic .testimonial em {
	color:white;
/*	font-weight:bold;*/
}

#wrapper .mainPic .testimonial p {
	font-size:1.1em;
}

#wrapper .masthead .contacts {
	color:#11417c;
}

#wrapper .masthead .contacts h1, #wrapper .masthead .contacts h2 {
	font-weight:normal;
	font-size:24px;
	text-align:left;
}

#wrapper .masthead .contacts h2 {
	font-size:21px;
}

#wrapper .mainPic .tabs ul li {
	line-height:16px;
	font-size:0.7em;
}

#wrapper .mainPic .tabs ul li a {
	text-decoration:none;
}

#wrapper .logos {
	font-size:0.7em;
}

.pagination {
	font-size:0.7em;
}

/************************ Case Studies */
.caseStudiesResultContainer .caseStudyResult span {
	font-size:0.7em;
	text-align:center;
}
/************************ Whos Who */
.whosWhoRow .person {
	text-align:center;
}

.whosWhoRow .person span.caption {
	font-size:0.8em;
}

.newsResult p {
	font-size:0.7em;
}

/************************ Video */
.videoResult p.title a {
	text-decoration:none;
}

.videoResult p.title {
	font-weight:bold;
	font-size:15px;
}

.videoResult p.description {
	font-size:11px;
}

#videoDetails .title {
	color:#ededed;
	font-size:19px;
	margin-bottom:5px;
}

#videoDetails p.description {
	color:#3f3f3f;
	font-weight:bold;
	margin-bottom:5px;
}

#videoDetails p.created {
	color:#3f3f3f;
	margin-bottom:0;
	font-size:11px;
}
