/* A Screen - Page */


#textHeader {
	position:relative;
	top:28px;
	color:#FFF;
	font-size:22px;
	height:24px;
}

#menu3 {
	position:relative;
	width:223px;
	height:267px;
	padding:10px 10px 10px 10px;
	margin-left:1px;
	z-index: 10;
}

#menu3.film {
	background:url(imgs/page/filmingBg.png) no-repeat;
}

#menu3.photo {
	background:url(imgs/page/photoBg.png) no-repeat;
}

#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu3 ul li
	{
	margin: 0;
	margin-bottom:6px;
	padding: 0;
	text-indent: -10000px;
	}
	
#menu3 ul li a
	{
	display: block;
	width: 253px;
	height: 77px;
	}
	
a#menu3-locations
	{ background: url(imgs/menu3/locations.png) no-repeat 0 0; }
a#menu3-crew
	{ background: url(imgs/menu3/crew.png) no-repeat 0 0;}	
a#menu3-production
	{ background: url(imgs/menu3/production.png) no-repeat 0 0;}
	
#menu3 ul li a:hover { background-position: 0px -77px; }
#menu3 ul li a.selected { background-position: 0px -77px; }


#menu4 {
	position:relative;
	width:234px;
}

#menu4 ul {
	list-style: none;
	top: 140px;
	margin: 0;
	padding: 0;
	}
	
#menu4 ul li
	{
	margin: 0;
	margin-bottom:9px;
	padding: 0;
	text-indent: -10000px;
	}
	
#menu4 ul li a
	{
	display: block;
	width: 234px;
	height: 96px;
	}	

a#menu4-stills
	{ background: url(imgs/menuImgs/pages/stills.png) no-repeat 0 0;}	

a#menu4-films
	{ background: url(imgs/menuImgs/pages/films.png) no-repeat 0 0;}
	
a#menu4-how
	{ background: url(imgs/menuImgs/pages/how.png) no-repeat 0 0;}	

a#menu4-join
	{ background: url(imgs/menuImgs/pages/join.png) no-repeat 0 0;}	
	
a#menu4-find
	{ background: url(imgs/menuImgs/pages/find.png) no-repeat 0 0;}		

#menu4 ul li a:hover { background-position: 0px -96px; }
#menu4 ul li a.selected { background-position: 0px -96px; }

/*Inner Page Styles*/

#titleMenu {
	position:relative;
	top:0px;
	left:1px;
	width:231px;
	margin-bottom: 20px;
	z-index: 10;
	
}

#titleMenu ul {
	list-style: none;
	top: 140px;
	margin: 0;
	padding: 0;
	}
	
#titleMenu ul li
	{
	margin: 0;
	margin-bottom:6px;
	padding: 0;
	display: block;
	width: 260px;
	height: 77px;	
	}
	
#titleMenu ul li a {
	display: block;
	width: 260px;
	height: 77px;
	text-decoration: none;
	color: #000;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 19px;
}	

a#titleMenu-blank
	{
	background: url(imgs/menuImgs/pages/blanklong.png) no-repeat 0 0;
	}
	
#home-btn {
	position:relative;
	width:235px;
	height:34px;
	}	
	
#home-btn a#titleMenu-blank
	{
	background: url(imgs/menuImgs/pages/back-button.png) no-repeat 0 0px;
	z-index: 10;
	text-indent:-10000px;
	width:235px;
	height:34px;
	display:block;
}
	
#home-btn a#titleMenu-blank:hover {
	background-position: 0px -34px;
}			
	

#titleMenu ul li a:hover { background-position: 0px -77px; }
#titleMenu ul li a.selected { background-position: 0px -77px; }

/*END OF INNER PAGE STYLES*/

.flickrBox {
	padding: 2px;
}

.contactbox {
	background: url(imgs/menuImgs/pages/heretohelp-blank.png) no-repeat;
	width:171px;
	height: 113px;
}

.contactbox .tel {
	padding-top: 50px;
	padding-left: 10px;
}

.contactbox .email {
	padding-top: 26px;
	padding-left: 10px;
	
}

