#main {
	background: url(images/inside-left-bg.gif) repeat-y;
}

#head .logo {
	float: left;
	border-width: 1px 1px 0 0;
	border-color: #fff;
	border-style: solid;
}

#head h1 {
	margin-left: 225px;
	height: 71px;
	width: 575px;
	color: #fff;
	background-color: #115516; /* dark green */
	border-color: #fff;
	border-style: solid;
	border-width: 1px 0 1px 0;
}

#head h1 span {
	display: none;
}

#head h1.research {
	background: url(images/h1-research.gif);
}

#head h1.press {
	background: url(images/h1-press.gif);
}

#head h1.track-record {
	background: url(images/h1-track-record.gif);
}

#head h1.services {
	background: url(images/h1-services.gif);
}

#head h1.about-us {
	background: url(images/h1-about-us.gif);
}

#head h1.contact-us {
	background: url(images/h1-contact-us.gif);
}

#sidebar {
	float: left;
	margin: 0;
	padding: 0;
	width: 236px;
}

#sidebar p {
	color: #333;
	text-align: right;
	font-size: 0.9em;
	margin-right: 30px;
}

ul#menu {
	margin: 14px 20px 20px 0px;
	padding-left: 30px;
	padding-right: 0px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1em;
	list-style-type: none;
	text-align: right;
}

#menu li.first, #menu li.last {
	border-top: 1px solid #115516;
}

#menu li.selected {
	font-weight: bold;
}

#menu li {
	border-bottom: 1px solid #115516;
	border-left: 3px solid #115516;
}

#menu li a:link,
#menu li a:hover,
#menu li a:visited {
	padding-right: 10px;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 0 1px 1px;
	text-transform: uppercase;
	line-height: 25px;
	display: block;
	color: #009407;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: none;
	background: #AB9900;
	color: #fff;
}

#menu li.last {
	margin-top: 20px;
}

#content {
	margin-left: 247px;
	margin-top: 18px;
	padding-bottom: 100px;
	color: #222;
	font: 14px/22px Georgia, 'Times New Roman';
}


#content table {
	border-collapse: collapse;
	margin-bottom: 20px;
}

#content table caption {
	padding: 0; margin: 0;
	font-weight: bold;
	text-align: left;
}

#content tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #FCFEEA;
}

#content td {
	padding: 2px;
}

#content table.annual_reports tr.year {
	background-color: #fff;
	border-top: none;
}

#content table.annual_reports td {
	padding-left: 15px;
}

#content th {
	padding-left: 15px;
	padding-top: 5px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

#content tr.year {
	background-color: #fff;
	border-top: none;
}

#content tr.year td {
	padding-top: 5px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

#content td.coname {
	padding-left: 20px;
	width: 300px;
}

#content td.symbol {
	width: 100px;
}

#content td.date {
	padding-right: 20px;
	width: 60px;
}

#content tr.odd {
	background-color: #F0F0F0;
}

#content h2 {
	font: 18px 'Lucida Grande', 'Lucida Sans', Geneva, Arial, Verdana sans-serif;
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #AB9900;
}

#content h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	color: #666;
	padding-bottom: 0;
}

#content .pullquote {
	float: right;
	width: 150px;
	border-left: 1px solid #808080;
	padding: 5px 0 5px 10px;
	margin-left: 10px;
	font: 16px/20px 'Lucida Grande', 'Lucida Sans', Geneva, Arial, Verdana sans-serif;
	color: #AB9900;
}

#content .pullquote q {
}

#content .pullquote cite {
	margin-top: 5px;
	display: block;
	text-decoration: none;
	font-style: normal;
	font: 12px/14px 'Lucida Grande', 'Lucida Sans', Geneva, Arial, Verdana sans-serif;
	color: #777;
}

#content .pullquote a {
	text-decoration: underline;
	font-size: 12px;
	line-height: 10px;
}

/* Contact form - for more information */
legend, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.contact-form {
	font-size: 100%;
	line-height: 140%;
	display: block;
	padding: 4px 0 200px 0px;
}

.contact-form label {
	display: block;
	width: 153px;
	float: left;
	padding: 3px 15px;
	text-align: right;
}

#contact-name, #contact-phone, #contact-email, #contact-company, #contact-comments {
	text-align: left;
	margin-top: 5px;
	width: 300px;
}

.contact-form .notice {
	font-size: 90%;
	color: #999;
}

#contact-send
{
   clear: left;
   margin-left: 183px;
   font-weight: bold;
}


