P {
	color: #034E49;
	font-family: Arial, Arial Narrow, sans-serif;
	font-size: x-small;
	line-height: 1.5;
	padding-right: 10px;
	background-color: transparent;
}
H1 {
	color: #436FBC;
	font-family: Arial, Arial Narrow, sans-serif;
	font-size: Large;
	font-weight: bold;
}
.press {
	padding-left: 4px;
	padding-right: 4px;
	font-family: Arial, Arial Narrow, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 1.2em;
	}
a:link.press {
	color: #034E49;
	font-family: Arial, Arial Narrow, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	line-height: 1.2em;
} 
a:hover.press {
	color: #8FC2AB;
	font-size: 8pt;
}
a:link, a:visited {
	color: #006666;
	font-family: Arial, Arial Narrow, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
} 
a:hover {
	color: #62A5A5;
	text-decoration: underline;
	line-height: 1.2em;
}
.callout {
	font-family: Arial, Arial Narrow, sans-serif;
	font-weight: bold;
}
a:link.callout {
	color: #006666;
	text-decoration: none;
	line-height: 1.2em;
} 
a:hover.callout {
	color: #62A5A5;
	text-decoration: underline;
	line-height: 1.2em;
}
.address {
	font-family: Arial, Arial Narrow, sans-serif;
	color: #006666;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
.footer {
	font-family: Arial, Arial Narrow, sans-serif;
	color: #006666;
	font-weight: bold;
	font-size: xx-small;
	line-height: 1.2em;
}
a:link.footer {
	color: #006666;
	text-decoration: none;
	font-size: 80%;
	line-height: 1.2em;
} 
a:hover.footer {
	color: #62A5A5;
	text-decoration: underline;
	line-height: 1.2em;
}
.stockpadding {
	padding-left: 8px;
	border-left: 2px solid #034E49;
	background-image: url('images/stock-info.gif');
	background-repeat: repeat-y;
	}
.stockinfo {
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	font-family: Arial, Arial Narrow, sans-serif;
	font-size: x-small;
	color: #034E49;
	background-color:#FFFFFF;
	border: #034e49 1px solid;
	line-height: 1.2em;
	}
.pagetitle {
	padding-top: 10px;
	font-family: Arial, Arial Narrow, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #034E49;
	}
.pagesubtitle {
	font-family: Arial, Arial Narrow, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #6AAE90;
	}
.presstitle {
	padding-left: 4px;
	padding-right: 4px;
	font-family: Arial, Arial Narrow, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #034E49;
	}
.menu {
	background: transparent;
}
.textarea {
	border-right: 1px solid #006666;
	border-bottom: 1px solid #006666;
	background-color: white;
}
.sidebar {
	padding: 6px 8px;
	border-bottom: 1px solid #006666;
	background-color: white;
}
#dropmenudiv{
position: absolute;
border: 1px solid #034E49;
padding: 6px;
font:normal 13px Verdana;
line-height: 150%;
z-index: 100;
}

#dropmenudiv a{
width: 100%;
display: block;
line-height: 150%;
}

#dropmenudiv a:hover{ 
color: white;
text-decoration: none;

}










/* -------  DROP-DOWN TOP MENU  ---------------------- */

#nav {
z-index:999999;
line-height:1em;
font:Arial, Helvetica, sans-serif;
font-size:10pt;
}

#nav, #nav ul {
	float: right; 
	list-style: none;
	background: #014d49;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	color: #FFFFFF;
	padding: 0.25em 1em 0.25em 0;
	text-decoration: underline;
	margin:0;
}

#nav img{
	display:inline;
}


#nav a:link, #nav a:visited, #nav a:active{
	text-decoration: none;
}

#nav a:hover{
	text-decoration: underline;
}



#nav li ul a {
	padding: 0.5em 0em;
}






#nav a.daddy {
	background: transparent url(images/topmenu_paw.gif) right center no-repeat;
}

#nav li {
	float: left; 
	padding: 0 0.5em;
	margin:0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto; 
	border: solid #E0E0D1 1px;
	padding: 0.5em;
	width:14em;

}


#nav li ul li{
	float:none;
	text-align:left;
	padding: 0; margin:0;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;

}

#nav li:hover, #nav li.sfhover {
	/* background-color:#FF0000; */
	
}

/* -------  end of DROP-DOWN TOP MENU  ---------------------- */



