@charset "utf-8";
/* CSS Document */

body	{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/conference2010/img/purple_gradient_bg2.jpg);
	background-repeat: repeat-x;
}

div.column a, div.column a:link {
	background: url(/conference2010/img/link2.gif) repeat-x left bottom;
	text-decoration: none;
	color: blue;
}

div.column a:hover, div.column a:active {
	background: none;
	color: blue;
}

div.column a:visited {
	color: purple;
}

div.sponsors a, div.sponsors a:link {
	background: none;
	text-decoration: none;
	color: blue;
}

div.sponsors a.imgLink {
	text-decoration: none;
	color: blue;
}

div.sponsors a:hover, div.sponsors a:active {
	background: none;
	color: blue;
	text-decoration: underline;
}

div.sponsors a:visited {
	color: purple;
}

div.footer a, div.footer a:link {
	background: url(/conference2010/img/link2.gif) repeat-x left bottom;
	text-decoration: none;
	color: blue;
}

div.footer a:hover, div.footer a:active {
	background: none;
	color: blue;
}

div.footer a:visited {
	color: purple;
}

.page { 
	/*width: 100%; 
	background:url(/conference2010/img/page.jpg) top center no-repeat;*/
	/*background-color: #020D79;*/
	padding: 10px;
}

.inner {
	margin:0px auto; 
	width:950px;
}
	
	
.logo { 
	width: 950px;
	margin-bottom: 10px;
	
}

/*.logo ul { 
	float:left; 
	width:152px; 
	height:113px; 
	background:url(/conference2010/img/logo_ul.jpg);
}

.logo ul li { 
	float:left; 
	padding:0 0 1px 0; 
	width:152px;
}

.logo ul li a { 
	float:left; 
	display:block; 
	padding:6px 0 0 0; 
	width:152px; 
	height:27px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:105%; 
	color:#fff;
	letter-spacing:-1px; 
	text-align:center; 
	text-decoration:none;
}

.logo ul li a:hover	{ 
	color:#9b3902;
}*/
					
#menu { 
	float:left; 
	width:900px; 
	height:51px; 
}

/*#menu ul { 
	float:left; 
	width:900px; 
	height:51px; 
	list-style: none; 
	margin: 0; 
	padding: 0;
}

#menu ul li { 
	float:left; 
	padding:0 5px;
}

#menu ul li a { 
	float:left; 
	display:block; 
	padding:15px 0 0 0; 
	height:27px;
	background-image:url(/conference2010/img/btn.gif); 
	background-repeat:no-repeat; 
	background-position:center 52px;
	font-family: Arial,Helvetica,sans-serif; 
	font-size:12px; 
	color:#a7650c; 
	text-decoration:none;
}

#menu ul li a:hover { 
	color: #000000; 
	background-position:center 39px;
}*/
					
.fix { 
	clear:both;
}

.footer { 
	margin: 20px 0 0 0; 
	padding: 10px 0 0 0; 
	width: 950px; 
	height: 60px; 
	background: url(/conference2010/img/footer.png) no-repeat top center;
	/*font-family: "Trebuchet MS",Arial,sans-serif;*/
	line-height: 18px;
}
	
/*------------ADDED BY PAUL------------*/

div#menu {
	float: left;
	width: 150px;
	padding-top: 50px;
	position: relative;
	z-index: 9999;
}

div.column {
	width: 640px;
	float: left;
	/*background-color:#CFF;*/
}

div.column h3 {
	font-family:"Trebuchet MS",Arial,sans-serif;
	border-bottom: 1px solid #262262;
	color: #262262;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

div.column h3 span {
	position: relative;
	left: -0.3em;
	bottom: -0.6em;
	padding: 1px 0.5em;
	margin: 0;
	border-style: solid;
	border-width: 1px 1px 1px 0.8em;
	border-color: #262262 #262262 #262262 #262262;
	background-color: #FACD53;
	background-image: url(/conference2010/img/h3bg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
}

div.column h3 p {
	margin: 0;
	padding: 0;
	position: relative; 
	left: -0.3em; 
	bottom: -1.25em; 
	padding: 1px 0.5em; 
	margin: 0; 
	border-style: solid; 
	border-width: 1px 1px 1px 0.8em;  
	border-color: #262262 #262262 #262262 #262262;
	background-color: #FEEFAB;
}

/*div.sponsors h3 {
	font-family:"Trebuchet MS",Arial,sans-serif;
	border-bottom: 1px solid #262262;
	color: #262262;
	letter-spacing: 2px;
	text-transform: uppercase;
}*/

div.sponsors h3 {
	font-family:"Trebuchet MS",Arial,sans-serif;
	color: #262262;
	padding: 1px 0.2em; 
	border-style: solid; 
	border-width: 1px 1px 1px 0.8em;  
	border-color: #262262 #262262 #262262 #262262;
	background-color: #FACD53;
	width: 126px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	background-image: url(/conference2010/img/h3bg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
}

div.column p {
	margin: 10px;
	line-height: 18px;
}

div.column ul li, div.column ol li {
	line-height: 18px;
	margin-bottom: 10px;
}

div.column ol li {
	font-weight: bold;
}

div.column ol li span {
	font-weight: normal;
}

img {border: none;}

div.sponsors {
	float: right;
	width: 150px;
    /*background-color: #FFC;*/
	padding-top: 23px;
}

div.sponsors div.sponsorHeader {
	height: 50px;
	background-color: #020D79;
}

/*div.sponsors h3 {
	color: #262262;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	margin-left: 10px;
	margin-right: 5px;
	border-bottom: solid 1px #262262;
	text-transform: uppercase;
}*/

div.sponsors p {
	text-align: center;
	padding-left: 10px;
	margin: 30px 0 20px 0;
	font-size: 12px;
	line-height: 18px;
}

div.footer div.footerLeft {
	color: #262262;
	float: left;
	margin-left: 20px;
}

div.footer div.footerRight {
	color: #262262;
	float: right;
	text-align: right;
	margin-right: 20px;
}

div.footerLeft, div.footerRight {
	font-size: 12px;
}

div.wrapper {
	background-image: url(/conference2010/img/wrapper5.png);
	/*padding: 5px;*/
	/*background-repeat: repeat-y;*/
}

div.wrapper div.wrapperBody {
	background-color: #F69;
	
}

div.wrapperBottom {
	background-image: url(/conference2010/img/wrapper_bottom5.png);
	background-repeat: no-repeat;
	height: 15px;
	/*background-color: #F0F;*/
	background-position: center bottom;
	clear: both;
}

/*div.header, div.wrapper, div.footer {
	clear: both;
}*/

/*div.logo img {
	border: solid 1px #FFFFFF;
}*/

/**************** menu coding *****************/

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 125px;
/*border-right: solid 1px #D3D3D3;*/
margin-left: 5px;
}

#menu ul ul {
	border-right: none;
	margin-left: 0px;
}

#menu a, #menu h2 {
font: 11px "Trebuchet MS", Arial, sans-serif; 
display: block;
border-bottom: solid 1px #CCCCCC;
margin: 0;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 2px;

}

#menu a {
color: #000000;
/*background: #929BCE;*/
text-decoration: none;
}
#menu a.button {
color: #FFFFFF;
background: #FFFFFF;
text-decoration: none;
}
#menu a.button:hover {
color: #FFFFFF;
background: #FFFFFF;
}

#menu a.expanding {
	text-decoration: none;
	background-image: url(/conference2010/img/caret.png);
	background-repeat: no-repeat;
	background-position: 115px 8px;
}

#menu a.expanding:hover {
background-image: url(/conference2010/img/caret_hit.png);
	background-repeat: no-repeat;
	background-position: 115px 8px;
}

#menu a:hover {
color: #FFFFFF;
background: #262262;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: -1px;
left: 125px;
/*width: 100%;*/
border-left: solid 1px #CCCCCC;
/*border-right: solid 1px #D3D3D3;*/
}

#menu ul ul ul ul {
position: absolute;
top: 0px;
left: 150px;
/*width: 100%;*/
border-left: solid 1px #CCCCCC;
/*border-right: solid 1px #D3D3D3;*/
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

li.first {
	border-top: solid 1px #CCCCCC;
	}


</style>


#menu ul li {float: left; width: 100%; background-color: #FFFFFF;}

#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: 11px "Trebuchet MS", Arial, sans-serif;
}


/*#menu ul ul ul {
top: -25px;
}*/

div#menu ul.sub {
	width: 175px;
	background-color: #FEEFAB;
}

div#menu ul.sub li a {
	padding-left: 5px !important;
}

img.floatLeft {
	float: left;
	margin-right: 12px;
}
img.floatRight {
	float: right;
	margin-left: 12px;
}

div.logoPrint {
	display: none;
	visibility: hidden;
	}
	
div.sponsors p.sponsorShowcase {
	margin-top: 40px;
	height: 132px;
	width: 119px;
	line-height: 132px;
	margin-left: 20px;
	padding: 0;
}

div.sponsors p.sponsorShowcase a {
	height: 132px;
	width: 119px;
	line-height: 132px;
	background-attachment: scroll;
	background-image: url(/conference2010/img/ss_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}

div.sponsors p.sponsorShowcase a:hover {
	background-position: 0px -132px;

}

blockquote.quote {
  background: transparent url(/conference2010/img/quoleft.jpg) left top no-repeat;
  font-weight: bold;
  line-height: 18px;
}
blockquote.quote div {
  padding: 0 48px;
  background: transparent url(/conference2010/img/quoright.jpg) right bottom no-repeat;
}
