body {
 background: url("../images/industryBackground.jpg") repeat; 
 margin: 0 auto;
}

a {
	text-decoration:none;
	color:#6b7530;
	font-weight: bold;
	font-family: arial;
}

#candystrip {
	background: url("../images/candystrip.gif") top center repeat-y; /* red/white strips down sides */
	margin: 0 auto; /* center the page in the center of the browser */
	width: 739px;
	margin-top: 5px;
	padding-bottom:10px;
}

.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:10px;
}

.time {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
}

.sponsor {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-style:italic;
	text-align:center;
	text-decoration:underline;
}

#mainContentContainer {
	position: relative;
	display: block;
}


#mainContent {
	position: relative;
	width: 658px;
	background-color:#FFFFFF;
	/*border: 1px solid red;*/
}


/* Format the footer links */
#footerContainer {
	margin: auto;
	/* display: block;*/
	/* height:90px; */
	width:679px;
	clear:both;
	/*border: 1px solid black;*/
	padding:10px 0px 10px 0px;
}



/* Contains the Oregon Wine logo and the header photo */
#header {
  margin: 0 auto;
  height: 106px;
  width: 688px;
}

#footer {
	display:block;
	width: 679px;
	text-align: center;
	font-size: 9px; font-family: verdana;	/* These are for the pipes */
}

#footer a {
	font-size: 9px;
	font-family: verdana;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
}

#footer p {
	font-size: 9px;
	font-family: verdana;
	text-transform: uppercase;
	color: #333333;
}

#footer a:hover {
	color: #660033;
}

.schedText td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.symLinks {
	color:#6b7530;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}

.symText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.seminarLinks a {
	color:#333333;
	font-family:arial;
	font-size:12px;
	text-decoration:none;
}

/* -----------------------------
   Begin CSS Dropdown Main Menu 

   [suckerfish]
  
  -----------------------------*/


/*-- div id wrapped around HorizMenuNav component--*/
#mainnav-container {
	width: 679px;
	height:auto;
	height:22px;
	background-color: #666;
	margin: 0 auto;
	text-align:left;
}


.HorizMenuNav,
.HorizMenuNav ul {
  width: 679px;
  font-size: 10px;
  font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
  line-height: 1;
  list-style-image:none;
  list-style-type:none;
  padding: 0pt;
  margin: 0pt;
}

.HorizMenuNav a {
  display:block;
  padding: 0;
  text-decoration: none;
  color: #FFF;
  padding:6px 0 6px 7px;
  white-space:nowrap;
  text-transform: uppercase;
  /*width: 15em;*/
}

.HorizMenuNav li {
  float: left;
  padding: 0;
  /*width: 10em;*/
  background-color: #666;
}

/* Format First Level - Horizontal */
.HorizMenuNav li.Oregon_Winegrowers_Assoc { width: 198px; }
.HorizMenuNav li.Oregon_Wine_Board        { width: 137px; }
.HorizMenuNav li.News_Events              { width: 101px; }
.HorizMenuNav li.Industry_Partners        { width: 134px; }
.HorizMenuNav li.Consumer_Info            { width: 108px; }

/* Hide the submenus */
.HorizMenuNav ul li ul {
  z-index: 600;
  position: absolute;
  left:-999em;
  height:auto;
  width: 245px;   /* set to widest ul, to fix Safari not showing correct width*/

}


/* Format First Vertical List [Second-Level] */
.HorizMenuNav li.Oregon_Winegrowers_Assoc li { width: 198px; }
.HorizMenuNav li.Oregon_Wine_Board li        { width: 137px; }
.HorizMenuNav li.News_Events li              { width: 229px; }
.HorizMenuNav li.Industry_Partners li        { width: 180px; }
.HorizMenuNav li.Consumer_Info li         { width: 109px; }

/* THIRD LEVEL */

/* Set the position of third-level list to the right */
.HorizMenuNav ul li ul ul {
  margin: -1.5em 0 0 10em;
}

/* Format Second Vertical List [Third-Level] */
.HorizMenuNav li.Oregon_Winegrowers_Assoc ul ul {
  margin: -1.8em 0 0 198px !important;
  /*margin: -2.5em 0 0 200px; ie6*/
}


.HorizMenuNav li.Oregon_Wine_Board li li { width: 210px; }
.HorizMenuNav li.Oregon_Wine_Board ul ul {
  margin: -1.8em 0 0 137px !important;
  /*margin: -1.8em 0 0 160px; ie6*/
}



/* FOURTH LEVEL */
/* Set the position of third-level list to the right */
.HorizMenuNav ul li ul ul ul {
  margin: -1em 0 0 10em;
}

.HorizMenuNav li.Industry_Partners ul ul {
    margin:-1.8em 0 0 180px !important;
}

.HorizMenuNav li.Oregon_Wine_Board li li li { width: 210px; }
.HorizMenuNav li.Oregon_Wine_Board ul ul ul {
  margin: -1.8em 0 0 210px !important;
  /*margin: -2.5em 0 0 160px; ie6*/
}


.HorizMenuNav li.Oregon_Wine_Board li li li li { width: 150px; }
.HorizMenuNav li.Oregon_Wine_Board ul ul ul ul {
  margin: -1.8em 0 0 210px !important;
  /*margin: -2.5em 0 0 160px; ie6*/
}

/* Hide it until hovered */
.HorizMenuNav ul li:hover ul ul,
.HorizMenuNav ul li.s9hover ul ul,
.HorizMenuNav ul li:hover ul ul ul,
.HorizMenuNav ul li.s9hover ul ul ul,
.HorizMenuNav ul li:hover ul ul ul ul,
.HorizMenuNav ul li.s9hover ul ul ul ul {
  left: -999em;
}


/* Show the appropiate level when hovered */
.HorizMenuNav ul li:hover ul,
.HorizMenuNav ul li.s9hover ul,
.HorizMenuNav ul li li:hover ul,
.HorizMenuNav ul li li.s9hover ul,
.HorizMenuNav ul li li li:hover ul,
.HorizMenuNav ul li li li.s9hover ul,
.HorizMenuNav ul li li li li:hover ul,
.HorizMenuNav ul li li li li.s9hover ul {
  left: auto;
}




/* Borders on third-level only */
.HorizMenuNav ul li li {
  border-top: 1px solid #CCC;
}

.HorizMenuNav ul li li li {
  border-left: 1px solid #CCC;
}


.HorizMenuNav li:hover, .HorizMenuNav li.s9hover {
background:#000000 none repeat scroll 0%;
}


/* -------------------------------------------------------------------
 *	VERTICAL NAVIGATION START                                          
 * ------------------------------------------------------------------- */

#Nav {
    list-style:none;
    margin:0px;
    padding:0px;
}

#Nav li {
    margin:0px;
    padding:0px;
}

#NavHome a {
	display:block;
	height:29px;
    width:164px;
    background:url(../images/sym_nav.gif) top left no-repeat;
    background-position:0px 0px;
}

#NavHome a:hover {
	background-position:-165px 0px;
}

#NavRegOnline a {
	display:block;
	height:29px;
    width:164px;
    background:url(../images/sym_nav.gif) top left no-repeat;
    background-position:0px -29px;
	
}
#NavRegOnline a:hover {
    background-position:-165px -29px;
}
#NavRegMail a {
	display:block;
    width:164px;
	height:29px;
    background:url(../images/sym_nav.gif) top left no-repeat;
    background-position:0px -58px;
}

#NavRegMail a:hover {
    background-position:-165px -58px;
}

#NavHotelRes a {
	display:block;
	height:29px;
    width:164px;
    background:url(../images/sym_nav.gif) top left no-repeat;
    background-position:0px -87px;
}

#NavHotelRes a:hover {
    background-position:-165px -87px;
}

#NavSchedule a {
	display:block;
	height:28px;
    width:164px;
    background:url(../images/sym_nav.gif) top left no-repeat;
    background-position:0px -116px;
}

#NavSchedule a:hover {
    background-position:-165px -116px;
}

#NavExhibInfo a {
	display:block;
	height:29px;
    width:164px;
    background:url(../images/sym_nav.gif) top left no-repeat;
    background-position:0px -144px;
}

#NavExhibInfo a:hover {
    background-position:-165px -144px;
}

/* ----------------------------------------------
 *	VERTICAL NAVIGATION END
 * ---------------------------------------------- */

/* ----------------------------------------------
 *	CHART START
 * ---------------------------------------------- */

.blackbarBG { background-image:url(../images/sym_sched_blackbarBG.gif); background-repeat:repeat-x; background-position:0px 0px; }
.blackbarTL { background-image:url(../images/sym_sched_blackbarTL.gif); background-repeat:no-repeat; background-position:0px 0px; }
.blackbarTR { background-image:url(../images/sym_sched_blackbarTR.gif); background-repeat:no-repeat; background-position:0px 0px; }
.blackbarBR { background-image:url(../images/sym_sched_blackbarBR.gif); background-repeat:no-repeat; background-position:0px 0px; }
.blackbarBL { background-image:url(../images/sym_sched_blackbarBL.gif); background-repeat:no-repeat; background-position:0px 0px; }
.blackbarBdrL { background-image:url(../images/sym_sched_blackbarBdrL.gif); background-repeat:repeat-y; background-position:0px 0px; }
.blackbarBdrR { background-image:url(../images/sym_sched_blackbarBdrR.gif); background-repeat:repeat-y; background-position:0px 0px; }
.blackbarBdrB { background-image:url(../images/sym_sched_blackbarBdrB.gif); background-repeat:repeat-x; background-position:0px 0px; }
.blackbarBdrT { background-image:url(../images/sym_sched_blackbarBdrT.gif); background-repeat:repeat-x; background-position:0px 0px; }

.bluebarBG { background-image:url(../images/sym_sched_bluebarBG.gif); background-repeat:repeat-x; background-position:0px 0px; }
.bluebarTL { background-image:url(../images/sym_sched_bluebarTL.gif); background-repeat:no-repeat; background-position:0px 0px; }
.bluebarTR { background-image:url(../images/sym_sched_bluebarTR.gif); background-repeat:no-repeat; background-position:0px 0px; }
.bluebarBR { background-image:url(../images/sym_sched_bluebarBR.gif); background-repeat:no-repeat; background-position:0px 0px; }
.bluebarBL { background-image:url(../images/sym_sched_bluebarBL.gif); background-repeat:no-repeat; background-position:0px 0px; }
.bluebarBdrL { background-image:url(../images/sym_sched_bluebarBdrL.gif); background-repeat:repeat-y; background-position:0px 0px; }
.bluebarBdrR { background-image:url(../images/sym_sched_bluebarBdrR.gif); background-repeat:repeat-y; background-position:0px 0px; }
.bluebarBdrB { background-image:url(../images/sym_sched_bluebarBdrB.gif); background-repeat:repeat-x; background-position:0px 0px; }
.bluebarBdrT { background-image:url(../images/sym_sched_bluebarBdrT.gif); background-repeat:repeat-x; background-position:0px 0px; }


.greenbarBG { background-image:url(../images/sym_sched_greenbarBG.gif); background-repeat:repeat-x; background-position:0px 0px; }
.greenbarTL { background-image:url(../images/sym_sched_greenbarTL.gif); background-repeat:no-repeat; background-position:0px 0px; }
.greenbarTR { background-image:url(../images/sym_sched_greenbarTR.gif); background-repeat:no-repeat; background-position:0px 0px; }
.greenbarBR { background-image:url(../images/sym_sched_greenbarBR.gif); background-repeat:no-repeat; background-position:0px 0px; }
.greenbarBL { background-image:url(../images/sym_sched_greenbarBL.gif); background-repeat:no-repeat; background-position:0px 0px; }
.greenbarBdrL { background-image:url(../images/sym_sched_greenbarBdrL.gif); background-repeat:repeat-y; background-position:0px 0px; }
.greenbarBdrR { background-image:url(../images/sym_sched_greenbarBdrR.gif); background-repeat:repeat-y; background-position:0px 0px; }
.greenbarBdrB { background-image:url(../images/sym_sched_greenbarBdrB.gif); background-repeat:repeat-x; background-position:0px 0px; }
.greenbarBdrT { background-image:url(../images/sym_sched_greenbarBdrT.gif); background-repeat:repeat-x; background-position:0px 0px; }
 
.redbarBG { background-image:url(../images/sym_sched_redbarBG.gif); background-repeat:repeat-x; background-position:0px 0px; }
.redbarTL { background-image:url(../images/sym_sched_redbarTL.gif); background-repeat:no-repeat; background-position:0px 0px; }
.redbarTR { background-image:url(../images/sym_sched_redbarTR.gif); background-repeat:no-repeat; background-position:0px 0px; }
.redbarBR { background-image:url(../images/sym_sched_redbarBR.gif); background-repeat:no-repeat; background-position:0px 0px; }
.redbarBL { background-image:url(../images/sym_sched_redbarBL.gif); background-repeat:no-repeat; background-position:0px 0px; }
.redbarBdrL { background-image:url(../images/sym_sched_redbarBdrL.gif); background-repeat:repeat-y; background-position:0px 0px; }
.redbarBdrR { background-image:url(../images/sym_sched_redbarBdrR.gif); background-repeat:repeat-y; background-position:0px 0px; }
.redbarBdrB { background-image:url(../images/sym_sched_redbarBdrB.gif); background-repeat:repeat-x; background-position:0px 0px; }
.redbarBdrT { background-image:url(../images/sym_sched_redbarBdrT.gif); background-repeat:repeat-x; background-position:0px 0px; }

 
.silverbarBG { background-image:url(../images/sym_sched_silverbarBG.gif); background-repeat:repeat-x; background-position:0px 0px; }
.silverbarTL { background-image:url(../images/sym_sched_silverbarTL.gif); background-repeat:no-repeat; background-position:0px 0px; }
.silverbarTR { background-image:url(../images/sym_sched_silverbarTR.gif); background-repeat:no-repeat; background-position:0px 0px; }
.silverbarBR { background-image:url(../images/sym_sched_silverbarBR.gif); background-repeat:no-repeat; background-position:0px 0px; }
.silverbarBL { background-image:url(../images/sym_sched_silverbarBL.gif); background-repeat:no-repeat; background-position:0px 0px; }
.silverbarBdrL { background-image:url(../images/sym_sched_silverbarBdrL.gif); background-repeat:repeat-y; background-position:0px 0px; }
.silverbarBdrR { background-image:url(../images/sym_sched_silverbarBdrR.gif); background-repeat:repeat-y; background-position:0px 0px; }
.silverbarBdrB { background-image:url(../images/sym_sched_silverbarBdrB.gif); background-repeat:repeat-x; background-position:0px 0px; }
.silverbarBdrT { background-image:url(../images/sym_sched_silverbarBdrT.gif); background-repeat:repeat-x; background-position:0px 0px; }

.blue1BG { background-image:url(../images/tblblue1_bg.gif); background-repeat:repeat-x; background-position:0px 0px; }
.blue1TL { background-image:url(../images/tblblue1_tlc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.blue1TR { background-image:url(../images/tblblue1_trc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.blue1BR { background-image:url(../images/tblblue1_brc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.blue1BL { background-image:url(../images/tblblue1_blc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.blue1BdrL { background-image:url(../images/tblblue1_left.gif); background-repeat:repeat-y; background-position:0px 0px; }
.blue1BdrR { background-image:url(../images/tblblue1_right.gif); background-repeat:repeat-y; background-position:0px 0px; }
.blue1BdrB { background-image:url(../images/tblblue1_bottom.gif); background-repeat:repeat-x; background-position:0px 0px; }
.blue1BdrT { background-image:url(../images/tblblue1_top.gif); background-repeat:repeat-x; background-position:0px 0px; }

.blue2BG { background-image:url(../images/tblblue2_bg.gif); background-repeat:repeat-x; background-position:0px 0px; }
.blue2TL { background-image:url(../images/tblblue2_tlc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.blue2TR { background-image:url(../images/tblblue2_trc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.blue2BR { background-image:url(../images/tblblue2_brc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.blue2BL { background-image:url(../images/tblblue2_blc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.blue2BdrL { background-image:url(../images/tblblue2_left.gif); background-repeat:repeat-y; background-position:0px 0px; }
.blue2BdrR { background-image:url(../images/tblblue2_right.gif); background-repeat:repeat-y; background-position:0px 0px; }
.blue2BdrB { background-image:url(../images/tblblue2_bottom.gif); background-repeat:repeat-x; background-position:0px 0px; }
.blue2BdrT { background-image:url(../images/tblblue2_top.gif); background-repeat:repeat-x; background-position:0px 0px; }

.brown1BG { background-image:url(../images/tblbrown1_bg.gif); background-repeat:repeat-x; background-position:0px 0px; }
.brown1TL { background-image:url(../images/tblbrown1_tlc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.brown1TR { background-image:url(../images/tblbrown1_trc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.brown1BR { background-image:url(../images/tblbrown1_brc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.brown1BL { background-image:url(../images/tblbrown1_blc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.brown1BdrL { background-image:url(../images/tblbrown1_left.gif); background-repeat:repeat-y; background-position:0px 0px; }
.brown1BdrR { background-image:url(../images/tblbrown1_right.gif); background-repeat:repeat-y; background-position:0px 0px; }
.brown1BdrB { background-image:url(../images/tblbrown1_bottom.gif); background-repeat:repeat-x; background-position:0px 0px; }
.brown1BdrT { background-image:url(../images/tblbrown1_top.gif); background-repeat:repeat-x; background-position:0px 0px; }
 
.brown2BG { background-image:url(../images/tblbrown2_bg.gif); background-repeat:repeat-x; background-position:0px 0px; }

.green1BG { background-image:url(../images/tblgreen1_bg.gif); background-repeat:repeat-x; background-position:0px 0px; }
.green1TL { background-image:url(../images/tblgreen1_tlc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.green1TR { background-image:url(../images/tblgreen1_trc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.green1BR { background-image:url(../images/tblgreen1_brc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.green1BL { background-image:url(../images/tblgreen1_blc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.green1BdrL { background-image:url(../images/tblgreen1_left.gif); background-repeat:repeat-y; background-position:0px 0px; }
.green1BdrR { background-image:url(../images/tblgreen1_right.gif); background-repeat:repeat-y; background-position:0px 0px; }
.green1BdrB { background-image:url(../images/tblgreen1_bottom.gif); background-repeat:repeat-x; background-position:0px 0px; }
.green1BdrT { background-image:url(../images/tblgreen1_top.gif); background-repeat:repeat-x; background-position:0px 0px; }

.green2BG { background-image:url(../images/tblgreen2_bg.gif); background-repeat:repeat-x; background-position:0px 0px; }

.black1BG { background-image:url(../images/tblblack1_bg.gif); background-repeat:repeat-x; background-position:0px 0px; }
.black1TL { background-image:url(../images/tblblack1_tlc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.black1TR { background-image:url(../images/tblblack1_trc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.black1BR { background-image:url(../images/tblblack1_brc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.black1BL { background-image:url(../images/tblblack1_blc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.black1BdrL { background-image:url(../images/tblblack1_left.gif); background-repeat:repeat-y; background-position:0px 0px; }
.black1BdrR { background-image:url(../images/tblblack1_right.gif); background-repeat:repeat-y; background-position:0px 0px; }
.black1BdrB { background-image:url(../images/tblblack1_bottom.gif); background-repeat:repeat-x; background-position:0px 0px; }
.black1BdrT { background-image:url(../images/tblblack1_top.gif); background-repeat:repeat-x; background-position:0px 0px; }

.black2BG { background-image:url(../images/tblblack2_bg.gif); background-repeat:repeat-x; background-position:0px 0px; }

.yellow1BG { background-image:url(../images/tblyellow1_bg.gif); background-repeat:repeat-x; background-position:0px 0px; }
.yellow1TL { background-image:url(../images/tblyellow1_tlc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.yellow1TR { background-image:url(../images/tblyellow1_trc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.yellow1BR { background-image:url(../images/tblyellow1_brc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.yellow1BL { background-image:url(../images/tblyellow1_blc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.yellow1BdrL { background-image:url(../images/tblyellow1_left.gif); background-repeat:repeat-y; background-position:0px 0px; }
.yellow1BdrR { background-image:url(../images/tblyellow1_right.gif); background-repeat:repeat-y; background-position:0px 0px; }
.yellow1BdrB { background-image:url(../images/tblyellow1_bottom.gif); background-repeat:repeat-x; background-position:0px 0px; }
.yellow1BdrT { background-image:url(../images/tblyellow1_top.gif); background-repeat:repeat-x; background-position:0px 0px; }

.yellow2BG { background-image:url(../images/tblyellow2_bg.gif); background-repeat:repeat-x; background-position:0px 0px; }

.red1BG { background-image:url(../images/tblred1_bg.gif); background-repeat:repeat-x; background-position:0px 0px; }
.red1TL { background-image:url(../images/tblred1_tlc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.red1TR { background-image:url(../images/tblred1_trc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.red1BR { background-image:url(../images/tblred1_brc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.red1BL { background-image:url(../images/tblred1_blc.gif); background-repeat:no-repeat; background-position:0px 0px; }
.red1BdrL { background-image:url(../images/tblred1_left.gif); background-repeat:repeat-y; background-position:0px 0px; }
.red1BdrR { background-image:url(../images/tblred1_right.gif); background-repeat:repeat-y; background-position:0px 0px; }
.red1BdrB { background-image:url(../images/tblred1_bottom.gif); background-repeat:repeat-x; background-position:0px 0px; }
.red1BdrT { background-image:url(../images/tblred1_top.gif); background-repeat:repeat-x; background-position:0px 0px; }

.red2BG { background-image:url(../images/tblred2_bg.gif); background-repeat:repeat-x; background-position:0px 0px; }

.whitebarBG { background-image:url(../images/sym_sched_whitebarBG.gif); background-repeat:repeat-x; background-position:0px 0px; }
.whitebarTL { background-image:url(../images/sym_sched_whitebarTL.gif); background-repeat:no-repeat; background-position:0px 0px; }
.whitebarTR { background-image:url(../images/sym_sched_whitebarTR.gif); background-repeat:no-repeat; background-position:0px 0px; }
.whitebarBR { background-image:url(../images/sym_sched_whitebarBR.gif); background-repeat:no-repeat; background-position:0px 0px; }
.whitebarBL { background-image:url(../images/sym_sched_whitebarBL.gif); background-repeat:no-repeat; background-position:0px 0px; }
.whitebarBdrL { background-image:url(../images/sym_sched_whitebarBdrL.gif); background-repeat:repeat-y; background-position:0px 0px; }
.whitebarBdrR { background-image:url(../images/sym_sched_whitebarBdrR.gif); background-repeat:repeat-y; background-position:0px 0px; }
.whitebarBdrB { background-image:url(../images/sym_sched_whitebarBdrB.gif); background-repeat:repeat-x; background-position:0px 0px; }
.whitebarBdrT { background-image:url(../images/sym_sched_whitebarBdrT.gif); background-repeat:repeat-x; background-position:0px 0px; }






	.clear{
		clear:both;
	}
	
/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		float:left;
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		/* position:relative; */
	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		width:508px;	
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;	
		display:block;
		font-size:12px;
	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		/*
		margin-top:1px;
		border-bottom:1px solid #000;
		font-weight:bold;
		*/
		font-family:Arial, Helvetica, sans-serif;
		padding:10px;
		color:#333333;
		text-decoration:none;
		font-weight:none;
		text-align:center;	
		display:block;
		font-size:12px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		/*
		margin-top:1px;
		*/
		font-family:Arial, Helvetica, sans-serif;
		padding:10px;
		color:#333333;
		text-decoration:none;
		font-weight:none;
		text-align:center;	
		display:block;
		font-size:12px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:blue;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		/*
		padding:1px;
		*/
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		/*
		margin-left:5px;
		padding:1px;
		*/
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		/*
		margin-left:10px;
		padding:1px;
		*/
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
	

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	.blackDIV {
		vertical-align:middle;
		font-weight:bold;
		text-align:center;
		padding:4px;
		border: 2px; 
		border-color: #999999 solid;
		background-color:#555555;
		color:#FFFFFF;
	}
		.blackDIV a{
			color:#FFFFFF;
		}
	.orangeDIV {
		vertical-align:middle;
		font-weight:bold;
		text-align:center;
		padding:4px;
		border: 2px;
		border-color: #FF6600;
		background-color:#FF9900;
		color:#FFFFFF;
		}
	.orangeDIV a{
			color:#FFFFFF;
		}
		
	.darkblueDIV {
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
	padding:4px;
	border: 2px;
	border-color: #435C77 solid;
	background-color:#003366;
	color:#FFFFFF;
	}
		.darkblueDIV a{
			color:#FFFFFF;
		}

	.greenDIV {
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
	padding:4px;
	border: 2px;
	border-color: #C7CC9D solid;
	background-color:#6C7732;
	color:#FFFFFF;
	}
		.greenDIV a{
			color:#FFFFFF;
		}

	.brownDIV {
		vertical-align:middle;
		font-weight:bold;
		text-align:center;
		padding:4px;
		border: 2px; 
		border-color: #B49E9A solid;
		background-color:#614634;
		color:#FFFFFF;
	}
		.brownDIV a{
			color:#FFFFFF;
		}
	
	.lightgreenDIV {
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
	padding:4px;
	border: 2px;
	border-color: #7C8628 solid;
	background-color:#CBD15C;
	color:#333333;
	}
		.lightgreenDIV a{
			color:#333333;
		}

	.redDIV {
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
	padding:4px;
	border: 2px;
	border-color: #C66D8C solid;
	background-color:#782744;
	color:#FFFFFF;
	}
		.redDIV a{
			color:#FFFFFF;
		}

	.blueDIV {
		vertical-align:middle;
		font-weight:bold;
		text-align:center;
		padding:4px;
		border: 2px; 
		border-color: #6A739D solid;
		background-color:#CACDDC;
		color:#333333;
	}
		.blueDIV a{
			color:#333333;
		}
		
	.grayDIV {
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
	padding:4px;
	border: 2px;
	border-color:#CECECE solid;
	background-color:#636464;
	color:#333333;
	}
		.blueDIV a{
			color:#333333;
		}
	
	.descLI {
		border:3px; 
		border-color: #929B5C solid;
		background-color:#F5F6E4;
	}
	
	.leftCol {
		float:left;
		width:108px;
	}
	.rightCol {
		float:left;
		width:400px;
	}






/*-- div id wrapped around MenuNav component--*/
#mainnav2 {
  width: 679px;
  height:auto;
  height:22px;
  background-color: #666666;
  margin: 0 auto;

}


.MenuNav,
.MenuNav ul {
  width: 679px;
  font-size: 10px;
  font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
  line-height: 1;
  list-style-image:none;
  list-style-type:none;
  padding: 0pt;
  margin: 0pt;
}

.MenuNav a {
  display:block;
  padding: 0;
  text-decoration: none;
  color: #FFFFFF;
  padding:6px 0 6px 7px;
  white-space:nowrap;
  text-transform: uppercase;
  /*width: 15em;*/
}

.MenuNav li {
  float: left;
  padding: 0;
  /*width: 10em;*/
  background-color: #666666;
}

/* Format First Level - Horizontal */
.MenuNav li.owa			{ width: 240px; text-align: left;}
.MenuNav li.owb			{ width: 180px; }
.MenuNav li.tools       { width: 150px; }
.MenuNav li.consumer    { width: 100px; }



.MenuNav li:hover, .MenuNav li.s9hover {
	background:#000000 none repeat scroll 0%;
}


.style7 {
	color: #26697A;
	font-weight: bold;
	font-size: 16px;
}

.style10 {
	color: #666666
}

p.link-to-2011 {
	text-align: center;
	font-size: 14px;
}
a.black-link,	
p.link-to-2011 a {
	color: black;
	text-decoration: underline;
	font-size: 13px;
}
	
h4 {
	margin-bottom: 0px;
}

