/*
 * Homepage CSS
 * Author: Brendan Corcoran
 * Email: bcorcoran@gmail.com
*/

#homepageContent {
	background:url(../images/home-content-background.gif) no-repeat top left;
	overflow:hidden;
}
	#left {
		width:280px;
		padding:40px 20px;
	}
	#main {
		width:575px;
		padding:20px 20px 0 20px;
	}
	
#homepageContent #left {
	width: 225px;	
}
#moreQuestions {
	background:url(../images/box-bg-have-more-questions.gif) no-repeat top left;
	width:193px;
	height:76px;
	margin-top:15px;
	padding:32px 0 0 10px;
}
	#moreQuestions a {
		display:block;
		float:left;
		width:80px;
		margin:0 2px 2px 0;
		padding:0 5px;
		line-height:30px;
		font-size:11px;
		text-decoration:none;
	}
.homepageButtons {
	text-align:center;
	padding:10px 0;
}
.homepageButtons > a {
	padding:0 10px;
}
#contentFooter {
	background:#d6d6d6;
}

#button-video-01, #button-video-02, #button-video-03, #button-video-04, #button-video-05, #button-video-06, #button-video-07, .video-button-large {
cursor:pointer;
}
.video-container {
display:none;
padding:40px;
}

#video-02.video-container {
background-image:url("../images/video-01-backdrop-short.png");
}
#video-03.video-container {
background-image:url("../images/video-01-backdrop-short.png");
}
#video-04.video-container {
background-image:url("../images/video-01-backdrop-short.png");
}
#video-05.video-container {
background-image:url("../images/video-01-backdrop-short.png");
}
#video-06.video-container {
background-image:url("../images/video-01-backdrop-short.png");
}
#video-01.video-container {
}
#video-02.video-container {
}
#video-03.video-container {
}
#video-04.video-container {
}
#video-05.video-container {
}
#video-06.video-container {
}
.video-container div.close {
background:url("../images/close.gif") no-repeat scroll 0 0 transparent;
cursor:pointer;
height:35px;
position:absolute;
right:58px;
top:9px;
width:35px;
}
.video-container a.player {
display:block;
height:266px;
width:410px;
}
.overlay {
height:500px;
margin:auto;
width:500px;
}
#video-01.video-container div.close {
right:59px;
top:10px;
}
#video-02.video-container div.close {
right:59px;
top:10px;
}
#video-03.video-container div.close {
right:59px;
top:10px;
}
#video-04.video-container div.close {
right:59px;
top:10px;
}
#video-05.video-container div.close {
right:59px;
top:10px;
}
#video-06.video-container div.close {
right:59px;
top:10px;
}
#video-01.video-container div.close {
}
#video-02.video-container div.close {
}
#video-03.video-container div.close {
}
#video-04.video-container div.close {
}
#video-05.video-container div.close {
}
#video-06.video-container div.close {
}
#video-01.video-container a.player {
height:286px;
margin:auto;
width:410px;
}
#video-02.video-container a.player {
height:266px;
margin:auto;
width:363px;
}
#video-03.video-container a.player {
height:266px;
margin:auto;
width:346px;
}
#video-04.video-container a.player {
height:266px;
margin:auto;
width:244px;
}
#video-05.video-container a.player {
height:266px;
margin:auto;
width:312px;
}
#video-06.video-container a.player {
height:286px;
margin:auto;
width:410px;
}
#call-object {
	cursor:pointer;
} 

#call-box {
	border:1px solid rgb(128, 43, 46);
	padding:10px;
	background-color:white;
	width:200px;
	height:160px!important;
	display:none;
	text-align:center;
	position:absolute;
	top:400px;
	left:50%;
	margin-left:-415px;
	z-index:1000;
}

#close-button {
	display:none;
	z-index:3500;
	width:30px;
	height:30px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:205px;
	margin-top:-160px;
}

#close-button a img {
	background-color:#333;
	border:none;
	z-index:3500;
}

#close-button a:hover img {
	background-color:#444;
}
