/***** Global style *****/

html, body, form, table, tr, td {
	margin:0;
	padding:0;
}

html { overflow: -moz-scrollbars-vertical !important; }  /*reserve vertical scrollbar space in Firefox to get rid of page shift on short pages */

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	background-color:#ffffff;
}
.copyblock {display:none;}


h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

ul, ol, dd, blockquote {
	margin-left: 10px;
}

.wrapper {
	width:960px;
	margin:0 auto;
	margin-top:10px;
	text-align:left;
	background-color:#f3f3f3;
}

/***** top nav section *****/

.topNav {
	background: url('/images/header_2nd.jpg') no-repeat;
	width:960px;
	height:136px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	margin-bottom:13px;
}

.topNav ul {
	position: relative;
	top: 105px; 
	left: 31px;
}

.topNav li {
	list-style-type: none;
	display:inline; 
}

.topNav a {
	text-decoration: none;
	color: #FFF;
}

.topNav a:hover {
	text-decoration: underline;
	color: #99CCCC;
}

body.home #home, body.home #home:hover, 
body.aboutUs #aboutUs, body.aboutUs #aboutUs:hover,
body.events #events, body.events #events:hover, 
body.awards #awards, body.awards #awards:hover, 
body.sponsorship #sponsorship, body.sponsorship #sponsorship:hover, 
body.contactUs #contactUs, body.contactUs #contactUs:hover {
	color:#99CCCC;
	text-decoration: none;
}

/***** sub nav section *****/

#subnav {
width:673px;
position:relative;
background-image : url(/images/subNavBG.gif);
background-repeat : no-repeat;
background-position : top;
height:28px;
margin-bottom:9px;
}

#subnav ul {position:absolute;
margin-left:50px;padding-top:6px;line-height:11px;
}

#subnav li {
list-style-type:none;
display:inline;
font-family:verdana;
font-size:11px;
}

#subnav .subnav {
color:#00f; font-weight:bold;
display:inline;
cursor:pointer;
}


#subnav span.subnavDivider {
padding:0 10px;
}


/***** content section *****/

.content .columnLeft {
	float:left;
	width:671px;
	background-color:#fff;
	margin: 0px 0px 20px 0px;
	min-height: 450px;
	height: 450px; /* IE6 min-height fix */
	/*add triangle detail at bottom */
	background-image:url('/images/columnleft_bottom.gif'); 
	background-repeat:no-repeat; 
	background-position : bottom;
} 
html>body .content .columnLeft {height:auto;} /* recover from IE6 min fix */

.content .columnLeft p{
	margin: 0px 62px 20px 48px;
}
.content .columnRight {
	float:left;
	width:216px;
	margin: 0px 0px 20px 50px;
}

*html .content .columnRight {
	display:inline;
	margin-left: 30px;
}
.content .columnLeft h1 {
	font-size:17px;
	line-height:18px;
	margin:0px 0px 14px 45px;
}
.content .columnLeft h2 {
	font-size:14px;
	line-height:18px;
	color:#007fbb;
	margin:0px 0px 8px 45px;
}
.content .columnLeft h3 {
	font-size:12px;
	line-height:18px;
	color:#000;
	margin:0px 0px 11px 45px;
}

.content .columnLeft h3.blue {
	color:#0067a6;
}

.content .columnLeft .detail {
	font-size: 11px;
	line-height: 15px;
	margin-left: 20px;

}
.content .columnLeft h3.detail {margin-bottom: 5px;}

/*  lists in left column */
.content .columnLeft ul {
	margin: -5px 55px 20px 55px;
}
.content .columnLeft ol {
	margin: -5px 62px 20px 55px;
}
.content .columnLeft ul li  {
	list-style-type : disc;
	list-style-position : outside;
	color:#619BB8;
	margin:0 0 8px 15px;
}
.content .columnLeft ol li  {
	list-style-position : outside;
	color:#000;
	font-weight:bold;
	margin:0 0 10px 28px;
}
.content .columnLeft li  p {
	color:#000;
	margin:0 0 10px 0;
	font-weight:normal;
	padding:0;
}

.content hr {
	height:1px; 
	border:0px; 
	color:#d6e1e7; 
	background-color:#d6e1e7; 
	margin:0px 0px 10px 0px;
	padding:0;
}
.content hr.inner {
	height:1px; 
	border:0px; 
	color:#CCE2EE; 
	background-color:#CCE2EE; 
	margin:0px 0px 10px 45px;
	padding:0;
}
.content .showHide, .content .showPanelMember, .content .hidePanelMember {
	color:#f57517;
	margin:-5px 0 25px 45px;
	font-size:11px;
	line-height:15px;
	cursor:pointer;
}
.content .showPanelMember, .content .hidePanelMember {
	clear:both;
	margin:0 0 5px 33px;
	text-indent:-13px;
}
.content .showPanelMember span, .content .hidePanelMember span {font-size:10px;color:#000;}
.content .panelMember {display:none;}
.showHideAll, .showHideAllPanelMembers {  font-size:11px;color:#f57517;font-weight:normal;cursor:pointer; }

.panelMember .speaker {
	float:left;
	margin:5px 10px 10px 0;
}

.black {
	font-size:11px;
	color: black;
	font-weight:normal;
}
.content a {
	font-weight:bold;
	color:#f57517;
	text-decoration:none;
}
.content a:hover {
	text-decoration:underline;
}
.content .sponsors {
	margin:0 0 0 45px;
}
/***** spotlight box *****/

.spotlightbox {
	width:100%;
	background-color:#ffffff;
	margin: 0px 0px 20px 0px;
	background-image:url('/images/spotlightbox_bottom.gif'); 
	background-repeat:no-repeat; 
	background-position : bottom;
}

.spotlightboxContent {	
	background-image:url('/images/spotlightbox_top.gif'); 
	background-repeat:no-repeat; 
	padding:10px 0px 8px 0px;
}

.spotlightbox h2 {
	font-size:14px;
	color:#0067a6;
	margin:0px 14px 10px 0px;
	padding:5px 0px 12px 18px;
	border-bottom: 1px solid #cce2ee;
}
.spotlightbox h2.center {
	font-size:11px;
	color:#0067a6;
	margin:0px 14px 10px 0px;
	padding:0px 0px 12px 18px;
	text-align:center;
}
.spotlightbox p {
	font-size:11px;
	line-height:16px;
	margin:0px 18px 10px 18px;
}
.spotlightbox hr {
	height:1px; 
	border:0px; 
	color:#CCE2EE; 
	background-color:#CCE2EE; 
	margin:0px 15px 10px 0px;
	padding:0;
}
.spotlightbox ul {
	margin: -5px 0 0 55px;
}
.spotlightbox p.winner{
	text-indent:-10px;margin-left:27px;
}
/* home page styles */
body.home .columnLeft {
	background-color:transparent;
	min-height:300px;
	background-image:none;
}
body.home .mainContent {
	background-color:transparent;
}



.sponsors img {
   padding:10px 20px 10px 20px;	
   vertical-align : middle;
}	

/* two column table on home page */
#homeLeft {
	border-right:10px solid #F3F3F3;
	padding: 19px 20px 0 0;
	width:354px;
}
#homeLeft ul {
	margin-right: 0px;
	margin-bottom: 0px;
}
#homeRight {
	background-image:url('/images/midColumnfooter.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 0;
}

#homeRight  p {
	margin:0 10px 0 30px;
}
#homeRight ul {
	margin:0 10px 0 0px;
}
#homeRight ul li {
	margin:0px 0px 4px 55px;
	font-size: 11px;
	line-height: 16px;
}
#homeRight ul li p {
	margin:0px;
}
#homeRight ul,#homeLeft ul  {
	padding-top:10px;
}

#homeRight h2 {
	margin:0 10px 13px 30px;
}

/* footer area */
#footer {
	background-color: #ffffff;
	padding-bottom: 10px;
	position:relative;
}
#footer a {
	font-weight:bold;
	color:#f57517;
	text-decoration:none;
}
#footer  a:hover {
	text-decoration:underline;
}
#footer .copyright {
	position:absolute;
	top:21px;
	left:721px;
	color:#ffffff;
	font-size:11px;
}

.content .columnLeft .memberTable {
	margin:0px 0px 15px 45px;	
}
.content .columnLeft .memberTable td {
	padding-right:10px;
	width:270px;
}
.content .columnLeft .memberTable ul { margin:0;padding:0;}

