/* Style sheet for indivdual video pages */

h2.learn-more-title{font-size:15px;font-family:helvetica,arial,sans-serif;color:#0C1436;font-weight:bold;text-align:center}

h3.download-video{font-size:15px;font-family:helvetica,arial,sans-serif;color:#0C1436;font-weight:bold}

p.transcript{font-size:12px;font-style:times,georgia,serif;color:#0C1436}

/*For download links*/ 

a.download{text-decoration:underline}
a.download:link {color:#0C1436} /* unvisited link */ 
a.download:visited {color:#0C1436} /* visited link */ 
a.download:hover {color:#0C1436} /* mouse over link */

/* For Learn more links */

ul.learn-more-links{list-style-type:square;margin-left:5px;margin-right:5px;margin-top:0px}

/*li.learn-more-link color applies to bullet
  li span color applies to text, other than
  hyperlink */
li.learn-more-links{font-size:15px;color:red;margin-bottom:5px}
li span{color:#0C1436}


#container {
	height:1480px;
}

div#download-video{
   position:absolute;
    width:560px;
    height:15px;
    top:155px;
    left:25px;
    /*background-color:green;*/
    padding:0px;
    text-align:right;
}
div#video {
    position:absolute;
    width:560px;
    height:340px;
    top:175px;
    left:25px;
    background-color:#dddddd;
    padding:0px;
}
div#bookmarks {
    position:absolute;
    width:425px;
    height:25px;
    top:526px;
    left:50px;
    /*background-color:#FFFFFF;*/
    padding:0px;
}
div#summary-title {
    position:absolute;
    width:300px;
    height:30px;
    top:175px;
    left:590px;
    /*background-color:teal;*/
    padding:0px;
}


div#summary-text {
    position:absolute;
    width:300px;
    height:150px;
    top:205px;
    left:590px;
    /*background-color:grey;*/
    padding:0px;
}

div#learn-more-title {
    position:absolute;
    width:300px;
    height:20px;
    top:360px;
    left:590px;
    background-color:#E5ECFF;
    padding:0px;
}

div#learn-more-links {
    position:absolute;
    width:300px;
    height:150px;
    top:385px;
    left:590px;
    /*background-color:yellow;*/
    padding:0px;
    margin-left:0px;
}


div#transcript-column-01 {
    position:absolute;
    width:390px;
    height:330px;
    top:556px;
    left:50px;
    background-color:#FFFFFF;
    padding:0px;
    text-indent:10px;
}

div#horz-line-video{
    position:absolute;
    width:1px;
    height:920px;
    top:556px;
    left:447.5px;
    background-color:#868686;
    padding:0px;
    text-indent:10px;
}

div#transcript-column-02 {
    position:absolute;
    width:390px;
    height:330px;
    top:556px;
    left:455px;
    background-color:#FFFFFF;
    padding:0px;
    text-indent:10px;
}

div#footer-left {
    position:absolute;
    width:585px;
    height:20px;
    left:0px;
    top:1480px;
    background-color:#E5ECFF;   
}
div#footer-right {
    position:absolute;
    width:315px;
    height:20px;
    left:585px;
    top:1480px;
    background-color:#E5ECFF;   
}