@charset "UTF-8";
/* CSS Document */


/*Home page or Index Content Area*/

#slideshow {
	height:265px;
	width:525px;
	float:left;
	overflow:hidden;
}
.slide {
	display: none;
}	

#missionstatement {
	background-color:#FFF;
	height:243px;
	width:420px;
	float:left;
	margin-top: 11px;
	margin-left:15px;
	color: #003366;
}
	#missionstatementtext {
		background-color:;
		height:148px;
		width: 344px;
		margin-left:22px;
		margin-top:10px;
	}
	.missionstatementbodytext {
		font-size:15px;
	}
	#missionstatement img {
		margin-left: -22px;
		margin-top:8px;
	}

/*this is the blue bar that holds the controls, captions and Social Media Feeds on the homepage*/
#indexutilitybar {
	background-color:#003366;
	height:40px;
	width: 960;	
	float:left;
}
	#slideshowcontrols {
		background-color:;
		height:40px;
		width:160px;
		float: left;
	}
		#slideshowcontrols img {
			margin-top:7px;
			margin-left:3px;
		}
	#slideshowcaption {
		background-color:;
		height:37px;
		width:365px;
		float: left;
		margin-top:-5px;
		color: white;
	}
	#socialmediafeed {
	height: 40px;
	width:116px;
	float:left;
	margin-left:40px;
	background-position: right;
	}
		#socialmediafeed img {
			margin-left: 35px;
			margin-top:9px;
		}
	#livefeed {
		background-color:;
		height:40px;
		width:220px;
		float: left;
		margin-left:59px;
		font-size:12px;
		color:#FF9933;
		overflow: hidden;
	}
	#livefeed p {
		margin-top: 5px;
		padding-right:5px;
	}
	#livefeed a, #livefeed a:visited {
        color: #ff9933
    }
/*Bottom of the Home page or Index Content Area*/

/* This area is for the bottom 3 columns of content on the homepage  */
#bottomcontent {
	background-color:#FFF;
	width:960px;
	height: auto;
	min-height:336px;
	float:left;
	color: #003366;
}
	#bottomcontentleft {
		background-color:;
		width: 318px;
		height: 302px;
		float:left;
	}
		#bottomcontentleftposttitle {
			background-color:;
			width: 256px;
			height:30px;
			margin-top:20px;
			margin-left:30px;
			text-align:center;
			font-size:24px;
		}
		#bottomcontentleftpost { /*this is the div where the wordpress post will be inserted */
			background-color:;
			width:236px;
			height:200px;
			margin-left: 40px;
			}
			#bottomcontentleft img {
			margin-left: 30px;
			margin-bottom:10px;
			}
			#bottomcontentleft a {
				text-decoration:none;
				color:#0074e8;
				}
	#bottomcontentcenter {
		background-color:;
		width: 318px;
		height: 302px;
		float:left;
	}
		#bottomcontentcenterposttitle {
			background-color:;
			width: 256px;
			height:30px;
			margin-top:20px;
			margin-left:30px;
			text-align:center;
			font-size:24px;
		}
		#bottomcontentcenterpost { /*this is the div where the wordpress post will be inserted */
			background-color:;
			width:236px;
			height:200px;
			margin-left: 40px;
			}
			#bottomcontentcenter img {
			margin-left: 30px;
			margin-bottom:10px;
			}
	#bottomcontentright {
		background-color:;
		width: 318px;
		height: 302px;
		float: left;
	}
		#bottomcontentrightposttitle {
			background-color:;
			width: 256px;
			height:30px;
			margin-top:20px;
			margin-left:30px;
			text-align:center;
			font-size:24px;
		}
		#bottomcontentrightpost { /*this is the div where the wordpress post will be inserted */
			background-color:;
			width:236px;
			height:200px;
			margin-left: 40px;
			}
			#bottomcontentright img {
				margin-left: 30px;
				margin-bottom:10px;
			}
		
	#orangedivider {
		background-image:url(images/orangedivider.png);
		background-repeat:no-repeat;
		width: 3px;
		height:302px;
		float:left;
	}
	#orangedivider2 {
		background-image:url(images/orangedivider.png);
		background-repeat:no-repeat;
		width: 3px;
		height:302px;
		float:left;
	}
/*this closes the bottom content of the Home Page ----------------------*/


