html{
	height:100%;
        overflow-y:scroll;
}
body{
	background:url(../images/bg-body.gif) repeat-x;
	margin:0;
	font:12px/14px Arial, Helvetica, sans-serif;
	height:100%;
	min-width:870px;
}
img{border-style:none;}
a{color:#000;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
/* start main */
#main{
	background:url(../images/bg-sidebar.gif) repeat-y 100% 0;
	width:870px;
	margin:0 auto;
	position:relative;
	min-height:100%;
}
* html #main{
	height:100%;
}
#main h1{
	margin:0;
}
#main h1 a{
	background:url(../images/logo.gif) no-repeat;
	width:460px;
	height:80px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:27px;
	left:32px;
	z-index:100;
}
/* start header */
#header{
	background:url(../images/bg-header.gif) no-repeat 100% 0;
	height:302px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}
.top-link{
	background:url(../images/top-link-bottom.gif) no-repeat 0 100%;
	width:188px;
	float:right;
	display:inline;
	margin-right:20px;
	padding:0 0 6px;
}
.top-link .inner{
	background:url(../images/top-link-center.gif) repeat-y;
	width:188px;
}
.top-link .center{
	background:url(../images/top-link-top.gif) no-repeat;
	padding:6px 0 2px 17px;
	width:171px;
}
.top-link a{
	line-height:17px;
	font-size:13px;
	padding:0 0 0 21px;
	color:#fff;
}
.top-link a:hover{
	text-decoration:none;
}
.contact{
	background:url(../images/bg-contact.gif) no-repeat 0 3px;
	margin-right:20px;
}
.sitemap{
	background:url(../images/bg-sitemap.gif) no-repeat 0 1px;
}
.under-logo{
	display:block;
	width:415px;
	overflow:hidden;
	font:20px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	margin:140px 0 0 32px;
}
.nav-wrapper{
	width:100%;
	position:absolute;
	top:188px;
	left:0px;
	z-index:90;
}
.nav-holder{
	position:relative;
	left:50%;
	float:left;
	text-align:center;
}
#nav{
	position:relative;
	float:left;
	left:-50%;	margin:77px 0 0;	padding:0;	list-style:none;
	font-size:12px;
	line-height:14px;}
#nav li{
	float:left;
	height:39px;
	margin:0 5px 0 0;
	position:relative;
	border:none;
	text-align:left;
}
#nav a{
	color:#fff;
	float:left;
	height:40px;
	text-decoration:none;
	cursor:pointer;
}
#nav li:hover a,
#nav li.hover a{
	color:#000;
}
#nav span{
	background:url(../images/bg-nav-left.gif) no-repeat 0 2px;
	float:left;
	height:26px;
	padding:11px 15px 0;
}
#nav li:hover a span,
#nav li.hover a span{
	background:url(../images/bg-nav-left.gif) no-repeat 0 -36px;
	/* height:5px; */
}
#nav em{
	background:url(../images/bg-nav-right.gif) no-repeat 0 2px;
	float:left;
	height:37px;
	width:7px;
}
#nav li:hover a em,
#nav li.hover a em{
	background:url(../images/bg-nav-right.gif) no-repeat 0 -35px;
	height:37px;
}
#nav .top{
	background:url(../images/bg-subnav-top01.gif) no-repeat;
	position:absolute;
	top:37px;
	left:0px;
	padding:7px 0 0;
	width:186px;
	display:none;
}
#nav li:hover .top,
#nav li.hover .top{
	display:block;
}
#nav ul{
	background:#e9e9e9 url(../images/bg-subnav-center.gif) repeat-x 0 100%;
	border:1px solid #b4b4b5;
	border-top:none;
	border-bottom:none;
	padding:0;
	margin:0 0 -5px;
	list-style:none;
	width:184px;
}
#nav ul li{
	background:url(../images/hr02.gif) no-repeat;
	float:none;
	height:auto;
	margin:0;
	height:1%;
	vertical-align:middle;
	position:relative;
}
#nav ul li a{
	color:#36415d;
	float:none;
	display:block;
	height:auto;
	width:100%;
}
#nav ul li:hover a{
	background:#e6e6e6 url(../images/bg-subnav-li.gif) repeat-x 0 100%;
}
#nav ul ul a{
	background:none !important;
}
#nav ul ul a:hover{
	background:#e6e6e6 url(../images/bg-subnav-li.gif) repeat-x 0 100% !important;
}
#nav ul li a strong{
	padding:9px 10px 8px;
	display:block;
	font-weight:normal;
}
#nav ul li a:hover strong{
	background:url(../images/hr02.gif) no-repeat;
}
#nav ul li.first{
	background:none;
}
#nav ul li.first strong{
	background:none !important;
}
#nav .bottom{
	background:url(../images/bg-subnav-bottom.gif) no-repeat;
	width:186px;
	height:10px;
	overflow:hidden;
	font-size:1px;
	margin:-5px 0 0;
}
#nav .sub-top{
	background:url(../images/bg-subnav-top.gif) no-repeat;
	position:absolute;
	top:0px;
	left:184px;
	overflow:hidden;
	padding:9px 0 0;
	width:186px;
	display:none;
}
#nav ul li:hover .sub-top,
#nav ul li.hover .sub-top{
	display:block;
	padding-top:5px;
}
#nav .sub-bottom{
	background:url(../images/bg-subnav-bottom.gif) no-repeat;
	width:186px;
	height:10px;
	overflow:hidden;
	font-size:1px;
	margin:-5px 0 0;
}
/* end header */
/* start content */
#content{
	width:100%;
	padding:302px 0 0;
	overflow:hidden;
	position:relative;
}
/* start data */
#data{
	width:549px;
	padding:57px 32px 0;
	float:left;
}
#data .top{
	font-size:12px;
	line-height:18px;
	margin:0;
	padding: 0px;
	padding-right:29px;
}
#data .top div {
	margin: 0px;
	padding: 0px;
}
#data .top #pagecontent{
	min-height:440px; 
	padding-bottom: 10px;
	height:auto;
	}
/* for Internet Explorer */
	/*\*/
* html #data .top #pagecontent{
	height: 440px;
	}

#data .top a{
	color:#00e;
}
.post{	margin:60px 0 0;	padding:0;	list-style:none;
	width:100%;
	overflow:hidden;}
.post li{
	background:url(../images/hr01.gif) no-repeat 15px 100%;
	display:block;
	height:1%;
	margin:0 0 27px;
}
.post li.last{
	background:none;
}.icon{
	width:47px;
	overflow:hidden;
	float:left;
}
.icon a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.icon01{
	background:url(../images/icon01.gif) no-repeat;
	width:27px;
	height:54px;
	margin:2px 0 0 2px;
}
.icon02{
	background:url(../images/icon02.gif) no-repeat;
	width:26px;
	height:53px;
	margin:2px 0 0 3px;
}
.icon03{
	background:url(../images/icon03.gif) no-repeat;
	width:32px;
	height:54px;
	margin:2px 0 0;
}
.icon04{
	background:url(../images/icon04.gif) no-repeat;
	width:32px;
	height:38px;
	margin:2px 0 0 3px;
}
.icon05{
	background:url(../images/icon05.gif) no-repeat;
	width:29px;
	height:42px;
	margin:2px 0 0 3px;
}
.post-right{
	overflow:hidden;
	height:1%;
}
.post-right h2{
	margin:-6px 0 0;
	font-size:19px;
	line-height:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#36415d;
	font-weight:normal;
}
.post-right p{
	margin:2px 0 0 !important;
	font-size:12px !important;
	line-height:14px !important;
	word-spacing:2px;
}
.post-right .more{
	background:url(../images/bullit01.gif) no-repeat 100% 7px;
	float:right;
	padding:0 12px 0 0;
	margin:7px 0 15px;
	color:#00e;
	text-decoration:none;
	font:13px/15px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #00e;
}
.more:hover{
	border-bottom:none;
	padding:0 12px 1px 0;
}
.data-top {	
	margin: 10px 0 0 0px;	
	padding:0;	
	list-style:none;
	overflow:hidden;
	border-top: 2px solid #efefef;
	margin-top: 10px;
	padding-top: 10px;
	}
.data-top li{
	/*background:url(../images/bullit02.gif) no-repeat 0 2px;*/
	display:inline;
	margin:0;
	padding-left: 8px;
	margin-left: 6px;
	border-left: 1px solid #ccc;
}
.data-top li.first {
	padding-left: 0px;
	margin-left: 0px;
	border-left: none;
}
.data-top a{
	color:#00e;
	text-decoration:underline !important;
}
.data-top a:hover{
	text-decoration:none !important;
}
.data-top .first{
	background:none;
}
#data .copy{
	margin:8px 0 65px 0px;
	display:block;
	font-size:11px;
	line-height:13px;
}

/* end data */
/* start sidebar */
.sidebar{
	width:187px;
	float:right;
	padding:22px 25px 0;
}
.box{
	background:url(../images/box-bottom.gif) no-repeat 0 100%;
	padding:0 0 10px;
	margin:0 0 24px;
}
.box a{
	color:#00e;
}
.box a:hover{
	text-decoration:none;
}
.box .inner{
	background:#f1f1f1 url(../images/box-top.gif) no-repeat;
	padding:18px 6px 14px;
	width:175px;
	overflow:hidden;
	position:relative;
}
.email{
	background:url(../images/email.gif) no-repeat 0 1px;
	padding:0 0 0 20px;
	margin:0 11px;
}
.box p{
	margin:5px 11px 14px;
	word-spacing:3px;
}
.rss{
	background:url(../images/rss.gif) no-repeat;
	padding:0 0 0 20px;
	margin:0 11px;
}
.resent{
	font-size:14px;
	line-height:16px;
	font-style:italic;
	margin:3px 0 17px;
	display:block;
	text-align:center;
}
.releases{	margin:0 11px 0;	padding:0 0 0 3px;	list-style:none;
	font-size:11px;
	line-height:13px;
	word-spacing:1px;}
.releases li{
	margin:0 0 27px;
	height:1%;
	vertical-align:middle;
}
.releases span{
	font-style:italic;;
}
.releases a{
	color:#00e;
	display:block;
}
.box .more{
	background:url(../images/bullit01.gif) no-repeat 100% 7px;
	float:right;
	padding:0 12px 0 0;
	margin:6px 7px 0 0;
	color:#00e;
	text-decoration:none;
	font:11px/13px Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #00e;
}
.box .more:hover{
	border-bottom:none;
	padding:0 12px 1px;
}
.listed{
	text-align:center;
	display:block;
	font-size:15px;
	line-height:17px;
	padding:0 5px 0 0;
	margin:-2px 0 0;
}
.box .inner-list{
	background:#f1f1f1 url(../images/box-top.gif) no-repeat;
	padding:18px 6px 0;
	width:175px;
	overflow:hidden;
	position:relative;
}
.list{
	overflow:hidden;
	background:#fff;
	margin:12px 0 0;
}
.list dl{
	overflow:hidden;
	width:178px;
	margin:0;
}
.list dl dt{
	float:left;
	width:109px;
	color:#060606;
	padding:0 0 5px;
	padding:2px 0 3px 2px;
}
.list dl dt.second{
	background:#e6e6e6;
	padding:4px 0 5px;
}
.list dl dd{
	margin:0;
	float:left;
	width:62px;
	text-align:right;
	padding:2px 5px 3px 0;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
}
.list dl dd.first{
	font-size:17px;
}
.list dl dd.yes{
	background:#e6e6e6 url(../images/yes.gif) no-repeat 0 8px;
	font-size:18px;
	color:#c81100;
	padding:4px 7px 5px 0;
}
.grey{
	background:#e6e6e6;
}
#spr-quote-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: none !important;
	}
#spr-quote-box .title-symbol, #spr-quote-box .title-text {
	color: #000 !important;
	}
#spr-quote-box .title-symbol {
	font-size: 15px;
	background-color: #F1F1F1 !important;
	}
#spr-quote-box .title-text {
	font-size: 11px;
	background-color: #F1F1F1 !important;
	}
#spr-quote-box .odd {
	background-color:  #fff !important;
	}
#spr-quote-box .even {
	background-color:  #E6E6E6 !important;
	}
#spr-quote-box .current-quote {
	font-size: 15px;
	font-weight: bold;
	}
#spr-quote-box .current-change-up, #spr-quote-box .current-change-down {
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;

	}
#spr-quote-box .current-change-up span, #spr-quote-box .current-change-down span {
	display: block;
	width: 14px;
	height: 9px;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	}
#spr-quote-box .current-change-up {
	color: #458601;
	}
#spr-quote-box .current-change-down {
	color: #cb2400;
	}

.list p{
	margin:0;
	text-align:center;
	padding:3px 0;
}
/* end sidebar */
/* end content */
/* end main */

/* start footer */
.footer-wrapper{
	background:url(../images/bg-footer.gif) repeat-x;
	width:100%;
	height:25px;
	margin:-25px 0 0;
	overflow:hidden;
	z-index:-1;
	min-width:870px;
}
#footer{
	width:870px;
	margin:0 auto;
}
#footer p{
	font-size:10px;
	line-height:12px;
	color:#868686;
	margin:7px 0 0 58px;
}
/* end footer */
h2 {
	margin:-6px 0 0;
	font-size:23px;
	line-height:27px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#36415d;
	font-weight:normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #efefef;
}
hr {
	border: 1px solid #ADB9C5;
}
#side-nav {
	width: 181px;
	margin: 0 auto;
}
#side-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: -6px;
}
#side-nav ul li {
	background-image: url(../images/side_nav_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 10px;
}
#side-nav ul li a {
	display: block;
	padding: 4px 10px 6px 10px;
	min-height:16px; 
	height:auto;
	text-decoration: none;
	color: #000;
}
#side-nav ul li a:hover,
#side-nav ul li.active a {
	background-image: url(../images/side_nav_hover.gif);
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
}
#side-nav ul li.active li a {
	background: none;
}
#side-nav ul li.active a {
	font-weight: bold;
	text-decoration: none;
	}
/* for Internet Explorer */
	/*\*/
* html #side-nav ul li a{
	height: 16px;
	}
#side-nav ul ul {
	padding-left: 15px;
}
#side-nav ul ul li {
	border-left: 2px solid #ccc;
	}
.spr-ir-category {
	font-size: 15px;
	font-weight: bold;
	line-height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#888 !important;
	font-weight:normal;
	padding-bottom: 10px;
	border-bottom: 2px solid #efefef;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
.spr-ir-category ul {
	font:12px/14px Arial, Helvetica, sans-serif;
}
#side-nav ul li a.spr-ir-category-link:hover {
	background: none;
}
.spr-ir-category-link {
	padding-left: 20px !important;
	color:#888 !important;
}
#side-nav ul li a.spr-ir-category-link.collapse {
  background: url(http://content.stockpr.com/stockpr/files/collapse.gif) no-repeat 5px 12px !important;
}
#side-nav ul li a.spr-ir-category-link.expand {
  background: url(http://content.stockpr.com/stockpr/files/expand.gif) no-repeat 5px 12px !important;
}
.clear {
	clear:both;
	height:0px;
	overflow: hidden;
	}
#home-news {
	margin-top: 30px;
}
#home-news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#home-news ul li {
	padding-left: 30px;
	background-image: url(http://content.stockpr.com/lmlp/files/lml_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 2px solid #EFEFEF;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0px;
}
#home-news .more-link {
	text-align: right;
	padding-top: 8px;
}
#home-news .more-link a,
#home-news .more-link a:hover {
	padding: 0px;
	color: #36415D;
	text-transform: uppercase;
}
#home-news .more-link a:hover {
	text-decoration: none;
}
