/* 
    Document   : video.css
    Created on : 17-Jul-2013, 10:33:56
    Author     : Matthew Grundy
    Description:
        Purpose of the stylesheet follows.
*/

/*main website logo */
#logo {
	height:56px;
	width:600px;
	margin-top:0px;
	
}
.text_22_blue{
	font-size:22px;
	color:#1b75bc;
	
}

root { 
    display: block;
}
body
{
    font-family:Arial,Helvetica,sans-serif;
	background-image: url(../images/main-nav-bg.jpg);
	background-repeat:repeat-x;
	background-color:#ececec;
	margin:0px;
	padding:0px;
	color: #777;
	font-size:12px;
	
}
video.dcVideo
{
    display:none;
    float:left;
}
#dcVid1
{
    display:block;
}

.dcVidHolder
{
    margin:100px auto;
	margin-top:20px; /*added to remove the gap at the top*/
	
	
}
.loadingDiv
{
    position: absolute;
    float:left;
    /*top:11.5%;*/
    z-index:300;
    display:none;
}
.loadingDiv img
{
    position:relative;
    display:block;
    top:25%;
    margin:0 auto;
}
.dcVidHolder, .loadingDiv, video.dcVideo, video.dcVideob
{
    width:1024px;
    height:576px;
    background-repeat:no-repeat;
}


.dcVidHolder, .loadingDiv
{
    background-image:url('../images/HomeStill.png');
}
.dcVidHolder.dcVid2, .loadingDiv.dcVid2
{
    background-image:url('../images/vid2Still.png');
}
.dcVidHolder.dcVid4, .loadingDiv.dcVid4
{
    background-image:url('../images/vid4Still.png');
}
.dcVidHolder.dcVid6, .loadingDiv.dcVid6
{
    background-image:url('../images/vid6Still.png');
}
.dcVidHolder.dcVid8, .loadingDiv.dcVid8
{
    background-image:url('../images/vid8Still.png');
}

body .qtip
{
    max-width: 400px;
    z-index:15001;

}
body .qtip-icon .ui-icon
{
    width:55px;
}
body .customqTip
{
    border-color: #FFF7F0;
    border-width:5px;
    background-color: #FA8A00;
}
body .qtip-content
{
    padding:30px 10px 30px 10px;
}
body .qtip-rounded
{
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

body .qtip-rounded .qtip-titlebar{
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}
.qVideoContainer
{
    width:100%;
    height:100%;
    display:inline-block;
}


.qVideoContainer iframe
{
    vertical-align:bottom;
    border-style:solid;
    border-color: #FFF7F0;
    border-width: 5px;
}

.qtip-content .qText
{
    color:#FFFFFF;
    width:80%;
    height:75px;
    padding-left:6px;
    display:inline-block;
    font-size:12px;
    line-height:1.5em;
    word-wrap: normal;
}

.vidSectionTitle
{
    position:absolute;
    cursor:pointer;
    height:63px;
    width:56px;
    z-index: 11;
    overflow: hidden;
    font-family:Helvetica,sans-serif;
    color: white;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

#vst1,
#vst2,
#vst4
{
	background-image: url("../images/buttonDown.png");
}

#vst3
{
	line-height: 70px;
}

#vst1:hover,
#vst2:hover,
#vst4:hover
{
	background-image: url("../images/buttonDownSelected.png");
}

#vst3
{
	background-image: url("../images/buttonUp.png");
}

#vst3:hover
{
	background-image: url("../images/buttonUpSelected.png");
}



#vst1
{
    bottom:60%;
    left:8.5%;
}
#vst2
{
    bottom:72%;
    left:40%;
}
#vst3
{
    bottom:3%;
    left:49%;
}
#vst4
{
    bottom:72%;
    left:75%;
}
.ltIe9 #vst1
{
    top:40%;
    bottom:0%;
    left:6%;
}
.ltIe9 #vst2
{
    top:25%;
    bottom:0%;
    left:35%;
}
.ltIe9 #vst3
{
    top:80%;
    bottom:0%;
    left:49%;
}
.ltIe9 #vst4
{
    top:0%;
    bottom:0%;
    left:80%;
}
video
{
    width:100%;
    height:580px;
}

.imageHolder
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.videoHolder
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}

.imageHolder img
{
	width: 1024px;
	height: 576px;
}

.pdfLink
{
	color: white;
}

.holderHidden
{
	display: none;
}