html {
  background: #000;
  }
body {
  background: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding-bottom: 20px;
  }

/* defaults */
a {
  border: 0px;
  outline: none;
  color: #0089cc;
  }
  
h2 {
  font-size: 16px;
  font-weight: bold;
  color: #808080;
  margin: 10px 0px;
  }
  
.ie6 {
  display: none;
  }
/* end defaults */
  
div#canvas {
  width: 950px;
  margin: 0px auto;
  text-align: left;
	position: relative;
	z-index: 0;
  }
  
/* toolbar */
div#toolbar {
  width: 950px;
  height: 20px;
  border-bottom: 1px solid #53621a;
  background-color: #a5c02d;
  position: relative;
	z-index:10;
  }
  
  /* login dialog */
  div#login {
    width: 230px;
    height: 63px;
    position: absolute;
    background: transparent url('/images/structure/header/login-box-bg.png') no-repeat top left;
    z-index: 5;
    right: 50px;
    }
    div#login form {
      padding: 10px 0px 0px 25px;
      }
      div#login input {
        font-size: 8px;
        color: #8d8d8d;
        font-family: Verdana, sans-serif;
        padding: 2px 3px;
        width: 160px;
        }
      div#login button.go {
        width: 41px;
        height: 35px;
        background-image: url('/images/structure/buttons/go.png');
        border: 0px;
        position: absolute;
        right: 14px;
        top: 3px;
        }

	/* Search box */
	div#search {
		position: absolute;
		width: 50px;
		z-index: 10;
		right: 0px;
		top: 0px;
		}

		div#search a.search {
			width: 45px;
			height: 13px;
			margin: 4px 0px;
			background-image: url('/images/structure/header/btn-search.gif');
			}
			div#search a.search:hover {
				background-position: 0px -13px;
				}
		
		div#search form#site-search {
			width: 297px;
			height: 82px;
			position: absolute;
			top: 0px;
			right: -6px;
			background: url('/images/structure/header/bg-search.png') no-repeat top right;
			}
			
			div#search form#site-search a.close {
				display: block;
				width: 40px;
				height: 12px;
				background-image: url('/images/structure/header/btn-close-search.gif');
				position: absolute;
				top: 2px;
				right: 12px;
				}
				
		  div#search form#site-search input {
        font-size: 8px;
        color: #8d8d8d;
        font-family: Verdana, sans-serif;
        padding: 2px 3px;
        width: 160px;
				position: absolute;
				right: 40px;
				top: 40px;
        }
      div#search form#site-search button.go {
        width: 41px;
        height: 35px;
        background-image: url('/images/structure/buttons/go.png');
        border: 0px;
        position: absolute;
        right: 8px;
        top: 33px;
        }


body#search div#main div#left-col {
  display: none;
  }
body#search div#main div#right-col {
  width: 900px;
  }

div#cse-search-results, div#cse-search-results iframe {
	width: 900px;
	}
	
    
    div#toolbar div.client    { background-position: 0px 0px; }
    div#toolbar div.consumer  { background-position: 0px -63px; }
    div#toolbar div.guest     { background-position: 0px -126px; }
    
    div#toolbar ul {
      position: absolute;
      z-index: 6;
      top: 41px;
      margin-left: 6px;
      }
      div#toolbar ul li {
        height: 18px;
        float: left;
        margin-right: 4px;
        }
        div#toolbar ul li.last { margin-right: 0px; }
          div#toolbar ul li a           { height: 18px; }
          div#toolbar ul li a.client    { width: 65px; }
          div#toolbar ul li a.consumer  { width: 80px; }
          div#toolbar ul li a.guest     { width: 65px; }
    /* end login dialog */
/* end toolbar */



/* site header */  
div#header {
  width: 950px;
  height: 165px;
  background: transparent url('/images/structure/header/bg.jpg') no-repeat top left;
  position: relative;
	z-index: 0;
  }
    
  h1#logo {
    width: 150px;
    height: 99px;
    background-image: url('/images/structure/header/logo.png');
    position: absolute;
    left: 33px;
    top: 15px;
    cursor: hand;
    }
  
  h2#tagline {
    width: 255px;
    height: 16px;
    background-image: url('/images/structure/header/tagline.png');
    position: absolute;
    left: 201px;
    top: 37px;
    }
  
    /* main navigation */
    div#navigation-container {
      width: 950px;
      height: 50px;
      background: transparent url('/images/structure/nav/divot-bg.png') no-repeat 0px 40px;
      position: absolute;
      bottom: 0px;
      }
      body#home div#navigation-container                { background-position: -900px 40px; }
      body#services div#navigation-container            { background-position: -791px 40px; }
      body#industries div#navigation-container          { background-position: -671px 40px; }
      body#the-cbe-difference div#navigation-container  { background-position: -515px 40px; }
      body#about-cbe div#navigation-container           { background-position: -374px 40px; }
      body#contact div#navigation-container             { background-position: -264px 40px; }  
        div.nav-home            { background-position: -900px 40px !important; }
        div.nav-services        { background-position: -791px 40px !important; }
        div.nav-industries      { background-position: -671px 40px !important; }
        div.nav-cbe-difference  { background-position: -515px 40px !important; }
        div.nav-about           { background-position: -374px 40px !important; }
        div.nav-contact         { background-position: -264px 40px !important; } 
        
      ul#navigation {
        width: 750px;
        height: 40px;
        float: right;
        }
  
        ul#navigation li {
          height: 40px;
          float: left;
          }
    
          ul#navigation li a            { 
            background-image: url('/images/structure/nav/nav.png');
            height: 40px; 
            }
            /* off states */
            ul#navigation li a.nav-home           { width: 102px; }
            ul#navigation li a.nav-services       { width: 114px; background-position: -102px 0px; }
            ul#navigation li a.nav-industries     { width: 135px; background-position: -216px 0px; }
            ul#navigation li a.nav-cbe-difference { width: 184px; background-position: -351px 0px; }
            ul#navigation li a.nav-about          { width: 97px;  background-position: -535px 0px; }
            ul#navigation li a.nav-contact        { width: 118px; background-position: -632px 0px; }
      
            /* on states */
            body#home ul#navigation li a.nav-home                         { background-position: 0px -40px; }
            body#services ul#navigation li a.nav-services                 { background-position: -102px -40px; }
            body#industries ul#navigation li a.nav-industries             { background-position: -216px -40px; }
            body#the-cbe-difference ul#navigation li a.nav-cbe-difference { background-position: -351px -40px; }
            body#about-cbe ul#navigation li a.nav-about                   { background-position: -535px -40px; }
            body#contact ul#navigation li a.nav-contact                   { background-position: -632px -40px; }
      
            /* hover states */
            ul#navigation li a.nav-home:hover, ul#navigation li.hover a.nav-home                      { background-position: 0px -80px; }
            ul#navigation li a.nav-services:hover, ul#navigation li.hover a.nav-services              { background-position: -102px -80px; }
            ul#navigation li a.nav-industries:hover, ul#navigation li.hover a.nav-industries          { background-position: -216px -80px; }
            ul#navigation li a.nav-cbe-difference:hover, ul#navigation li.hover a.nav-cbe-difference  { background-position: -351px -80px; }
            ul#navigation li a.nav-about:hover, ul#navigation li.hover a.nav-about                    { background-position: -535px -80px; }
            ul#navigation li a.nav-contact:hover, ul#navigation li.hover a.nav-contact                { background-position: -632px -80px; }
            
        ul#navigation li div.dropdown {
          position: absolute;
          z-index: 15;
          width: 155px;
          background: transparent url('/images/structure/nav/drop-down-bottom.png') no-repeat bottom left;
          padding-bottom: 14px;
          }
          ul#navigation li div.dropdown ul {
            padding-top: 15px;
            padding-left: 4px;
            width: 155px;
            background: transparent url('/images/structure/nav/drop-down-bg.png') repeat-y top left;
            }
          ul#navigation li div.dropdown ul li {
            float: none;
            width: 139px;
            height: 17px;
            font-size: 11px;
            padding: 3px 0px 3px 8px;
            background-color: #FFF;
            border-bottom: 1px solid #dddfe0;
            }
            ul#navigation li div.dropdown ul li.last {
              border-bottom: none;
              }
            ul#navigation li div.dropdown ul li.over {
              background-color: #DCEBFC;
              }
            ul#navigation li div.dropdown ul li a {
              height: 17px;
              background-image: none;
              }
    /* end main navigation */
/* end site header */ 


ul.subnav a {
	cursor: pointer;
	display: block;
	}



/* miscelaneous styles */
	.bold {
		font-weight: bold;
		text-decoration: none;
		}
		
		a.bold:hover {
			text-decoration: underline;
			}
		
  .image-bg {
    display: block;
    text-indent: -9999px;
    background: transparent no-repeat top left;
    }
  .reset {
  	display: block; 
  	clear: both; 
  	font-size: 1px; 
  	height: 1px; 
  	line-height: 0.1;
  	}
  	
  .blue-18 {
    font-size: 18px;
    color: #006aad;
    font-weight: bold;
    }

	.blue-12 {
		font-size: 12px;
		color: #006aad;
		font-weight: bold;
		}
		
	.blue {
		color: #006aad;
		}
  
	.orange {
		color: #eb7c1b;
		}
		
  .orange-18 {
    font-size: 18px;
    color: #eb7c1b;
    font-weight: bold;
    }

	.orange-16-normal {
    font-size: 16px;
    color: #eb7c1b;
		font-weight: normal;
		}

  .orange-14 {
    font-size: 14px;
    color: #eb7c1b;
    font-weight: bold;
    }
  
	.light-blue {
    color: #0089cc;
    }

  .light-blue-18 {
    font-size: 18px;
    color: #0089cc;
    font-weight: bold;
    }

	.light-blue-12 {
		font-size: 12px;
		color: #0089cc;
		font-weight: bold;
		}
    
  .gray-copy {
    color: #808080;
    }
    
  .dark-blue {
    color: #004466;
    }
	
	.dark-blue-16 {
		font-size: 16px;
		color: #004466;
		font-weight: bold;
		}
		
	.dark-blue-14 {
		font-size: 14px;
		color: #004466;
		font-weight: bold;
		}

	.dark-blue-12 {
		font-size: 12px;
		color: #004466;
		font-weight: bold;
		}
	
	.dark-blue {
		color: #004466;
		}

	.black-12 {
		color: #000;
		font-size: 12px;
		font-weight: bold;
		}
		
	.green {
		color: #a5bf2d;
		}

  a.icon {
    background: transparent no-repeat left center;
    padding-left: 13px;
    }
  a.link-arrow {
    background-image: url('/images/structure/icons/link-arrow.gif');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 13px;
    }
    a.link-arrow h2 {
      cursor: hand;
      }
    div#login a.link-arrow {
      margin-left: 10px;
      }

		a.green-arrow-link {
			color: #a5bf2d;
			font-weight: bold;
			font-style: italic;
			font-size: 12px;
			text-decoration: none;
			background-image: url('/images/structure/icons/link-arrow.gif');
			background-repeat: no-repeat;
			background-position: left center;
			padding-left: 13px;
			}

  a.green-link {
    color: #a5bf2d;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    text-decoration: none;
    }

	a.blue-link {
		color: #004466;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    text-decoration: none;
		}

	a.see-all {
		background: url('/images/structure/icons/link-arrow.gif') no-repeat center left;
		padding-left: 12px;
		font-size: 11px;
/*    margin-left: 405px;*/
		display: block;
		}

	a.back-to-top {
		display: block;
		margin-top: 60px;
		float: right;
		width: 74px;
		height: 12px;
		line-height: 10px;
		font-size: 10px;
		background-image: url('/images/structure/buttons/back-to-top.gif');
		}

/* end miscelaneous styles */ 
   

div#main {
  width: 950px;
  background-color: #FFF;
  border-bottom: 1px solid #000;
  font-size: 12px;
  line-height: 21px;
  }
  body#server-message div#main {
    height: 350px;
    }
  div#main div.inner {
    padding: 15px 25px 23px;
    }
  
  div#main div#left-col {
    width: 150px;
    float: left;
    position: relative;
    }
  div#main div#right-col {
    width: 725px;
    float: right;
    }

    div#main div#left-col .jitterbug {
      background-position: top right;
      }
      div#main div#left-col h2.the-cbe-difference {
        background-image: url('/images/structure/nav/cbe-difference-subnav.png') !important;
        }
  
  body#home div#main div#left-col {
    display: none;
    }
  body#home div#main div#right-col {
    width: 900px;
    }
	

h1.jitterbug {
  height: 38px;
  }  
  
h1.four-oh-four {
  background-image: url('/images/structure/header/h1-404.png');
  width: 310px;
  }  
h1.five-hundred {
  background-image: url('/images/structure/header/h1-500.png');
  width: 373px;
  }  
h2.jitterbug {
  height: 31px;
  margin: 0px !important;
  }  
  
h3.jitterbug {
  height: 23px;
	margin: 4px 0px;
  }
  #left-col h3.jitterbug {
    height: 15px;
    }


/* Page Layouts :: full column & two-column */
	div.subcolumns {
		margin: 36px 0px 0px;
		background: url('/images/structure/layout/bg.gif') repeat-y 498px 0px;
		position:relative;
		height: 1%;
		}
		
	div.subcolumns .column {
		width: 236px;
		margin-right: 13px;
		float: left;
		}
		
	div.subcolumns .fullcolumn {
		width: 485px;
		float: left;
		}
	
	div.subcolumns .rightbar {
		float: right;
		width: 210px;
		}
  
/* footer */  
  div#footer {
    width: 950px;
    height: 81px;
    background: #424143 url('/images/structure/footer/footer-bg.jpg') no-repeat bottom left;
    position: relative;
    }
    div#footer h1.footer-logo {
      width: 64px;
      height: 42px;
      background-image: url('/images/structure/footer/logo.jpg');
      float: right;
      margin: 19px 26px 0px 0px;
      }
    
    div#footer ul {
      float: right;
      margin: 40px 26px 0px 0px;
      }
      div#footer ul li {
        float: left;
        border-right: 1px solid #727273;
        padding: 0px 3px;
        font-size: 8px;
        }
        div#footer ul li.last {
          border-right: none;
          }
        div#footer ul li a {
          text-decoration: none;
          text-transform: uppercase;
          color: #727273;
          }
        div#footer ul li a:hover {
          text-decoration: underline;
          color: #FFF;
          }
      
  div#copyright {
    color: #727273;
    font-size: 8px;
    padding-top: 8px;
    }
    div#copyright a {
      text-decoration: underline;
      text-transform: uppercase;
      color: #727273;
      margin-right: 5px;
      }
      div#copyright a:hover { color: #FFF; }
      div#copyright a.terms-of-use { margin-left: 38px; }
/* end footer */ 
      
div#guest-welcome {
  font-size: 10px;
  padding: 4px 17px;
  color: #a5bf2d;
  text-align: right;
  }
  div#guest-welcome a {
    color: #A5C02D;
    font-weight: bold;
    font-style: italic;
    }
    div#guest-welcome a.logout:hover {
      color: #0289cc;
      }
  div#guest-welcome div.guest-name {
    font-size: 9px;
    text-align: left;
    margin-bottom: 6px;
    }
    div#guest-welcome div.guest-name a {
      color: #FFF;
      font-weight: normal;
      font-style: normal;
      text-decoration: none;
      }
      
      
      
      
/* Contact Form */
  table.form th {
    text-align: right;
    color: #808080;
    padding: 10px 20px;
    vertical-align: top;
    }
    table.form th em {
      color: #F00;
      }
  table.form td input {
    padding: 3px 5px;
    }
    table.form td input.inactive {
      color: #AAA;
      }
    table.form td input.short {
      width: 60px;
      }
    
  span.required-fields {
    float: right;
    font-weight: bold;
    color: #F00;
    font-style: italic;
    margin-right: 20px;
    }

  div.gray-box {
    margin: 20px 0px;
    background-color: #e9e9e9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    }
    div.gray-box .inner {
      padding: 10px !important;
      }
    div.gray-box h2 {
      margin: 3px 0px 8px;
      }
    div.gray-box select {
      }
    div.gray-box option {
      padding: 0px 4px 0px 4px;
      }
    
    div.gray-box textarea {
      width: 600px;
      height: 175px;
      display: block;
      margin-top: 15px;
      font-weight: normal;
      font-family: Courier;
      font-size: 12px;
      padding: 10px !important;
      }
    
  div.form-buttons {
    margin: 40px;
    text-align: center;
    }
  
  button.continue, button.submit, button.sign-on {
    width: 70px;
    height: 24px;
    background-image: url('/images/structure/buttons/continue.gif');
    border: none;
    display: inline;
    margin-left: 6px;
    }
    button.submit {
      background-image: url('/images/structure/buttons/submit.gif');
      }
    button.sign-on {
      background-image: url('/images/structure/buttons/sign-on.png');
      }

  ul#contact-services-list {
    margin-top: 10px;
    }
    
/* Guest Section */
div#guest-sign-on {
  width: 704px;
  height: 458px;
  background: transparent url('/images/structure/guest/sign-on-bg.jpg') no-repeat top left;
  margin-bottom: 45px;
  }    
  div#guest-sign-on div.inner {
    padding-top: 165px;
    padding-left: 18px;
    }
    div#guest-sign-on div.guest-benefits {
      float: right;
      color: #fff;
      margin-top: 180px;
      }
      div#guest-sign-on div.guest-benefits h3 {
        font-weight: bold;
        font-size: 16px;
        }
      div#guest-sign-on div.guest-benefits ul {
        padding-left: 15px;
        }
        div#guest-sign-on div.guest-benefits li {
          list-style-type: disc;
          }
    
    div#guest-sign-on div.sign-on-form {
      float: left;
      width: 210px;
      }
      div#guest-sign-on div.inner h3.jitterbug {
        margin-top: 25px;
        }
      div#guest-sign-on div.inner input {
        width: 205px;
        }
      div#guest-sign-on div.inner p {
        color: #b7e5fc;
        font-size: 11px;
        padding: 4px 0px;
        }
      div#guest-sign-on h3.forgot-password {
        margin-top: 15px !important;
        }
      
      div#guest-sign-on a.forgot-password-link {
        }
      div#guest-sign-on button.sign-on {
        float: right;
        margin-top: 13px;
        }

body#guest table td {
  vertical-align: top;
  }      
  body#guest td.guest-message {
    font-size: 11px !important;
    line-height: 16px;
    }
div.cbe-rep {
  width: 315px;
  background: #e6e7e8 url('/images/structure/guest/cbe-rep-top.jpg') no-repeat top left;
  position: relative;
  margin-left: 30px;
  }
  div.cbe-rep h2.jitterbug {
    position: absolute;
    height: 24px;
    width: 315px;
    background-position: top right;
    margin-top: -18px !important;
    }
  img.cbe-rep-bottom {
    position: absolute;
    bottom: -3px;
    }
  div.cbe-rep div.inner {
    padding: 14px !important;
    padding-bottom: 11px !important;
    }
    div.cbe-rep td.right {
      line-height: 15px;
      padding-left: 10px;
      }
      div.cbe-rep-name {
        font-size: 14px;
        color: #0089cc;
        font-weight: bold;
        }
      div.cbe-rep-title {
        font-size: 14px;
        }
      div.cbe-rep-contact {
        font-size: 11px;
        margin-top: 20px;
        }
  
  ul#guest-view-nav {
    width: 695px;
    height: 59px;
    background: transparent url('/images/structure/guest/view-nav.jpg') no-repeat top left;
    position: relative;
    margin-top: 35px;
    }
    ul#guest-view-nav li {
      height: 59px;
      position: absolute;
      }
      ul#guest-view-nav li a {
        height: 59px;
        background-image: url('/images/structure/guest/view-nav.jpg');
        }
    ul#guest-view-nav li#special-content            { left: 101px; }
      ul#guest-view-nav li#special-content a        { width: 196px; background-position: -101px 0px; }
      ul#guest-view-nav li#special-content a:hover  { background-position: -101px -59px; }
    ul#guest-view-nav li#documents                  { left: 297px; }
      ul#guest-view-nav li#documents a              { width: 195px; background-position: -297px 0px; }
      ul#guest-view-nav li#documents a:hover        { background-position: -297px -59px; }
    ul#guest-view-nav li#online-resources           { left: 492px; }
      ul#guest-view-nav li#online-resources a       { width: 203px; background-position: -492px 0px; }
      ul#guest-view-nav li#online-resources a:hover { background-position: -492px -59px; }
        
  h2.guest-header {
    width: 232px;
    height: 71px;
    background-image: url('/images/structure/guest/headers.jpg');
    margin: 35px 0px 0px 0px !important;
    }
    h2#h2-special-content   { background-position: 0px 0px; }
    h2#h2-documents         { background-position: 0px -71px; }
    h2#h2-online-resources  { background-position: 0px -142px; }
        
  ul#guest-content-list li {
    background-color: #dcebff;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 4px;
    }
    ul#guest-content-list li td.image {
      padding-left: 30px;
      }
    ul#guest-content-list li div.inner {
      padding: 18px;
      }
    ul#guest-content-list li h3 {
      color: #004466;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 5px;
      }
    ul#guest-content-list li div.guest-content-links {
      margin-top: 15px;
      }
      ul#guest-content-list li a.icon {
        font-size: 10px;
        font-weight: bold;
        color: #004466;
        text-decoration: none;
        font-style: italic;
        }
        
  ul.guest-link-list {
    padding: 9px 0px;
    border: 2px solid #a5c02d;
    }
    ul.guest-link-list li {
      padding: 7px 18px;
      font-size: 11px;
      line-height: 16px;
      }
      ul.guest-link-list li a.green-link {
        padding-left: 15px;
        display: block;
        margin-bottom: 3px;
        }



#hero-promo {
	width: 875px;
	margin: 12px 12px 0px;
	}
        
    
    
    
/* General Page Styles */
img.page-banner-image {
  display: block;
  margin-bottom: 35px;
  }

/* Page -> Sidebar Items */

.sidebar-promos {
	width: 205px;
	float: right;
	}
	
.home-promos {
	width: 912px;
	position: relative;
	left: -6px;
	}
	
	.promo {
		font-size: 11px;
		line-height: 21px;
		letter-spacing: -0.4px;
		position: relative;
		margin: 18px 0px;
		}
		
		.home-promos .promo {
			float: left;
			padding: 4px;
			margin: 14px 0px;
			width: 296px;
			}
			
			.home-promos .promo .promo-details {
				width: 296px;
				}
		
			.home-promos .promo-with-img .promo-details {
				float: right;
				width: 180px;
				}

	.promo h3 {
		color: #e17000;
		font-size: 14px;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		letter-spacing: 0px;
		}
		
		.home-promos .promo h3 {
			color: #0089cc;
			font-size: 13px;
			font-weight: bold;
			}
		
	div#right-col .promo p {
		margin: 0px;
		padding: 0px 0px 28px;
		}
		
		div#right-col .home-promos .promo p {
			margin: 0px;
			padding: 8px 0px;
			}
		
	.promo .link {
		position: absolute;
		bottom: 1px;
		left: 0px;
		width: 190px;
		z-index: 0;
		border-bottom: 1px #bbbdc0 solid;
		padding: 0px 0px 8px 12px;
		line-height: 12px;
		background-image: url('/images/structure/nav/play-icon-blue.gif');
		background-repeat: no-repeat;
		background-position: 0px 1px
		}
		
		.home-promos .promo .link {
			position: relative;
			bottom: 0px;
			border: 0px;
			line-height: 12px;
			background-image: url('/images/structure/nav/play-icon-blue.gif');
			background-repeat: no-repeat;
			background-position: 0px 1px
			}
		
	.promo .img {
		float: right;
/*    padding-left: 16px;*/
		z-index: 5;
		position: relative;
		}
		.promo .img img {
			vertical-align: middle;
			}
			
		.home-promos .promo-with-img .img {
			float: left;
			width: 108px;
			padding: 0px 8px 0px 0px;
			}
		
		.home-promos .promo .link, .home-promos .promo-with-img .link {
			color: #0089cc;
			}
			
	.promo a {
		color: #A3C02D;
		font-style: italic;
		font-weight: bold;
		font-size: 10px;
		}
		
		.home-promos .promo a {
			color: #a5bf2d;
			font-size: 12px;
			text-decoration: none;
			}
			
			.home-promos .promo a:hover {
				text-decoration: underline;
				}
  
	.promo-with-img .link {
		width: 120px;
		line-height: 12px;
		}
		
		.home-promos .call {
			line-height: 15px;
			}
			
			.home-promos .call .green {
		    font-size: 12px;
				}
			
			.home-promos .call a {
		    font-weight: normal;
				color: #0089cc;
				text-decoration: underline;
				}
			
			.home-promos .buttons {
				margin: 5px 0px 10px;
				height: 23px;
				}
				
a.pay-now {
	float: left;
	height: 23px;
	width: 67px;
	margin-right: 4px;
	background-image: url('/images/structure/buttons/pay-now.gif');
	}
	
a.view-account {
	float: left;
	height: 23px;
	width: 108px;
	background-image: url('/images/structure/buttons/view-account.gif');
	}

/* Services styles */
div.service-container {
	margin: 0px 0px 12px;
	}

	div.service-container a.icon {
		display: block;
		}
	
	div.service-container h2.jitterbug {
		height: 22px;
		}
		
	div.service-copy {
		padding-left: 15px;
		}
		


/* Industries styles */
ul#industry-list {
	}
	
	ul#industry-list li {
		display: block;
		background: #dcebfc;
		margin: 8px 0px;
		padding: 18px;
		font-size: 12px;
		height: 1%;
		}
	
	ul#industry-list h3 {
		margin-bottom: 8px;
		}
		
	ul#industry-list div.split {
		float: left;
		width: 255px;
		}
		
	ul#industry-list p {
		margin: 0px 0px 12px 0px;
		}

	ul#industry-list a.learn-more {
		background: url('/images/structure/icons/link-arrow.gif') no-repeat center left;
		padding-left: 12px;
		margin-left: 155px;
		font-size: 13px;
		}
		
	ul#industry-list img {
		float: right;
		}
		

div#industry-services div.service {
	margin-bottom: 12px;
	}

div#industry-services div.service div.description {
	display: none;
	}
	
div#industry-services div.service div.tab {
	padding-left: 15px;
	background: url('/images/structure/icons/link-arrow.gif') no-repeat center left;
	cursor: pointer;
	}

	div#industry-services h2 {
		margin: 18px 0px 12px;
		height: 22px;
		}
	
	div#industry-services p strong, div#industry-services p b {
		color: #006aad;
		font-weight: bold;
		}
		
		
/* Job Openings Styles */

	ul.job-list {
		margin: 0px 0px 48px;
		font-weight: bold;
		}
	
	.job-opening {
		margin: 12px 0px 48px;
		}	
		.job-opening h3.dark-blue-14 {
			font-size: 14px;
			color: #004466;
			font-weight: bold;
			}
			
	.job-openings blockquote, .job-openings .dynamic-copy blockquote {
		margin: 0px 0px 10px;
		padding: 10px 12px;
		background: #dfeaf7;
		}
		
	.job-openings blockquote p, .job-openings .dynamic-copy blockquote p {
		margin-bottom: 0px;
		color: #006aad;
		}


/* News section styles */
.date {
	color: #808080;
	font-weight: normal;
	font-size: 11px;
	}

ul#news-list {
	
	}
	
	ul#news-list li {
		margin: 18px 0px;
		}

		ul#news-list li a.read-more {
			background: url('/images/structure/icons/link-arrow.gif') no-repeat center left;
			padding-left: 12px;
			font-size: 11px;
			}

.news-source {
	margin: 18px 0px;
	font-style: italic;
	color: #000;
	font-size: 13px;
	}
	.news-source a {
/*    color: #000;*/
/*    text-decoration: none;*/
		}
		
/* News nav */
div#news-sidebar {
	min-height: 470px;
}

div#news-subnav {
	width: 229px;
	position: absolute;
	top: 0px;
	right: -25px;
	}
	
	div#news-subnav h4.resources {
		background-image: url('/images/structure/about-nav/h4-resources.gif');
		height: 50px;
		}
	
	div#news-subnav ul {
		background: #8aa325;
		}
		
		div#news-subnav li {
			border-top: 1px #778927 solid;
			border-bottom: 1px #b9c87c solid;
			line-height: 14px;
			}
			
			div#news-subnav li a h5 {
				height: 14px;
				font-size: 13px;
				line-height: 14px;
				background-image: url('/images/structure/about-nav/buttons.gif');
				background-position: 0px 0px;
				}
				
				div#news-subnav li a h5.contacts	{ width: 170px; }
				div#news-subnav li a h5.press			{ width: 180px;	background-position: -170px 0px; }
				div#news-subnav li a h5.artwork		{ width: 93px;	background-position: -350px 0px; }
				div#news-subnav li a h5.bios			{ width: 45px;	background-position: -443px 0px; }
				div#news-subnav li a h5.links			{ width: 157px;	background-position: -488px 0px; }
				
				div#news-subnav li a:hover h5.contacts	{ background-position: 0px -14px; }
				div#news-subnav li a:hover h5.press			{	background-position: -170px -14px; }
				div#news-subnav li a:hover h5.artwork		{ background-position: -350px -14px; }
				div#news-subnav li a:hover h5.bios			{ background-position: -443px -14px; }
				div#news-subnav li a:hover h5.links			{	background-position: -488px -14px; }
				
			div#news-subnav li a {
				display: block;
				color: #51661f;
				font-size: 10px;
				padding: 5px 2px 5px 8px;
				text-decoration: none;
				}
			
			div#news-subnav li p {
				margin: 0px;
				padding: 0px;
				}
			
			div#news-subnav li a:hover {
				background: #a5c02d url('/images/structure/about-nav/bg-hover.gif') repeat-x top left;
				color: #fff;
				}
		
	div#news-subnav .bottom {
		background: url('/images/structure/about-nav/bg-bottom.gif') no-repeat top left;
		height: 19px;
		}
		
div#news-sidebar-footer {
	font-size: 11px;
	width: 180px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	}


/* artowrk styles */
ul.artwork-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
	ul.artwork-list li {
		margin: 14px 0px;
		font-size: 11px;
		line-height: 16px;
		}
		
		ul.artwork-list li a {
			background: url('/images/structure/icons/link-arrow.gif') no-repeat center left;
			padding-left: 12px;
			}

		ul.artwork-list li.heading {
			position: relative;
			border-bottom: 1px #a3c442 solid;
			background: url('/images/structure/layout/h3_bg.gif') repeat-y;
			margin: 36px 0px 8px;
			}
		
		ul.artwork-list li.heading div.tab {
			float: left;
			width: 230px;
			height: 55px;
			margin: 0px;
			position: relative;
			}
			
		ul.artwork-list li.heading h3 {
			background-repeat: no-repeat;
			background-position: center center;
			text-indent: -9999px;
			height: 55px;
			}
			ul.artwork-list li.heading h3.photos {
				background-image: url('/images/structure/layout/h3_photos.gif');	
				}
			ul.artwork-list li.heading h3.logos {
				background-image: url('/images/structure/layout/h3_logos.gif');	
				}
			
		
		ul.artwork-list li.heading div.chevron {
			width: 28px;
			height: 6px;
			line-height: 5px;
			font-size: 5px;
			background: url('/images/structure/layout/chevron-white.png') no-repeat top left;
			position: absolute;
			top: 0px;
			left: 50%;
			margin-left: -14px;
			}
		ul.artwork-list li.heading div.corner {
			width: 5px;
			height: 5px;
			line-height: 5px;
			font-size: 5px;
			background: url('/images/structure/layout/top-right-corner-white.png') no-repeat top left;
			position: absolute;
			top: 0px;
			right: 0px;
			}
		

/* Bio styles */
.department-title {
	margin-top: 24px;
	}

div.bio-info {
	border-bottom: 1px #a9c752 solid;
	height: 300px;
	overflow: hidden;
	}
	div.bio-info img {
		vertical-align: middle;
		}
	div.bio-info div.portrait {
		height: 300px;
		width: 230px;
		float: left;
		position: relative;
		}
		div.portrait div.chevron {
			width: 28px;
			height: 6px;
			line-height: 5px;
			font-size: 5px;
			background: url('/images/structure/layout/chevron-white.png') no-repeat top left;
			position: absolute;
			top: 0px;
			left: 50%;
			margin-left: -14px;
			}
		div.portrait div.corner {
			width: 5px;
			height: 5px;
			line-height: 5px;
			font-size: 5px;
			background: url('/images/structure/layout/top-right-corner-white.png') no-repeat top left;
			position: absolute;
			top: 0px;
			right: 0px;
			}
	
	div.bio-info table {
		width: 240px;
		float: right;
		}
		
		div.bio-info table td {
			height: 195px;
			}
			
/* Press Release styles */
div.pr-year {
	margin: 24px 0px 18px;
	}

div.pr-archived {
	margin-top: 64px;
	}
	
div.pr-year h4 {
	margin: 4px 0px;
	}


/* callouts */
div#callout {
	width: 475px;
	z-index: 0;
	position: relative;
	margin-top: 72px;
	}
	
	div#callout .bg {
		background: #a5c02d url('/images/structure/callouts/bottom.gif') no-repeat bottom left;
		padding: 24px 24px 10px;
		}
	
	div#callout .callout-details {
		z-index: 100;
		position: relative;
		}
	
	div#callout .top {
		background-image: url('/images/structure/callouts/top.gif');
		background-repeat: no-repeat;
		width: 475px;
		height: 44px;
		position: absolute;
		top: 0px; 
		left: 0px;
		z-index: 0;
		}
	
	div#callout .bottom {
		height: 13px;
		line-height: 12px;
		font-size: 10px;
		margin: 0px;
		}
		
		div#callout .testimonials .bg {
			background-position: -475px bottom;
			}
			
		div#callout .resources .bg {
			background-position: -950px bottom;
			}
		
		div#callout .downloads .bg {
			background-position: -1425px bottom;
			}
			
		div#callout .testimonials .top {
			background-position: -475px 0px;
			}
			
		div#callout .resources .top {
			background-position: -950px 0px;
			}
			
		div#callout .downloads .top {
			background-position: -1425px 0px;
			}
	
	div#callout .dynamic-copy {
		line-height: 16px;
		}
	
	div#callout a {
		color: #fff;
		}	
	
/* Pagination styles */

.pagination {
	float: right;
	}

.pagination h3 {
	width: 31px;
	height: 24px;
	margin: 0px 4px 0px 0px;
	float: left;
	background-position: center left;
	}

.pagination a, .pagination span {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background: url('/images/structure/pagination/bg.gif');
	line-height: 24px;
	text-align: center;
	margin: 0px 4px;
	color: #808080;
	text-decoration: none;
	}
	
	.pagination a.next_page, .pagination span.next_page, .pagination a.prev_page, .pagination span.prev_page {
		display: none;
		background: transparent;
		margin: 0px;
		}
		
	.pagination a.current, .pagination span.current {
		color: #2b86ca;
		background: url('/images/structure/pagination/bg-current.gif');
		cursor: default;
		}
		
	.pagination a:hover {
		text-decoration: underline;
		}
