/* document styles */

body {
	background-color:#ccbeaa;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin:0px;
}

a {text-decoration:none;}	

#branding {width:300px;}	

#page {
	width:100%;
	text-align:center;
}

#design {
	width:300px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}



/* section styles */

#header {
	float:left;
	background-color:#424513;
	width:300px;
}

	#logo {float:left; width:300px;}
		#logo img {width:290px;}

	#search {
		float:left;
		width:290px;
		text-align:right;
		margin:5px;
	}

#center {
	float:left;
	width:300px;
}

	#centerLeft {
		float:left;
		background-color:#afa460;
		width:300px;
		text-align:left;
	}

	#centerRight, #imageAlt {display:none;}

#centerInterior {
	float:left;
	background-color:#afa460;
	width:300px;
}

	#centerLeftInterior {
		float:left;
		width:300px;
		text-align:left;
	}	

	#centerRightInterior {
		float:left;
		background-color:#fae0c8;
		width:300px;
	}

#footer {
	float:left;
	background-color:#2b051d;
	width:300px;
}

	#cask {display:none;}	

	#nextMeeting {
		float:left;
		width:290px;
		text-align:left;
		margin:15px;
	}	

	#verticalPipe {display:none;}	

	#mission {
		float:left;
		width:290px;
		text-align:left;
		margin:5px;
	}	

	#copyRight {
		float:left;
		width:290px;
		text-align:left;
		margin:5px;
	}	

	#policies {
		float:left;
		width:290px;
		margin:5px;
		text-align:left;
	}

	#caskInterior {display:none;}	

	#nextMeetingInterior {
		float:left;
		width:290px;
		margin:5px;
	}	

	#verticalPipeInterior {display:none;}	

	#missionInterior {
		float:left;
		width:290px;
		margin:5px;
	}	

	#copyRightInterior {
		float:left;
		width:290px;
		margin:5px;
	}	

	#policiesInterior {
		float:left;
		width:290px;
		margin:5px;
	}



/* form styles */

.searchBox {margin-bottom:5px;}



/* font styles */

.bold {font-weight:bold;}

h1 {font-size:16px; font-weight:bold; background-image:none;}
h2 {margin:2px; font-size:16px; font-weight:bold;}
h3 {margin:2px; font-size:14px; font-weight:bold;}
h4 {margin:2px; line-height:150%; font-weight:bold;}
p {margin:2px; line-height:125%;}

ul li {margin:2px; line-height:125%; list-style-type:circle;}

.pgLinks {color:#7b0929;}
.headLinks{color:#ffffff; font-size:12px; font-weight:bold; margin:5px;}
.goldLinks{color:#fdc45a; font-style:italic;}
	.goldLinksSm{color:#fdc45a;}

.spacing, .spacing1, .spacing2{margin-right:2px; margin-left:2px;}

.whiteText{color:#ffffff;}
.footerText{color:#ffffff; font-size:8px;}