@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;	
}

img {
	border: none;
}

a {
	color: #000;
}

a:visited {
	color: #000;
}

#container {
	width: 990px;
	margin: 0 auto;
	position: relative;
}

#headMain {
	width: 990px;
	height: 585px;
	margin: 0 auto;
	position: relative;
}

#head {
	width: 990px;
	height: 290px;
	margin: 0 auto;
	position: relative;
}

#content {
	width: 960px;
	position: relative;	
	left: 15px;
	right: 15px;
	top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#foot {
	width: 990px;
	margin: 0 auto;
	position: relative;
	top: 15px;
}

#footLineTop {
	position: absolute;
	top: 0px;
	left: 15px;
	right: 15px;
	background-color: #737373;
	height: 1px;	
}

#footLineBottom {
	position: absolute;
	top: 30px;
	left: 15px;
	right: 15px;
	background-color: #737373;
	height: 1px;
}

#footContentLeft {
	position: absolute;
	top: 11px;
	left: 22px;
	font-size: 10px;	
	color: #3b3a3a;
}

#footContent {
	position: absolute;
	top: 11px;
	right: 22px;
	font-size: 10px;	
	color: #3b3a3a;
}

#footContent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#footContent ul li {
	float: left;
	margin-left: 15px;
}

#footContent ul li a {
	text-decoration: none;
	color: #373636;
}

#footBottomTextLeft {
	position: absolute;
	top: 37px;
	left: 15px;
	font-size: 9px;
	color: #3b3a3a;	
	padding-bottom: 10px;
}

#footBottomTextLeft a {
	color: #000;
	text-decoration: none;
}

#footBottomText {
	position: absolute;
	top: 37px;
	right: 15px;
	font-size: 9px;
	color: #3b3a3a;	
	padding-bottom: 10px;
}

#banner
{
	position:relative;
	margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	overflow:hidden;
	text-align:center;
}

#freeDownloadGraphic
{
	position:absolute;
	top:26px;
    left:40px;
	z-index:10;
}

#logo 
{
	position:absolute;
	top:27px;
	right:70px;
	overflow:auto;
}

#navbar 
{
	position:absolute;
	top:126px;
	text-align:center;
}

#type 
{
	position:absolute;
	top:427px;
	left:63px;
}

#greyLine {
	position: absolute;
	top: 250px;
	left: 15px;	
}

#greyLineMain {
	position: absolute;
	top: 534px;
	left: 15px;	
}

#radio {
	position: absolute;
	top: 257px;
	right: 15px;	
}

#radioMain {
	position: absolute;
	top: 541px;
	right: 15px;	
}

#social {
	position: absolute;
	top: 262px;
	left: 15px;
}

#socialMain {
	position: absolute;
	top: 546px;
	left: 15px;
}

#social ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#social ul li
{
	float: left;
	padding-right: 10px;
}

#socialMain ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#socialMain ul li
{
	float: left;
	padding-right: 10px;
}

#adverts {
	width: 990px;
	height: 185px;
	left: 15px;
	margin: 0 auto;
	position: relative;
}

#adverts ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#adverts ul li
{
	float: left;
	padding-right: 5px;
}

#nav {
	position: absolute;
	top: 153px;
	left: 133px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

#nav ul li {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 13px;
	padding-right: 13px;
	background-color: #636363;
	margin-right: 15px;	
}

#nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
}

#nav li {
	position: relative;
}

#nav ul ul {
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 500;
	width: 140px;
	margin: 0px;
	padding: 0px;
}

#nav ul ul li {
	border: solid 3px #e7e009;
	background-color: #e7e009;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#nav ul ul li a {
	color: #000;
	font-size: 12px;
	display:block;
	width:126px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#nav ul ul li a:hover {
	color: #FFF;	
}

#nav ul ul li:hover {
	border: solid 3px #e7e009;
	background-color: #636363;
	color: #FFFFFF;
}

div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul
{display: none;}
 
div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display: block;}

#headSlides {
    width: 990px;
    height: 250px;
	left: 15px;
	top: 0px;
}

.p {
	padding-top: 7px;
	padding-bottom: 7px;
}

h2 {
	font-size: 16px;
	font-weight: bold;	
}

h3 {
	font-size: 14px;
	font-weight:bold;
	background: #E7E009;
	padding: 3px;	
}

.pointer {
	cursor: pointer;
}

.pointerLink {
	cursor: pointer;
	color: #636363;
}

#videoOverlay {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background: url(../img/png/dropDownBg.png);
	z-index: 600;
	display: none; 
}

#videoBox {
	display: none;
	width: 0px;
	height: 0px;
	background-color: #FFF;	
}

.Message_Green {
	background-color: #88FFAE;
	border: solid 1px #063;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	color: darkgreen;
	text-align: center;	
}
/* CSS for conference pages */

.question {
	font-size:14px;
	font-weight:bold;
	padding-bottom: 5px;
}

.answer {
	font-size:14px;
	font-weight:bold;
	padding-bottom: 5px;
}


/* -------------------------------------------------------------------------------------- FLOW SLIDER */
#flow_slider{
}
#flow_slider .content{
	background:url(../img/png/slider_squarePic_Bg.png) no-repeat left top;
	margin:0 auto;
	width:960px; height:170px;
}

#slider{
	padding:0 0 0 70px;
	position:relative;
	width:890px; height:150px;
}
#slider #slider_img{ width:818px; display:block; float:left; overflow:hidden; height:150px; }
#slider #slider_img div{ width:818px; height:150px; }
#slider #slider_img a{
	background:url(../img/png/slider_framePic.png) no-repeat left top;
	float:left;
	display:block;
	margin:22px 0 0 24px; padding:1px 4px 8px 4px;
	width:100px; height:100px;
}
#slider #myController{
	visibility:hidden;
	display:block; float:left;
	width:200px; height:25px;
	position:absolute;
	top:0;
	left:-9000px;
}
#myController span{
	display:inline;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0 9px 0 9px;
	color:#001a25;	
	cursor:pointer;
}

#myController span.jFlowSelected {
	color:#ccc;
}

#slider .jFlowPrev, #slider .jFlowNext{
	cursor:pointer;
	float:left;
	position:absolute;
	width:40px;	height:40px;
}
#slider .jFlowPrev{
	top:55px;
	left:30px;
}
#slider .jFlowNext{
	top:55px;
	right:30px;
}

.Portal_Message_Green
{
	background-color: #88FFAE;
	border: solid 1px #063;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	color: darkgreen;
	text-align: center;
}
.Portal_Message_Red
{
	background-color: #ffebe8;
	border: solid 1px #dd3c10;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	color: darkred;
	text-align: center;
}
.Portal_Message_Red p
{
	line-height:20px;
}
.Portal_Message_Blue
{
	background-color: #DEEAFA;
	border: solid 1px #98B9E4;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	color: darkblue;
	text-align: center;
}
