@import url("custom_styles.css");
@import url("video.css");

/* 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:#000000;
}

html
{
height: 100%;
}

body
{
height: 100%;
}

p {
	margin-bottom:8px;
}

a,a:link,a:visited {
	text-decoration:none;
	color:#A57C2E;
}

a:hover {
	color: #020749;
}

img {
	border:none;
}

.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}


.site_wrapper_bg {
	background-image:url(../site_images/site_bg_rep.jpg);
	background-repeat:repeat-x;
	width:100%;
	background-position:center top;
	min-height: 100%;
	position:relative;

}

.site_wrapper {
	background-image:url(../site_images/scroll_bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	min-height: 100%;
	position:relative;
	/* margin-bottom: -156px; */
}

* html .site_wrapper {
    height: 100%;
}

/*** TOP SECTION ***/ 

.top_section_wrapper {
	height:145px;
	width:975px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	width:274px;
	height:114px;
	float:left;
	display:inline;
	margin-top:24px;
}

.nav_wrapper {
	width:690px;
	float:left;
	display:inline;

}


ul.utility_nav {
	width:207px;
	display:inline;
	color:#A57C2E;
	margin:32px 0px 0px 456px;
	float:left;
	display:inline;
	
}

ul.utility_nav li {
	display:inline;
	border-right:1px solid #ffffff;
	padding:0px 5px 0px 5px;
}

ul.utility_nav a:hover {
	color:#ffffff;
}

.gnav_wrapper{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:10px 0px 0px 33px;
	float:left;
	display:inline;
	clear:both;
	width:700px;
}

ul.gnav li {
	display:inline;
	padding:0px 0px 0px 20px;
}

ul.gnav a,ul.gnav a:link,ul.gnav a:visited {
	color:#ffffff;
}

ul.gnav a:hover {
	border-bottom:
}
/*** END TOP SECTION ***/


/*** BEGIN HEADER ***/
.header_wrapper {
	width:978px;
	height:312px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../site_images/header_bg.png);
	padding:17px 0px 0px 27px;
}

#banner_div {

}

/*** END HEADER ***/

/**** 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: 0px;
	padding: 0px 0px 0px 0px;
	
	
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 2px solid #01063A; 
	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 {
	font-size:12px;
	padding:0px;
}

#p7PMnav li ul li a,#p7PMnav li ul li a:link,#p7PMnav li ul li a:visited {
	color:#9E782F;
	padding: 8px 0px 8px 7px;
}

#p7PMnav li ul li a:hover {
	color:#121754;
}


#p7PMnav li ul {
	margin-top: 5px;

}

#p7PMnav li ul {
	background-color: #E5E5E5;
	/*background-image:url(../site_images/gnav_drop_bg.jpg); 
	background-repeat:repeat-x;
	background-position:bottom;*/
	
}

#p7PMnav ul li {
	float: none;
}

#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}



.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; */
}

#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 *****/

/*** BODY ***/

.body_wrapper {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:0px 0px 50px 0px;
}



	/** BEGIN HOME SPECIFIC **/
	
	.home_column_one {
		width:449px;
		float:left;
		display:inline;
		padding:0px 6px 0px 0px;
		border-right:1px solid #919191;

	}
	
	.home_sub_column {
		width:210px;
		float:left;
		display:inline;
		padding:0px 6px 0px 0px;
		margin:0px 13px 0px 0px;
		border-right:1px solid #919191;
	}
	
	.home_sub_column_right {
		margin:0px;
		border: 0px;
	}
	
	.column_heading_blue {
		color: #0D1148;
		font-size:18px;
		font-weight:normal;
	}
	
	.column_heading_orange {
		color:#A57C2E;
		font-size:18px;
		font-weight:normal;
	}
	
	.home_column_two {
		width:244px;
		float:left;
		display:inline;
		margin:0px 0px 0px 6px;
		padding:0px 6px 0px 0px;
		border-right:1px solid #919191;

	}
	
	.home_column_three {
		width:253px;
		float:left;
		display:inline;
		margin:0px 0px 0px 6px;
	}


	.home_column_three_content {
		margin:6px 0px 0px 0px;
	}
	
	
	.home_events_listing {
		padding:0px 0px 0px 0px;
	}
	
	.home_events_title {
		/* font-size:14px;
		font-weight:bold; */
	}
	
	.home_events_listing a,.home_events_listing a:link,.home_events_listing a:visited {
		text-decoration:none;
		display:block;
		padding:4px 0px 4px 0px;
		color:#000000;
		font-size:11px;
		border-top:1px solid #949494;
		border-bottom:1px solid #949494;
	}
	
	.home_events_listing a:hover {
		text-decoration:underline;
	}
	
	.home_events_heading {
	color:#A57C2E;
	font-size:14px;
	}
	
	.home_events_footer {
	height:18px;
	background-image:url(../site_images/home_events_footer.gif);
	background-repeat:repeat-x;
	width:100%;
	}
	/** EMD HOME SPECIFIC **/
	
.column_one {
	width:716px;
	float:left;
	display:inline;
}

.column_two {
	width:231px;
	margin-left:28px;
	float:left;
	display:inline;
	padding:8px 0px 0px 0px;
}

.page_title_wrapper {
	color:#020749;
	font-family:Arial, Helvetica, sans-serif;
	font-size:48px;
	width:726px;
	height:58px;
	background-image:url(../site_images/title_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	float:left;
	
}

.page_title {
	padding-right:30px;
	display:inline;
	background-color:#F7F7F7;	
	
}

.page_content li {
	list-style-position:inside;
}
.subpage_menu {
	width:130px;
	float:left;
	display:inline;
	color:#A57C2E;
}

.subpage_menu ul{
	list-style:none;
	width:130px;
	margin:15px 0px 0px 0px;
}

.subpage_menu ul li {
	text-align:left;
	font-weight:bold;

}

.subpage_menu a {
	padding-right:12px;
}

a.subpage_menu_active:link,a.subpage_menu_active:visited {
	color: #020749;
	background-image:url(../site_images/link_page_indicator.gif);
	background-repeat:no-repeat;
	background-position:right;
}


.content_wrapper {
	width:572px;
	margin:13px 0px 0px 14px;
	float:left;
	display:inline;
	line-height:18px;
}

.content_wrapper p{
	margin-bottom:5px;
}

.column_two_item {
	border-bottom:1px solid #939393;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}


/*** END BODY ***/

/*** FOOTER ***/

.footer-spacer {
    height: 156px;
}


.footer_bar {
	margin-top:-156px;
	position:relative;
	height:156px; 
	width:100%;
	background-image:url(../site_images/footer_bg.jpg);
	background-position: center top;
	background-repeat:repeat-x;
}

.footer_content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	color:#ffffff;
	text-align:right;
}
/*** END FOOTER ***/



/***** ACCORDION *****/



.basic  {
	width: 250px;
}
.basic div {
	font-size:12px;
	background-image:url(../site_images/accordion_on.jpg);
	background-repeat:repeat-y;
	color:#ffffff;
}

.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: 23px;
	font-size:14px;
	font-style:normal;
	color:#A57C2E;
	background-image:url(../site_images/accordion_off.jpg);
	background-repeat:no-repeat;
	margin-top:1px;
}

.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:5px;
}

.basic a,.basic a:link,.basic a:visited {
	text-decoration:underline;
}

.basic a:hover {
	color:#ffffff;
}


.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;
	
	line-height:35px;
}

.article_author {
	font-style: italic;
}

/* END ARTICELS */

/*ITINERARY */

.itinerary_date_month {
	font-size:24px;
	padding: 5px 0px 0px 0px;
	color:#020749;
}

.itinerary_title {
	font-weight:bold;
	font-size:14px;
		color:#020749;
}

.Itinerary_Date {
	font-style: italic;
	font-size:11px;
}
/* END ITINERARY */

/* CONFERENCES */

.conference_list_image {
	float:left;
	display:inline;
	width:231px;
	height:100px;
	margin-top:5px;
}

.conference_list_desc {
	float:left;
	display:inline;
	width:300px;
	margin-left:8px;
}

.conference_title {
	
	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;
}

a.conf_link_active {
	font-weight:bold;
	color: #020749;
}

/* 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;

}


.podcast_link {
	margin-left:25px;
}
.media_ads img {
	line-height:0px;
	display:block;
	margin-bottom:3px;
}
.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 *****/

/* LOGIN */

a.logout {
	color: #FF0000;
	font-size:11px;
}

.login_box {
	font-size: 12px;
}

.login_box input {
	border: 1px solid #000000;
}
/* END LOGIN */

/* PROFILE FORM  */

.profile_table input,.profile_table select {
	border:1px solid #252525;
	font-size:11px;
	padding:2px;
}

.form_label {
	text-align:right;
	padding:0px 5px 0px 0px;

}

.long_desc {
	text-align:left;
}

.form_heading {
	font-size:16px;
	font-weight:bold;
	padding:8px 0px 8px 0px;
	text-align:center;
}

a.terms {
	text-decoration:underline;
	font-weight:bold;
}
/* END PROFILE */

/** ARTC SCHOOL **/

.artc_school_content {
	padding:10px;
	width:530px;
	margin-left:auto;
	margin-right:auto;
}

.artc_school_content ul{
	margin:8px 0px 0px 8px;
}

.artc_school_content li {
	list-style-position:inside;
	list-style-type:none;
	padding:4px;
}
/** END ARTC SCHOOL **/

/** VIDEO PLAYER **/

	.video_player {
		width:901px;
		margin-left:auto;
		margin-right:auto;
	}

/** END VIDEO PLAYER **/