/* This style sheet is only used by the movies page.*/

a {
	/* This style prevents the dotted lines around the movie links. */
	outline: none;
}
#floatFrame_wrapperMovie {
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	width: 780px;
	height: 400px;
}
#movieList {
	margin-top: 0px;
	margin-left: 0px;
	width:303px;
	height:398px;
	background: #7fd2e9;
	border: 1px solid #00a5d3;
}
#focusMovie {
	width: 465px;
	margin: 0px 0px 0px 10px;
	height: 400px;
	float: right;
	overflow: auto;
	background-color: #ffffff;
	border:0px;
}
#pageHeaderMovies {
	/* This style is for the top level page header used on each content page. */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.75em;
	line-height:40px;
	color:#FFFFFF;
	margin-left:10px;
}
#movieTitle {
	/* This header is for the content in the iFrame. It is teal and bold. */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#0196B4;
}
#movieReading {
	/* Any reading text. This is mostly applied to the content in the scrolling iFrame in the content area. */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color:#000000;
}
#movieLink {
	/* This is the link at the bottom of the list that connects to the youtube page. */
	color:#012d59;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 10px 10px;
}
#movieLink a:link {
	/* This is the link at the bottom of the list that connects to the youtube page. */
	color:#012d59;
	text-decoration: none;
}
#movieLink a:visited {
	/* This is the link at the bottom of the list that connects to the youtube page. */
	color:#012d59;
	text-decoration: none;
}
#movieLink a:hover {
	/* This is the link at the bottom of the list that connects to the youtube page. */
	color:#012d59;
	text-decoration: underline;
}
#movieLink a:active {
	/* This is the link at the bottom of the list that connects to the youtube page. */
	color:#0196B4;
	text-decoration: underline;
}
.thumbnailValigner {
	height:60px;
	width: 80px;
	vertical-align: middle;
	margin: 2px 10px 2px 2px;
	border:0px;
}

/*this wrapper contains the movie thumbnails. You can adjust the height and width here. The display, position and overflow create the scrollbar*/
#movieNavContainer {
	text-align: left;
	width: 280px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .70em;
}
ul#movieNav {
	text-align: left;
	vertical-align: middle;
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px 10px;
}
ul#movieNav li {
	display: block;
	width: 270px;
	text-decoration: none;
	margin: 0px 0px 8px 0px;
}
ul#movieNavActive li {
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #00A5D3;
	color:#00A5D3;
}
ul#movieNav li a {
	display: block;
	border: 1px solid #7fd2e9;
	color: #000000;
	text-decoration: none;
	width: 270px;
}
ul#movieNav li a:hover, ul#navlist li#active a:hover {
	color: #012d59;
	background: #ddf9ff;
	border: 1px solid #012d59;
}
