﻿#picblock {
	background: url(bg_fixed.jpg) no-repeat fixed;
	position: relative;
	height: 1%;
    color: black ;
}
#upcoming {
	font-family:verdana;
	font-size:10pt;
    text-decoration:none;
}

#upcoming a {
	font-family:verdana;
	font-size:10pt;
	color: 0000FF;
    text-decoration:none;
}

#upcoming a:hover {
 text-decoration:underline;
}

#buttonm a {
 font: bold 1em Arial;
 color:000000;
 text-decoration:none;
}

#buttonm a:hover {
   color:ffffff;
   background: black ;   /* Color  */
   display:block;
}
#centeredmenu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
   text-transform:uppercase
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {  /*  BUTTON OPTIONS */
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
    background: black url(blockdefault.gif) center center repeat-x;;   /* Color  */
   font: bold 1em Arial;
   color:#ffffff;           /* text color */
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenu ul li a:hover {
   background: #000; /* Hover Background color */
   color:#ffffff; /* Hover Text color */
}
#centeredmenu ul li a.active,    /* Not using Active */
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}


#horiz2 {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
#horiz2 ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#horiz2 ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;

}
#horiz2 ul li a {  /*  BUTTON OPTIONS */
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background: black url(blockactive.gif) center center repeat-x;;    
   font: bold 1em Arial;
   color:#ffffff;           /* text color */
   text-decoration:none;
   line-height:1em;

}
#horiz2 ul li a:hover {
   background: #000; /* Hover Background color */
   color:#ffffff; /* Hover Text color */
}
#horiz2 ul li a.active,    /* Not using Active */
#horiz2 ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}