/*CSS class that gets added to the currently selected anchor link (assuming it's a text link)
.selectedanchor{
background: 336666;
}
*/


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid white;
	padding: 5px 12px;
	font: 11px Arial, Helvetica, Sans-serif;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #FFFFFF;
}

.anylinkcsscols .column{
	width: 160px;
	float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
.myownclass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #a4c2c2;
	letter-spacing: 0.1em;
	display: block;
	margin: 0;
	position: relative;
	padding: 0;
	z-index: 9;
	list-style-type: none;
	left: 0;
	top: 0;
	right: 0;
}
.body {
	background-color: #F0E8D1;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.navtd {
	background-color: #339999;
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-right: 150px;
	padding-bottom: 16px;
	padding-left: 4px;
	top: 0px;
}
.body li {
	text-decoration: none;
	list-style-type: none;
	position: relative;
	padding:0px 8px 5px 8px;
	z-index: 4;
	left: 0;
	top: 0;
}
#globalnav {
	position: relative;
	top: 0;
	left: 0;
	z-index:1;
	display: block;
	_height: 1em;
	padding: 0 50px 5px 8px;
	margin: 0;
	background-color: #A4C2C2;
}

#site-menu {
	position: relative;
	z-index: 2;
	padding: 1;
	padding-top: 3px;
	margin: 0;
	width: 100%;
}

#site-menu-dropdown li {
	position:relative;
	z-index: 3;
	margin: 0;
	padding:0px 8px 5px 8px;
	padding-bottom: 0.5em;
	background-color: #A4C2C2;
	font-weight: bold;
}

.quoteBox {
	float:right;
	width:175px;
	font:italic 14px/18px Georgia, 'Times New Roman', Times, serif;
	color:#444; 
	background-color: #F8F8F8; 
	margin: 0 0 10px 10px;
	text-indent:-5px;
}
.quote {
	background-color: #F8F8F8; 
	margin:20px;
	width:135px;
}
	
.quoteBox SPAN {
	float:right;
	text-align:right;
	color:#818181;
	font-size:10px;
	line-height:12px;
	margin-top:6px;
}
