@charset "utf-8";
/* CSS Document */


html {
    overflow: -moz-scrollbars-vertical;
    -webkit-font-smoothing: antialiased;
}

h1 {
  color: #2B71AF;
  font-size: 17px;
  padding: 20px;
}
h2 {
  font-size: 15px;
}
body {
 
  background-repeat: repeat-x;
  background-color: #f0f0f0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #454545;
  margin:0 auto;
}

.logo{
    float:left;
    width: 77px;
    margin: 0 12px;
}

.navigation {
    float: left;
    width: 833px;
    margin-top: 15px;
}

.nav-bot {
    height: 3px;
    width: 100%;
background-color: #003e7e;
background-image: -webkit-gradient(linear, left center, right center, from(rgb(0, 62, 126)),to(rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(left, rgb(0, 62, 126), rgb(255, 255, 255));
background-image: -moz-linear-gradient(left, rgb(0, 62, 126), rgb(255, 255, 255));
background-image: -o-linear-gradient(left, rgb(0, 62, 126), rgb(255, 255, 255));
background-image: -ms-linear-gradient(left, rgb(0, 62, 126), rgb(255, 255, 255));
background-image: linear-gradient(left, rgb(0, 62, 126), rgb(255, 255, 255));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#003e7e', EndColorStr='#ffffff');
    display: block;
}
.nav-top {
    height: 3px;
    width: 100%;
background-color: #ef4135;
background-image: -webkit-gradient(linear, left center, right center, from(rgb(239, 65, 53)),to(rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(left, rgb(239, 65, 53), rgb(255, 255, 255));
background-image: -moz-linear-gradient(left, rgb(239, 65, 53), rgb(255, 255, 255));
background-image: -o-linear-gradient(left, rgb(239, 65, 53), rgb(255, 255, 255));
background-image: -ms-linear-gradient(left, rgb(239, 65, 53), rgb(255, 255, 255));
background-image: linear-gradient(left, rgb(239, 65, 53), rgb(255, 255, 255));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#ef4135', EndColorStr='#ffffff');
    display: block;
}
    
#main-container {
  width: 955px;
  background-color: #fff;
  margin: 0 auto;
}

a {
    color: #409bd5;
    text-decoration: none;
}

a:hover {
    color: #2072a6;
}

.logo {}
.navigation {
        
}

.spr-ir-media-item td {
    border-bottom: 1px solid #cccccc;
	padding:10px 3px;
	}
    
/* menu start */
#menu {
	font-family:Tahoma, Geneva, sans-serif;
	height: 40px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 500;
}
#menu li {
    float: left;
    margin-right: 1px;
}
#menu li.active a {
    color: #f4a72c;
}
#menu li a {
    background:#fff;
    color: #35353f;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 20px;
    text-decoration: none;
}
#menu table {
    border-collapse: collapse;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
#menu li a:hover {
    background-color: #fff;
    color: #35353f;
    position: relative;
    z-index: 200;
}
#menu li:hover {
    position: relative;
    z-index: 200;
}
#menu li:hover > a {
    background:#fff;
    color: #f4a72c;
}
#menu li:hover > a.sub {
    background-color: #fff;
    color: #35353f;
}
#menu li.current a {
    background:#fff;
    color: #35353f;
}
#menu li a.sub {
    background:#fff;
}
#menu li.active a.sub {
    background:#884400;
	color: #35353f;
}
#menu *:hover ul {
    background:#444444;
    left: 0;
    top: 40px;
    width: 188px;
}
#menu ul, #menu *:hover ul ul {
    height: 0;
    left: -9999px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -9999px;
    width: 0;
}
#menu *:hover ul *:hover ul {
    background:#f2f1f1;
    height: auto;
    left: 188px;
    top: -1px;
    white-space: nowrap;
    width: 188px;
    z-index: 200;
}
#menu *:hover ul li {

    margin: 0;
}
#menu *:hover ul li a {
    background:#fff;
    color: #35353f;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-indent: 10px;
    width: 188px;
	font-weight:normal;

}
#menu *:hover ul li a.fly {
    background:#f2f1f1;
}
#menu *:hover ul *:hover {
    background-color: #f2f1f1;
    color: #f4a72c;

}
#menu *:hover ul *:hover a.fly {
    background-color: #f2f1f1;
    color: #35353f;
}
#menu *:hover ul li.currentsub a {
    background:#f2f1f1;
    color: #35353f;
}
#menu *:hover ul li.currentsub a.fly {
    background:#f2f1f1;
    color: #35353f;
}
#menu *:hover ul *:hover ul li a {
    background:#fff;
    color: #35353f;
    padding: 0;
    text-indent: 10px;
    width: 188px;
}
#menu *:hover ul *:hover ul *:hover {
    background-color: #f2f1f1;
    color: #f4a72c;
}
#menu *:hover ul *:hover ul li.currentfly a, #menu *:hover ul *:hover ul li.currentfly a:hover {
    background:#f2f1f1;
    color: #35353f;
}
/*  menu end */

#home, #interior {
    padding: 30px 0;
}

.content {
    line-height: 20px;
    font-size: 13px;
    font-family: tahoma,helvetica;
    color: #333;
}

.content h1 { font-size: 26px; padding: 0; line-height: 32px;}
.content h2 { font-size: 22px; padding: 0; line-height: 28px;}
.content h3 { font-size: 18px; padding: 0; line-height: 24px;}
.content h4 { font-size: 14px; padding: 0; line-height: 20px;}
.content h5 { font-size: 13px; padding: 0; line-height: 18px;}

#home .content h2 {
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}

#home .content {
    float: left;
    width: 560px;
    margin: 0 0 0 25px;
}

#home .sidebar {
    float: left;
    width:290px;
    margin: 0 25px 0 40px;
    padding-top: 8px;
}

#home .sidebar h3 {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

#interior .content {
    float: left;
    width: 640px;
    margin: 0 0 0 40px;
}

#interior .content h1 {
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #333;
}

#interior .sidebar {
    float: left;
    width: 215px;
    margin: 0 0 0 25px;
}

#interior .sidebar .title {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin: 25px 0 25px 0;
}

#interior .sidebar ul {
    margin: 0;
    padding: 0;
}

#interior .sidebar li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

#interior .sidebar ul ul {
    margin: 15px 0 15px 15px;
}

#interior .sidebar li a {
    color: #333;
}

#interior .sidebar li.active a {
    color: #f4a62a;
}

#interior .breadcrumbs {
    margin: 0;
    padding: 0;
}

#interior .breadcrumbs li {
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
    list-style-type: none;
    font-size: 11px;
    color: #ccc;
}

.banner-home {
    width: 960px;
    height: 309px;
    background: url(../img/banner-home.jpg) 0 0 no-repeat;
}

.banner-interior {
    width: 960px;
    height: 160px;
    background: url(../img/interior-banner.jpg) 0 0 no-repeat;
}

.banner-home .banner-title {
    margin: 0;
    padding: 0;
    font-size: 28px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
}

.banner-interior .banner-description {
    color: #fff;
    width: 300px;
}


.banner-interior .banner-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    line-height: 16px;
}

.banner-home .banner-description {
    color: #fff;
    width: 300px;
    position: relative;
    top: 40px;
}

.banner-interior .banner-description {
    color: #fff;
    width: 300px;
}

.banner-home .banner-container {
    position: relative;
    left: 425px;
    width: 300px;
    top: 60px;
}

.banner-interior .banner-container {
    position: relative;
    left: 425px;
    width: 150px;
    top: 15px;
}

.news {
    margin: 0;
    padding: 0;
}

.news li {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    color: #878787;
}

#presentations {
    position: relative;
}

#presentations-left {
    position: absolute;
    bottom: -125px;
    left: 0;
    text-align: center;
}

#presentations-right {
    position: absolute;
    bottom: -125px;
    left: 190px;
    text-align: center;
}

#footer {
    background: #35353f;
    color: white;
    padding: 25px 0;
}

#footer .left {
    float: left;
    border-top: 5px solid #000;
    margin-left: 25px;
    width: 560px;
}

#footer .right {
    float: left;
    border-top: 5px solid #000;
    margin-left: 25px;
    width: 290px;
}

#footer .footer-nav {
    float: left;
    width: 240px;
}

#footer .footer-quicklinks {
    float: left;
    width: 320px;
}

#footer a {
    color: #c8c7c7;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    list-style-type: none;
    margin-bottom: 7px;
}

#footer #copyright {
    color: #c8c7c7;
}

#footer .social-networks{
    margin:0 0 10px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#footer .social-networks li{
	float:left;
	padding:0 3px 0 0;
}
#footer .social-networks a{
	display:block;
}
#footer .social-networks .rss{
	display:block;
	width:36px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/ico-rss.gif) no-repeat;
}
#footer .social-networks .twitter{
	display:block;
	width:36px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/ico-twitter.gif) no-repeat;
}
#footer .social-networks .youtube{
    display:block;
	width:36px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/ico-youtube.gif) no-repeat;
}
#footer .social-networks .facebook{
	display:block;
	width:36px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/ico-facebook.gif) no-repeat;
}
#footer .social-networks .mail{
	display:block;
	width:36px;
	height:36px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../img/ico-mail.gif) no-repeat;
}

#footer .q-links-list {
    float: left;
    width: 160px;
}

.rss-news {
    margin: 0;
    padding: 0;
}

.rss-item {
    list-style-type: none !important;
    padding: 0;
    margin: 0 0 15px 0;
}

.spr-ir-news-article-title {
    font-size: 18px !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.spr-ir-pdf img {
    -moz-box-shadow: 2px 2px 6px #888;
    -webkit-box-shadow: 2px 2px 6px #888;
    box-shadow: 2px 2px 6px #888;
}