 /*
 *
 * General
 *
 */

 a, a:visited, a.external-link, a.external-link:visited, a.internal-link, a.internal-link:visited, div.LocalNav a:visited, .documentContent dd a:visited, span.ShowDetails, span.ExpandAll, span.CollapseAll {
  color: #0084A9;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
a.BlackLink {
   color: black;
}
a.BlackLink:hover {
   text-decoration: none;
}
h1 {
   font-size: 20px;
   margin: 0;
   padding: 25px 0 3px 0;
   clear:both;
}
h1.ProductIcon {
   left: -25px;
   position: relative;
}
h1.ImageHeader {
   clear: none;
   float: left;
   margin: 0;
   padding: 0;
   width: 219px;
}
h1 span.SmallHeadline {
   font-size: 11px;
}
h3 {
   font-size: 12px;
}
img, img.FloatLeft {
   border: none;
}
img.FloatLeft {
   float: left;
}
p {
   font-size: 12px;
   line-height: 1.5em;
   margin: 0 0 0.75em;
}
p.IntroText {
   width: 532px;
   padding-bottom: 20px;
}
ol {
   margin: 0;
   padding: 0 0 0 20px;
}
span.GrayText {
   color: #808080;
   font-weight: bold;
}
ul {
   list-style-type: square;
   margin: 0 0 1em 0;
   padding: 0 0 0 13px;
}

li {
   margin: 0 0 .5em 0;
}

ul.CategoryList li {
   margin: 0;
}
ul.CategoryListNoIcon li {
   margin: 0;
}
dl {
   margin-bottom: 12px;
   margin-top: 0;
}

/*
 *
 * Page Layout
 *
 */
 
body, h2 {
   background-color: White;
   color: Black;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
   margin: 0;
   padding: 0;
}
h2 {
   color: black;
   font-weight: bold;
   padding: 0;
}
#Container {
   background-image: url("/media/images/pagebackground.png");
   background-repeat: repeat-x;
   margin: 0;
   padding: 0;
   position: relative;
   width: 100%;
}
#InnerContainer {
   margin: 0 auto;
   padding: 10px 0;
   position: relative;
   width: 880px;
}
#Top {
   background-image: url("/media/images/top.png");
   height: 30px;
   width: 880px;
}
#Middle {
   background-image: url("/media/images/middle.png");
   background-repeat: repeat-y;
   padding: 0 40px;
   width :800px;
}
#Bottom {
   background-image: url("/media/images/bottom.png");
   clear: both;
   height: 30px;
   width: 880px;
}

/*
 *
 * Header
 *
 */
 
#Header {
   clear: both;
}
#LogoDiv {
   display: inline;
   float: left;
   width: 186px;
}
#GlobalNavDiv {
   display: inline;
   float: right;
   width: 588px;
}
a#Logo {
   width: 186px;
}
#Logo img {
   border: 0 none;
   margin: 0;
   padding: 0;
}
#GlobalNav {
   background-color: transparent;
   display: inline;
   float: right;
   height: 25px;
   line-height: normal;
   list-style: none outside none;
   margin: 1.3em 0 0;
   padding: 0;
   white-space: nowrap;
   width: 588px;
}
ul#GlobalNav li {
   background-repeat: no-repeat;
   display: block;
   float: left;
   height: 25px;
   margin: 0;
   overflow: hidden;
   padding: 0;
}
ul#GlobalNav li a, ul#GlobalNav li a:active, ul#GlobalNav li a:hover, ul#GlobalNav li.selected a {
   background-color: transparent;
   border: 0 none;
   display: block;
   height: 0 !important;
   margin-right: 0;
   padding: 25px 0 0;
}

/* Products */

li#GlobalNav-Products a {
   background-image: url("/media/images/navbuttons.png");
   background-position: 0px 0px;
   width: 90px;
}
li#GlobalNav-Products a:hover {
   background-position: 0px -25px;
}
li#GlobalNav-Products a:active {
   background-position: 0px -50px;
}
li.selected#GlobalNav-Products a {
   background-position: 0px -50px;
}

/* Services */

li#GlobalNav-Services a {
   background-image: url("/media/images/navbuttons.png");
   background-position: -90px 0px;
   width: 90px;
}
li#GlobalNav-Services a:hover {
   background-position: -90px -25px;
}
li#GlobalNav-Services a:active {
   background-position: -90px -50px
}
li.selected#GlobalNav-Services a {
   background-position: -90px -50px;
}

/* Support */

li#GlobalNav-Support a {
   background-image: url("/media/images/navbuttons.png");
   background-position: -180px 0px;
   width: 90px;
}
li#GlobalNav-Support a:hover {
   background-position: -180px -25px;
}
li#GlobalNav-Support a:active {
   background-position: -180px -50px;
}
li.selected#GlobalNav-Support a {
   background-position: -180px -50px;
}

/* About Us */

li#GlobalNav-AboutUs a {
   background-image: url("/media/images/navbuttons.png");
   background-position: -270px 0px;
   width: 90px;
}
li#GlobalNav-AboutUs a:hover {
   background-position: -270px -25px;
}
li#GlobalNav-AboutUs a:active {
   background-position: -270px -50px;
}
li.selected#GlobalNav-AboutUs a {
   background-position: -270px -50px;
}

/* Contact Us */

li#GlobalNav-ContactUs a {
   background-image: url("/media/images/navbuttons.png");
   background-position: -360px 0px;
   width: 90px;
}
li#GlobalNav-ContactUs a:hover {
   background-position: -360px -25px;
}
li#GlobalNav-ContactUs a:active {
   background-position: -360px -50px;
}
li.selected#GlobalNav-ContactUs a {
   background-position: -360px -50px;
}

/* Search */

li#GlobalNav-Search {
   float: right;
   background-image: url("/media/images/navbuttons.png");
   background-position: -450px 0px;
   background-repeat: no-repeat;
   border: none;
   display: block;
   height: 20px;
   margin: 2.1em 0 0 0;
   overflow: hidden;
   padding: 5px 10px 0 12px;
   width: 138px;
}
#SearchBox {
   clear: left;
   display: block;
   float: left;
   padding-right: 0;
   text-align: right;
   width: 130px;
}
#SearchGadget {
   background: transparent;
   border: 0px;
   float: left;
   margin: 6px 0 0 11px;
   padding: 0px;
   width: 98px;
}
input.SearchButton {
   background: none;
   border: none;
   cursor: pointer;
   float: left;
   margin: 6px 0 0 0;
   padding: 0;
   width: 20px;
}

/*
 *
 * Banner
 *
 */

#Banner {
   clear: both;
   height: 200px;
   margin-bottom: 30px;
   margin-top: 10px;
   width: 800px;
}
#mymoviename {
   float: right;
}

/*
 *
 * Body Columns
 *
 */

#BodyContent {
   margin: 20px 0 0 0;
   padding: 0;
   width: 800px;
}
.FirstLevel {
   clear: both;
}
.CategoryIcon {
   float: left;
   min-height: 24px;
   min-width: 24px;
   padding-right: 15px;
}
#column1, #column2, #column3, .LeftColumn, .MiddleColumn, .RightColumn {
   float: left;
   padding: 0 20px 15px 20px;
   width: 226px;
}
.ProductTitle {
   font-size: 21px;
   font-weight: bold;
}
.ProductSubtitle {
   font-size: 13.3px;
   padding-left: 1px;
}
.ProductCopy {
   font-size: 12px;
   line-height: 13px;
}
.RegLarge {
   font-size: 14px;
   vertical-align: super;
}
.RegLargeLow {
   font-size: 14px;
   position: relative;
   top: 6px;
   vertical-align: super;
}
.RegSmall {
   font-size: 9px;
   line-height: 0px;
   vertical-align: super;
}
.TradeLarge {
   font-size: 14px;
   vertical-align: super;
}
.TradeLargeLow {
   font-size: 14px;
   position: relative;
   top: 6px;
   vertical-align: super;
}
ul.ProductCopy {
   list-style-type: square;
   margin: 0.5em 0 0 1.25em;
   padding: 0;
}
ul.ProductCopy li {
   margin-bottom: 5px;
}
#ProductActionButtonsMany, #ProductActionButtonsMultiple, #ProductActionButtonsOne {
   float: right;
   margin: 0 0 0 10px;
   padding: 0;
}
.ActionButton {
   float: right;
   margin-left: 10px;
}
#Buttons {
   clear: both;
   height: 56px;
   margin: 0;
   padding: 0;
}
#column1b, #column2b, #column3b {
   float: left;
   padding: 0 20px 40px 20px;
   width: 226px;
}
a#LearnMoreMany {
   background: url("/media/images/learnmore.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 16px;
   margin: 0 auto;
   width: 80px;
   text-indent: -1000em;
   overflow: hidden;
}
a#LearnMoreMany:hover {
   background-position: 0 -16px;
}
a#StartVideo {
   background: url("/media/images/startvideo.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 16px;
   margin: 0 auto;
   width: 80px;
   text-indent: -1000em;
   overflow: hidden; 
}
a#StartVideo:hover {
   background-position: 0 -16px;
}
a#LearnMoreMultiple {
   background: url("/media/images/learnmore.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 16px;
   margin: 0 auto;
   width: 80px;
   text-indent: -1000em;
   overflow: hidden;
}
a#LearnMoreMultiple:hover {
   background-position: 0 -16px;
}
a#StartDemo {
   background: url("/media/images/startdemo.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 16px;
   margin: 0 auto;
   width: 80px;
   text-indent: -1000em;
   overflow: hidden;
}
a#StartDemo:hover {
   background-position: 0 -16px;
}
a#LearnMoreOne {
   background: url("/media/images/learnmore.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 16px;
   margin: 0 auto;
   width: 80px;
   text-indent: -1000em;
   overflow: hidden;
}
a#LearnMoreOne:hover {
   background-position: 0 -16px;
}
a#StartUsing {
   background: url("/media/images/startusing.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 16px;
   margin: 0 auto;
   width: 80px;
   text-indent: -1000em;
   overflow: hidden;
}
a#StartUsing:hover {
   background-position: 0 -16px;
}

/*
 *
 * Pro Bar
 *
 */

#ProLine {
   padding: 0 0 30px 15px;
}

#SchoolIcon {
   margin-right: 10px;
   vertical-align: middle;
}
#SchoolIcon img {
   vertical-align: middle;
}
#ProCopy {
   margin: 0 18px 0 23px;
}
a#LearnMorePro {
   background: url("/media/images/learnmore.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 16px;
   margin: 4px 90px 0 0;
   width: 80px;
   text-indent: -1000em;
   overflow: hidden;
}
a#LearnMorePro:hover {
   background-position: 0 -16px;
}

/*
 *
 * News Feed
 *
 */
#NewsFeed {
   border: medium none;
   height: 31px;
   margin: 0;
   padding: 0;
   width: 800px;
}
#Headlines {
   float: left;
   height: 27px;
   margin: 0;
   padding: 0;
   width: 90px;
}
#HeadlinesButton {
   background-image: url(/media/images/headlinesbutton.png);
   background-position: 0 0;
   background-repeat: no-repeat;
   border: medium none;
   display: block;
   height: 27px;
   margin: 0;
   padding: 0;
   width: 90px;
}
#Feed {
   background-image: url(/media/images/headlinesarea.png);
   background-position: 0 0;
   background-repeat: repeat-x;
   border: medium none;
   float: left;
   height: 24px;
   margin: 0;
   padding: 7px 10px 0px 15px;
   width: 685px;
}
.newsticker {
   font-size: 12px;
   color: #000000;
}

/*
 *
 * Icon Bar
 *
 */

#IconBar  {
   border: none;
   clear: both;
   float: left;
   font-size: 10px;
   margin-top: 30px;
   width: 800px;
}
div.Logo  {
   float: left;
   height: 32px;
   margin: 0 10px;
   width: 32px;
}
div.LogoD  {
   float: left;
   height: 32px;
   margin: 0 10px;
   width: 79px;
}
div.LogoE  {
   float: left;
   height: 32px;
   margin: 0 10px;
   width: 48px;
}
div.LogoF  {
   float: left;
   height: 32px;
   margin: 0 10px;
   width: 32px;
}
#ColumnA, #ColumnB, #ColumnC {
   float: left;
}
#ColumnA  {
   margin: 0 7px 0 0;
   padding: 0 26px;
   width: 208px
}
#ColumnB  {
   margin: 0 3px;
   width: 260px;
}
#ColumnC  {
   margin: 0 0 0 17px;
   padding: 0 15px;
   width: 220px;
}
a#Facebook {
   background: url("/media/images/socialmedia.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 32px;
   margin: 0 auto;
   width: 32px;
   text-indent: -1000em;
   overflow: hidden;
}
a#Facebook:hover {
   background-position: 0 -32px;
}
a#Twitter {
   background: url("/media/images/socialmedia.png") no-repeat scroll -32px 0;
   border: 0;
   display: block;
   height: 32px;
   margin: 0 auto;
   width: 32px;
   text-indent: -1000em;
   overflow: hidden;
}
a#Twitter:hover {
   background-position: -32px -32px;
}
a#LinkedIn {
   background: url("/media/images/socialmedia.png") no-repeat scroll -64px 0;
   border: 0;
   display: block;
   height: 32px;
   margin: 0 auto;
   width: 32px;
   text-indent: -1000em;
   overflow: hidden;
}
a#LinkedIn:hover {
   background-position: -64px -32px;
}
a#YouTube {
   background: url("/media/images/socialmedia.png") no-repeat scroll -96px 0;
   border: 0;
   display: block;
   height: 32px;
   margin: 0 auto;
   width: 32px;
   text-indent: -1000em;
   overflow: hidden;
}
a#YouTube:hover {
   background-position: -96px -32px;
}
a#FacebookGQ {
   background: url("/media/images/socialmedia.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 32px;
   margin: 0 auto;
   width: 32px;
   text-indent: -1000em;
   overflow: hidden;
}
a#FacebookGQ:hover {
   background-position: 0 -32px;
}
a#TwitterGQ {
   background: url("/media/images/socialmedia.png") no-repeat scroll -32px 0;
   border: 0;
   display: block;
   height: 32px;
   margin: 0 auto;
   width: 32px;
   text-indent: -1000em;
   overflow: hidden;
}
a#TwitterGQ:hover {
   background-position: -32px -32px;
}
a#LinkedInGQ {
   background: url("/media/images/socialmedia.png") no-repeat scroll -64px 0;
   border: 0;
   display: block;
   height: 32px;
   margin: 0 auto;
   width: 32px;
   text-indent: -1000em;
   overflow: hidden;
}
a#LinkedInGQ:hover {
   background-position: -64px -32px;
}
a#EnergyStar {
   background: url("/media/images/endorsementlogos.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 32px;
   margin: 0 auto;
   width: 79px;
   text-indent: -1000em;
   overflow: hidden;
}
a#EnergyStar:hover {
   background-position: 0 -32px;
}
a#Inc {
   background: url("/media/images/endorsementlogos.png") no-repeat scroll -79px 0;
   border: 0;
   display: block;
   height: 32px;
   margin: 0 auto;
   width: 48px;
   text-indent: -1000em;
   overflow: hidden;
}
a#Inc:hover {
   background-position: -79px -32px;
}
a#USG {
   background: url("/media/images/endorsementlogos.png") no-repeat scroll -127px 0;
   border: 0;
   display: block;
   height: 32px;
   margin: 0 auto;
   width: 32px;
   text-indent: -1000em;
   overflow: hidden;
}
a#USG:hover {
   background-position: -127px -32px;
}

/*
 *
 * Footer
 *
 */

#Footer {
   clear: both;
}
#Footer p {
   background-color: #FFFFFF;
   border: none;
   clear: both;
   color: #999999;
   font-size: 10px;
   margin: 10px 0 0 0;
   padding: 2.5em 0 1em;
   text-align: center;
}


/*
 *
 * Editor Styles
 * 
 *
 */
.highlight-bold {
  font-weight: bold;
  color: #6c7815;
}

.highlight-bold-alt {
  font-weight: bold;
  color: #0084A9;
}

.big-highlight-bold {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 4px 0;
  color: #6c7815;
}


ol.highlight {
  font-weight: bold;
  color: #6C7815;
}

ol.highlight li {
  font-weight: bold;
  color: #6C7815;
}

ol.highlight-alt {
  font-weight: bold;
  color: #0084A9;
}

ol.highlight-alt li {
  font-weight: bold;
  color: #0084A9;
}

.normal-text {
  font-weight: normal;
  color: #000000;
}
.BuildingIcon {
   height: 98px;
   width: 111px;
}
.TopIconA {
   display: inline;
   float: right;
   margin: 9px 40px 0 0;
   width: 60px;
}
.TopIconA a {
   display: inline;
   float: right;
   margin-left: 5px;
}
.TopIconA span {
   display: inline;
   float: right;
   margin-left: 5px;
}
.TopIconB {
   display: inline;
   float: right;
   margin: 9px 20px 0 0;
   width: 90px;
}
.TopIconB a {
   display: inline;
   float: right;
   margin-left: 5px;
}
.TopIconB span {
   display: inline;
   float: right;
   margin-left: 5px;
}
a#HomeLink {
   background: url("/media/images/homeicon.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 12px;
   margin: 0 auto;
   width: 12px;
}
a#HomeLink:hover {
   background-position: -12px 0;
}
#HomeLinkInactive {
   background: url("/media/images/homeicon.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 12px;
   margin: 0 auto;
   width: 12px;
}
a#ClientLogin {
   background: url("/media/images/clientlogin.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 12px;
   margin: 0 auto;
   width: 12px;
}
a#ClientLogin:hover {
   background-position: -12px 0;
}
#tvList {
   line-height: 1.5em;
}
#tvList ol li {
   font-weight:bold;
}
#tvList ol li ol li {
   font-weight:normal;
   list-style-type: lower-alpha;
}
#tvList ol li ol li ul li {
   font-weight:normal;
   list-style-type: circle;
}
a#ExpressGetAQuote {
   background: url("/media/products/get-a-quote.png") no-repeat scroll 0 0;
   border: 0;
   display: block;
   height: 16px;
   margin: 0 0;
   width: 86px;
   text-indent: -1000em;
   overflow: hidden;
}
a#ExpressGetAQuote:hover {
   background-position: 0 -16px;
}
