/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Page Pack 01
   Venezia Horizontal 2 Column
  -----------------------------------
*/
/*
PAGE LAYOUT STYLES
*/
/*
The background image is set to be fixed (while the page is scrolled) by
use of the background-attachment property.*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/vzh_veggies.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 24px 0 0;
}
/*
Sets the large masthead background image, sets the height of the table cell
to match the height of the background image. Sets the table cell contents
to align in the middle. */
#masthead {
	background-image: url(../images/vzh_mastbg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFff;
	border-bottom: 1px solid #333333;
}

/*
This is a DIV that surrounds the page content and centers it.
Because of the way this page is structured, it serves to work around
a bug in IE5 Mac to ensure the page centers.*/
#pagewrapper {
	width: 43em;
	margin: 0 auto;
}
/*The main content tables are set to a width of 43em. This unit of
measure allows the page content to scale in width if the user resizes
text. The width is the same as the width set for the pagewrapper DIV.*/
#contentTable, #footerTable {
	width: 43em;
}
#contentTable {
	border: 2px solid #336600;
}
/*
Sets borders and background for the top-level menu items-
and font-size for the entire menu.*/
#menubar {
	background-image: url(../images/menubarbg.jpg);
	background-repeat: repeat-x;
	background-color: #616161;
	border-bottom: 1px solid #336600;
	font-size: 0.9em;
	}
/*
Sets styles for the main content table cell. Note that the
verticalRule background image is the dashed border between the
main content cell and the sidebar.*/
#maincontent {
	padding: 30px;
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-position: right top;
	vertical-align: top;
	width: 700px;
}

#footer {
	font-size: 0.7em;
	color: #003300;
	padding-top: 16px;
	padding-bottom: 16px;
}
#footer a:	{
	color: #663300;
	text-decoration:none;
	
	}
#footer a:visited {
	color: #663300;
	text-decoration:none;
	}
h1, h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	line-height: normal;
	color: #003300;
}
h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	}
.mfma	{
	color: #003300;
	font-weight: 700;
	}
/*
Sets link styles for all links on the page except the Pop Menu Magic Menu.*/
a:link {
	color: #006600;
	font-weight: 600;
	text-decoration:none;
	
}
a:visited {
	color: #006600;
	text-decoration:none;
	
	font-weight: 600;
}
a:hover, a:active, a:focus {
	color: #663333;
	font-weight: 600;
}
.afloatright {
	float: right;
	margin: 5px 0px 5px 10px;
	}
.memberDesc	{
	width: 278px;
	margin: 5px 5px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px;
	}

.floatleft	{
	float: left;
	margin: 5px 10px 5px 0px;
	}
.floatleftMem  {
	float: left;
	margin: 5px 10px 5px 5px;
	}
.toc a {
	font-size: 12px;
	color: #663300;
	text-decoration: none;
	}
.description {
	float: right;
	width: 300px;
	}
.member {
	margin: 0;
	padding: 0;
	}
.member h1 {
	margin: 0px 0 10px 0;
	padding: 0;
	font-size: 24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003300;
	}
.member h3 {
	margin: 0;
	padding: 0;
	color: #003300;
	font-size: 18px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.member .addLine {
	margin: 0px 0px 10px 0px;
	padding: 0;
	color: #003300;
	border-top: 1px solid #003300;
	}
	.member .addLine2 {
	margin: 10px 0px 0px 0px;
	padding: 0;
	color: #003300;
	border-bottom: 1px solid #003300;
	}
.member .websiteURL {
	margin: 15px 0 0;
	}
.member .location2 {
	margin: 12px 0 0;
	}
.member .contactInfo {
	float:left;
	width 250px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	}
.member .col2 {
	float: right;
	width: 300px;
	margin: 0px 10px 10px 10px;
	padding:10px;
	}
.member .col2 .event {
	margin: 0px 0px 15px 0px;
	}
.member p {
	margin: 0;
	padding: 0;
	}

.member .col2 .event h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight:bold;
	}
.member .col2 .rightpix {
	float: right;
	margin: 5px 0px 4px 6px;
	}

.clearfloat {
	font-size:1px;
	line-height:0;
	height: 0;
	margin:0;
	clear: both;
	}
.cityState {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	margin: 0;
	padding: 0;
	}