@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	background: #042F36 url(www/images/design/BgndBar2.jpg) repeat-x;
}
#wrapper {
	width: 1020px;
	background-image: url(www/images/design/Wrapper.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}
#container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #88A9AC;
}
#header {
	background: #115259;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#title {
	padding-left: 10px;
	width: 500px;
	float: left;

}
#hdrDiv {
	float: right;
	width: 400px;
	color: #DCC78F;

}
#nav {
		
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FF0;
}
a:link {
	color: #FC3;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CEE2E3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FC9;
	text-decoration: underline;
}
a:active {
	color: #C00;
	text-decoration: none;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #88A9AC;
}

/* Home page divs */
#frontPics {
	height: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
	background: #176B75 url(www/images/greenCurtain.jpg);
}
#showing {
	padding-top: 8px;

}
#news {
	width: 460px;
}
#leftDiv {
	width: 440px;
	float: left;
	margin-left: 10px;
	background-color: #88A9AC;
	background-image: url(www/images/design/DivFiller.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	font-size: 90%;
}
#leftDivSmall {
	width: 350px;
	float: left;
	font-size: 90%;
}
#rightDiv {
	width: 425px;
	float: right;
	background-color: #88A9AC;
	background-image: url(www/images/design/DivFiller.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 90%;
}
#rightDivSmall {
	width: 550px;
	float: right;
	font-size: 90%;
}
#navSide {
	font-size: 85%;
	width: 160px;
	float: left;
}
#iframeLeft {
	width: 210px;
	float: left;
}

#fillContent {
	margin: 10px auto;
	padding: 20px 20px 20px 60px;
}
#floatDivRight {
	width: 720px;
	float: right;
		
}
#floatDivsmallRight {
	width: 475px;
	float: right;
	margin: 0px 10px 0px 0px;
		
}
#snowfall {
	background: url(www/images/SnowDay.png) no-repeat center top;
	height: 250px;
}
img {
	padding: 0 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}

.TableData {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#clear {
	clear: both;
	height: 0;
}

#footer {
	padding: 0 10px;
	background-color: #0B3135;
	line-height: 0.8em;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #88A9AC;
	font-size: 70%;
	font-family: Verdana, Geneva, sans-serif;
}
