/*
Company:	LimeStreet Capital
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background: url(../images/body-fade.gif) repeat-x 0 0 #f2f0ea;
}
body {
	padding: 1px 0;
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

/* @group Layout */
div#wrap {
	width: 926px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	overflow: hidden;
	background: url(../images/page-bkg-top.gif) no-repeat 0 20px;
}
/* Head */

/* Body */
div#bd {
	background: url(../images/page-bkg-mid.gif) repeat-y 0 0;
}
div#bd-inner {
	background: url(../images/page-bkg-top.gif) no-repeat 0 -188px;
}

/* Footer */
div#ft {
	width: 926px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	overflow: hidden;
	background: url(../images/page-bkg-mid.gif) repeat-y 0 0;
}
div#ft p {
	background: url(../images/ft-bkg.gif) repeat-x 0 0;
	line-height: 19px;
	margin: 0 0 14px 27px;
	text-align: center;
	font-size: 77%;
	color: #fff;
	width: 883px;
	margin-left: 27px;
}
div#ft a:link, div#ft a:visited {
	color: #ff9400;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
div#ft-inner {
	width: 926px;
	background: url(../images/page-bkg-btm.gif) no-repeat 0 100%;
	overflow: hidden;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 883px;
	height: 138px;
	background: url(../images/limestreet-logo.jpg) no-repeat 0 0;
	text-indent: -9000px;
	margin-left: 27px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Main */
div.main {
	width: 640px;
	margin-left: 15px;
	padding: 7px 0 0 0;
	float: left;
	display: inline;
}

.more {
	font-size:11px;
}

/* Feature */
div.feature {
	position:relative;
	padding: 20px 30px 20px 68px;
	background-color: #ebe9e2;
}
	div.feature p.previous {
		position:absolute;
		right:32px;
		top:26px;
		background:url(../images/nav-arrow-orange.gif) no-repeat 0 6px;
		padding-left:8px;
		font-weight:bold;
	}
div.feature h1 {
	margin: 0 0 10px 0;
}
div.feature p a.mail {
	font-weight:bold;
}
div.feature ul, div.feature li {
	list-style:none;
	color:#666;
}
div.address {
	width:180px;
	float:left;
}
div.feature dl {
	clear:both;
	padding-top:10px;
	margin-left:0;
}
div.feature dl dt {
	float:left;
	clear:left;
	color:#666;
}
div.feature dl dd {
	margin-left:80px;
}
div.faq h2 {
	background:url(../images/faq.png) no-repeat 0 4px;
	height:18px;
	font:bold 12px/18px arial,sans-serif !important;
	padding-left:21px;
	color:#ee5e00 !important;
	overflow:hidden;
	border:0 !important;
	margin:0 !important;
}
div.answer {
	background:url(../images/faq.png) no-repeat 1px -15px;
	padding-left:21px;
	border-bottom:1px solid #cfccc5;
	margin-bottom:0.6em;
}
.fund-title {
	text-align:right;
	border-bottom:1px solid #cdcdc7;
	font:bold 12px/18px arial,sans-serif;
	color:#4e4b34;
	padding-bottom:10px;
	padding-right:8px;
}
	.fund-history-title {
		text-align:left;
		border:0;
		padding-left:8px;
		color:#4c4b4a;
	}
table.fund {
	border-collapse:separate;
}
table.fund, table.fund td, table.fund th {
	border:0;
}
table.fund th {
	color:#4e4b34;
	height:20px !important;
	border-bottom:1px solid #cdcdc7 !important;
}
table.fund td {
	font-size:11px;
	color:#333;
}
table.fund th.s1 {
	width:180px;
	text-align:left;
}
table.fund td.s5, table.fund td.s6, table.fund td.s7 {
	text-align:center;
}
	table.fund-history th.s1 {
		width:214px;
	}
	table.fund-history td {
		text-align:center;
	}

/* Content */
div.content {
	padding: 20px 30px 20px 68px;
	overflow:hidden;
	zoom:1;
}
	.resource {
		float:left;
		width:280px;
	}
	.resource h2 {
		font-size:125% !important;
		margin-bottom:6px !important;
	}
	.statement {
		float:left;
		margin-left:27px;
		margin-bottom:14px;
		display:inline;
		width:220px;
		border:1px solid #eaebe5;
		padding:4px 3px;
	}
	.statement h2 {
		background:#54513e;
		height:23px;
		margin:0 !important;
		padding:0 15px;
		color:white !important;
		font:12px/23px verdana,sans-serif !important;
	}
	.statement p {
		background:#e8e5de;
		margin:0;
		padding:6px 15px;
	}
	.announcement {
		float:left;
/*    margin-left:31px;*/
		display:inline;
		width:100%;
		border-bottom:1px solid #e0e0de;
	}
	.announcement h2 {
		font-size:125% !important;
		margin-bottom:6px !important;
	}


/* Sidebar */
div.sidebar {
	width: 194px;
	margin-right: 42px;
	padding-top: 31px;
	float: right;
	display: inline;
	padding-bottom:0px;
}
	div.sidebar a.more {
		margin:-3px 0 0 12px;
	}
/* @end */

/* @group Nav */
/* Tab Box */
div#tab-box {
	height: 24px;
	width: 609px;
	background: url(../images/tab-bkg.gif) no-repeat 0 0;
	margin: 0 15px 0 0;
	float: right;
	display: inline;
}
div#tab-box ul {
	margin: 0;
	padding: 0 20px 0 0;
	float: right;
	display: inline;
}
div#tab-box ul li {
	float: left;
	display: inline;
}
div#tab-box ul li a {
	font-size: 85%;
	display: block;
	line-height: 22px;
	padding: 0 10px;
	background: url(../images/tab-nav-div.gif) no-repeat 0 50%;
}
div#tab-box ul li a.bold {
	font-weight: bold;
}
div#tab-box ul li:first-child a {
	background: none;
}
div#tab-box ul li a:link, div#tab-box ul li a:visited {
	color: #3a3930;
	text-decoration: none;
}
div#tab-box ul li a:hover {
	text-decoration: underline;
}


div#nav {
	width: 883px;
	height: 23px;
	margin-left: 27px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/nav-bkg.gif) repeat-x 0 0;
	clear: both;
	text-align: center;
	overflow: hidden;
}
div#nav ul {
	margin: 0;
	padding: 0;
	
}
div#nav ul li {
	display: inline;
	margin-left:-5px;
}
div#nav ul li a {
	line-height: 23px;
	font-size: 85%;
	text-transform: uppercase;
	padding: 5px 0;
	background: url(../images/nav-arrow.gif) no-repeat 15px 50%;

}
div#nav ul li a span {
	padding: 5px 20px 5px 26px;
	line-height: 23px;
	background: url(../images/nav-div.gif) no-repeat 0 50%;
	margin: 0;
}
div#nav ul li:first-child a span {
	background-image: none;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li a:hover, div#nav ul li a.active:link, div#nav ul li a.active:visited {
	background: url(../images/nav-arrow.gif) no-repeat 15px 50% #2d220f;
	color: #fcd74e;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	font-size: 161.6%;
	font-weight: normal;
	font-family: Times, serif;
	color: #3a393d;
	border-bottom: 1px solid #9a988d;
}
div.main h2, div.announcement h2 {
	font-size: 138.5%;
	font-weight: normal;
	font-family: Times, serif;
	color: #333;
	border-bottom: 1px solid #cdcdc7;
	padding-bottom: 4px;
	margin: 0 0 10px 0;
}
div.main h3 {
	font-size: 85%;
	font-weight: bold;
	color: #333;
	margin: 0 0 2px 0;
}
div.sidebar h4 {
	color: #3a3930;
	font-size: 100%;
	border-bottom: 1px solid #cdcdc7;
	padding-bottom: 4px;
}
/* @end */

/* @group Common Text Styles */
div.feature p {
	color: #333;
	font-size: 85%;
	line-height: 140%;
}

div.content p, div.content ul, div.content ol, div.announcement p {
	color: #333;
	font-size: 85%;
	line-height: 150%;
}
/* @end */

/* @group Default Lists */
div.content ul, div.content ol {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.sidebar ul {
	margin: 0;
	padding: 10px 0;
}
div.sidebar ul li {
	background: url(../images/nav-arrow-orange.gif) no-repeat 0 6px;
	list-style: none;
	font-size: 85%;
	color: #ff5500;
	font-weight: bold;
	padding: 2px 0 2px 10px;
}
div.sidebar ul li a:link, div.sidebar ul li a:visited {
	color: #ff5500;
	text-decoration: none;
}
div.sidebar ul li a:hover {
	text-decoration: underline;
}
	div.sidebar ul.fund-links li.s {
		background:none;
		color:#4d4d4d;
		margin-bottom:0;
		color:#333;
		font-weight:normal;
	}
	div.sidebar ul.fund-links li {
		margin-bottom:18px;
	}
/* @end */

/* @group Forms */

/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #ff5500;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

.home div.sidebar {
	width: 242px;
	margin-right: 16px;
	padding-top: 9px;
}
table.indices {width:100%;font-size:11px;border-collapse:collapse;font-family: Arial, sans-serif;}
table.indices td {background:#eaeae1;border:1px solid #98988d;color:#545142;padding:3px 8px;}
table.indices .last td.left{border-width:0 1px 0 0;}
table.indices .last td.middle{border-width:0 0 0 0px;}
table.indices .last td.right{border-width:0 0 0 1px;}

table.indices td.left {border-width:0px 1px 1px 0;width:160px;}
table.indices td.middle {width:45px;text-align:right;}
table.indices td.first {border-width:0;}
table.indices td.right {border-width:0px 0 1px 1px;width:40px;color:green;text-align:right;}
table.indices td.minus {color: #ce0000;}
table.indices, table.indices th {border:none;}
table.indices th {background:#55513b;color:white;font-weight:normal;}
table.commodity_prices th {background:#737373;}
table.resource_indices th {background:#687c6d;}

table.data, table.data td, table.data th {border:none;font-family: Times, serif;font-size:12px;color:#333;vertical-align:top;}
table.data th {text-align:right;}

.contact_form label { width:140px;display:block;float:left;}
