@charset "utf-8";
/* CSS Document */

body {
	background-color:#cac1a0;
	margin:0;
	background-image:url(../images/bodybg.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000;
	line-height:16px;
}

.wrapper {
	width:1000px;
	margin:0 auto;
}
.qtip-title{
	font-size:12px !important;
}

.clear {
	clear:both;
}

/* LINKS */

a:link, a:visited {
	color:#434C6D;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* HEADER */

.topheader {
	background-image:url(../images/top-bg.jpg);
	background-repeat:no-repeat;
	height:73px;
}

.topnav {
	float:right;
	font-size:8px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	margin:40px 50px 10px 0px;
}

.topnav a, .topnav a:visited {
	color:#ffffff;
	text-decoration:none;
}

.topnav a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.headerpic {
	float:left;
	width:1000px;
	position:relative;
	z-index:1;
	margin-top:-32px;
}

#headerpic {
	float:left;
	width:1000px;
	position:relative;
	z-index:1;
	margin-top:-32px;
}

*html .headerpic {
	margin-top:-35px;
	position:relative;
	z-index:1;
}

.logo {
	float:left;
	width:319px;
	position:relative;
	z-index:3;
	margin-top:-368px;
	left:-454px;
}

.logobg {
	float:left;
	width:474px;
	height:471px;
	position:relative;
	margin-top:-411px;
	z-index:2;
}

*:first-child+html .logobg {
	margin-top:-413px;
}

*html .logobg {
	margin-top:-413px;
}

.factsheet {
	float:right;
	width:260px;
	position:relative;
	z-index:40;
	margin:-200px 20px 10px -80px;
}

.factsheet2 {
	float:right;
	width:260px;
	position:relative;
	z-index:40;
	margin:-75px 5px 10px -80px;
}

.maincontent {
	width:966px;
	margin-left:18px;
	background-image:url(../images/content-bg.jpg);
	background-repeat:repeat-y;
	margin-top:-56px;
	float:left;
	position:relative;
	z-index:5;
	min-height:70px;
}

*html .maincontent {
	margin-left:10px;
	padding-bottom:20px;
}

.content-top {
	margin-top:-86px;
	position:relative;
	z-index:6;
}

.highlights {
	background-image:url(../images/highlights-bg.png);
	min-height:459px;
	float:left;
	background-repeat:no-repeat;
	width:319px;
	position:relative;
	z-index:8;
	margin:-130px 0px 0px 15px;
}

*html .highlights {
	background-image:url(../images/highlights-bg.gif);
	background-repeat:no-repeat;
}

.highlights-content {
	margin:40px 12px 10px 12px;
	width:288px;
	position:relative;
	z-index:9;
}

.videoborder {
	border:2px solid #ffffff;
}

.right-content {
	width:587px;
	float:right;
	position:relative;
	z-index:9;
	margin:-30px 30px 10px 10px;
	text-align:justify;
}

.right-content-sub {
	width:936px;
	float:left;
	position:relative;
	z-index:9;
	margin:-30px 30px 10px 15px;
	text-align:justify;
}

*html .right-content {
	margin:-30px 10px 10px 10px;
}


*html .right-content-sub {
	width:930px;
	margin:-30px 20px 10px 10px;
}

.picborder-left {
	border:1px solid #000;
	margin:0px 5px 0px 0px;
}

.picborder-right {
	border:1px solid #000;
	margin:0px 0px 0px 5px;
}

.events-news {
	background-image:url(../images/events-news-bg.jpg);
	width:587px;
	height:270px;
	background-repeat:no-repeat;
}
	
.events {
	width:291px;
	float:left;
	padding:25px 5px 10px 5px;
	color:#434C6D;
}

.news {
	width:240px;
	float:left;
	padding:25px 5px 10px 25px;
	color:#434C6D;
}

.events ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.events li {
	background-image:url(../images/calendar.gif);
	background-repeat:no-repeat;
	padding:0px 0px 5px 30px;
	background-position:0px 3px;
	margin:3px 0px;	
}

.news ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.news li {
	background-image:url(../images/byte.png);
	background-repeat:no-repeat;
	padding:2px 0px 12px 25px;
	margin:3px 0px;
}

.dotted-line {
	width:100%;
	border-top:1px #434C6D dotted;
	margin:10px 0px;
}

/* FOOTER */

.footer {
	width:966px;
	margin:0 auto;
	color:#fff;
	background-image:url(../images/footerbg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	line-height:12px;
}

*html .footer {
	margin-left:19px;
}

*html .footer-fix {
	margin-left:5px;
}

.footer a, .footer a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.footer a:hover {
	color:#fff;
	text-decoration:underline;
}

.footernav {
	text-align:center;
}

.emailalerts {
	width:410px;
	float:left;
	margin:10px 0px 5px 20px;
}

.emailalerts-content {
	padding:10px 10px 0px 10px;
	width:389px;
	background-color:#595F83;
}

.emailalerts-content form {
	margin:10px 0px 0px 0px;
}

.emailalerts input {
	font-size:10px;
	font-weight:bold;
	margin-right:5px;
}

.emailheader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.meetingform {
	width:450px;
	float:left;
	margin:10px 0px 5px 20px;
}

.footer-right {
	float:left;
	font-size:9px;
	width:460px;
	margin:10px 0px 5px 10px;
}

.submitbutton {
	background-image:url(../images/button-submit.jpg);
	width:76px;
	height:21px;
	border:0;
	margin:0px;
	padding:0px;
	cursor:pointer;
	background-repeat:no-repeat;
}

.tooltip{
background-color:#FFFFFF;
border:2px solid #CCCCCC;
padding:5px;
white-space:nowrap;
}