/* CSS RESET */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0px;
		padding: 0px;
		border: 0;
		outline: 0;
		font-size: 100%;
		background: transparent;
	}

/* END RESET */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343333;
}

a,a:link,a:visited {
	color: #058CDD;
	text-decoration:none;
}

a:hover {
	color: #48BAFF;
}

img {
	border:none;
}

.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}

.site_wrapper {
	background-image:url(../site_images/bg_repeat.jpg);
	background-position: center top;
	background-repeat:repeat-x;
	width:100%;
}



ul {
list-style-position:inside;
}
/* BEGIN HEADER */

.top_section_wrapper {
	margin-left:auto;
	margin-right:auto;
	width:985px;
	height:132px;
}

.logo {
	width: 202px;
	height: 59px;
	margin-top:42px;
	float:left;
	display:inline;
}


.gnav_wrapper {
	float:left;
	margin-left: 32px;
	margin-top: 57px;
	width: 745px;
	/*width: 737px;*/
	height: 47px;
}

.banner {
	margin-left:auto;
	margin-right:auto;
	width:984px;
	height:335px;
	padding-top:1px;
	background-image:url(../site_images/banner_bg.jpg); 
	background-repeat:no-repeat;
}

.banner_fade {
	width:984px;
	height:21px;
	background-image:url(../site_images/banner_bg_grad2.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.banner_image {
	margin-left:auto;
	margin-right:auto;
	margin-top:23px;
	width:920px;
	height:300px;
}


ul#menu {
	margin-top:10px;
}

ul#menu li {
	display: inline;
	position: relative;
	border:1px solid #000000;
}

ul#menu li a {
	padding: 23px 9px 15px 9px;
}

ul#menu div {
 display: none; 
 padding-top:1px;
}

ul#menu li.drop div {
  width: 18em;
  position: absolute;
  /* top: 1.6em; */
  left: 0em;
  margin-top:20px;
}

ul#menu li.hovering div {
  display: block;
}
/* END HEADER */


/*BEGIN BODY */

.body_wrapper {
	background-image:url(../site_images/content_bg.jpg);
	background-repeat:repeat-y;
	width:960px;
	margin-right:auto;
	margin-left:auto;

}

.body_bottom {
	width:971px;
	height:110px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../site_images/content_bot.jpg);
	background-repeat:no-repeat;

}

	/*HOME PAGE SPECIFIC*/

	.left_column_grouping {
		float:left;
		display:inline;
		margin-left: 27px;
		width:460px;
	}
	
	.right_column_grouping {
		float:left;
		display:inline;
		margin-left:10px;
		width:458px;
	}

	.home_welcome {
		width:490px;
		height:133px;
		background-image:url(../site_images/welcome_bg.jpg);
		background-repeat:no-repeat;
		float:left;
		display:inline;
		position:relative;
		margin-left:-30px;
	}
	
	.welcome_pic {
		margin-left:29px;
		margin-top:5px;
		float:left;
		display: inline;
	}
	
	.welcome_text {
		width:319px;
		float:left;
		display:inline;
		margin-left:15px;
		margin-top:10px;
		color: #343333;
		font-size: 13px;
		
	}
	
	.welcome_text p {
		padding:0px 58px 0px 5px;
	}
	
	.welcome_header_text {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 24px;
		color: #333333;
		line-height:35px;
	}
	
	.welcome_tag_line {
		text-align:right;
		font-style:italic;
		padding-top:3px;
	}
	
	.home_col {
		width:214px;
		padding:0px 10px 0px 5px;
		margin-top:10px;
		border-right: 1px solid #D5D5D5;
		float:left;
		display:inline;
	}
	
	.home_col a {
		font-style: italic;
	}
	
	.home_col p {
		padding:0px 0px 0px 3px;
		
	}

	.home_col_one { 
		clear:left;
	}
	
	.home_product_image {
		float:left;
		display:inline;
		margin-top:3px;
		width:94px;
		border:1px solid #DBDBDB;
	}
	
	.home_product_feature {
		float:left;
		display:inline;
		width:107px;
		margin-left:10px;
	}
	
	.home_col_two { 
		
		border-right:none;
		margin-left:1px;
	}
	
	.home_col_three {
		float:left;
		display:inline;
		width: 234px;
		padding-left: 5px;
		border-left:1px solid #D5D5D5;
		
	}
	
	.home_col_four {
		float:left;
		display:inline;
		width: 204px;
		padding-left:5px;
		border-left:1px solid #D5D5D5;
		
	}



	/*END HOME PAGE SPECIFIC*/

.page_title_wrapper {
	width:973px;
	margin-right:auto;
	margin-left:auto;
}

.page_title_bg {
	margin-left: -2px;
	position:relative;
	background-image:url(../site_images/page_title_banner.png);
	background-repeat:no-repeat;
	width: 969px;
	height: 74px;
}

.page_title_pic{
	width: 79px;
	height: 63px;
	margin: 3px 0px 0px 30px;
	float:left;
	display:inline;
}

.page_title {
	float:left;
	display:inline;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #212020;
	margin: 20px 0px 0px 20px;
}

.column_heading {
	padding:8px 0px 10px 3px;
	background-image:url(../site_images/col_head_top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
}

/* LEFT COLUMN */

.sub_left_column {
	float:left;
	display:inline;
	width:168px;
	background-color:#EAEAEA;
	margin-left:27px;
}

.hidden {
	visibility:hidden;
}

.sub_left_column ul {
	list-style:none;
	background-image:url(../site_images/top_rule.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:14px;
	padding-top:4px;
	padding-bottom:20px;
}

.sub_left_column ul li {
	padding:4px 32px 4px 0px;
	text-align:right;
}

/* END COLUMN */

.sub_right_column {
	float:left;
	display:inline;
	width: 219px;
	margin-top:14px;
	margin-left:27px;
	padding-top:1px;
}

.content {
	width: 473px;
	float: left;
	display: inline;
	margin-left:27px;
	padding-top:25px;
	line-height:20px;
}

.content p {
	padding-bottom:8px;
}

.content ul,.content ol {
	list-style-position:inside;
}
/* END BODY */

/* BEGIN FOOTER */

.footer_wrapper {
	background-image:url(../site_images/footer_repeat.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:100px;
}

.footer {
	width:973px;
	margin-left:auto;
	margin-right:auto;
}

.footer_logo {
	width: 137px;
	height: 46px;
	margin:28px 0px 0px 37px;
	float:left;
	display:inline;
}

.footer_copyright {
	float:right;
	width:200px;
	margin:45px 0px 0px 0px;
	color: #888888;
}
/* END FOOTER */

/**** DROP DOWN MENUS ****/

/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0px 0px 0px 0px;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	
	
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #000000; 
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

#p7PMnav a,#p7PMnav a:link, #p7PMnav a:visited {
	display: block;
	text-decoration: none;
	padding: 26px 12px 13px 12px;
	color: #ffffff;
	line-height:1;
}

#p7PMnav li a:hover {
	background-image:url(../site_images/gnav_rollover.gif);
	background-repeat:repeat-x;
	color:#ffffff;
}

.gnav_active {
	background-image:url(../site_images/gnav_bg.gif);
	background-repeat:repeat-x;

}

#p7PMnav li ul li a,#p7PMnav li ul li a:link,#p7PMnav li ul li a:visited {
	color: #ffffff;
	padding: 8px 0px 8px 14px;
}

#p7PMnav li ul {
	margin-top: 5px;
}

#p7PMnav li ul {
	background-color: #464646;
	background-image:url(../site_images/gnav_drop_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:5px;
}


.last_item {
	border-right: none;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	/* background-color: #000000; */
	/*color: #9F957B; */
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #0066FF;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	/*width: 75px; */
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

/***** END POP MENU *****/

/***** ACCORDION *****/

#accordion {
	width: 219px;
}

#accordion h3 {
	padding:12px 0px 0px 10px;

	height: 32px;
	
}

h3.ui-state-default a {
	font-size:14px;
	font-style:normal;
	color:#000000;
}

h3.ui-state-default {
	background-image:url(../site_images/accordion_off.jpg);
	background-repeat:no-repeat;
	
}

h3.ui-state-active {
	background-image:url(../site_images/accordion_on.jpg);
	background-repeat:no-repeat;
}

h3.ui-state-active a, h3.ui-state-active a:link,h3.ui-state-active a:visited {
	font-size:14px;
	font-style:normal;
	color:#ffffff;
}



div.ui-accordion-content,div.ui-accordion-content-active {
	background-color:#000000;
	color:#DDDADA;
	font-size:12px;
	background-image:url(../site_images/accordion_cotnent_bot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px 10px 5px 10px;
}


.basic  {
	width: 219px;
}
.basic div {
	background-color:#000000;
	color:#DDDADA;
	font-size:12px;
	background-image:url(../site_images/accordion_cotnent_bot.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px 10px 10px 10px;
}
.basic .button {
	cursor:pointer;
	display:block;
	padding:12px 0px 0px 10px;
	height: 32px;
	font-size:14px;
	font-style:normal;
	color:#000000;
	background-image:url(../site_images/accordion_off.jpg);
	background-repeat:no-repeat;
}

.basic .selected {
	background-image:url(../site_images/accordion_on.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	font-style:normal;
	color:#ffffff;
}

.basic p {
	padding-bottom:10px;
}

.accordion_subhead {
	font-size: 12px;
	font-weight:bold;
}
/***** END ACCORDION ****/


/* ARTICLES */

.article_link_back {
	font-size:11px;
	font-weight:italic;
}

.article_title {
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:35px;
}

.article_author {
	font-style: italic;
}

/* END ARTICELS */

/*ITINERARY */

.itinerary_date_month {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 5px 0px 0px 0px;
	background-image:url(../site_images/top_rule.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.itinerary_title {
	font-weight:bold;
	font-size:14px;
}

.Itinerary_Date {
	font-style: italic;
	font-size:11px;
}
/* END ITINERARY */

/* CONFERENCES */

.conference_list_image {
	float:left;
	display:inline;
	width:100px;
	height:100px;
	margin-top:5px;
}

.conference_list_desc {
	float:left;
	display:inline;
	width:355px;
	margin-left:8px;
}

.conference_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding:5px 0px 5px 0px;
}

.conference_subtitle h3 {
	font-size:15px;
	background-image:url(../site_images/top_rule.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:5px;
}

/* END CONFERENCES */

/**** MEDIA PLAYER STYLING ******/

.media_wrapper {
	/*margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:1px;*/
	width:800px;
}

#player {
	margin-left:18px;
}

.clips_container {
	width: 800px;
	height: 220px;
	float:left;
	display:inline;

}


.clip_row {
	width:800px;
	height:110px;
	margin-bottom:2px;

}

.clip_item {
	width:240px;
	height:110px;
	float:left;
	display:inline;
	margin:5px 25px 0px 0px;
	
}

.clip_top_info {
	padding:0px 0px 0px 3px;
	height: 68px;

}

.clip_top_info img {
	margin-top:3px;
}

.clip_bottom_info {
	padding:0px 0px 0px 3px;
	margin-top:5px;
	font-size: 10px;
	clear:both;
	line-height:11px;

}

a.clip_menu {

}

a.clip_menu:link, a.clip_menu:visited {
	/* color:#0db9f5; */
}

a.clip_menu:hover,a.clip_menu:active {
	/* color:#a68228; */
}

.clip_menu_on {
	font-weight:bold;
}

/* these two settings will remove borders from playlist entries */
	a:active {  outline:none; }
	:focus   { -moz-outline-style:none; }
	
	
	/* container has a background image */
a.player {	
	display:block;
	background-color:#000000;
	width:438px;
	height:255px;
	/*padding:6px 5px 6px 5px;	 */
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	float:left;
}

/* splash image */
a.player img {
	/*margin-top:115px;*/
	border:0;	
}

.media_ads {
	width:276px;
	float:left;
	margin-left:25px;
	text-align:center;

}


.podcast_link {
	margin-left:25px;
}
.media_ads img {
	line-height:0px;
	display:block;
	margin-bottom:3px;
	margin-left:auto;
margin-right:auto;
}
.media_menu {
	margin-left:25px;
	color:#00000;
}	

#playlist_wrap {
	
}

#pl {
	height:250px;
	width:800px;
	position:relative;
	overflow:hidden;
	padding:0px;
	margin-top:5px;
	margin-left:3px;
	float:left;
}

#pl div.entries {
	height:250px;
	position:absolute;
	width:10000em;
}

#pl div.entries a {
	/*background-image:url(../site_images/media_static_bg.gif); 
	background-repeat:no-repeat;*/
	color:#2E2E2E;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:12px;
	height:103px;
	margin:0px;
    padding:4px 0px 3px 3px;
	text-decoration:none;
	width:237px;
	border-right:1px solid #A5A5A5;
	border-bottom:1px solid #A5A5A5;
	
	
}

#pl div.entries a:hover {
	/*background-image:url(../site_images/media_hover_bg.gif);
	background-repeat:no-repeat;
	color:#ffffff;*/
}

#pl div.entries a.playing {
	background-image:url(../site_images/media_playing_bg.gif);
	background-repeat:no-repeat;
	
}

#pl div.entries a.paused {
	/*background-position:-248px 0;	*/
	background-image:url(../site_images/media_paused_bg.gif);
	background-repeat:no-repeat;
	
}

#pl div.entries a.progress {
	opacity:0.8;
}

#pl div.entries em {	
	margin-top:5px;
	font-size:10px;
	font-style:normal;
}
/*
a.nextPage, a.prevPage {
	display:block;
	width:18px;
	height:18px;
	background:url(http://www.flowplayer.org/img/playlist/arrow/left.png) no-repeat;
	margin:30px 10px;
	cursor:pointer;
	float:left;
}

a.nextPage:hover, a.prevPage:hover {
	background-position:0px -18px;		
}

a.nextPage {
	background-image:url(http://www.flowplayer.org/img/playlist/arrow/right.png);	
}

a.nextPage.disabled, a.prevPage.disabled {
	visibility:hidden;		
}
*/


/**** SCROLLABLE ****/

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:51px;
	height:11px;
	cursor:pointer;
}

a.prevPage {
	background:url(../site_images/media_prev_img.gif) no-repeat;
	float:left;
}

a.nextPage {
	background:url(../site_images/media_next_img.gif) no-repeat;
	float:right;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	/*background-position:0px -18px;		*/
}

a.prevPage:hover {
	background:url(../site_images/media_prev_img.gif) no-repeat;
}

a.nextPage:hover {
	background:url(../site_images/media_next_img.gif) no-repeat;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../site_images/media_next_img.gif) no-repeat;
	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	/*width:200px;*/
	height:20px;
	margin-left:auto;
	margin-right:auto;

}


/* items inside navigator */
div.navi a {
	width:10px;
	height:10px;
	float:left;
	margin:3px;
	background:url(../site_images/navi_off.gif) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background:url(../site_images/navi_hover.gif) 0 0 no-repeat;     
}

/* active state (current page state) */
div.navi a.active {
	background:url(../site_images/navi_on.gif) 0 0 no-repeat;     
} 	

.arrows {
	clear:both;
	width:730px;

}





/***** END MEDIA *****/