@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixLtHdr #container {
	width: 810px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/dreamweaver%20basic%20images/home_background.jpg);
} 
.twoColFixLtHdr #header {
} 
#nav_bar {
	float: left;
	height: 30px;
	width: 780px;
	margin-left: 15px;
}
#main_image {
	float: left;
	height: 160px;
	width: 780px;
	margin-left: 15px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	margin-left: 15px;
}
#sidebar_heading {
	font-family: "Gill Sans";
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	float: left;
	height: 28px;
	width: 230px;
	padding-top: 14px;
	padding-left: 10px;
}
#sidebar_container {
	float: left;
	width: 240px;
	padding-top: 10px;
	font-family: "Gill Sans";
	font-size: 10pt;
	color: #000000;
}
.sidebar_text {
	font-family: "Gill Sans";
	font-size: 10pt;
	color: #000000;
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.sidebar_h1 {
	font-family: "Gill Sans";
	font-size: 12pt;
	color: #336600;
}
#calendar {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 8px;
	float: left;
	width: 225px;
	height: 225px;
}
#logo_container {
	float: left;
	width: 218px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #999999;
}
.twoColFixLtHdr #mainContent {
	float: left;
	width: 540px;
} 
#main_heading {
	font-family: Kaela;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: 30px;
	width: 510px;
	padding-left: 30px;
	background-color: #30482B;
	padding-top: 6px;
	padding-bottom: 6px;
}
#content_container {
	font-family: "Gill Sans";
	font-size: 10pt;
	color: #000000;
	float: left;
	width: 515px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 10px;
}
.new_news {
	float: left;
	width: 485px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.image_container {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}
.photo_source {
	font-family: "Gill Sans";
	font-size: 8pt;
	color: #000000;
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 3px;
	width: 220px;
}
.full_page_image_container {
	margin-top: 10px;
	margin-bottom: 10px;
}
.news_heading {
	font-family: "Gill Sans";
	font-size: 12pt;
	color: #336600;
}
.twoColFixLtHdr #footer {
	background:#DDDDDD;
} 
.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;
}
.date {
	font-family: "Gill Sans";
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
.main_text {
	font-family: "Gill Sans";
	font-size: 10pt;
	color: #000000;
}
.ezrock_logo_container {
	height: 57px;
	width: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
