body {

  font-family:Helvetica, Georgia, Verdana, Cambria, sans-serif;;
  font-size: 11px;

  background-color: transparent; 
  color: #333; 
  -webkit-font-smoothing: antialiased; 
}

#page #header {position:relative;z-index:2;}

#page #banner {position:relative;}

#page{
  /*width:950px;*/
  /*margin: 0 auto;*/
  /*border:1px solid #e3e9ed;*/
  /*border-radius:5px;
  box-shadow:20px 20px 50px 20px #e3e9ed;*/
}

#header{
  /*margin-bottom: 5px;*/
  border-radius: 5px 5px 0 0;
  border-top:1px solid #e3e9ed;
  border-bottom:1px solid #ced9e7;
  height:50px;
  background: 	#e3e9ed;
  background: -webkit-gradient(linear, left top, left bottom, 
    from(#e3e9ed), to(#ced9e7));
  background: -webkit-linear-gradient(top, #e3e9ed, #ced9e7);
  background: -moz-linear-gradient(top,    #e3e9ed, #ced9e7);
  background: -ms-linear-gradient(top,     #e3e9ed, #ced9e7);
  background: -o-linear-gradient(top, 	   #e3e9ed, #ced9e7);
}
#header span{
  float: left;
  width: 205px;
  margin-top:10px;
  margin-left:10px;
  margin-bottom:1px;
}

#nav-bar {	 
  padding: 10px 10px 0 20px;

}

#nav-bar ul ul {
  margin-top: 0px;
}
a img{
  border:none;
}

/* 
LEVEL ONE
background: #ccc; 
*/
ul.dropdown                         { position: relative;  margin: 4px; }
ul.dropdown li                      { list-style: none inside; font-weight: bold; float: left; zoom: 1; }
ul.dropdown a:hover		            { color: #0068C7; }
ul.dropdown a:active                { color: #f6f6f6; }
ul.dropdown li a                    { text-decoration: none; display: block; padding: 4px 8px; color: #0068C7; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #e3e9ed; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
LEVEL TWO
*/
ul.dropdown ul 		{ z-index:2000; width: 220px; visibility: hidden; position: absolute; top: 26px; left: -40px;}
ul.dropdown ul li 	{ font-weight: normal; background: #f6f6f6; color: #000; 
  border-bottom: 1px solid #ccc; float: none; }

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a			{ border-right: none; width: 100%; display: inline-block; } 

/* 
LEVEL THREE
*/
ul.dropdown ul ul 		{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }




/*h1 a#logo {
background: url(/docs/web/images/logo.png) no-repeat;
text-indent: -9999px;
display: block;
width: 273px;
height: 40px;
}*/
h1 a {
  display: block;
  width: 268px;
  height: 50px;
  overflow: hidden;
  border: 0;
  position: relative;
  margin-top: 10px;
}

.query h3{  
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999995;
  width: 100%;
  text-transform: uppercase;
  margin: 30px 0 20px;
  font-weight: bold;
  text-indent: 10px;
}



/* Section headers
------------------------------------------------------------------*/

#sectionBanner {
  width: 950px;
  height: 215px;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 0;
  background: url(/docs/web/cms/showcase/homeBanner.jpg) no-repeat center;
}

.home #sectionBanner {
  width: 950px;
  height: 0px;
  margin: 0;
  /*background: url(/docs/web/cms/showcase/970x454Banner.jpg) no-repeat center;*/
}


/* Footer
------------------------------------------------------------------*/
#footer {
  clear: both;
  width: 950px;
  margin: 0 auto;
  border-top: 1px solid silver;
  height: 40px;
  margin-top: 10px;
  padding: 0px 0 0 0;
}

#footer p {
  color: #a2a2a2;
}


#footerNav ul {
  list-style-type: none;
  margin: 10px 0 20px 0;
  float: left;
  height:20px;
  width: 300px;	
  padding: 0px;
}


#footerNav ul li a {

  display: block;
  text-decoration: none;
  float: left;
  overflow: hidden;
  border: 0;
  position: relative;
  color: #6b6b6b;
  margin: 1px 15px;
}

#footerNav ul li a:hover { 
  color: #0f7cc3;
  border-bottom: 1px solid #0f7cc3;
}

#footerNav li{
  display:inline;
}
/******************* homeBanner ***************************/
.slide {
  position: relative;
  z-index: 100;
}
.slide h2{
  width: 100%;
  font-size: 13px; 
  font-weight: 600; 
}

.slide .slideText {
  background-color: rgba(35, 25, 25, 0.5);
  background-image: url("/docs/web/cms/icons/icon-arrow-white-slide.png");
  background-position: 15px 30px;
  background-repeat: no-repeat;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  padding-right: 15px;
}

.slide .slideText {
  bottom: 15px;
  height: auto;
  left: 0;
  padding-left: 10px;
  position: absolute;
  z-index: 102;
}

.slide .slideText a {
  text-decoration: none;
}

.slide .slideText a h2, .slide .slideText h2 {
  border-bottom: medium none;
  color: white;
  font-size: 50px;
  padding-left: 15px;
}

.slide .slideReadMore {
  bottom: 15px;
  color: white;
  font-size: 18px;
  left: 40px;
  position: relative;
  text-decoration: underline;
}

#banner{
  height: 346px; 
}
#homeBanner {
  width: 950px;
  height: 346px; 
  margin: 0 0 30px 0;
  position: absolute;
  display: block;
  overflow: hidden;
}

#homeBanner #slideContainer{
  position: relative;
  z-index: 0;
  height: 346px;
}

#homeBanner #slideContainer .slide{
  position: relative;
  cursor: pointer;
}

#homeBanner #slideContainer .slide img{
  z-index: 50;
  position: relative;
  height: 346px;
}
#homeBanner #slideContainer .slide .slideText{
  position: absolute;
  bottom: 15px;  
  left: 0; 
  z-index: 102;
  height: auto;
  padding-left: 34px;
}
#homeBanner #slideContainer .slide .slideText h2{
  overflow: inherit !important;
  display: block;
  height: auto;
  font-family: 'TheSansSemiLight', Arial, Sans-Serif;
}
#homeBanner #slideContainer .slide .slideText h2 a{
  font-size: 55px;  
  color: #FFF;
  line-height: 53px; 
  background: url(/docs/web/cms/showcase/icon-arrow-white-slide.png) no-repeat left 5px;
  display: block;
  padding-left: 35px;
}
#homeBanner #slideContainer .slide .slideText h2 a span{
  /*font-family: 'TheSansSemiLight', Arial, Sans-Serif;*/
}
#homeBanner #slideContainer .slide .slideText h2 span.slideReadMore{
  bottom: 3px;
  font-size: 18px; 
  position: relative;
  text-decoration: underline;				
}

#homeBanner #sliderNav{
  position: absolute;
  top: 20px;
  z-index: 100;
  right: 20px;
}

#homeBanner #sliderNav a{ 
  background: url(/docs/web/cms/showcase/icon-slider-nav.png) no-repeat 0 0;
  display: block;
  outline: 0;
  text-indent: -99999px;
  width: 22px;
  height: 22px;
  float: left;
  opacity:0.7;
  filter:alpha(opacity=70);
  margin-left: 5px;
}
#homeBanner #sliderNav a:hover,
#homeBanner #sliderNav a.activeSlide{
  opacity:1.0;
  filter:alpha(opacity=100);
}

/** --- Copyright --- */
#copyright{
  position: absolute;
  width:950px;
  text-align:center;
  color: #717171;
}

#copyright a{
  color: #717171;
  text-decoration: none;
}

#copyright a:hover{
  text-decoration: underline;
}

/*  socialmedia
------------------------------------------------------------------*/
#socialMedia { 
  float: right;
  margin-top: 5px;
  width: 290px;
}
#socialMedia a{
  float: left;
  display: block;
  height: 32px;
  width: 32px;
  text-indent: -99999px;
  margin-right: 5px;
}
#socialMedia a#WCAG{width: 100px; text-indent: 0px;}
#socialMedia a#iconFacebook{ background: url(/images/social-large-facebook.png) no-repeat 0 0; }
#socialMedia a#iconTwitter{ background: url(/images/social-large-twitter.png) no-repeat 0 0; }
#socialMedia a#iconYoutube{ background: url(/images/social-large-youtube.png) no-repeat 0 0; }
#socialMedia a#iconLinkedin{ background: url(/images/social-large-linkedin.png) no-repeat 0 0; }
#socialMedia a#iconRSS{ background: url(/docs/web/cms/icons/RSS.png) no-repeat 0 0; }

#socialMedia a:hover{
  opacity:0.7;
  filter:alpha(opacity=70);
}


.rssitems{
  margin:10px;
}


.rssHead h2{
  font-weight: 900;
  font-size: 18px;
  border-bottom: 1px solid #999995;
  width: 100%;
}

.rssdoctitle 
{
  color: #0058CC;
  text-decoration: none;
}
.rssitems 
{
  font-size: 1.25em;
}

.rsspubdate 
{
  font-size: 1em;
  color: #999;
}
.rssItem h1{
  border-bottom:0px;
  color: #0068C7;
  line-height: 60px;
  font-size:60px;
}
.rssTitle{
  position: absolute;
  top: 100px;
}


.rssItem{
  margin-top: 220px;
  margin-left: 10px;
  margin-right: 10px;
}

.rssItem a {
  display: block;
  background: #fff;
}

.rssItem a:hover {
  background: #e3e9ed;
}


.rssThumbnail{

  left: 400px;
  top: -20px;

  position: relative;
}

.rssThumbnail img{
  max-height: 200px;
  max-width: 540px;
}

.products_stcloudblocks .rssThumbnail
{
  position: absolute;
  top: 90px;
  left: 560px;
  width: 400px;
}

.products_stcloudblocks .rssTitle
{
  width: 500px;
}

.rssContent{
  margin: 5px;
}

.rssTitle h1{
  text-align: center;
}

.titleAdjust{
  padding-bottom: 15px !important;
}

.st_glyphicon
{
  color: #428bca;
  font-family:Helvetica, Georgia, Verdana, Cambria, sans-serif;;
  font-size: 11px;
}

.tooltip{
  margin-right: 100px !important;
  width: 160px;
  top: -58.8px;
  left: -160px;
  display: block;
}


