/*Small Screen*/

#menu{
	width: 580px;
	padding-left: 220px;
	font-size: 0.8em;
}
#menu li{
	left:0;
}	
#menu ul ul{
	margin-top:39px;
	left:220px;
}
#menu li li a{
	display:inline;
	padding:10px 8px;
	height:20px;
}
#footerTag{
	width:470px;
	height:100px;
}
#contentText{
}
#contentText h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
}
#vidBox {
	background: url(../images/videoShadow.png);
	background-repeat: no-repeat;
	background-size: auto;
	height: 330px;
	width: 586px;
	padding: 20px;
	margin-left: 234px;
	margin-top: -730px;
}
.video_yes{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	visibility:visible;
	padding-bottom:380px;
	position:relative;
	top: 200px;
}

.video_no{
	visibility: hidden;
}
.home_page {
	width: 260px;
	padding-top: 80px;
	padding-left: 30px;
	padding-bottom: 30px;
}


/*
img{
	width:586px;
	height:330px;
}
.slideshow-images{
	width:586px;
	height:330px;
}
#contentText{
	width:330px;
}
.video_yes{
	background:url(../images/videoShadow.png);
	background-repeat:no-repeat;
	background-size:auto;
	height:330px;
	width:586px;
	padding:20px;
	margin:-620px 5px 0px 0px;
	float:right;
	clear:both;
	visibility: visible;
}
*/
/* Fire Fox */	
@-moz-document url-prefix() {
	#menu ul{
		margin-top:-10px;
	}
	#menu li a{
		padding: 11px 8px;
	}
	#menu ul ul{
		margin-top:29px;
	}
	#menu li li a{
		padding: 4px 8px;
	}
}