@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #222222 url(images/body_bg.jpg) repeat-x scroll left top;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 990px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background: url(images/header_bg.jpg) no-repeat left top;
	padding: 40px 0px 0px;  /* 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. */
	height: 137px;
	margin-bottom: 33px;
} 
#navigation {
	float: right;
	margin-top: 87px;
	margin-right: 51px;
}

#welcome {
	width: 475px;
	border: 5px solid #444444;
	background: #FFFFFF;
	padding: 10px 10px 5px 5px;
	height: 175px;
}
#welcome p {
	margin: 12px 0px;
	line-height: 1.5em;
}
#photoHome {
	float: right;
	width: 470px;
	border: 5px solid #444444;
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 190px;
}
#contentBar {
	border: 5px solid #444444;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}


#contentBarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 311px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 0px 5px; /* padding keeps the content of the div away from the edges */
	border-right: 1px dotted #777777;
	height: 185px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contentBarLeft p {
	color: #777777;
	line-height: 1.5em;
	margin: 12px 0px 0px;
}
.homeNewsDate {
	display: block;
	color: #222222;
	margin-top: 12px;
}
.homeNewsTitle {
	display: block;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.homeNewsTitle a {
	color: #222222;
	text-decoration: underline;
}
.homeNewsTitle a:hover {
	color: #66FF00;
}


#contentBarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 317px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px; /* padding keeps the content of the div away from the edges */
	border-left: 1px dotted #777777;
	height: 185px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contentBarRight p {
	margin: 6px 0px 8px;
	line-height: 1.5em;
	color: #777777;
}

#contentBarMiddle {
	margin: 5px 334px 5px 328px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#contentBarMiddle p {
	line-height: 1.5em;
	color: #777777;
	margin: 12px 0px 0px;
}
#mainContent {
	border: 5px solid #444444;
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
}
#mainContent p {
	margin-top: 12px;
	line-height: 1.8em;
}
.newsTitle {
	font-size: 24px;
	color: #66FF00;
	font-weight: bold;
}
.newsDate {
	color: #BBBBBB;
	display: block;
}
.newsStory img {
	padding: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 3px solid #BBBBBB;
}

#newsListings {
	float: right;
	margin-top: 12px;
	width: 380px;
}
#newsListings p {
	margin: 0px;
	padding: 0px;
}
#newsListings a {
	color: #0000FF;
	text-decoration: underline;
}
#newsListings a:hover {
	text-decoration: none;
}
#newsArticle {
	margin-right: 400px;
	margin-top: 12px;
	padding-right: 20px;
	border-right: 1px dotted #BBBBBB;
}




#footer {
	padding: 0 5px;
} 
#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 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #555555;
}
#footer a {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
#footerRight {
	float: right;
	color: #555555;
}
#footerRight a {
	font-weight: normal;
	text-decoration: underline;
	color: #555555;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.scheduleRight {
	float: right;
	width: 480px;
	border-left: 1px dotted #777777;
	margin-top: 15px;
	margin-bottom: 30px;
}

.scheduleLeft {
	margin-right: 490px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.scheduleRow {
	border-bottom: 1px dotted #777777;
}
.contactForm {
	float: right;
	width: 490px;
	height: 150px;
	border-left: 1px dotted #777777;
	padding-left: 10px;
}
