body {
	font-size: 76%;
	font-family: arial, helvetica, sans-serif;
	color: #4d4d4d;
	margin: 0;
	padding: 0;
	/*width: 760px;
	margin: 0 auto;*/
}
img {
	border: none;
}
#banner {
	background-color: #81a0c8;
	background-position: bottom;
}
#bannerInnerPadding { /* just create a gap at either side of the header */
	width: 899px;
	margin: 0 auto;
}
#bannerInner {
	background-image: url( ../images/bg_headerfade.gif );
	background-repeat: repeat-x;
	width: 879px;
	margin: 0 10px;
	position: relative;
}
#bannerInner img {
	display: block;
	/*position: absolute;
	top: 0;
	left: 0;*/
	float: left;
}
img.award {
	margin-top: 10px;
}
#bannerInner #headerText {
	float: left;
	width: 560px;
	/*background-color: #f00;*/
}
#navcontainerPadding {
	width: 899px;
	margin: 0 auto 20px auto;
	position: relative;
}
#navcontainer
{
margin:  0;
padding: 5px 0 0 0;
width: 879px;
margin: 0 10px;
background-color: #00508c;
}
#pageBodyPadding {
	width: 899px;
	margin: 0 auto;
}
#pageBody {
	width: 879px;
	margin: 0 10px;
}
#mainContentFull {
	width: 879px;
	/*background-color: #0f0;*/
}
#mainContentSide {
	width: 582px;
	float: left;
	/*background-color: #f00;*/
}
#sideBarRight {
	width: 297px;
	float: left;
	/*background-color: #00f;*/
}
#sideBarRight .cPadding {
	margin: 0 0 0 15px;
}
/* ============ placeholder styles ====================== */
#photoStrip {
	margin-bottom: 1em;
}
#photoStrip h3 {
	background-color: #96b259;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	margin: 0;
	text-align: center;
}
#photoStrip img {
	display: block;
}

.ThreeColLeft, .ThreeColMiddle, .ThreeColRight {
	float: left;
	width: 33.2%;
}
.ThreeColLeft p {
	font-size: 1.2em;
	/*background-color: #f00;*/
	padding-right: 10px;
}
.ThreeColMiddle p {
	font-size: 1em;
	/*background-color: #0f0;*/
	padding-right: 10px;
	padding-left: 10px;
}
.ThreeColRight p {
	font-size: 1.2em;
	text-transform: uppercase;
	/*background-color: #00f;*/
	padding-left: 10px;
}

/* ============ news page styles ======================== */
#newsContent h3 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	background: #eff3fe;
	color: #00508c;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #8fabce;
	margin: 1.5em 0;
	padding: 0.3em;
}
div.hr {
	background: url( ../images/dotted_line_grey_medium.gif ) repeat-x center;
	margin: 2em 0;
}
div.hr div {
  font-size: 1px;
  line-height: 1px;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #ff8c00;
	margin: 0 0 1em 0;
}
/* ============ generic elements ================== */
a:link {
	color: #0063d7;
}
a:visited {
	color: #c71585;
}
a:hover {
	color: #2d8dff;
}
a:active {
	color: #2d8dff;
}
h1 {
	font-size: 1.9em;
	color: #00508c;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	color: #00508c;
	font-weight: normal;	
}
h3 {
	font-size: 1.3em;
	color: #00508c;
	font-weight: normal;	
}
	
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}
ul.alternate{
	background-color: #ced8e4;
}	
ul.demonstrator{
	margin-left: 0;
	padding-left: 1em;
	list-style: square;
}
	

/* ============ boxes ============================= */
div.borderedBox {
	border-width: 0px 5px;
	border-style: solid;
	border-color: #000;
	margin: 0;
}
div.borderedBoxPadd {
	padding: 10px;
}
div.borderedBox div.boxCopy {
	width: 100%;
}
h2.borderedBox {
	background-color: #fcb800;
	padding: 0.3em 0.3em 0.3em 10px;
	color: #fff;
	font-size: 1.5em;
	margin: 0;
	position: relative;
	font-weight: normal;
}
h2.borderedBox a {
	position: relative;
	top: -4px;
}
h2.borderedBox a:link, h2.borderedBox a:visited {
	text-decoration: none;
	color: #fff;
}
h2.borderedBox a:hover, h2.borderedBox a:active {
	text-decoration: underline;
	color: #ffd700;
}
div.newsBox h2.borderedBox a:hover, div.newsBox h2.borderedBox a:active {
	text-decoration: underline;
	color: #ff4500;
}
div.newsBox div.borderedBox {
	border-color: #fcb800;
	background-color: #fffddd;
}
div.speakersCornerBox div.borderedBox {
	border-color: #00508c;
	background-color: #eff3fe;
}
div.speakersCornerBox h2.borderedBox {
	background-color: #00508c;
}
div.speakersCornerBox, div.newsBox {
	margin-bottom: 10px;
	position: relative;
}
div.openBoxOuter {
	margin-bottom: 10px;
}

div.openBox {
	position: relative;
	background-color: #dde5f6;
}
div.openBox h2 {
	position: relative;
	top: -4px;
	background-color: #00508c;
	font-size: 1.5em;
	color: white;
	padding: 0.3em 0.3em 0.3em 10px;
	margin: 0;
	font-weight: normal;
}
div.openBox h2 a {
	position: relative;
	top: -4px;
}
div.openBox h2 a:link, div.openBox h2 a:visited {
	text-decoration: none;
	color: #fff;
}
div.openBox h2 a:hover, div.openBox h2 a:active {
	text-decoration: none;
	color: #ffd700;
}
div.openBox .boxBody {
	width: 100%;
}
div.openBox .boxBody .cPadd {
	padding: 10px;
}
div.openBox img {
	display: block;
	float: left;
	margin-right: 10px;
}
div.openBox div.boxCopy {
	float: left;
	width: 146px;
}

div.boxFull {
	width: 100%;
	margin-bottom: 10px;
}
div.boxFull div.boxBody {
	border-width: 0 1px;
	border-style: solid;
	border-color: #ffd973;
	background-color: #fffddd;
	padding: 0 10px;
}
div.boxFull p {
	margin: 0;
}


/* ------------ news box content styling ---------- */

div.newsBox h3 {
	margin: 0;
	padding: 0.2em 0.5em 0.3em 0.5em;
	font-size: 0.9em;
	font-weight: normal;
	border-width: 1px 0;
	border-color: #eee8aa;
	border-style: solid;
	text-transform: uppercase;
	color: #1F4B77;
}
div.newsBox h3.boxSelected {
	margin: 0;
	padding: 0.2em 0.5em 0.3em 0.5em;
	font-size: 1em;
	color: #1F4B77;
	border-width: 1px 0;
	border-color: #eee8aa;
	border-style: solid;
	font-weight: bold;
}
div.newsBox ul {
	
}
div.newsBox ul {
	/*font-size: 1em;*/
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
}
div.newsBox ul li {
	background: url(../images/bullet-arrow-orange.gif) no-repeat 0 0.2em;	
	padding: 1px 0 1px 9px;
	font-family: 'ms sans serif', tahoma, verdana, geneva, arial, sans-serif;
	margin: 0.2em 0;
}
div.newsBox ul li p {
	margin: 0;
}
div.newsBox ul p.date {
	font-size: 1.1em;
	color: #e88c00;
}
div.newsBox ul li h4, div.newsBox ul li h5 {
	font-family: 'ms sans serif', tahoma, verdana, geneva, arial, sans-serif;
	font-size:0.8em;
	margin: 0;
	font-weight: normal;
}
div.newsBox ul li h4 {
	font-family: 'ms sans serif', tahoma, verdana, geneva, arial, sans-serif;
	font-size:0.8em;
	margin: 0;
	font-weight: normal;
}
div.newsBox h3 a:link, div.newsBox h3 a:visited {
	color: #e3a600;
	text-decoration: none;
}
div.newsBox h3 a:hover, div.newsBox h3 a:active {
	color: #00508c;
	text-decoration: underline;
}
div.newsBox h3.boxSelected a {
	color: Orange;
	font-style: italic;
}

/* ============ headings ========================== */
/*h1 {
	font-size: 2.1em;
	color: #1c4b7d;
	margin: 0;
	padding: 0.9em 0 0;
}
h1 .smaller {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	font-size: 2.6em;
	color: #fff;
	font-family: 'arial narrow';
	font-weight: normal;
	margin: 0;
}
h2 .smaller {
	font-size: 0.8em;
}*/


/* ============ Header Text  ====================== */
#headerTxt1 {
	font-size: 2.1em;
	color: #1c4b7d;
	margin: 0;
	padding: 0.5em 0 0;
	font-weight: bold;
	line-height: 1em;
}
#headerTxt1 .smaller {
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: normal;
}
#headerTxt2 {
	font-size: 2em;
	color: #fff;
	font-family: 'arial narrow';
	/*padding-left: 243px;*/
	font-weight: normal;
	margin: 0;
	line-height:0.9em;
}
#headerTxt2 .smaller {
	font-size: 0.8em;

}


/* ============ Nav Bar content  ================== */

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
position: relative;
top: 3px;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 5px 0;
margin: 0;
}

#navcontainer ul li a
{
/*background: #fff;*/
/*width: 78px;*/
/*height: 18px;*/
/*border-top: 1px solid #f5d7b4;
border-left: 1px solid #f5d7b4;
border-bottom: 1px solid #f5d7b4;
border-right: none;*/
padding: 0;
/*margin: 0 0 10px 0;*/
color: white;
text-decoration: none;
display: block;
text-align: center;
font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
font-size: 1.2em;
}

#navcontainer ul li a:hover, #navcontainer a:active
{
text-decoration: underline;
}

/* #navcontainer a:active
{
background: #c60;
color: #fff;
}*/

#navcontainer li#active a
{
/*background: #c60;
border: 1px solid #c60;
color: #fff;*/
color: #ffd700;
}
ul#navlist li.info, ul#navlist li.contact {
	background-image: url(../images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: 0 0em;
}
ul#navlist li.contact {
	background-image: url(../images/icon_contact.gif);
}

img#navBarBottom {
	margin: 0 10px;
}
/* ============ Home Page ========================= */

.mContSide-2Col-L, .mContSide-2Col-R {
	float: left;
	width: 291px;
}
.mContSide-2Col-L .cPadding {
	margin-right: 5px;
}
.mContSide-2Col-R .cPadding {
	margin-left: 5px;
}
img.mainPic {
	margin-bottom: 0px;
}
/* ============ Misc ============================== */

table.tabularDataDefault {
border-collapse : collapse;
margin-top : 5px;
}
table.tabularDataDefault tr td, table.tabularDataDefault tr th {
border : 1px solid #94aed0;
font-weight : normal;
padding : 0.5em;
}
table.tabularDataDefault tr.divider td {
background : #eeeeee none repeat scroll 0 0;
font-size : 5px;
line-height : 5px;
}
img.shell {
	display: block;
}
p.contentNav {
	background-image: url( ../images/bullet-arrow-blue-circle.gif );
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding: 0.3em 0 0.3em 19px;
}
.clearAll {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
p.quote {
	margin: 2em 0 2em 50px;
	font-family: georgia, 'times new roman', serif;
	font-style: italic;
	font-size: 1.1em;
}

div.picFloatLeft {
	float: left;
	/*padding-bottom: 10px;*/
}
div.picFloatLeft img, div.picFloatLeft .caption {
	margin: 0 10px 0 0;
}
div.picFloatRight {
	float: right;
	/*padding-bottom: 10px;*/
}
div.picFloatRight img, div.picFloatRight .caption {
	margin: 0 0 0 10px;
}
div.picNoFloat img, div.picNoFloat caption {
	margin: 0;
}
div.picFloatLeft .caption,  div.picFloatRight .caption, div.picNoFloat .caption {
	font-size: 0.9em;
	background: #eff3fe;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #eff3fe;
	padding: 0.2em;
	margin-bottom: 10px;
}
div.picFloatRight img, div.picFloatLeft img, div.picNoFloat img {
	display: block;
}

ul.pdf, ul.doc {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
ul.pdf li, ul.doc li {
	background-repeat:  no-repeat;
	background-position: 0 0em;
	padding: 1px 0 3px 20px;
}
ul.doc li.pdf {
	background-image: url( ../images/pdf.gif );
}
.twitter{
	margin-bottom: 10px;
}

/* ============ Footer ============================ */

#footer {
	width: 100%;
	color: #9d9d9d;
}
#footerBarUnder {
	font-size: 0.9em;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #00508c;
	background-image: url(../images/bg-footer-fade.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0 1px;
}
/*#footer p {
	margin: 0;
}*/


/*#footerBar {
	background: #ededed;
	text-transform: uppercase;
	padding: 8px;
	margin-top: 1em;
}
#footerBar p {
	margin: 0;
}*/



/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #ccc;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #ccc;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 2em 0 0 0;
}

