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

h1, h2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	font-stretch: normal;
	text-transform: uppercase;
	}
h3 {
	color: #b6b6b6;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 25px;
	line-height: 29px;
	font-weight: normal;
	font-stretch: narrower;
	text-transform: uppercase;
	}

h4 {
/*	display: block;
	width: 678px;
	height: 20px;
	padding: 2px 0px 0px 2px; 
	background-color: #000000; */
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

p, td, ul {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.small {
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.homepageText {
	font-size: 14px;
	width: 350px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 15px 20px 0 40px;
}

.quote {
	font-size: 14px;
	font-style: italic;
	text-indent: 25px;
	line-height: 20px;
	font-weight: bold;
	color: #d4ba7b;
}

a, a:visited {
	color: #d4ba7b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.toplink, a.toplink:visited  {
	color: #474747;
	font-size: 14px;
	text-decoration: none;
}
a.toplink:hover  {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color: #DDBA60;
	text-decoration:none;
	}

a.info:hover{z-index:25; background-color:#6A757B; color:#000;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
	padding: 2px;
    position:absolute;
    top:1.25em; left:-2em; width:20em;
    border:1px solid #000;
    background-color:#ADC7D8; color:#000;
    text-align: left;
	}

/* These are the Drop Menu Styles on the site */
#sf-menu, #sf-menu ul {
	position: relative;
	color: white;
	padding: 0;
	margin: 0;
}

#sf-menu li {
	position: relative;
	list-style: none;
	height: 25px;
	width: 213px;
}

#sf-menu li:hover, #sf-menu li.sfhover {
	background-image: url(../images/menubkg.png);
	background-repeat: repeat;
	}
	
#sf-menu a {
	text-align: right;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color:#bdbdbd;
	display: block;
	outline: none;
	padding: 5px 10px 0px 0px;
}
#sf-menu a:hover {
	color: #1c3a51;
}

/* UL list style for the second-level */
#sf-menu li ul {
	position: absolute; 
	background: #c7d4e1;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* lists nested under hovered list items */
#sf-menu li:hover ul, #sf-menu li.sfhover ul { 
	left: 213px;
	top: 0px;
	display: block;
	width: 210px;
	background-color: #959FA9;
	border: 1px solid #404040;
	}

/* List Items of the Secondary Menu */
#sf-menu li:hover ul li, #sf-menu li.sfhover ul li {
	display: block;
	width: 210px;
	height: 25px;
	padding-top: 2px;
	}

/* Link List items in the second- Menu */
#sf-menu li:hover ul li a, #sf-menu li.sfhover ul li a { 
	text-decoration: none;
	color: #1c3a51;		
	display: block;
	width: 210px;
	text-align: left;
	padding-left: 10px;
}

/* Hovering over the Secondary Menu ITEM */
#sf-menu li:hover ul li:hover, #sf-menu li.sfhover ul li.sfhover{
	background-color:#B4B5BA;
}
#sf-menu li:hover ul a:hover, #sf-menu li.sfhover ul a:hover {
	color: #1c3a51;
}