@charset "utf-8";
/* CSS Document */


body {
	background:url(../images/background.gif);
	background-repeat:repeat;
	background-position:top center;
	margin: 0px;
	font-family:Tahoma, Arial;
	color:#585858;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
}

#container {
	width:806px;
	background-color:white;
	margin:0 auto 0 auto;
}

#login {
	background-color:black;
	width:100%;
	padding:5px 0 5px 0;
	height:20px;
}

	#login span {
		font-family:Tahoma, Arial;
		color:#dcdada;
		font-size:11px;
		font-weight:bold;
		padding:0 5px 0 10px;
	}

.form_text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #999999;
}

.go_btn {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight:bold;
	background-color:#b5002f;
	height:18px;
	padding:0 2px 0 2px;
	color:#FFFFFF;
	text-align:center;
	border:none;
	margin-bottom:-1px;
}
	.go_btn:hover {
		background-color: #490013;
	}

#header {
	width:100%;
	height:255px;
	background-color:#490013;
	text-align:right;
}

#content {
	background:url(../images/wine01.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:0;
	
}

	#content div {
		margin-left:75px;
		margin-top:43px;
	}

		#content div p {
			padding-left:25px;
		}
		
		#content div div {
			margin:0;
		}

#contact {
	background:url(../images/contact_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:250px;
	height:220px;
	float:left;
	margin: 0;
}

	#contact p {
		padding-left:10px;
		color:#FFFFFF;
		margin-top:0px;
	}
		#contact p a{
			color:#FFFFFF;
			font-weight:bold;
			text-decoration:none;
		}
		
		#contact p a:hover {
			text-decoration:underline;
		}
		
#board_members {
	float:left;
	padding-left: 50px;
	width:174px;
	height:220px;
}
	#board_members p {
		padding-left:10px;
	}
	
.dark_link {
	color:#490013;
	font-weight:bold;
	text-decoration:none;
	}
.dark_link:hover {
	text-decoration:underline;
	}
	
#container_2 {
	line-height:220px;
	padding-bottom:5px;
	}

#our_mission {
	text-align:right;
	margin-right:75px;
	clear:both;
}

	#our_mission div {
		border-top:solid 1px;
		border-color:#e4e4e4;
		padding-top:5px;
		padding-bottom:5px;
		text-align:left;
	}

#footer {
	margin-top:15px;
	border-top:solid 1px;
	border-color:#e4e4e4;
	padding-top:5px;
	margin-left:75px;
	margin-right:75px;
	padding-top:5px;
	text-align:left;
	color:#9f9f9f;
	clear:both;
}
	#footer div {
		float:right;
	}
		#footer div a {
			color:#490013;
			text-decoration:none;
		}
		#footer div a:hover {
			text-decoration:underline;
		}

.headline {
	font-family:Georgia, Palatino;
	font-size:20px;
	color:#490013;
}
.headline2 {
	font-family:Georgia, Palatino;
	font-size:14px;
	color:#490013;
}

#subnav {
	float:left;
	margin-left:15px;
}
	#subnav div {
		font-family:Tahoma, Arial;
		color: #585858;
		font-weight:bold;
		font-size:12px;
		width:150px;
		padding-bottom:10px;
		padding-top:10px;
		border-bottom:1px solid;
		border-color:#dedede;
	}
		#subnav div a {
			font-family:Tahoma, Arial;
			color: #585858;
			font-size:12px;
			text-decoration:none;
			font-weight:normal;
		}
		#subnav div a:hover {
			font-weight:bold;
		}
		
#inner_content {
	float:left;
	width:475px;
	margin:50px 0 100px 100px;
}

	#inner_content .headline {
		width:400px;
		border-bottom:1px solid;
		border-color:#dedede;
	}
	
#inner_content2 {
	float:left;
	width:700px;
	margin:50px 0 100px 0;
	padding-left: 75px;
}
	#inner_content2 .headline {
		width:400px;
		border-bottom:1px solid;
		border-color:#dedede;
	}
	
.bylaws1 {
	font-size:14px;
	color:#490013;
	font-weight:bold;
	text-transform:uppercase;
}

.alt_row {
	background-color:#490013;
	color:white;
}

.pdf_icon {
	float:left;
	margin-top:-7px;
	border:0;
}

.plcb_container {
	clear:both;
	margin-top:50px;
}

.plcb1 {
	clear:both;
	float:left;
	width:200px;
}

.plcb2 {
	float:left;
	margin-left:50px;
	widows:200px;
}

.img_float_right {
	float:right;
	padding-left:50px;
	margin-right:50px;
}

#officers {
	float:left;
	width:275px;
}

#members2 {
	float:left;
	margin-left:50px;
	width:375px;
}
	#members2 div {
		width:175px;
		padding:0 5px 0 5px;
		float:left;
	}
	#members2 p {
		clear:both;
	}

#member_main {
	width:400px;
	float:left;
}

#member_other {
	width:250px;
	margin-left:50px;
	float:left;
}

.events_container {
	width:250px;
	margin-top:50px;
	float:left;
	margin-left:50px;
}
	.events_container .headline {
		border-bottom: 1px solid #DEDEDE;
	}


