/*GLOBAL OPTIONS*/
html {overflow: -moz-scrollbars-vertical;}
html {
	font-size: 100.1%;
	height: 100%;
	color: #565656;
	background: url(../images/bg-body.jpg) repeat-x;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	height: 100%;
	background: url(../images/bg-header.jpg) no-repeat 50% 0;
	min-width: 975px;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #006484;
}
a:hover {text-decoration: underline;}
img {border-style: none;}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
.wrapper:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	height: 0;
	font-size: 0;
}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 975px;
	min-height: 100%;
	position: relative;
	background: #fff;
	overflow: hidden;
}
/*HEADER*/
#header {
	height: 112px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url(../images/bg-header.jpg) no-repeat -354px 0;
	z-index: 200;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 12px;
	left: 25px;
	/*background: url(../images/logo.gif) no-repeat;*/
	width: 174px;
	height: 85px;
	z-index: 250;
}
.logo a {
	height: 100%;
	width: 100%;
}
/*main-nav*/
#main-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 6px;
	display:table;
	width: 730px;
	height: 57px;
}
.safari #main-nav {display:block;}
#main-nav li {
	float: left;
	background: url(../images/img-main-nav-separator.gif) no-repeat;
	padding-left: 5px;
}
#main-nav li#first {
	padding-left: 0;
	background: none;
}
#main-nav a {
	display: table-cell;
	width: 100px;
	height: 57px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	text-decoration: none !important;
	background: url(../images/bg-main-nav-item.png) repeat-x;
}
#main-nav .drop-box {
	position: absolute;
	top: 56px;
	left: 0;
	width: 181px;
	padding-top: 2px;
	display: none;
}
#main-nav strong {font-weight: normal;}
#main-nav img {margin-right: 5px;}
#main-nav li:hover, #main-nav li.hover {position: relative;}
#main-nav li#first a {background: url(../images/bg-main-nav-item-first.png) no-repeat;}
#main-nav li#first:hover a, #main-nav li#first.hover a, #main-nav li#first a.active {background: url(../images/bg-main-nav-item-first-hover.png) no-repeat;}
#main-nav li#last a {background: url(../images/bg-main-nav-item-last.png) no-repeat;}
#main-nav li#last:hover a, #main-nav li#last.hover a, #main-nav li#last a.active {background: url(../images/bg-main-nav-item-last-hover.png) no-repeat;}
#main-nav li:hover a, #main-nav li.hover a, #main-nav li a.active {background: url(../images/bg-main-nav-item-hover.png) repeat-x;}
#main-nav li:hover .drop-box, #main-nav li.hover .drop-box {display: block;}
#main-nav li#last .drop-box  {
	left: auto !important;
	right: 0 !important;
}

#main-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 0 5px 0 2px;
	background: url(../images/bg-drop-box.png) no-repeat;
	height: 1%;
}
#main-nav li li {
	float: none;
	padding: 0;
	width: 100%;
	background: none;
	height: auto;
	background: url(../images/img-drop-box-v-separator.gif) repeat-x;
	padding-top: 2px;
}
#main-nav li li:first-child {background: none;}
#main-nav li li a {
	display: block;
	float: none;
	width: auto;
	height: 1%;
	background: none !important;
	font-size: 12px;
	line-height: 27px;
	text-align: left;
	padding: 0 14px;
	position: relative;
}
#main-nav li li a:hover {background: url(../images/bg-drop-box-hover.gif) repeat-y !important;}
/*drop-box bottom*/
.drop-box .bottom {
	height: 9px;
	overflow: hidden;
	background: url(../images/bg-drop-box-bottom.png) no-repeat;
}
/*top-menu*/
.top-menu {
	padding: 0 0 0 15px;
	margin: 0;
	list-style: none;
	position: absolute;
	right: 35px;
	top: 0;
	background: url(../images/bg-top-menu.gif) no-repeat;
	width: 287px;
	height: 34px;
}
.top-menu li {
	display: inline;
	padding-left: 13px;
	background: url(../images/ico-top-menu-bullet.gif) no-repeat 0 50%;
	margin-left: 30px;
	line-height: 22px;
	font-size: 13px;
}
/*CONTAINER*/
#container {padding: 112px 0 92px;}
#container h2, #container h3, #container h4 {
	color: #3bbd18;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 5px;
	text-transform: uppercase;
}
#container h3 {
	font-size: 17px;
	line-height: 21px;
}
#container h4 {
	font-size: 16px;
	line-height: 17px;
}
#container p {
	color: #565656;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 15px;
	text-align: justify;
}
/*content*/
.content {
	float: left;
	width: 525px;
}
.inner-page .content {width: 665px;}
.inner-page .sidebar {width: 195px;}
.inner-page .content-holder {padding-right: 0;}
/*flash-holder1*/
.flash-holder1 {
	width: 975px;
	height: 360px;
	overflow: hidden;
}
.flash-holder2 {
	width: 349px;
	height: 341px;
	overflow: hidden;
	margin-bottom: 17px;
	background: transparent !important;
	padding-top:10px;
}
.flash-holder3 {
	width: 975px;
	height: 185px;
	overflow: hidden;
	margin-bottom: 25px;
}
.content-holder {padding: 0 8px 0 55px;}
/*two-columns*/
.two-columns {
	width: 100%;
	background: url(../images/bg-columns.gif) repeat-y 260px 0;
}
.two-columns h3 {
	margin: 0;
	background: #fff;
	padding-bottom: 20px;
}
/*column1*/
.column1 {
	overflow: hidden;
	float: left;
	width: 235px;
}
/*news-list*/
.news-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
}
.news-list li {
	border-top: 1px solid #ededed;
	padding: 10px 0;
}
.news-list li:first-child {border-top: 0;}
.news-list p {
	margin: 0 !important;
	text-align: left !important;
}
.column2 {
	float: right;
	width: 255px;
	overflow: hidden;
}
.sub-columns-holder {
	width: 120%;
	overflow: hidden;
}
.sub-column-1 {
	float: left;
	width: 105px;
	margin-right: 10px;
	padding-left: 8px;
}
.sub-column-2 {
	float: left;
	width: 125px;
	margin-right: 10px;
	padding-left: 8px;
}
/*bullet-list*/
.bullet-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bullet-list li {
	font-size: 11px;
	line-height: 16px;
	color: #606060;
	padding-left: 19px;
	background: url(../images/ico-arrow-bullet.gif) no-repeat 0 6px;
}
/*sidebar*/
.sidebar {
	float: right;
	width: 350px;
	margin-top: -90px;
	position: relative;
	z-index: 150;
}
/*sidebar-text*/
.sidebar-text {padding: 0 30px;}
/*side-nav*/
.side-nav {
	padding: 0;
	margin: -35px 0 0;
	list-style: none;
	position: relative;
}
.side-nav li {
	vertical-align: top;
	width: 100%;
	margin-bottom: 1px;
}
.side-nav a {
	display: block;
	height: 1%;
	line-height: 31px;
	font-size: 13px;
	background: url(../images/bg-sub-nav.gif) no-repeat;
	color: #fff;
	padding-left: 25px;
}
.side-nav a.first {background: url(../images/bg-sub-nav-first.gif) no-repeat;}
.side-nav a:hover, .side-nav a.active {
	background-position: 0 100%;
	text-decoration: none;
}
/*FOOTER*/
#footer {
	background: url(../images/bg-footer.gif) no-repeat;
	height: 41px;
	width: 975px;
	margin: -51px auto 0;
	position: relative;
	z-index: 100;
	text-align: center;
	padding-top: 10px;
}
#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer li {
	display: inline;
	padding-left: 25px;
	background: url(../images/img-footer-separator.gif) no-repeat 11px 50%;
	font-size: 13px;
}
#footer li:first-child {
	padding-left: 0;
	background: none;
}
#footer a {color: #fff;}
#footer p {
	margin: 0;
	margin-top: 3px;
	font-size: 13px;
	color: #c9fabf;
}

/* IR Styles */

.spr-ir-notifications {
	padding: 4px 8px;
    border: 2px solid #266F86;
	border-right: 4px solid #efefef;
	border-left: 4px solid #efefef;
    margin-top: 10px;
    }
.spr-ir-email-alerts, .spr-ir-news-rss {
	padding: 4px 0px;
    border-bottom: 1px solid #ccc;
    }
.spr-ir-news-rss {
    border-bottom: none;
    }
#container .spr-ir-email-alerts p, #container .spr-ir-news-rss p{
	margin: 0px;
    padding: 3px 0px;
	text-align: left;
    }
.spr-ir-email-alerts .spr-ir-link, .spr-ir-news-rss .spr-ir-link {
    padding-left:20px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 18px;
    display:block;
    }
.spr-ir-email-alerts .spr-ir-link {
	background-image: url(http://content.stockpr.com/stockpr/files/mail_icon_16px.gif);
    }
.spr-ir-news-rss .spr-ir-link {
	background-image: url(http://content.stockpr.com/stockpr/files/rss_icon_16px.gif);
    }
#container .spr-ir-snapshot {
	
	}
#container .spr-ir-snapshot td {
	padding: 5px;
	margin-right: 8px;
	}
#container .spr-ir-snapshot h3 {
	padding: 4px;
	margin: 6px 0px;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
	}
#container .spr-ir-snapshot td p{
	padding: 4px;
	}
	
/****************
 Breadcrumbs
****************/

.breadcrumbs {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 15px;
}
.breadcrumbs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.breadcrumbs ul li {
	display: inline;
	color: #999;
}
.breadcrumbs ul li a{
	margin-right: 4px;
	margin-left: 4px;
	text-decoration: none;
	color: #999;
}
.breadcrumbs ul li.last a {
	font-weight: bold;
	color: #006484;
}

/********************
 Slideshow styles
********************/

#slideshow {
	height:398px;
	width: 514px;
	overflow: hidden;
	border: 3px solid #cfcfcf;
	}  
#slideshow img { 
	display:none; 
	height:400px;
	opacity: -0.01;
	margin-top: -1px;
	margin-left: -1px;
	}