* {
	padding: 0;
	margin: 0;
} 

body {
	background:  url(../img/bg-gradient.gif) repeat-x #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #272425;
}
p {
	margin-bottom: 1em;
}
a {
	color: #659912;
	text-decoration: none;
}
a:hover {
	color: #6b8912;
	text-decoration: underline;
}
a img  { border:none;}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #ECECE0;
}

#wrap {
	width: 765px;
	margin: 15px auto;
	background-color: #FFFFFF;
	border: 5px solid #c6dc16;
}

#header {
	height: 33px;
	padding: 5px 10px;
}
#header h1 {
padding: 25px 0 0 20px;
font-size: 27px;
letter-spacing: -2px;
font-weight: 100;
}
#header h1 a {
color: #CB9A6C;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #fff;
}
#header h2 {
padding-left: 22px;
font-size: 19px;
color: #eee;
font-weight: 100;
letter-spacing: -3px;
}

#content {
	padding: 10px;
}
#sidebar {
	float: left;
	width: 183px;
	background-repeat: no-repeat;
	background-image: url(../img/bg-sidebar-menu_01.gif);
	background-position: top left;
	position: relative;
}

#footer {
	text-align: center;
	font-size: 8px;
	color: #fff;
}
#footer a {
	text-decoration: none;
}
#footer ul, #footer ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#footer ul {
	padding: 3px 0;
}
#footer ul li {
	display: inline;
	padding-left: 5px;
	color: #fff;
}
#footer a , #footer a:hover, #footer a:visited , #footer a:active{
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
	border-right: 1px solid #fff;
	}
#footer a:hover { text-decoration: underline; }

#mainContent-wrapper {
	background-image: url(../img/bg-main-lower.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0;
	width: 536px;
	min-height: 300px;
	float: right;
	position:relative;
}

#mainContent {
	background-image: url(../img/bg-main-upper.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 468px;
	padding: 34px;
	float: right;
	overflow: auto;
}
#mainContent h1 {
	background-image: url(../img/h1banner.gif);
	background-repeat: no-repeat;
	padding: 6px 12px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	background-position: left top;
}
#mainContent h1 a{
	color:#FFFFFF;
}
#mainContent h2 {
	font-weight: 100;
	padding: 10px 0 10px 0;
	color: #6b8912;
}
#mainContent h2 {
	font-weight: bold;
	padding: 10px 0;
}
#mainContent ul, .campaign {
	margin-left: 12px;
	list-style-type: circle;
	list-style-image: url(../img/circle.gif);
	margin-bottom: 12px;
}
#mainContent ul.thirds{
	margin:0 0 5px 10px;
	padding:0;
	list-style:none;
	}
#mainContent ul.thirds li {
	display:inline-block;
	float: left;
	}S
.widebox {
	clear: both;
	background-image: url(../img/bg-wide.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.widebox {
	zoom: 1;
}
.cleardiv {
	clear:both;
	}
#mainContent .widebox h1 {
	background-image: url(../img/bg-widebox-banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 12px;
	clear: both;
}

.story, .leftstory, .rightstory {
	background-image: url(../img/bg-story.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 225px;
	color: #666666;
	margin-bottom: 5px;
}
.leftstory {
	float:left;
	clear: left;
	}
.rightstory {
	float:right;
	clear: right;
	}
#mainContent .story h1, #mainContent .rightstory h1, #mainContent .leftstory h1 {
	background-image: url(../img/bg-story-banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 12px;
}
#mainContent .rightstory ul, #mainContent .leftstory ul, #mainContent .story ul {
	margin: 12px 0;
	list-style: none;
}
#mainContent .rightstory li, #mainContent .leftstory li, #mainContent .story li {
	list-style-image: none;
	list-style-type: none;
	margin: 0 12px;
	border-bottom: solid #E8E8E8 1px;
}
.story p, .leftstory p, .rightstory p, .widebox p   {
	margin: 12px;
}
/* P L A C E M E N T   D E S C R I P T O R S  */
.left {
	float:left;
}
.right {
	float:right;
}
img.left {
	float:left;
	margin-right:3px;
}
img.right {
	margin-left:3px;
	float:right;
}
.right.inset {
	margin: 0 144px 0 20px;
} /* img floated right within text */
.left.inset {
	margin-left: 144px;
} /* img floated left within text */
.solo {
	margin-bottom: 1em;
	overflow: include;
}
/* S I Z E   D E S C R I P T O R S  */
.one {width: 144px;}
.two {width: 288px;}
.three {width: 432px;}
.four {width: 576px;}
.five {width: 720px;}
.six {width: 864px;}
.third {width: 32%;}
.half {width: 49%;}
/* C O L O U R   D E S C R I P T O R S  */
.lightgreen {color:#c9d200;}
.green {color:#889d05;}
.darkgreen {color:#6b8912;}
.grey {background-color:#272425;}
.yellow {background-color:#e6e89a;}
/*	I M A G E S  and  C A P T I O N S */
.pic p, .caption {
	margin: 0.1em 0 1em;
	font-size: 1.2em;
}
.frame {
	border: 1px solid #c9d200;
}
#sidebar #navigation {
	min-height: 434px;
	width: 183px;
	background-image: url(../img/bg-sidebar-menu_02.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
	height: 550px;
}
/*	N A V I G A T I O N  */

	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 10em;
	}
	#nav, #belownav {
	position: relative;
	padding: 20px 0 0 30px;
	}
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
/*	margin-bottom : 1px; */
	width: 10em;
	}
		#nav li li { /* submenu list items */
		background-color:#FFF;
		}
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 9.75em;
		margin-top : -1.75em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 10em;
	w\idth : 9em;
	display : block;
	color : #889d05;
	font-weight : bold;
	text-decoration : none;
	padding : 0 1em 0 0;
	border-bottom: 1px solid #889d05;
	}
	
	#nav li a:hover {
	color : white;
	background-color : #6b8912;
	background-image:none;
	}
	
	#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 { /* lists nested under hovered list items */
		left: auto;
		background-color:#FFFFFF;
	}
.submenu {
	background-image: url(../img/submenu-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#crumbheader {
	height: 20px;
	font-size: 0.9em;
	font-weight: bold;
	color: #999999;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
} 
#mainContent .post {
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #E8E8E8;
	}
#mainContent .post h1 {
	background:none;
	font-size: 1em;
	color: #6b8912;
	margin:0 0 0 160px;
	padding-bottom: 0px;
	padding: 0;
}
#mainContent .post .details {
	text-align:right;
	font-size: 0.75em;
	color:#999999;
}
#mainContent .post .contentarea p,  #mainContent .post p {
	color: #999999;
	padding: 0;
}
#mainContent .post .contentarea img, #mainContent .post img  {
	float: left;
	padding-left: 0px;
	border: 3px solid #c9d200;
}
#mainContent .post .contentarea {
	margin-left: 160px;
}
#wildmercury {
	font-size: 8px;
	text-align: right;
	float:none;
	clear: both;
	margin-right: 5px;
	padding-top: 5px;
	text-decoration:none;
	color: #CCCCCC;
}
	#memberlist, #boardlist {
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	font-size:0.9em;
	color:#272425;
	}
	
	#memberlist tbody tr th, #boardlist tbody tr th  {
		border-left: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
		text-align:left;
		padding: 2px;
	}

	#memberlist tbody tr td,#boardlist tbody tr td {
		border-left: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
		padding: 2px;
	}
	
	#memberlist tbody tr.selected td, #boardlist tbody tr.selected td {
		background-color: #D9D9D9;
		border-left: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
		padding: 2px;
	}
.pdfLink { 
	padding-right: 14px; 
	background: url(../img/acrobat.gif) no-repeat 100% 100%; 
}
.docLink { 
	padding-right: 14px; 
	background: url(../img/doc.png) no-repeat 100% 50%; 
}
.mailLink { 
	padding-right: 14px;
	background: url(../img/mail.png) no-repeat 100% 50%; 
}
#mainContent .externalLink, #mainContent .externalLink { 
	padding-right: 14px; 
	background: url(../img/external.gif) no-repeat 100% 50% ; 
}

#mainContent h1 a.externalLink, #mainContent h2 a.externalLink, #mainContent h3 a.externalLink, #mainContent td.logo a.externalLink { 
	padding-right: 0px ; 
	background: none ; 
}

#mainContent form input {
	color:#999999;
	padding:0 2px;
	font-size: 0.9em;
	margin: 2px 0px;
	width: 120px;
	vertical-align: middle;
	clear:left;
	}
#mainContent form {
	margin:10px;
	padding:0;
	font-size: 0.9em;
	}
#mainContent form table tr td{
	vertical-align:top;
	}
#mainContent form label {
	text-align: left;
	color: #999;
	padding-right: 20px;
	float:none;
}
#mainContent form textarea {
	width: 100%;
	margin: 2px auto;
	color:#999999;
	padding:0 2px;
	font-size: 0.9em;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#mainContent form #ClearBtn {
	width:auto;
	padding: 0 10px;}
#mainContent form #SubmitBtn {
	width:auto;
	padding: 0 10px;
	float:right;
	}
#mainContent form .smallbutton input{
	color:#999999;
	padding:0 2px;
	font-size: 0.9em;
	margin: 2px 0px;
	width: 50px;
	vertical-align: middle;
	}

#mainContent ol{
	list-style-type: none;
	margin-left: 35px;
	margin-top: 5px;
	}
#mainContent ol li{
	font-size: 1em;
	padding-left: 3px;
	color: #333333;
	line-height: 1.2em;
	list-style-type: decimal;
	padding-bottom: 3px;
}
#mainContent ol li ol{
	list-style-type: none;
	padding-left: 3px;
	margin-left: 10px;
	margin-top: 2px;
	}
#mainContent ol li ol li{
	padding-left: 3px;
	line-height: 1.2em;
	list-style-type: lower-alpha;
	font-size: 0.9em;
}
#mainContent ol ol li{
	list-style-type: lower-alpha;
}
#mainContent .post a {
	color: #c9d200;
}
#mainContent #postGroup h1 {
	line-height: 1.1em;
	margin:0 0 0 60px;
	display:block;
	}
#mainContent #postGroup .post .contentarea {
	margin: 0 0 0 60px;
}
#mainContent #postGroup .post .contentarea .details {
	line-height: normal;
	overflow:auto;
	}
#mainContent .post .contentarea .InTheNews p{
	clear:left;
	color: #990000;
	line-height: 1em;
	margin-bottom: 0px;
}
#mainContent .leftstory h3 {
	clear: both;
	margin: 5px 10px;
}
#mainContent .leftstory h2 {
	margin-left: 12px;
}
#mainContent .rightstory ol {
	margin-left: 18px;
}
#mainContent .leftstory #formMeeting1 #meeting1view, #mainContent .leftstory #formMeeting2 #meeting2view, #mainContent .leftstory #formMeeting3 #meeting3view {
	float: left;
	margin: 5px 0 10px;
	width: 99%;
}
#mainContent .leftstory #formMeeting1 #meeting1docs, #mainContent .leftstory #formMeeting2 #meeting2docs, #mainContent .leftstory #formMeeting3 #meeting3docs{
	width: 99%;
	float: left;
	margin: 5px 0;
}
.brighter {
	font-size: 1.1em;
	margin-bottom: 10px;
}
#formMeeting1 #meeting1docs,#formMeeting2 #meeting2docs,#formMeeting3 #meeting3docs {
	font-family: Arial, Helvetica, sans-serif;
}
#belownav {
	clear:left;
	padding: 20px 0 0 10px;
	z-index: 500;
}
#belownav h2 {
	font-size: 1.2em;
	text-align: center;
}
#belownav ul {
	width: 10em;
	list-style: none;
	margin-top: 20px;
}
#belownav ul li {
	width:auto;
	line-height:normal;
	padding: 4px 0;
}
#belownav ul li a {
	width:auto;
	padding:0;
}

sub {
	font-size: 0.9em;
}
.headlines {
	font-weight: bold;
}
.indicate-required {
	color: #F00;
	text-align: right;
}
.note-required {	color: #F00; }
#mainContent .rightstory form .btn {
	margin: 20px 0 0 100px;
	width: 100px; !important
}
#mainContent .rightstory form input {
	width: 190px;
}
.IBYgreen {
	color: #6b8912;
}
.margins {
	margin: 5px;}
.newslinks {
	font-weight:bold;
	}
.table-indent {
	padding-left:3px;}
.subheading {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
#mainContent .widebox ul li ul{
	list-style-image: none;
	list-style-type: disc;
	background-image: none;
}
#mainContent .widebox ul li ul li ul {
	list-style-type: square;
}
.smallcaps {
	font-variant: small-caps;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#report {
	float:right;
	width:75px;
	height: 60px;	
	margin: 0 20px 20px;
	padding: 5px;
	color:#FFF;
	text-align:center;
	line-height: 1;
	font-size: 10px;
	}
#report.provisional {
	background: url(../img/number-box.jpg) bottom center;
}
#report.trading {
	background: url(../img/number-box-trading.jpg) bottom center;
}
#report.affiliate {
	background: url(../img/number-box-affiliate.jpg) bottom center;
}
#pmvalue {
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
	}
