@charset "utf-8";
/* CSS Document */

/* General setup coding for template */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	background-color: #FFFFFF;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


/************************************/
/* Masthead settings                */ 
/************************************/

#masthead {
	height: 110px;
	clear: both;
	float: left;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 5px;
	width: 100%;
}

#topmasthead {
	background-color: #33CCCC;
	height: 10px;
}

#mast1 {
	float: left;
	height: 100px;
	width: 100px;
}

#mast2 {
	height: 65px;
	width: 780px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 300%;
	font-weight: bold;
	color: #000099;
	text-align: center;
	padding-top: 20px;
}

#spacer {
	height: 1px;
	width: 100%;
	float: left;
}

/***********************************/
/* Marquee settings                */ 
/**********************s*************/
#bouncyball {
	width: 740px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}

/***********************************************/
/* Side Vertical menu settings                 */ 
/***********************************************/

#navcolumn {
	float: left;
	width: 190px;
}

/* show flyout box of information when hovering over vertical link */
#navcolumn a span {
	display: none;
}
#navcolumn a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	width: 130px;
	padding: 5px;
	margin: 2px;
	left: 180px;
	z-index: 100;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: thin dashed #000000;
	line-height: 1.1;
	font-weight: normal;
}

/* ===========================
Vertical Flyout Menu Settings
============================== */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
/* margin:25px 0 50px 15px;  this page only */
	/*	height:150px; */
	font-size:70%; /* this page only */
	font-weight: bold;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	position:relative;
	z-index:1500;
	padding:0;
	margin:0;
	list-style-type:none;
	width:180px;
}
/* style the list items */
.menu li {
	height:26px;
	/* for IE7 */
	float:left;
	background-color: #FFDEBB;
	border: 1px solid #999999;
/*	background-image: url(../graphics/shade.gif); */
}
.menu li.sub {
	background-color: #FFDEBB;
	background-image: url(../graphics/fly.gif);
	background-repeat: no-repeat;
	background-position: right center;
} 

/* get rid of the table */
.menu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
}

/* style the links */
.menu a, .menu a:visited {
/* font-family:verdana, arial, sans-serif;
border-width:0 1px 1px 1px; */
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:179px;
	color:#000;
	text-indent:5px;
	border:1 solid #999999;

}
/* hack for IE5.5 */
* html .menu a:link, * html .menu a:visited {
	width:180px; 
	w\idth:179px;
}
/* style the link hover */
* html .menu a:hover {
	color:#000000;
	position:relative;
	background-color: #FFFFCC;
}

.menu li:hover {
	position:relative;
}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#efa; background:#aa7;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {
	color:#000000;
	background-color: #FFFFCC;
}


/* retain the hover colors for each sublevel IE7 and Firefox etc 
.menu li:hover > a {
	color:#000000;
	background-color: #FFFFCC;
}
*/



 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
	visibility:hidden;
	position:absolute;
	top:-25px;
/* set up the overlap (minus the overrun) */
	left:140px;
/* set up the overrun area */
	padding:30px;
/* this is for IE to make it interpret the overrrun padding */
	background-color: transparent;
	background-image: url(../graphics/transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {
visibility:visible;
}

/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

/***********************************************/
/* Siteinfo settings                           */ 
/***********************************************/

#siteInfo{
	font-size: 25% !important;
	color: #999999 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	width: 980px !important;
	margin-right: auto;
	margin-left: auto;
}
/*
#siteinfo a span {
	display: none;
}
#siteinfo a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	width: 130px;
	padding: 5px;
	margin: 2px;
	left: 180px;
	z-index: 100;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border: thin dashed #000000;
	line-height: 1.1;
	font-weight: normal;
}


 
#topmenu #menu_container #pmenu .members {
	background-color: #FFFF00;
}
#navcolumn .menu .calendar {
	background-color: #FFFF66;
}
*/
.bb {
	background-color: #FFFF99;
	display: block;
	padding: 5px;
	height: 32px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
