/* 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;	
	/* background-color:#0D4C7F; */
}

html
{
height: 100%;
}

body
{
height: 100%;
}

a,a:link,a:visited {
	text-decoration:underline;
	color:#032445;
}

a:hover {
	text-decoration:none;
	color:#40709F;
}

p {
	margin-bottom:5px;
}

img {
	border:none;
}

.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}

.site_wrapper {
	background-image:url(../site_images/site_bg.jpg);
	background-repeat: repeat-x;
	background-color:#10578F;
	/*0A3D6A  */
	width:100%;
	min-height:100%;
}
/*** BEGIN TOP ***/

.top_wrapper {
	width:960px;
	height:146px;
	background-image:url(../site_images/top_bg.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding:1px 0px 0px 0px;

}

.share_button {
	margin:49px 0px 0px 0px;
	display:inline;
	float:left;
}

.social_links {
	width:160px;
	float:left;
	display:inline;
	margin:45px 0px 0px 520px;
}

.social_links ul {
	margin:0px;
	padding:0px;
}

.social_links li {
	display:inline;
}

.gnav_wrapper {
	width:960px;
	height:38px;
	background-image:url(../site_images/gnav_bg.jpg);
	background-repeat:no-repeat;
	margin-top:31px;
}
/*** END TOP ***/

/*** HEADER ***/

.header_wrapper {
	width:958px;
	height:303px;
	background-image:url(../site_images/header_bg.jpg);
	background-repeat:repeat-x;
	margin-right:auto;
	margin-left:auto;
	margin-top:23px;
}

.header_image {
	width: 620px;
	height: 295px;
	float:left;
	display:inline;
	margin-top:4px;
	margin-left:4px;
	background-color:#CCCCCC;
}

.header_right_column {
	float:left;
	display:inline;
	width:299px;
	height:295px;
	margin: 4px 0px 0px 26px;
}

.header_right_column_item {
	border-bottom:1px solid #94A8C5;
	margin:0px 0px 4px 0px;
	height:137px;
	color:#013156;
	padding:5px 0px 0px 0px;
}

.logo_link {
	display:inline;
	float:left;
	width: 137px;
	height:64px;
	margin: 20px 0px 0px 35px;
}

.logo_link a {
	display:block;
	width:137px;
	height:64px;
}


/*** END HEADER ***/


/*** BEGIN BODY ***/

.body_wrapper {
	width:958px;
	margin-left:auto;
	margin-right:auto;
	background-color: #E4EDF7;
	border-left: 1px solid #032445;
	border-right: 1px solid #032445;
	padding:0px 0px 30px 0px;
}

	/*** BEGIN HOME ***/
	
	.home_box_wrapper {
		width:455px;
		height: 200px;
		float:left;
		display:inline;
		margin:23px 6px 0px 14px;
	}
	
	.home_box_title {
		width:420px;
		height:31px;
		background-image:url(../site_images/col_title_bar_bg.jpg);
		background-repeat:no-repeat;
		font-size:21px;
		color:#ffffff;
		padding:5px 0px 0px 35px;
			
	}
	
	.home_box_content {
		width:443px;
		height:154px;
		background-image:url(../site_images/home_box_bg.jpg);
		background-repeat:repeat-x;
		border:1px solid #C1D2EE;
		padding:5px;
		color:#013156;
		overflow:hidden;
	}
	
	.home_box_second {
		width:288px;
		height:227px;
		background-image:url(../site_images/home_box_2_bg.jpg);
		background-repeat:repeat-x;
		float:left;
		display:inline;
		border:1px solid #C1D2EE;
		margin:23px 16px 14px 14px;
	}
	
	.home_box_youtube {
		width:336px;
		height:244px;
		/* background-image:url(../site_images/home_box_2_bg.jpg);
		background-repeat:repeat-x; */
		float:left;
		display:inline;
/* 		border:1px solid #C1D2EE; */
		margin:23px 30px 14px 0px;
	}
	
	.home_box_weather {
		width:210px;
		height:187px;
		/*
		background-image:url(../site_images/home_box_2_bg.jpg);
		background-repeat:repeat-x; */
		float:left;
		display:inline;
		/*padding:45px 0px 0px 38px; */
		margin:23px 30px 14px 35px;
	}
	
	.weather_title {
		color:#013156;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:26px;
		padding:7px 0px 0px 0px;
	}
	
	#clock {
		font-size:12px;
		color:#013156;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	.home_box_item {
		border-bottom:1px solid #B6C4D6;
		padding:0px 0px 5px 0px;
	}
	
	.home_sign_up {
		width:269px;
		height:108px;
		padding:35px 0px 0px 0px;
		background-image:url(../site_images/home_subscribe.jpg);
		background-repeat:no-repeat;
		text-align:center;
		color:#013156;
		font-weight:bold;
	}
	
	.home_sign_up input {
		border:1px solid #000000;
		font-size:11px;
		padding:2px;
		margin-bottom:5px;
	}
	
	.home_donate {
		width:269px;
		height:82px;
	}
	
	.social_btn {
		margin:7px 0px 0px 7px;
		float:left;
		display:inline;
	}
	
	.follow_us {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:19px;
		color:#013156;
		margin:7px 0px 0px 7px;
		float:left;
		display:inline;
	}
	
	
	.video_title {
		color:#013156;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:26px;
		margin:7px 0px 0px 0px;
	}
	/*** END HOME ***/

.body_left {
	float:left;
	display:inline;
	width:730px;
	margin:15px 0px 0px 15px;
	padding:1px;
}

.body_right {
	float:left;
	display:inline;
	width:183px;
	margin:15px 0px 0px 15px;
}

.page_title {
	background-image:url(../site_images/page_title_bg.jpg);
	background-repeat:no-repeat;
	width:697px;
	height:32px;
	font-size:21px;
	color:#ffffff;
	padding:5px 0px 0px 35px;
}

.page_content {
	line-height:20px; 
	padding:20px 0px 0px 20px; 
	
}

.body_right_item {
	border-top:1px solid #B6C4D6;
	margin-bottom:10px;
	padding:10px 0px 0px 0px;
}
/*** END BODY ***/


/**** 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 26px;
	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: 10px 15px 13px 24px;
	color: #CAE0F4;
	line-height:1;
	font-size:15px;
	font-weight:bold;

}

#p7PMnav li a:hover {
	background-image:url(../site_images/gnav_rollover.gif);
	background-repeat:repeat-x;
	color:#6F9FDF;
}

.gnav_active {
	

}

#p7PMnav li ul li {
	font-size:13px;
	padding:0px;
}

#p7PMnav li ul li a,#p7PMnav li ul li a:link,#p7PMnav li ul li a:visited {
	font-weight:normal;
	font-size:12px;
	color:#021A38;
	padding: 8px 0px 8px 7px;
}

#p7PMnav li ul li a:hover {
	color:#4984D1;
}


#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 *****/


/*** BEGIN FOOTER ***/

.footer_bar {
	background-color:#032445;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:64px;
}

.footer_logo {
	float:left;
	display:inline;
	width:274px;
	height:51px;
	margin:4px 0px 0px 0px;
}

.footer_copyright{
	float:right;
	display:inline;
	width:250px;
	text-align:right;
	margin:20px 15px 0px 0px;
	color: #93ABC7;
}
.footer_copyright a {
	color: #93ABC7;
}
/*** END FOOTER ***/


/* 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_table {
	margin:15px 0px 0px 10px;
}

.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;
}

.home_events_listing {
	padding:0px 0px 0px 60px;
}

.home_events_listing_new{
	padding:0px 0px 0px 0px;
	width:440px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/site_images/events_bg.jpg);
	background-repeat: no-repeat;
}

a.home_events_title {
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}



.home_events_listing a,.home_events_listing a:link,.home_events_listing a:visited {
	text-decoration:none;
	display:block;
	padding:0px 0px 8px 0px;
}

.home_events_listing a:hover {
	
}

.home_events_date {
	float:left;
	display:inline;
	width:38px;
	height:42px;
	background-image:url(/site_images/event_date_bg.png);
	margin:8px 20px 0px 0px;
	text-align:center;
}

.home_events_month {
	color:#666666;
	font-size:10px;
}

.home_events_day {
	color:#042548;
	font-size:17px;
}

.home_events_content {
	float:left;
	display:inline;
	width:300px;
	margin:8px 0px 0px 0px;
}

.home_events_more {
	color:#4AC0FE;
	font-weight:normal;
}

/* 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-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 */

