/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
	min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}
.default-row-spacer{
    margin-bottom:30px;
}
.default-spacer{
    margin-right:10px;
}
.large-row-spacer{
    margin-bottom:150px;
}

h1,h2,h3,h4,p,h5,h6,h7{font-family:sans-serif;}
h1,h2{
line-height: 30px;
color:#000;
text-shadow: 5px 2px 5px #cccccc;
display: inline;
}
h1{
font-weight: 600;
font-size:20px;
}
h2{
font-size: 12px;
font-style: italic;
}
h3 {
	z-index:99;
    position:absolute;
   color: white; 
   font: bold 30px/45px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(178, 178, 178); /* fallback color */
   background: rgba(178, 178, 178, .6);
   padding: 10px; 

   }
h4{
text-align:center;
}
hr {margin-top:-10px;
    border: 0;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#CCC), to(#CCC), color-stop(50%, #333));
}

h7{
font-weight:600;
font-size:22px;
color:#C0C0C0;
}

/*######################## COUNTER ###########################*/

/*######################## COUNTER ###########################*/

/*########  SECTIONS  ######*/
.theHead{
	background-color:#a8d8f0;
    background-repeat:repeat-x;
}
#headStick{
	position:fixed;
    display:block;
    width: 100%;
    z-index:100;
}
	header li{
	list-style: none;
	display: inline;
	font-size: 12px;
	margin-left: 5px;
	font-family: sans-serif;
	}
	a:link{
		text-decoration: none;
		color:#000;
	}
	a:hover{
		text-decoration:underline;
	}
	a:visited{
		color:#000;
	}
	nav{
	text-align: right;
	line-height: 0px;}
.main{
min-width: 960px;
height: 321px;
height: auto;
background-color:#487890;
}
	.main li img{
	display: block;
/* 	position:absolute;padding-top:5px;*/
 	width:960px; 
	height:311px;
	
	}
.whoWeAre{
background-color:#fbb03b;
height: 196px;
}
	.whoWeAre img,.programs img{
	 display: block;
    margin-left: auto;
    margin-right: auto;}
	.left{
	left:0px;
	position:relative;
	}
	.mid{
	left:10px;
	position:relative;
	}
	.right{
	left:50px;
	position:relative;
	}
.programs{
background-color:#fff;
height: 400px;
}
	.programList{
	margin-bottom:25px;
	}

.links{
background-color:#781800;
height: 250px;
}
	.links h4{color:#fff;}
	.links a{
	line-height:40px;
	list-style: none;
	font-size: 20px;
	margin-left: 5px;
	font-family: sans-serif;
	color:#fff;
	}
	.R{text-align: right;}

	
.footer{margin-top:0;
    height: 60px;
    background: -webkit-linear-gradient(#808080, #4b4b4b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#808080, #4b4b4b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#808080, #4b4b4b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#808080, #4b4b4b); /* Standard syntax (must be last) */
	bottom:0px;
}
	.footer p{
	font-family:sans-serif;
	font-size:13px;
	color:#fff;
	text-align:center;
	}
	
/*###############################*/


/* PAGES ########################### */
	.bod img,.bod1 img{
	width:200px; 
	height:250px;
	/* padding-top:50px; */
	}
	.bod1 img{
	padding-top:50px;
	}
	.bod p{
	font-size:16px;
	}
	.bod li {
	list-style: none;
	font-size: 18px;
	margin-left: 1px;
	font-family: sans-serif;
	}
	.CSFP p{
	color: #34495e;
	}
	.CSFP td, .CSFP li{
	color: #ecf0f1;
	}
	
	#serviceList li{
	list-style-type: circle;
	}
	
	.bod1 img{
	padding-top:10px;
	}
	.bod1 p{
	font-size:14px;
	}
	
	.bod2 img{
	width:450px;
	height: 250px;
	align: center;
	}
	
	.meals p{
	background: rgb(112, 0, 0); /* fallback color */
   background: rgba(112, 0, 0, .6);
   padding: 10px; 
   font-size:20px;
   text-align:center;
   color:white;
	}
	#p2{
	left:50;
	z-index:98;
	background: rgb(172,164,149); /* fallback color */
   background: rgba(172,164,149,.4);
   padding: 21px;  
   font-size:22px;
   font-family: 'Permanent Marker', cursive;
   color:white;
   margin-top:0;
   position:relative;
   /* height:100%; */
	}
	
	#mealposter{
	z-index:98;
	background: rgb(231,85,74);
   padding: 21px; 
   height:100%;
	}

	.transList li{
	line-height: 45px;
	text-align: center;
    font-size: 20px;

	}
	.transList li span{
	color:#F56E00;
	 }
	 
	 .transTable{
	 width: 400px;
	 height: 200px;
	 border-top: 15px solid #95a5a6;
	 padding: 10px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, .8);
	margin-bottom: 15px;
	 }
		.transTable tr{
			
		}
		.transTable td{
			width: ;
			white-space: nowrap;
			height: 0px;
		}
		.transTable p{
		font-size: 18px;
		color:white;
		}
		#p3{
		font-style:bold;
			color:silver;
		}
		
    .census{
    	font-family: "Arial Black", Gadget, sans-serif;
    	font-size: 20px;
    	color: #333;
    	text-align: center;
    	margin: 35px 0;
    }
    .census .twenty{
    	font-size: 1.35em;
    	 }
    .em_blue{color: blue;}
    .em_red{color:red;}