﻿body {
}


/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Page Pack 01
   Venezia Vertical 2 Column
  -----------------------------------
*/
/*
PAGE LAYOUT STYLES
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #eaedea;
	
}

.body2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	
	
}
/*
This is a DIV that surrounds the page content and centers it. It
is set to a relative position so that we can nest absolutely
positioned elements inside it.*/
#wrapper {
	position: relative;
	width: 750px;
	margin: 0 auto;
}
/*
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 {
	width: 748px;
	background-color:White;	
	border: 1px solid #333333;
	border-top: 0;
	clear: both;
}
/*
This rule sets the masthead pizza graphic as a background on the DIV
that contains the embedded logo image. The embedded image appears naturally
at the left edge of the parent masthead cell, while the pizza background
is displayed at the right edge.*/
#logodiv {
	background-color: White;	
}
/*
The sidebar is positioned absolutely inside the relatively positioned
wrapper DIV.*/
#sidebar {
	position: absolute;
	top: 131px;
	left: 0;
	width: 180px;
	border-left: 1px solid #333333;
	border-bottom: 4px solid #333333;
}
/*
Sidecontent is a static DIV nested inside the sidebar, and below the menu. This
allows us to set padding for only this DIV, thereby permitting the menu to be
flush with the edges of the sidebar.*/
#sidecontent {
	font-size: 0.75em;
	background-color: #ffffff;
	padding: 12px;
	border-top: 1px solid #0000ff;
}
/*
Sets styles for the main content DIV. Note that the
verticalRule background image is the dashed border between the
main content cell and the sidebar. The left margin of 181px allows
this DIV to clear the right edge of tha absolutely positioned
sidebar.*/
#maincontent {
	margin-left: 181px;
	width: 510px;	
	background-image: url(images/vzh_verticalRule.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px 30px;	
	font-size: 0.85em;
	line-height: 1.5em;
	background-color:White;

}

/*
Sets styles for the main content DIV. Note that the
verticalRule background image is the dashed border between the
main content cell and the sidebar. The left margin of 181px allows
this DIV to clear the right edge of tha absolutely positioned
sidebar.*/
#maincontentnew {
	font-size: 10pt;
	background-color:White;
}

#maincontentab {
	margin-left: 181px;
	width: 570px;	
	background-image: url(images/vzh_verticalRule.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	font-size: 0.85em;
	line-height: 1.5em;
	background-color:White;
}
/*
The sidebar is positioned absolutely inside the relatively positioned
wrapper DIV. It's left is set to 670px to clear the left sidebar
and maincontent DIV that are to its left.*/
#sidebar2 {
	position: absolute;
	top: 103px;
	left: 649px;
	width: 100px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #CCCCCC;
}
#sidebar2 p{margin:0;}

.h3class{
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	margin: 0px;
	line-height: normal;
	color: #046223;
	font-size: 1.7em;
}

h1, h2, h3 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	margin: 0px;
	line-height: normal;
	color: #046223;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
	margin: 0;
}
h3 {
	font-size: 1.4em;
	margin: 24px 0px 0px;
}
#sidebar h3 {
	color: #FFFFFF;
	margin: 0;
}
#footer {
	font-size: .75em;
	color: #D14550;
	padding: 12px 0px 12px 182px;
}

.internallink:visited
{
	color: #666666;
}

.internallink
{
	color: #333333;
	font-style:italic;
}

.internallink:hover
{
	text-decoration:underline;
}


.hcplink
{
	color: #046223;
	font-weight:bold;
}

.hcplink:hover
{
color: #046223;
	text-decoration:underline;
}

a.linkopacity img {
filter:alpha(opacity=90); 
-moz-opacity: 0.9; 
opacity: 0.9;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}



/*
Sets link styles for all links on the page except the Pop Menu Magic Menu.
a:link {
	color: #333333;
	font-weight:bold;
}
a:visited {
	color: #333333;
}*/
/* a:hover, a:active, a:focus {
	color: #D14550;
}
*/

#menuitem a:link 
{
	color: #ffffff;
	font-weight: bold;
}

#sidecontent a:link {
	color: #FFFFFF;
}
#sidecontent a:visited {
	color: #333333;
}
/*
#sidecontent a:hover, a:active, a:focus {
	color: #000000;
}
*/

.boardmembername
{
	font-family: "Palatino Linotype" , Georgia, "Times New Roman" , serif;
	margin: 0px;
	line-height: normal;
	font-size: 1.4em;
}

.boardmemberinfo
{
	font-size: 0.75em;
}

.menuactive{
	background-color: #046223;
	color: #FFFFFF;
	letter-spacing: .01px;
}

.menuinactive 
{
	background-color: #ffffff;
	color: #333333;
	letter-spacing: .01px;	
}

.insetlink
{
	color:#ffffff;
	text-decoration:none;
}

.insetlink:hover
{
	text-decoration:underline;
}

.menuclass
{
	background-color: #046223;
	
}

.smallext
{
	font-size:small;
}

.requiredfield
{
	font-size: small;
	color: #046223;
	font-weight:bolder;
	margin-right:5px;
}

.optionalfield
{
	font-size: small;
	font-weight: bold;
	color: #046223;	
	margin-right:5px;
}

.itemheader
{
	font-size:small;
	color:#046223;
	font-weight: bold;
}

.attendeetable
{
	border: solid thin black;
	background-color:#eaedea;
}
	.quoteclass
	{
		font-style: italic;
		
		color: #000000;
		
		line-height: 12pt;
		margin-bottom: 4px;
		
	}
	
	.quotebyclass
{
	font-weight: normal;
	
	
	line-height: 12pt;
}
	
	.quotedividerclass
{
	width: 100%;
	height: 10;
	background-image: url(../images/divider.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.photogalleryitemstyle{

margin: 5px 5px 0px 0px;
height:25px;
color: #046223;
font-weight:bold;


}
.advisoryboardtable{
background-image: url(images/abbkg.jpg); background-repeat: no-repeat;
                    background-color: #d1e2d6
}

  .regwizardprev
{
	background-image: url(images/regwizardprev.jpg);
	text-align: left;
	background-repeat: no-repeat;
}

.regwizardnext
{
	background-image: url(images/regwizardnext.jpg);
	text-align: right;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.regwizardprev, .regwizardnext, .regwizardheader
{
	font-family: calibri,Tahoma,arial,sans-serif;
	font-size: 12pt;
	color: white;
	font-weight: bold;
}

.regwizardlabel, .regwizardtextbox, .regwizardcheckbox, .regwizarddropdown, .regwizardlink
{
	font-family: calibri,Tahoma,arial, Sans-Serif;
	font-size: 10pt;
	color: #cc6600;
}

.regwizardlink
{
	text-decoration: none;
}

.regwizardlink:hover
{
	text-decoration: underline;
}


.regwizarddropdown
{
	margin-top:5px;
}

.regwizardheadercell
{
	background-image: url(images/regwizardheader.jpg);text-align: left;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.regwizarderror
{
	font-family:calibri,tahoma,arial,sans-serif;
	font-size:8pt;
	color: Maroon;
}

.regwizardcvvimage
{
	float:right;
}

.regwizardbiglabel
{
font-family: calibri, tahoma, arial, sans-serif
	font-size:14pt;
	color: #cc6600;
	font-weight: bold;
}

.regwizardtopright
{
	
	background-color: #cc6600;
}

.regwizardright
{
	
	background-color: white;
}



.regwizardbottom
{
	
	background-color: white;
}


.regwizardbottomright
{
	
	background-color: white;
}
.regwizardbottomleft
{
    
	background-color: white;
	
}
.regwizardtop
{
	
	
	background-color: #cc6600;
}

.regwizardtopleft
{
	
	background-color: #cc6600;
}

.regwizardleft
{
		
	background-color: white;
}

.regwizardcontent
{
	background-color:White;
}

.regwizardtable
{
font-family: calibri,tahoma,arial,sans-serif;
	background-color:White;
}


.menubarclass
{
	margin:0 0 0 0;
}

.normaltext
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size:10pt;
	
}

.regbackground
{
	background-repeat:no-repeat;
}

.margin
{
	margin: 0 0 0 0;
}