/* Main menu settings */
#centeredmenu {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	border-bottom: 3px solid #9F6FD1;  /* #4a41a1; #0033FF; /* blue line below menu */
	width:100%;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif; /* Menu font */
	font-size:90%; /* Menu text size */
	font-weight:bold;
	z-index:1010; /* This makes the dropdown menus appear above the page content below */
	position:relative;
}

/* Top menu items */
#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#centeredmenu ul li {
	margin:0 0 0 6px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:1px;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	padding:.6em .5em .4em;
	font-size:1em;
	line-height:1em;
	background: #6E9BCE; /*#780000; */
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	border-bottom:1px solid #000;
}
#centeredmenu ul li.active a {
	color:#fff;
	background:#000;
}
#centeredmenu ul li a:hover {
	background: #9F6FD1; /* #36f; /* Top menu items background colour */
	color:#fff;
	border-bottom:1px solid #9F6FD1; /* #03f; */
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background: #9F6FD1; /* #36f; /* Top menu items background colour */
	color:#fff;
	border-bottom:1px solid #9F6FD1; /* #03f; */
}

/* Submenu items */
#centeredmenu ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:2em;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:.8em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#eee;
	color:#444 !important; /*** 1/13/2015 Added to make visited links on submenu gray, not white ***/
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:6px solid #ddd; /* sub menu item horizontal lines */
	float:left;
	width:100%;
	z-index:1010; /* This makes the dropdown menus appear above the page content below */
	position:relative;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background: #9F6FD1; /* #36f; /* Sub menu items background colour */
	color:#fff;
	float:left;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#centeredmenu ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}

/* ----------------------------------------------------------------------- */

/* Right menu settings */
.verticalmenu {
	float:left;
	margin:0;
	padding:0;
	width:100%;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif; /* Menu font */
	font-size: 0.9em; /* 90%; /* Menu text size */
	font-weight:bold;
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
}

/* Top menu items */
.verticalmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
.verticalmenu ul li {
	margin:0 0 0 6px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:1px;
}
.verticalmenu ul li a {
	display:block;
	margin:3px;
	padding:.6em .5em .4em;
	font-size:1em;
	line-height:1em;
	background: #6E9BCE; /*#780000; */
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
.verticalmenu ul li.active a {
	color:#fff;
	background:#000;
}
.verticalmenu ul li a:hover {
	background: #9F6FD1; /* #36f; /* Top menu items background colour */
	color:#fff;
}
.verticalmenu ul li:hover a,
.verticalmenu ul li.hover a { /* This line is required for IE 6 and below */
	background: #9F6FD1; /* #36f; /* Top menu items background colour */
	color:#fff;
	z-index: 1;
}

.callout-btns {
	margin: 0;
	position: absolute;
	right: 0;
	}
.callout-btns li {
	display: inline-block;
	margin-left: 5px;
	width: 160px;
	}
.callout-btns200 li {
	display: inline-block;
	text-align: center;
	width: 200px;
	}
.callout-btnsx a {
	background: url(png/callout-btn-bg.jpg) repeat-x;
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
	border: none;
	}

.callout-btnsx a:hover {
	background-position: bottom left;
	text-decoration: none;
	border: none;
	}

.callout-btns a:link, a:visited {
	display:block;
	font-size:1em;
	line-height:1em;
	background:#6E9BCE;
	text-align: center;
/*	text-transform: uppercase; */
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	z-index: 1;
}

.callout-btns a:hover, a:active {
	background:#9F6FD1; /* Top menu items background colour */
	display:block;
	font-size:1em;
	line-height:1em;
	text-align: center;
/*	text-transform: uppercase; */
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	z-index: 1;
}

#pup {
  position:absolute;
  z-index:2015; /* aaaalways on top*/
  padding: 6px;
  margin-left: 10px;
  margin-top: 5px;
  width: 250px;
  border: 1px solid black;
  background-color: #a2a0ba; /* #777; */
  color: white;
  font-size: 0.95em;
}


/* ----------------------------------------------------------------------- */

/* Individual Buttons */
.button2go a:link, a:visited {
	display:inline-block;
	margin:5px;
	padding:.6em;
	font-size:1em;
	line-height:1em;
	background:#6E9BCE;
	text-align: center;
/*	text-transform: uppercase; */
	text-decoration:none;
	color:#ffffff !important;
	font-weight:bold;
}

.button2go a:hover, a:active {
	background:#9F6FD1; /* Top menu items background colour */
	display:inline-block;
	margin:5px;
	padding:.6em;
	font-size:1em;
	line-height:1em;
	text-align: center;
/*	text-transform: uppercase; */
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
.button2go-small a:link, a:visited {
	background:#6E9BCE;
	display:inline-block;
	margin:2px;
	padding:.3em;
	border:#6E9BCE 0px solid;
	font-size:1em;
	line-height:1em;

	text-align: center;
/*	text-transform: uppercase; */
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

.button2go-small a:hover, a:active {
	background:#9F6FD1; /* Top menu items background colour */
	display:inline-block;
	margin:2px;
	padding:.3em;
	border:#9F6FD1 0px solid;
	font-size:1em;
	line-height:1em;
	text-align: center;
/*	text-transform: uppercase; */
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #000; background-color: #c0c0c0; }

#popup a, #popup a:visited {
	position: relative;
	display: block;
	width: 130px;
	line-height: 30px;
	text-align: right;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #666;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

#popup a span {
	display: none;
}

#popup a:hover {
	background-color: #e9e9e2;
}

/* the IE correction rule */
#popup a:hover	{
	color: #f00;
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

#popup a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 170px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
}
