/* CSS Document */
body {
	width: 760px;
	margin: 5px auto 20px auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	border: 1px solid #393996;
}

h1 {
	font-size: 125%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin: -10px 0px 10px 0px;
}

hr {
	width: 95%;
}

a {
	text-decoration: none;
}

#head {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 180px;
	border: none;
	background: #FFF url(_images/headbg.jpg) repeat-x top left;
}

#head img#logo {
	position: relative;
	top: 11px; /* do not adjust value=11px */
	left: 60px;
}

#head img#cred {
	position: relative;
	top: 11px; /* do not adjust value=11px */
	left: 305px;
}

/* ================================================================ 
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/drop_examples.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.
=================================================================== */

#nav {
	float: left;
	width: 100%;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: #DDD url(_images/menu1.gif) repeat-x;
	border-top: 3px solid #393996;
	border-bottom: 3px solid #393996;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 2;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#nav ul li {
	float: left;
	position: relative;
	background: url(_images/divider1.gif) no-repeat top right;
}

#nav ul li a, #nav ul li a:visited {
	float: left;
	display: block;
	text-decoration: none;
	color: #F4F4F4;
	padding: 0px 16px;
	line-height: 25px;
	height: 30px;
	border-bottom: 3px solid #DDD;
	cursor: pointer;
}

#nav ul li:hover {
	width: auto;
}

#nav ul li a.current {
	border-color: #FFF;
}

#nav ul li:hover a.current {
	border-color: #FFF;
}

#nav ul li a:hover {
	border-color: #FFF;
	color: #FFF;
}

#nav ul li:hover a {
	border-color: #FFF;
	color: #FFF;
}

#nav ul li ul {
	display: none;
}

#nav table {
	margin: 0px;
	font-size: 11px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* specific to non IE browsers */
#nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 32px;
	margin-top: 1px;
	left: 0px;
	width: 200px;
	border-bottom: 1px solid #000;
}

#nav ul li:hover ul li ul {
	display: none;
}

#nav ul li:hover ul li a {
	display: block;
	background: #FFF url(_images/arrow.gif) no-repeat 3px 0px;
	color: #000;
	height: auto;
	line-height: 15px;
	padding: 4px 16px;
	width: 166px;
	border: 1px solid #000;
	border-bottom: 0px;
}

#nav ul li:hover ul li a:hover {
	color: #000;
	background: #ccd url(_images/arrow.gif) no-repeat 6px 0px;
}

#nav ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 199px;
	top: -1px;
}

/* specific to IE5.5 and IE6 browsers */
#nav ul li a:hover ul {
	display: block;
	position: absolute;
	top: 30px;
	background: #fff;
	left: 0px;
	border-bottom: 1px solid #000;
}

#nav ul li a:hover ul li a {
	display: block;
	background: #fff;
	color: #000;
	height: 1px;
	line-height: 15px;
	padding: 4px 16px;
	width: 200px;
	border: 1px solid #000;
	border-bottom: 0px;
}

#nav ul li a:hover ul li a ul {
	visibility: hidden;
	position: absolute;
	height: 0px;
	width: 0px;
}

#nav ul li a:hover ul li a:hover {
	color: #000;
	background: #ccd url(_images/arrow.gif) no-repeat 6px 0px;
}

#nav ul li a:hover ul li a:hover ul {
	visibility: visible;
	position: absolute;
	top: 0px;
	color: #000;
	left: 199px;
}

#content {
	width: 760px;
	height: auto;
}

#content div.col {
	float: left;
	padding-bottom: 5px;
}

#content div#left {
	width: 250px;
	margin: 10px;
	min-height: 200px;
}

#content div#fullcol {
	width: 740px;
	margin: 10px;
	min-height: 200px;
}

#content div#right {
	width: 480px;
	margin: 10px 10px 10px 0px;
	min-height: 200px;
}

#content div#left2 {
	width: 365px;
	margin: 10px;
	min-height: 200px;
}

#content div#right2 {
	width: 365px;
	margin: 10px 10px 10px 0px;
	min-height: 200px;
}

.sectionhead {
	display: block;
	background: #DDD;
	padding: 3px 0px 3px 10px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #999;
	margin-bottom: 10px;
	color: #393996;
}

.sectionhead a {
	color: #393996;
}

#content p {
	padding: 0px 10px;
	margin: 0px 10px 10px 0px;
}

#content p.link {
	text-align: center;
}

#content ul{
	margin-top: -5px;
}

#cright {
	width: 100%;
	text-align: center;
	font-size: 9px;
	color: #393996;
	padding: 2px 0px;
	clear: both;
}

#banner1 {
	width: 164px;
	height: 170px;
	border: none;
}

.collateral {
	list-style-image: url(_images/arrow.gif);
	color: #000099;
}

.collateral li {
	border-bottom: 1px dotted #DDD;
	padding: 0px 0px 5px 0px;
	background: #FFF url(_images/icon/pdf.jpg) no-repeat 95%;
}

.stock {
	margin-bottom: 10px;
}

img.personnel {
	display: none;
	width: 80px;
	height: 100px;
	border: none;
	float: left;
	margin: 3px 10px auto 5px;
}

img.icon {
	width: 20px;
	height: 20px;
	float: right;
	margin: -2px 8px;
	padding: 0px;
	border: none;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis .clip {
	white-space: nowrap;
}

.ellipsis p.p2 {
	display: none;
}

.ellipsis:hover p.p2 {
	display: block;
}

.ellipsis:hover .clip {
	white-space: normal;
}

p.elr {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}