
/* RESET CSS */
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, img, 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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* RESET CSS */


/*
blues:
#2d71b1
#6c99c3
#c3dff9
#DFE8F1

brown: 
#846035
*/

body {	
	font-family: ArialMT, sans-serif;
}


.displayText {
  font-family: 'Francois One', serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .1em;
  word-spacing: 0em;
}


#ribbonShell {
	width: 1024px;
	height: 480px;
	border-bottom: 5px solid #c3dff9;
	border-top: 10px solid #c3dff9;
	
	overflow: hidden;
	position: relative;
}


.ribbonContent {
	height: 480px;
	position: absolute;
	left: 1024px;
}

#ribbonHome {
	background: #c3dff9 url(/images/home-11-17-2010.jpg) left top no-repeat;
	width: 1024px;
	height: 480px;
	position: absolute;
	left: 0;
	color: #fff;
}

	
	#ribbonHome h1{
		position: absolute;
		top: 355px;
		left: 30px;
		font-size: 2.4em;
	}

	#ribbonHome h2{
		position: absolute;
		top: 385px;
		left: 30px;
		font-size: 1.6em;
	}

	#homeSlides div {
		position: absolute;
		width: 450px;
		right: 0;
		height: 393px;
		bottom: 0;
	}

	#homeSlides div img {
		float: left;
	}

	#homeSlides div p {
		margin-left: 300px;
		margin-top: 280px;
		font-size: 1.2em;
		line-height: 1.4em;
		margin-right: 12px;
	}


#ribbonNavigation {
	height: 36px;
	background: #2d71b1;
	position: absolute;
	top: 430px;
	color: #fff;
	font-family: ArialMT, sans-serif;
	text-transform: uppercase;
	width: 2024px;
	overflow: hidden;
	z-index: 2000;
}

	#ribbonNavigation ul li {
		width: 115px;
		height: 36px;
		float: left;
		background: #6c99c3;
		border-right: 1px solid #2d71b1;
		position: relative;
		cursor: pointer;
	}

			#ribbonNavigation ul li h1 {
				font-weight: normal;
				font-size: 1.2em;
				padding-left: 12px;
				padding-top: 6px;
			}

			#ribbonNavigation ul li h2 {
				font-weight: normal;
				font-size: 1em;
				padding-left: 12px;
				padding-top: 1px;
				color: #333;
			}


	#ribbonNavigation ul li.active {
		background: #fff;
	}

	#ribbonNavigation ul li.active.open, #ribbonNavigation ul li.newopen  {
		background: #DFE8F1;
	}

			#ribbonNavigation li.active h1 {
				color: #6c99c3;
			}


	#ribbonNavigation li.homeLink {
		width: 55px;
		text-indent: -9999px;
		background: url(/images/icon-home.gif) center top no-repeat;
	}

	#ribbonNavigation li ul {
		display: none;
		position: absolute;
		top: 0;
		left: 116px;
	}
		#ribbonNavigation ul li ul li {
			width: 115px;
			height: 36px;
			float: left;
			background: #fff;
			color: #846035;
			border-left: 1px solid #2d71b1;
			border-right: none;
		}
		#ribbonNavigation ul li.active ul li h1{
			color: #846035;
		}
		#ribbonNavigation ul li.active ul li h2{
			color: #2d71b1;
			text-transform: capitalize;
		}

			#ribbonNavigation ul li.active ul li.active{
				color: #fff;
				background: #846035;
			}
			#ribbonNavigation ul li.active ul li.active h1{
				color: #fff;
			}
			#ribbonNavigation ul li.active ul li.active h2{
				color: #fff;
				text-transform: capitalize;
			}


#ribbonArrow {
	background: url(/images/icon-ribbon-arrow.png) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 410px;
	left: -20px;
	z-index: 9999;
	margin-left: -8px;
}



/* region sections */

#contentShell {
	position: relative;
	font-family: ArialMT, sans-serif;
	width: 9999px;
	background-color: #000;
}


div.panel {
	width: 1024px;
	height: 480px;
	float: left;
	position: relative;
	background-color: #000;
}

div.overviewPanel {
	width: 490px;
	height: 320px;
	color: #000;
	position: absolute;
	overflow-y: hidden;
}
	div.overviewPanelBG {
		opacity: .8;
		background: #fff;
		width: 490px;
		height: 320px;
		border-radius: 12px;
		position: absolute;
	}
	ul.overviewMenu {
		position: absolute;
		top: 50px;
		left: 355px;
		
	}
		ul.overviewMenu li{
			width: 105px;
			height: 30px;
			padding: 10px;
			color: #fff;
			text-transform: uppercase;
			background: #6c99c3;
		}
		ul.overviewMenu li span{
			display: block;
			clear: left;
			font-size: 1.6em;
		}
		ul.overviewMenu li.overview, ul.overviewMenu li.video {
			border-bottom: 8px solid #c3dff9;
		}
		
				ul.overviewMenu li.active {
					background: #fff;
					color: #6c99c3;
				}
		
/* MP3 player */	
	div.mp3Player {
		position: absolute;
		top: 230px;
		left: 360px;
		font-size: 1.1em;
		line-height: 1.3em;
		color: #666;
	}
		div.mp3Player h1 {
			font-weight: bold;
			font-size: 1.2em;
		}
		
		div.mp3Player a.jp-play {
			display: block;
			height: 20px;
			width: 30px;
			background: url(/images/icon-play-pause.gif) 0 0 no-repeat;
			text-indent: -9999px;
			float: right;
		}
		
		div.mp3Player a.jp-pause {
			display: block;
			height: 20px;
			width: 30px;
			background: url(/images/icon-play-pause.gif) 0 -20px no-repeat;
			text-indent: -9999px;
			float: right;
		}


/* video player */
div.video div.jp-interface {
	position: relative;
	background-color:#6c99c3;
	width:100%;
	margin-top: 10px;
	border-radius: 0 0 6px 6px;
}
div.jp-video div.jp-type-single div.jp-interface {
	height:60px;
	border-bottom:none;
}
div.jp-video div.jp-type-playlist div.jp-interface {
	height:60px;
}
div.jp-interface .jp-controls {
	padding:0;
	margin: 0;
	position: relative;
}

div.jp-interface .jp-controls a {
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	
}
a.jp-play,
a.jp-pause {
	width:24px;
	height:30px;
	top: 0;
	left: 0;
}
a.jp-play {
	background: url("/images/icons-video.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("/images/icons-video.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("/images/icons-video.png") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("/images/icons-video.png") -41px -42px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	background-color: #ddd;
	top:0;
	left: 20px;
}

div.video div.jp-progress {
	width:180px;
	height:4px;
	float: left;
	margin: 6px;
	border: 6px solid #fff;
}
div.jp-seek-bar {
	background: url("/images/icons-video.png") 0 -202px repeat-x;
	width:0px;
	/* height:15px; */
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("/images/icons-video.png") 0 -218px repeat-x ;
	width:0px;
	/* height:15px; */
	height:100%;
}


div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("/images/icons-video.png") 0 -250px repeat-x;
	width:45px;
	height:4px;
	cursor: pointer;
	top: 0;
	left: 255px;
	margin-top: 6px;
	border: 6px solid #fff;
}

div.jp-volume-bar-label{
	position: absolute;
	background: #fff;
	font-size: 10px;
	left: 218px;
	top: 6px;
	line-height: 16px;
	text-align: right;
	width: 37px;
	
}

div.jp-volume-bar-value {
	background: url("/images/icons-video.png") 0 -256px repeat-x;
	width:0px;
	height:5px;
	float: left;
}




		
	div.overviewItem {
		position: absolute;
		top: 0;
		left: 0;
		width: 322px;
		height: 288px;
		background: #fff;
		border-radius: 12px;
		border: 6px solid #fff;
		padding: 10px;
	}		
	
		div.overviewItem.overview {
			background: #6c99c3;
			color: #fff;
		}
		div.overviewItem.itinerary{
			overflow-y: scroll;
		}		
			div.overviewItem.itinerary h1{
				color:#2d71b1;
			}

		div.overviewItem.video h1 {
			background: #6c99c3;
			color: #fff;
			font-size: 10px;
			margin-top: 0;
			height: 20px;
			border-radius: 6px 6px 0 0;
			margin-bottom: 10px;
			line-height: 20px;
			text-transform: uppercase;
			padding-left: 12px;
		}

		
		
		div.overviewItem h1{
			font-size: 2.6em;
			margin-top: 30px;		
		}

		div.overviewItem h2{
			font-size: 1.4em;
			margin-top: 12px;	
		}
		div.overviewItem p{
			font-size: 1.2em;
			line-height: 1.4em;
			margin-bottom: 14px;
		}
	
.panel .panelContent {
	width: 385px;
	height: 120px;
	background: #6c99c3;
	border-radius: 16px;
	padding: 15px;
	color: #fff;
	position: absolute;
}	
	.panel .panelContent h1{
		font-size: 28px;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.panel .panelContent p{
		margin-top: 8px;
		font-size: 12px;
		line-height: 16px;
		font-family: ArialMT, sans-serif;
		letter-spacing: 0;
	}
	
	
	
	