/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #555555;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;		/* <----- This is the only place where the font is 'fixed' */ 
}

a{
	color: #208CFA;
	text-decoration: none;
}

a:link{
	color: #208CFA;
	text-decoration: underline;
	font-weight: bold;
}

a:visited{
	color: #208CFA;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #18299F;
	text-decoration: underline;
	font-weight: bold;
}

ul{
	list-style-type: square;
	padding-right: 20px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	margin-bottom: 5px;
}
#spacerundermenu {
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	border-right-style: none;
	border-left-style: none;
	height: 7px;
	border-top-style: none;
	border-bottom-style: none;
}
#spacerunderpic1 {
	background-color: #FFFFFF;
	height: 16px;
	width: 944px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #238EF8;
	text-align: center;
	margin: 2px 0px;
	padding: 2px;
	border: 1px solid #268DF5;
}
#spacerunderpic2 {
	background-color: #FFFFFF;
	height: 2px;
	width: 950px;
}
#masthead{
	width: 950px;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#masthead #toplogo {
}
#leftBar{
	float: left;
	width: 188px;
	margin: 0px;
	padding: 0px 10px 0px 9px;
}

#rightBar{
	float:right;
	width: 186px;
	margin: 0px;
	padding: 0px 11px 0px 9px;
	text-align: center;
}

#content{
	float: left;
	width: 512px;
	margin: 0px 8px 0px 11px;
	padding: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#toplogo{
}




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 100%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	text-align: center;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#content div {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1ex;
	margin-left: 0px;
}
/*---------------------------- 
leftboxes
----------------------------*/

#leftBar .leftdottedboxes {
	border: 1px dotted #666666;
	margin-bottom: 8px;
	width: 180px;
	padding: 4px;
}
#leftBar .leftdottedboxes p {
	margin: 0px;
}
#leftBar .leftdottedboxes img {
	width: 180px;
}
#leftBar .leftdottedboxes a, #leftBar .leftdottedboxes a:link,#leftBar .leftdottedboxes a:visited {
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
#leftBar .leftdottedboxes a:hover {
	color: #FF6600;
}



#rightBar img, #rightBar a img {
	width: 173px;
	border: 1px dotted #666666;
	margin-bottom: 8px;
	padding: 6px;
}
#container #rightBar #flashsponsors {
	border: 1px dotted #666666;
	margin-bottom: 8px;
}
#rightBar a img:hover {
	border: 1px dotted #44A0F5;

}

.text_blue {
	color: #208DF9;
}
.text_grey {
	color: #43494E;
}
.text_yellow {
	color: #e31d20;
}
#content a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightBar h4 {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 8px;
	padding: 4px 0px 3px;
	font-weight: normal;
	width: 100%;
	font-style: normal;
}
#rightBar h4.teal {
	color: #FFFFFF;
	background-position: right;
	background-color: #44A0F5;
}
#rightBar h4.platinum {
	color: #FFFFFF;
	background-color: #a9bbc9;
}
#rightBar h4.gold {
	color: #FFFFFF;
	background-color: #de9926;
}
#rightBar h4.silver {
	color: #FFFFFF;
	background-color: #c4c0c0;
}
#rightBar h4.bronze {
	color: #FFFFFF;
	background-color: #bc6c36;
}

#sponsorshipbox_platinum{
	border: 1px solid #A9BBC9;
}
#sponsorshipbox_platinum h1{
	background-color: #a9bbc9;
}

#sponsorshipbox_gold{
	border: 1px solid #DE9926;
}
#sponsorshipbox_gold h1{
	background-color: #de9926;
}

#sponsorshipbox_silver{
	border: 1px solid #C4C0C0;
}
#sponsorshipbox_silver h1{
	background-color: #c4c0c0;
}

#sponsorshipbox_bronze{
	border: 1px solid #BC6C36;
}
#sponsorshipbox_bronze h1{
	background-color: #bc6c36;
}

#sponsorshipbox_platinum h1,#sponsorshipbox_gold h1,#sponsorshipbox_silver h1,#sponsorshipbox_bronze h1{
	margin-top: 0px;
	text-transform: uppercase;
}

#content #sponsorshipbox_platinum p,#content #sponsorshipbox_gold p,#content #sponsorshipbox_silver p,#content #sponsorshipbox_bronze p {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
}





#content h1 {
	font-weight: normal;
	color: #18299F;
	padding: 5px 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	width: 492px;
	line-height: 24px;
}
#content h2 {
	font-weight: bold;
	color: #208CFA;
	margin-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 492px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 9px;
	font-style: italic;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
#content h3 {
	font-weight: bold;
	color: #000000;
	padding: 5px 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 492px;
}


#content .programmetable {
	width: 100%;
	border-collapse: separate; 
	border-spacing: 4px 10px;
	
}
#content .programmetable td{
	padding: 8px 6px;
	vertical-align: top;
}

#content .programmetable td h2{
	color: #000000;
	padding: 0px;
	font-size: 130%;
	background-color: #FFFFFF;
	font-weight: normal;
	width: 400px;
}
#content .programmetable td h3{
	color: #208DF9;
	font-size: 120%;
	font-weight: normal;
	width: 400px;
}
.textboxes li {
	font-size: 110%;
	margin-bottom: 1ex;
}
#content .programmetable td h4{
	color: #333333;
}

#content .programmetable td.textboxes{
	border: 1px solid #44A0F5;
	background-color: #FFFFFF;
}
#content .programmetable td.timeboxes{
	background-color: #44A0F5;
	border: 1px solid #44A0F5;
	color: #FFFFFF;
	text-align: center;
}
#content .programmetable td.plenaryboxes{
	color: #ffffff;
	background-color: #163DAF;
	border: 1px solid #163DAF;
	text-align: center;
}
#content .programmetable td.plenarytextboxes{
	border: 1px solid #163DAF;
	background-color: #163DAF;
}
#content .programmetable td.plenarytextboxes h2 {
	color: #FFFFFF;
	padding: 0px;
	font-size: 130%;
	font-weight: normal;
	background-color: #163DAF;
}

.programmetable .seminartimebox {
	background-color: #4D8DBB;
	border: 1px solid #4D8DBB;
	color: #FFFFFF;
	font-size: 110%;
}
.programmetable .textboxes img {
	clear: both;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}



#content .sponsorstable {
	width: 100%;
	border-collapse: separate; 
	border-spacing: 4px 10px;
	
}
#content .sponsorstable td{
	padding: 8px 6px;
	vertical-align: top;
}

#content .sponsorstable td h2{
	color: #208DF9;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 100%;
	line-height: 20px;
}
#content .sponsorstable td h3{
	color: #666666;
	font-style: italic;
	width: 100%;
}
#content .sponsorstable td h4{
	color: #666666;
	width: 100%;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
}

#content .sponsorstable td.textboxes{
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
#content .sponsorstable td.timeboxes{
	background-color: #333333;
	border: 1px solid #333333;
	color: #FFFFFF;
	text-align: center;
}
#content .sponsorstable td.plenaryboxes{
	color: #FFFFFF;
	background-color: #51BAB7;
	border: 1px solid #51BAB7;
	text-align: center;
}
#content .sponsorstable td.plenarytextboxes{
	border: 1px solid #51BAB7;
	background-color: #EFFBFA;
}
#content .sponsorstable td.plenarytextboxes h2 {
	color: #40598A;
	padding: 0px;
	font-size: 130%;
	font-weight: bold;
	background-color: #EFFBFA;
}

.sponsorstable .seminartimebox {
	background-color: #6CC0E3;
	border: 1px solid #4D8DBB;
	color: #FFFFFF;
	font-size: 110%;
}
.sponsorstable .textboxes img {
	clear: both;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}


ol li {
	font-size: 110%;
	line-height: 130%;
}
ol li a {
	text-decoration: none;
}
#content .contactform h2 {
	font-weight: normal;
	color: #ffffff;
	background-color: #44A0F5;
	padding: 5px 10px;
	margin-top: 4px;
	margin-bottom: 1ex;
}
#content .contactformalt h2 {
	font-weight: normal;
	color: #ffffff;
	background-color: #999999;
	padding: 5px 10px;
	margin-top: 4px;
	margin-bottom: 1ex;
}
.contactdetails {
	font-size: 110%;
	line-height: 120%;
}
.contactform {
	border: 1px solid #44A0F5;
	background-color: #DFEBF6;
}
.contactformalt {
	border: 1px solid #999999;
	background-color: #EEEEEE;
}
.contactform p,.contactformalt p {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 6px;
}
#container #content .contactform .contactcontainer,#container #content .contactformalt .contactcontainer {
	margin: 10px 6px;
}
.contactlabel {
	float: left;
	width: 120px;
	font-size: 110%;
}
.contactform .contactcontainer .contactinput .cinput,.contactform .contactcontainer .contactinput .contacttext {
	width: 370px;
	border: 1px solid #BDDBF6;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
.contactformalt .contactcontainer .contactinput .cinput,.contactformalt .contactcontainer .contactinput .contacttext {
	width: 370px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
.formbutton {
	margin-left: 120px;
	border: 1px solid #18299F;
	background-color: #44A0F5;
	color: #ffffff;
}
#container #content .contactform h2,#container #content .contactformalt h2 {
	margin: 0px;
	width: 490px;
}
#container #content .req {
	color: #CC0000;
}
.homequestions li {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
}
#content .video {
	border: 1px solid #000000;
	width: 360px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/************* #globalNav styles **************/

#globalNav{
	color: #ffffff;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 3px;
	text-align: center;
	height: 20px;
	vertical-align: super;
	background-color: #44A0F5;
}

#globalNav a,#globalNav a:link,#globalNav a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 1ex;
	padding-left: 1ex;
	display: block;
}
#globalNav a:hover {
	color: #163DAF;
}
