body { 
	background: #5a5a5a url(/graphics/bg.gif) repeat-x; 
	margin:0 auto; 
	padding:10px; 
	font: normal 12px Verdana, sans-serif; 
	color: #626262; 
}
th, td {
	font: normal 12px Verdana, sans-serif; 
}
img { 
	border: 0px; 
}
a:link, a:visited { 
	color: #4f82bd; 
	text-decoration: underline; 
}
a:hover, a:active { 
	color: #62a0e9; 
	text-decoration: underline; 
}
.clear {
	clear: both;
}
.number {
	width: 36px;
}
.update_table th, update_table td {
	font-size: 11px;
	font-weight: bold;
}
.update_table th {
	text-align: left;
}


/*------------------------------- Masthead & Nav -------------------------------*/

#pagebox { 
	margin: 0px auto; 
	width: 984px; 
	border: 10px solid white;
}
#mast_cont { 
	width: 984px;
	height: 153px;
}

#main_cont {
	width: 984px;
	background-color: #fff;
}


/*----------------- slide -------------------- */

/* DEMO CSS */


#leftContainer{
}


/* END DEMO CSS */
#dhtmlgoodies_menu{

}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	width: 200px;
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding:0px;
}
#dhtmlgoodies_menu	li a {	/* Main menu links */
	text-decoration:none;	/* No underline */
	background: url(/graphics/nav_bg.gif) no-repeat;
	width: 194px;
	height: 17px;
	padding: 8px 3px;
	border-bottom: 1px solid white;
	display:block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#dhtmlgoodies_menu	li a.nav2 {	/* Main menu links */
	text-decoration:none;	/* No underline */
	background: url(/graphics/nav_bg_radio.gif) no-repeat;
	width: 194px;
	height: 17px;
	padding: 8px 3px;
	border-bottom: 1px solid white;
	display:block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	text-decoration: none;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
}
.dhtmlgoodies_subMenu{
	padding:0px;
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #fff;
	background-color: #366aa5;
	text-align:left;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:4px 0px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	width: 250px;
	padding: 3px 0px 3px 13px;
	background-image: url(/graphics/arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	text-decoration: underline;
}


/*------------------------------- Nav -------------------------------*/

.nav_item {
	background: url(/graphics/nav_bg.gif) no-repeat;
	width: 200px;
	height: 33px;
	border-bottom: 1px solid white;
}
.nav_item a, .nav_item a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.nav_item a:hover, .nav_item a:active {
	text-decoration: none;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
}
.nav_item_radio {
	background: url(/graphics/nav_bg_radio.gif) no-repeat;
	width: 200px;
	height: 33px;
	border-bottom: 1px solid white;
}
.nav_item_radio a, .nav_item_radio a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.nav_item_radio a:hover, .nav_item_radio a:active {
	text-decoration: none;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
}
.nav_button2 {
	padding: 4px 20px 0px 10px;
	line-height: 12px;
}
.nav_button1 {
	padding: 9px 20px 0px 10px;
	line-height: 12px;
}
.nav_item>.nav_floating { /*display:table for Mozilla & Opera*/
	display:table;
	position:static;
}
.nav_floating { /*for IE*/
	width: 200px;
	height: 100%;
	position:relative;
}
.nav_floating div { /*for IE*/
	position:absolute;
	line-height: 12px;
	top:50%;
}
.nav_floating>div { /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	line-height: 12px;
	position:static;
}
.nav_floating div div {
	position:relative;
	top:-50%;
	padding: 0px 20px 0px 9px;
}


/*------------------------------- Left Container -------------------------------*/

#left_container { 
	float: left; 
	width: 200px; 
	margin-right: 10px;
}
#keyword_box {
	background: #939393 url(/graphics/keyword_search.gif) no-repeat;
	width: 192px;
	height: 37px;
	padding: 25px 0px 0px 8px;
}

#keyword_button { }
#keyword_button input { }
#keyword_search  { width: 140px; float:left; }
#keyword_list h4 {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
#keyword_list div p {
	margin: 0px 0px 15px 0px;
}

#communique {
	margin: 10px 0px 5px 0px;
}

#cstore {
	padding: 0px 0px 10px 0px;
}

#opinion_poll {
	width: 200px;
	margin-top:15px;
	background: url(/graphics/poll_bg.gif) repeat-y;
}

/* POLL INFORMATION */

#poll_1 h2 { color: #ca0202; background: #ffffff; font-size: 12px; font-weight: bold; margin: 0px; padding: 0 0 2px 0; }
#poll_1 .triton_poll { border-collapse: collapse; margin: 0px; padding: 0px; }
#poll_1 .triton_poll th { background-color: #4f82bd; margin: 0px; padding: 0px; }
#poll_1 .triton_poll th p { text-align:left; background-color: #4f82bd; font-size: 11px; font-weight: bold; color: #fff; margin: 0px; padding: 7px; }
#poll_1 .triton_poll td { color: #7c7c7c; font-size: 11px; text-align:center; }
#poll_1 .triton_poll td.answer { color: #7c7c7c; font-weight: 11px; text-align: left; padding: 2px 0 0 0; margin: 6px 0 0 0; }
#poll_1 .triton_poll .poll_submit_1 { margin-top: 5px; text-align: center; font-size: 11px; font-family: Verdana; font-weight: bold; color: #666; padding: 3px 10px; background-color: #d6d6d6; border: 0px; }

.poll_sponsor {
	margin-top: 15px;
	text-align: center;
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	color: #4f82bd;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.poll_sponsor div {
	text-align: left;
	margin-left: 8px;
	margin-bottom: 2px;
}

/*------------------------------- Nav -------------------------------*/

.nav_item {
	background: url(/graphics/nav_bg.gif) no-repeat;
	width: 200px;
	height: 33px;
	border-bottom: 1px solid white;
}
.nav_item a, .nav_item a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.nav_item a:hover, .nav_item a:active {
	text-decoration: none;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
}
.nav_item_radio {
	background: url(/graphics/nav_bg_radio.gif) no-repeat;
	width: 200px;
	height: 33px;
	border-bottom: 1px solid white;
}
.nav_item_radio a, .nav_item_radio a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.nav_item_radio a:hover, .nav_item_radio a:active {
	text-decoration: none;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
}
.nav_button2 {
	padding: 4px 20px 0px 10px;
	line-height: 12px;
}
.nav_button1 {
	padding: 9px 20px 0px 10px;
	line-height: 12px;
}
.nav_item>.nav_floating { /*display:table for Mozilla & Opera*/
	display:table;
	position:static;
}
.nav_floating { /*for IE*/
	width: 200px;
	height: 100%;
	position:relative;
}
.nav_floating div { /*for IE*/
	position:absolute;
	line-height: 12px;
	top:50%;
}
.nav_floating>div { /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	line-height: 12px;
	position:static;
}
.nav_floating div div {
	position:relative;
	top:-50%;
	padding: 0px 20px 0px 9px;
}


/*------------------------------- Center Container -------------------------------*/

#center_cont { 
	float: left; 
	width: 564px; 
}
#crossroads_hdr {
	float: left;
	margin-top: 15px;
	width: 400px;
	color: #ca0202;
	font-size: 11px;
	font-weight: bold;
}
#date {
	float: left;
	text-align: right;
	margin-top: 15px;
	font-size: 11px;
	width: 164px;
	color: #999999;
}

#center_cont_expanded { 
	float: left; 
	width: 774px; 
}


/*-----------------------------Major Promo Rotator -----------------------------*/

#major_promo {	
	width: 542px;
	height: 190px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
}

#promocontainer {
	position: relative; 
	visibility: visible; 
	width: 542px; 
	height: 180px;
	z-index: 0;
}
#promocontainer p {
	margin-top: 0px;
}

#promo1 {
	position: absolute; 
	visibility: visible; 
	z-index: 0; 
	top: 0; 
	left: 0; 
	width: 542px; 
	height: 160px;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
}
#promo2, #promo3, #promo4, #promo5, #promo6 {
	position: absolute; 
	visibility: hidden; 
	z-index: 0; 
	top: 0; 
	left: 0; 
	width: 542px; 
	height: 160px;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
}
.promo_hdr {
	font-size: 12px;
	font-weight: bold;
	color: #4e82be;
	margin-bottom: 4px;
}
.promo_img {
	float: right;
	margin-left: 5px;
}
.promolink_bg {
	background-color: #cc0000;
	width: 14px;
	text-align: center;
	padding: 3px;
}
a.promolink, a.promolink:visited {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.promolink:hover, a.promolink:active {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#promolinks {
	text-align: center;
	position: relative; 
	top: 175px; 
	background-color: #fff;
	width: 120px;
	height: 17px;
}
#promolink1 {
	position: absolute; 
	text-align: center;
	top: 175px; 
	color: #fff;
	margin-left: 0px; 
	z-index: 1; 
	overflow: hidden;
}
#promolink2, #promolink3, #promolink4, #promolink5, #promolink6 { 
	visibility: hidden; 
	text-align: center; 
	position: absolute; 
	top: 175px; 
	color: #fff;
	margin-left: 0px; 
	z-index: 1; 
	overflow: hidden;
}


/*------------------------------- Right Container -------------------------------*/

#right_container { 
	float: left; 
	width: 200px; 
	margin-left: 10px;
}

.right_hdr {
	color: #ca0202;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
}

.right_ad {
	margin: 15px 0px;
}

#information_links {
	width: 186px;
	padding: 6px 6px;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}

#info_links {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	list-style-type:none;
}
#info_links li {
	padding: 6px 10px 6px 12px;
	background-image: url(/graphics/square.gif);
	background-repeat: no-repeat;
	background-position: 3px 11px;
}
#info_links p {
	margin: 0px; 
}
#info_links div, #info_links a, #info_links a:visited 
#info_links a:hover, #info_links a:active {
	color: #4f82bd;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

.right_partners {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px;
	margin-top: 15px;
}



/*------------------------------- Footer -------------------------------*/

#bottom_banner {
	float: left;
	width: 564px;
	height: 68px;
	/*background:url(/graphics/banner_bot_bg.gif) no-repeat;*/
	margin-top:8px;
}
#bottom_banner div {
	width: 468px;
	height: 60px;
	padding: 4px;
}

#footer { 
	background-color: #939393;
	width: 964px;
	margin-top: 10px;
	text-align: center;
	padding: 10px;
	color: #fff;
	font-size: 11px;
}
#footer p {
	margin: 4px;
}


/*------------------------------- Misc. Styles -------------------------------*/

.hdr {
	background-color: #ca0202;
	width: 548px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 8px;
	margin: 10px 0px 10px 0px;
}

.hdr_expanded {
	background-color: #ca0202;
	width: 758px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 8px;
	margin: 10px 0px 10px 0px;
}

.smpromo {
	width: 564px;
	border-collapse: collapse;
}
.smpromo_hdr {
	font-weight: bold;
	color: #4e82be;
	text-decoration: underline;
	margin-bottom: 3px;
	font-size: 11px;
}
.smpromo_more {
	text-align: right;
	margin-top: 4px;
}
.smpromo_more a, .smpromo_more a:visited {
	color: #4e82be;
	font-size: 11px;
	text-decoration: underline;
}
.smpromo_more a:hover, .smpromo_more a:active {
	color: #4e82be;
	font-size: 11px;
	text-decoration: underline;
}
.smpromo_back {
	text-align: center;
	padding: 20px 0px;
}
.smpromo_back a, .smpromo_back a:visited {
	color: #4e82be;
	font-size: 11px;
	text-decoration: underline;
}
.smpromo_r1 {
	background-color: #d9e8f8;
}
.smpromo_r2 {
	background-color: #fff;
}
.smpromo_img {
	padding: 8px;
}
.smpromo_txt {
	padding: 8px;
	font-size: 11px;
	width: 100%;
}
.smpromo_txt p {
	margin-top: 0px;
}
.smpromo_radio {
	width: 564px;
	border-collapse: collapse;
	border-bottom: 1px solid #ff0000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.radiopromo_hdr {
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
	margin-bottom: 3px;
	font-size: 11px;
}
.radiopromo_txt {
	padding: 8px;
	font-size: 11px;
	width: 100%;
}
.radiopromo_txt p {
	margin-top: 0px;
}
.radiopromo_txt a, .radiopromo_txt a:visited {
	color: #ff0000;
}
.radiopromo_txt a:hover, .radiopromo_txt a:active{
	color: #ff0000;
}
.radiopromo_more {
	text-align: right;
	margin-top: 4px;
}
.radiopromo_more a, .radiopromo_more a:visited {
	color: #ff0000;
	font-size: 11px;
	text-decoration: underline;
}
.radiopromo_more a:hover, .radiopromo_more a:active {
	color: #cc0000;
	font-size: 11px;
	text-decoration: underline;
}
.radiopromo_back {
	text-align: center;
	padding: 20px 0px;
}
.radiopromo_back a, .radiopromo_back a:visited {
	color: #ff0000;
	font-size: 11px;
	text-decoration: underline;
}
.industry_links {
	list-style-type: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.industry_links li {
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 6px 0px 6px 13px;
	background-image: url(/graphics/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 4px 11px;
}
.industry_links li a, .industry_links li a:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.industry_links li a:hover, .industry_links li a:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.agenda {
	width: 564px;
	border-collapse: collapse;
	border-top: 1px dashed #eee;
	padding-top: 8px;
	margin-top: 8px;
}
.partners {
	width: 564px;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	padding-top: 5px;
	margin-top: 5px;
}
.tutorials {
	width: 564px;
	border-collapse: collapse;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.tutorials_hdr {
	font-weight:bold;
	text-transform: uppercase;
	border-bottom: 1px dashed #4f82bd;
	color: #4f82bd;
	margin-bottom: 10px;
	padding-bottom: 3px;
	margin-top: 15px;
}
.tutorials_more {
	text-align: left;
	margin-top: 8px;
}
.tutorials_more a, .tutorials_more a:visited {
	color: #4e82be;
	font-size: 11px;
	text-decoration: underline;
}
.tutorials_more a:hover, .tutorials_more a:active {
	color: #4e82be;
	font-size: 11px;
	text-decoration: underline;
}
.tutorials_more ul {
	list-style-type: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.tutorials_more li {
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 6px 0px 6px 13px;
	background-image: url(/graphics/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 4px 11px;
}
.tutorials_more li a, .tutorials_more li a:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.tutorials_more li a:hover, .tutorials_more li a:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.register_table th, register_table td {
	font-size: 11px;
	font-weight: bold;
}
.register_table th {
	text-align: left;
	padding-top: 15px;
}
.register_table div {
	margin-bottom: 4px;
}
.advisory {
	width: 564px;
	border-collapse: collapse;
	border-top: 1px dashed #eee;
	margin-bottom: 5px;
}
.advisory_hdr {
	font-size: 13px;
	font-weight:bold;
	color: #4f82bd;
	margin-bottom: 1px;
}
.board {
	width: 564px;
	border-collapse: collapse;
	border-top: 1px dashed #eee;
	margin-bottom: 5px;
}
.board_hdr {
	font-size: 13px;
	font-weight:bold;
	color: #4f82bd;
	margin-bottom: 10px;
}
.board_more {
	text-align: left;
	margin-top: 8px;
}
.board_more a, .board_more a:visited {
	color: #4e82be;
	font-size: 11px;
	text-decoration: underline;
}
.board_more a:hover, .board_more a:active {
	color: #4e82be;
	font-size: 11px;
	text-decoration: underline;
}
.board_more ul {
	list-style-type: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.board_more li {
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 6px 0px 6px 13px;
	background-image: url(/graphics/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 4px 11px;
}
.board_more li a, .board_more li a:visited {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.board_more li a:hover, .board_more li a:active {
	font-size: 11px;
	text-decoration: underline;
}
