@charset "UTF-8";
/* CSS Document */

body{
background-image:url(../images/subtle_dots-blue.png);
background-repeat:repeat;
color:#FFF6E8;
overflow-y: scroll;
font-family: 'Roboto', sans-serif;
}

body img.back{
width:100%;
overflow:hidden;
position:fixed;
z-index:-4;
}

	/* -----IMAGE HEIGHTS----- */
	#home{
	height:700px;
	}

li, a, h1, h2{
font-family: 'Roboto', sans-serif;
font-weight:700;
}

p, h3{
font-family: 'Roboto', sans-serif;
line-height:1.3em;
font-size:.9em;
padding-top:10px;
}

a{
color:#FFF6E8;
}

/* -----HEADER----- */
	#header{
	width:100%;
	height:300px;
	background-image:url(../images/noisy_grid_@2X.png);
	background-repeat:repeat;
	-moz-box-shadow: 0px 0px 5px #111;
	-webkit-box-shadow: 0px 0px 5px #111;
	box-shadow: 0px 0px 5px #111;
	}
	
	.logo{
	width:75%;
	min-width:890px;
	height:20px;
	margin:0 auto;
	}
	
	.logo img{
	float:left;
	margin-top:30px;
	}
	
	#header p{
	float:left;
	margin:120px 0 0 20px;
	font-size:1.6em;
	padding:0;
	text-shadow: 1px 1px 8px #111;
	}
	
	#header h1{
	font-family: 'Jacques Francois Shadow', cursive;
	float:left;
	}
/* -----end header----- */
	
	
/* ---------MAIN CONTENT-------- */
	#content{
	background:#FFF6E8;
	width:75%;
	margin:0 auto;
	padding:100px 0 80px 0;
	position:relative;
	min-height:300px;
	z-index:5;
	top:-50px;
	min-width:890px;
	-moz-box-shadow: 0px 0px 5px #111;
	-webkit-box-shadow: 0px 0px 5px #111;
	box-shadow: 0px 0px 5px #111;
	}
	
	.nav{
	position:relative;
	left:-30px;
	}
	
	/* NAVIGATION STYLES */
		.nav ul{
		width:26.67%;
		float:left;
		min-width:200px;
		}
		
		.nav li{
		background:#00495F;
		height:33px;
		padding-top:17px;
		margin:5px 0;
		-moz-box-shadow: -1px 0px 2px #111;
		-webkit-box-shadow: -1px 0px 2px #111;
		box-shadow: -1px 0px 2px #111;
		}
		
		.nav a{
		text-align:center;
		color:#FFF6E8;
		text-decoration:none;
		font-weight:400;
		text-transform:uppercase;
		text-shadow: 0px 0px 3px #111;
		letter-spacing:1px;
		}
		
		.nav li:hover{
		background:#008BB6;
		}
		
		.nav p{
		color:#222;
		padding-left:25%;
		}
	/* end nav styles */
	
	.schedule{
	height: 250px;
	width: 250px;
	}
	
	.info{
	width:53.33%;
	max-width:500px;
	margin-left:29.33%;
	color:#222;
	position:relative;
	}
	
	#employment .info{
	height:500px;
	}
	
	/* TEXT AND IMAGE STYLES */
		.info h1{
		font-size:1.7em;
		}
		
		#contact .info p, h3{
		padding-top:0;
		}
		
		#services .info h2{
		padding-bottom:10px;
		padding-top:10px;
		}
		
		.info h2{
		padding-top:25px;
		}
		
		info h3{
		font-size:.8em;
		font-style:italic;
		}
		
		.info li{
		font-size:0.9em;
		line-height:1.3em;
		font-weight:normal;
		}
		
		.info a{
		color:#00495F;
		text-decoration:none;
		font-weight:bold;
		}
		
		.info a:hover{
		color:#008BB6;
		}
		
		.info img{
		padding-top:20px;
		max-width:100%;
		}
		
		.info a:hover img{
		opacity:0.7;
		}
/* -------end main content------- */		
	

/* -----FOOTER----- */
	#footer{
	background-image:url(../images/noisy_grid_@2X.png);
	background-repeat:repeat;
	width:100%;
	height:100px;
	position:relative;
	bottom:0;
	text-align:center;
	padding-top:20px;
	z-index:10;
	-moz-box-shadow: 0px 0px 5px #111;
	-webkit-box-shadow: 0px 0px 5px #111;
	box-shadow: 0px 0px 5px #111;
	}
	
	#footer p{
	padding:0;
	text-shadow: 0px 0px 3px #111;
	}
	
	#footer a{
	text-decoration:none;
	font-weight:400;
	text-shadow: 0px 0px 3px #111;
	}
	
	#footer a img{
	position:relative;
	top:5px;
	left:7px;
	}
	
	#footer a:hover{
	color:#FF9900;
	}
	
	.credit{
	margin-top:10px;
	}
/* -----end footer----- */


/* -----YOU ARE HERE----- */
#home #homehere,
#services #serviceshere,
#map #maphere,
#contact #contacthere,
#employment #employmenthere{
background:#008BB6;
text-shadow: 0px 0px 3px #222;
}

@media screen and (max-width: 500px) {
body img.back{
display:none;
}

.logo{
width:95%;
min-width:350px;
}
.logo img{
width:150px;
}

#header p{
float:left;
margin:80px 0 0 20px;
width:180px;
font-size:.8em;
padding:0;
}

#content{
width:95%;
min-width:200px;
padding:140px 0 50px 0;
top:-100px;
}

.nav{
position:relative;
left:0px;
top:-120px;
}
	
.nav ul{
width:101%;
margin:0 auto;
position:relative;
left:-2px;
}

.nav li{
height:20px;
padding:10px 0 7px 0;
margin:5px 0;
}

.nav p{
text-align:center;
padding-left:0px;
}

.info{
width:90%;
max-width:300px;
margin:0 auto;
margin-top:0px;
position:relative;
top:-70px;
z-index:-3;
}

.info h1{
height:20px;
position:relative;
top:-30px;
margin:0;
padding:0;
}

.info img{
margin:0;
padding:0;
}

.info a img{
margin-top:15px;
}

#footer{
position:relative;
bottom:0;
height:130px;
}

#footer p{
width:90%;
margin:0 auto;
}

}












