@charset "UTF-8";
/*
CSS Image Based Rollover Menu
StudentWebHosting.com


font-family:'PMNCaeciliaW01-45Light';
font-family:'PMNCaeciliaW01-46LightI';
font-family:'PMNCaeciliaW01-55Roman';
font-family:'PMNCaeciliaW01-56Italic';
font-family:'PMNCaeciliaW01-75Bold';
font-family:'PMNCaeciliaW01-76BoldIt';
font-family:'PMNCaeciliaW01-85Heavy';
font-family:'PMNCaeciliaW01-86HeavyI';
font-family:'NeuzeitOfficeW01-Regula';
font-family:'NeuzeitOfficeW01-Italic';
font-family:'Neuzeit Office W01 Bold';
font-family:'NeuzeitOfficeW01-BoldIt';



*/
.header {
	width:980px;
	height: 110px;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding: 0px;
	margin-top:auto;
}

/*CONTENT*/
.content {
	
	width:900px;
	padding: 40px;
	background-color:#f2f2f2;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	clear: both;
	text-align:left;
	font-family:'NeuzeitOfficeW01-Regula';
	font-size:14px;
	color:#463c38;
	}

#button {
	height:35px;
	width: 150px;
	margin-top:25px;
	margin-bottom:auto;
	margin-left:0px;
	border: 0px solid #eee;
	background-repeat:no-repeat;
	background-position:right;
	background-image:url(../images/btn.gif);
	padding-top:20px;
	float:right; 
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 20px;
 
}

.buttonText {
  color: #fff;
  font-family:'NeuzeitOfficeW01-Regula';
}


	
		
	
.iframe-box iframe,.iframe-box object,.iframe-box embed {    
	width: 100%;
    height: 100%;
}
		
/*
iframe, object, embed{ 
	width: 100%; 
	height: auto;
} 
*/
	
.title {
	/*color: #4691b8;*/
	color:#504642;
	height:auto;
	width: 572px;
	margin-top:0px;
	margin-bottom:auto;
	float:left;
	line-height:5em;
	/*background-color:#f2f2f2;
	background-color:#00539b;*/
	text-align:center;
	font-family:'NeuzeitOfficeW01-Regula';
	font-size:14px;
}
	
.bar {
	width: 980px;
	height: 5px;
	color:#00539b;
	background-color:#00539b;
	clear: both;
	padding-left:0px;
	padding-right:0px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	height:75px;
	width: 204px;
	margin-top:0px;
	margin-bottom:auto;
	background-image:url(../images/York_Region_Logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-top:20px;
	float:left;
	/*background-color:#00539b;*/
}


		
#menu{
	width:240px;  /*---Give our UL a width ---*/
	list-style:none;  /*--- Makes the bullets go away ---*/
	margin:0;  /*--- Take out any default margin on the UL tag ---*/
	padding:0;  /*--- Take out any default padding on the UL tag ---*/
	margin:0 auto;  /*--- Center the menu ---*/
}

#menu li{
	float:left;  /*--- Make the list go horizontal ---*/
	margin:0;
	padding:5px;
}

#menu li a{
	display:block;  /*--- Make the entire button are clickable rather than the text alone ---*/
	text-indent: -9999px; /*--- Push the text off screen to hide text---*/
	overflow: hidden; /*--- Makes text outside of bounding box hidden ---*/
	height:20px;
}



#menu li#facebook a{
	background: url(../images/facebook.png) no-repeat;
	width:20px;
}

#menu li#twitter a{
	background: url(../images/twitter.png) no-repeat;	
	width:20px;
	
}

#menu li#youtube a{
	background: url(../images/youtube.png) no-repeat;	
	width:20px;
	
}
#menu li#linkedin a{
	background: url(../images/linkedin.png) no-repeat;	
	width:20px;
}

#menu li#flickr a{
	background: url(../images/flickr.png) no-repeat;
	width:20px;
}

#menu li#instagram a{
	background: url(../images/instagram.png) no-repeat;	
	width:20px;
	
}

#menu li#pinterest a{
	background: url(../images/pinterest.png) no-repeat;	
	width:20px;
	
}
#menu li#enews a{
	background: url(../images/enews.png) no-repeat;	
	width:20px;
}

#menu li#facebook a:hover{
	background: url(../images/facebookhover.png) no-repeat;
}
#menu li#twitter a:hover{
	background: url(../images/twitterhover.png) no-repeat;	
}

#menu li#youtube a:hover{
	background: url(../images/youtubehover.png) no-repeat;	
}
#menu li#linkedin a:hover{
	background: url(../images/linkedinhover.png) no-repeat;	
}

#menu li#flickr a:hover{
	background: url(../images/flickrhover.png) no-repeat;
}
#menu li#instagram a:hover{
	background: url(../images/instagramhover.png) no-repeat;	
}

#menu li#pinterest a:hover{
	background: url(../images/pinteresthover.png) no-repeat;	
}
#menu li#enews a:hover{
	background: url(../images/enewshover.png) no-repeat;	
}

.clear{
	clear:both; 
}

#footer {
	height: 75px;
	width:980px;
	color:#fff;
	background-color:#514742;
	padding:10px;
	clear: both;
	border-top: #776962 solid 4px;	
	margin-left:auto;
	margin-right:auto;
}

.image {
	display: block;
	height: auto;
	width: auto;
	margin-left: auto;
    margin-right: auto; 
	}

#footer p {
	text-align:center;
	color:#fff;
	font-family:'NeuzeitOfficeW01-Regula';
	font-size:10px;
}