﻿/* CSS layout */


#page_container {

	margin: auto;

	width: 980px;

	border: 1px solid #C0C0C0;

	background-color: #FFFFFF;

}

#masthead {
	background-position: left;
	border-width: thin;
	border-color: #E1E1E1;
	width: 100%;
	height: 100px;
	border-bottom-style: solid;
	background-image: url('images/haw_creek_masthead.jpg');
	background-repeat: repeat;
	text-align: center;
}

#right_masthead {

	position: relative;

	width: 180px;

	height: 100px;

	z-index: 0;

	float: right;

	background-color: f8f8f8;

}



#top_nav {
	text-align: center;
}

#container {
	position: relative;
	width: 100%;
	height: auto;
}

#left_col {

	padding: 0px;

	width: 160px;

	position: absolute;

}



#page_content {

	position: relative;

	padding: 5px;

	margin: 10px 190px 10px 180px;

	border: thin dashed #E1E1E1;

	background-color: #FFFFFF;

	height: auto;

}

#right_col {

	padding: 5px;

	width: 160px;

	position: absolute;

	right: 0px;

	top: 0px;

}



#footer {

	text-align: center;

}



.image_border_format {

	border-width: 0;

}

.body_text {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #000000;
	text-align: left;
}

.body_text_indent {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
}
.body_text_indent_bulletted {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #000000;
	margin-left: 20px;
}
</style>

.centered {
	text-align: center;
}
.masthead_title {
	font-size: xx-large;
}
.page_title_tagline {
	font-size: small;
}

.site_menu2 {
	font-family: fantasy;
	font-size: 12px;
	color: #004800;
	text-decoration: none;
}

.image_title {
	font-style: normal;
	font-size: x-small;
	font-weight: bold;
}
.image_in_text_left {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.image_in_text_right {
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.Current_page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}

.right_content_picture {
	margin-right: 5px;
	margin-bottom: 10px;
	float: right;
	width: 300px;
}
.left_content_picture {
	margin-bottom: 10px;
	float: left;
	width: 290px;
}



