/* begin base styles */
* {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  background: #d2e897;
  font-family: sans-serif;
  font-size: 100%;
  color: #fff;  
  overflow-y: scroll;
}

body {
  background: #d2e897;
  background: #d2e897 url( /Image/Gradient/v-64-256-acd23f-d2e897.png ) repeat-x top; 
  background-image: -moz-linear-gradient( top, #acd23f, #d2e897 );
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0, #d2e897 ), color-stop( 1, #acd23f ));
  background-image: -webkit-linear-gradient( top, #acd23f, #d2e897 );
  background-image: -o-linear-gradient( top, #acd23f, #d2e897 );
  background-image: -ms-linear-gradient( top, #acd23f, #d2e897 );
  background-image: linear-gradient( top, #acd23f, #d2e897 );
  color: #444;
}

#container {
  background: #fafbfc;
  overflow: auto;
  padding: 2em;
  padding-bottom: 0;
}

nav.social {
  color: #eee;
  padding: 0.5em 2em;
}

nav.social, footer {
  background: #333;
}

nav.social ul {
  text-align: right;  
  margin: auto;
}

nav.social li {
  display: inline;
}

#container, nav.social, footer {  
  max-width: 90%;
  min-width: 320px;
  margin: auto;
  width: 57em;
  box-shadow: 0 2px 6px rgba( 0, 0, 0, 0.5 );
}

header h2 {
  font-family: JamesPaul, "Brush Script MT", cursive;
  font-weight: normal;
  color: #41abed;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form {
  margin-bottom: 1em;
}

header h1 {
  margin-bottom: 0.5em;
}

td { 
  vertical-align: top; 
}

footer p {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  padding: 1em 2em;
}

nav.site {
  margin-bottom: 2em;
}

nav ul {
  list-style: none;
}

nav.site ul {
  background: #4c4d4f;  
  text-align: right;
  padding: 0.5em;
  border-radius: 0.5em;
}

nav.site.secondary ul {
  background: #7a7c80;
}

footer {
  width: 61em;
}

nav.site li {
  display: inline;
}

nav.site li:last-child {
  padding-right: 0;
}

nav.site a, nav.site.secondary .current span {  
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}

nav.site.secondary {
  margin-top: -1em;
}

nav.site.secondary a, nav.site.secondary .current span {
  font-size: 100%;
}

nav.site.secondary .current span {
  color: #7ad4f6;
}

nav.site li.current a {  
  background: #00adee;
  border-radius: 0.5em;
}

nav.site li:after {
  color: #fff;
  font-size: 100%;
  content: "|";
}

nav.site #breadcrumbs li:after {
  content: ">";
}

nav.site li:last-child:after, nav.site #breadcrumbs li:last-child:after {
  content: "";
}

#main ul, #main ol {
  margin-left: 1.5em;
}

#breadcrumbs {
  overflow: auto;
  font-size: 90%;
  border-bottom: 1px dotted #ddd;
}

#breadcrumbs h2, #breadcrumbs ul {
  float: left;
}

#breadcrumbs h2 {
  color: #00adee;
  font-family: sans-serif;
  font-size: 100%;
  font-weight: bold;
}

#breadcrumbs ul {
  background: none;  
  text-align: right;
  padding: 0;
  border-radius: 0;  
}

#breadcrumbs a {
  color: #00adee;
}

#breadcrumbs .current {
  color: #aed136;
  font-weight: bold;
  padding-left: 0.5em;
}

#breadcrumbs li:after {
  color: #7a7c80;
}

#breadcrumbs a, #breadcrumbs .current span {
  padding: 0 0.5em;
}

h1 img {  
  margin-right: 0.5em;
  vertical-align: middle;
}

.copy-image {
  margin-bottom: 1em;
  position: relative;
}

.copy-image img {
  display: block;
}

.copy-image.right {
  float: right;  
  margin-left: 1em;
}

.copy-image.left {
  float: left;  
  margin-right: 1em;
}

.copy-image.leftOnNewLine {
  text-align: left;
}

 .copy-image.rightOnNewLine {
  text-align: right;
}

.copy-image.centeredOnNewLine {
  text-align: center;
}

.copy-image .caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0.25em;
  text-align: center;
}

.copy-image .caption.overImageAtTop {
  top: 0;
}

.copy-image .caption.overImageAtBottom {
  bottom: 0;
}

.copy-image-collection.horizontalLeft .copy-image, .copy-image-collection.horizontalRight .copy-image {
  display: inline-block;
  float: none;
  margin-bottom: 1em;
}

.copy-image-collection.horizontalLeft {
  text-align: left;
}

.copy-image-collection.horizontalRight {
  text-align: right;
}

.copy-image-collection.verticalLeft {
  float: left;
}

.copy-image-collection.verticalRight {
  float: right;
}

.copy-image-collection.horizontalRight .copy-image, .copy-image-collection.verticalRight .copy-image {
  margin-left: 1em;
}

.copy-image-collection.horizontalLeft .copy-image, .copy-image-collection.verticalLeft .copy-image {
  margin-right: 1em;
}

.copy-image-collection.verticalRight .copy-image, .copy-image-collection.verticalLeft .copy-image {
  display: block;
  float: none;
}

/* end base styles */
/* begin decorative styles */
.copy-image.image a img {
  border-color: #ddd;
  border-style: solid;
}

.copy-image .caption {
  background: rgba( 0, 0, 0, 0.75 );
  color: #fff;
  font-weight: bold;
  text-shadow: 
    0 0 0.1em #000,
    0 0 0.1em #000,
    0 0 0.1em #000,
    0 0 0.1em #000;
}

.cta, #whats-in-it-for-you-rows {
  overflow: hidden;
  margin-bottom: 2em;
  padding: 2em;
}

#whats-in-it-for-you-rows {
  padding: 1em;
}

#whats-in-it-for-you-rows h2 {
  font-size: 175%;
  margin-bottom: 0;
  padding-top: 0.25em;
}

#whats-in-it-for-you-rows  .pageLink {
  margin-left: 1em;
}

#whats-in-it-for-you-rows  .pageLink a, .cta-links .pageLink a {
  display: block;
  overflow: hidden;  
  font-size: 100%;
  padding: 1em;
  text-decoration: none;
  text-align: center;  
}

.planner-link a {
  display: block;
  position: relative;
  padding: 2em;
}

.planner-link a > span {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 1em;
  text-align: center;
  bottom: 1em;
}

.cta .text {
  font-size: 200%;
  margin-bottom: 0;
}

.cta .text p {
  margin-bottom: 0;
}

a {
  color: #00adee;
}

nav.site a {
  color: #fff;
}

.cta, #whats-in-it-for-you-rows, .planner-link a, #whats-in-it-for-you-rows  .pageLink, .cta-links .pageLink, .header-planner-link, .twitter ul, .button a  {
  border: 1px solid #ddd;
  border-radius: 0.5em;
  box-shadow: 0 2px 6px rgba( 0, 0, 0, 0.1 );
  background: #f9f9f9 url( /Image/Gradient/v-64-32-ffffff-f9f9f9.png ) repeat-x top; 
  background-image: -moz-linear-gradient( top, #ffffff, #f9f9f9 );
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0, #f9f9f9 ), color-stop( 1, #ffffff ));
  background-image: -webkit-linear-gradient( top, #ffffff, #f9f9f9 );
  background-image: -o-linear-gradient( top, #ffffff, #f9f9f9 );
  background-image: -ms-linear-gradient( top, #ffffff, #f9f9f9 );
  background-image: linear-gradient( top, #ffffff, #f9f9f9 );
}

.button a {
  text-decoration: none;
  display: inline-block;
  padding: 0.5em;
  margin: 1em 0;
}

.fullwidth a {
  display: block;  
}

#whats-in-it-for-you-rows {
  background: #f1f1f1 url( /Image/Gradient/v-64-32-f6f6f6-f1f1f1.png ) repeat-x top; 
  background-image: -moz-linear-gradient( top, #f6f6f6, #f1f1f1 );
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0, #f1f1f1 ), color-stop( 1, #f6f6f6 ));
  background-image: -webkit-linear-gradient( top, #f6f6f6, #f1f1f1 );
  background-image: -o-linear-gradient( top, #f6f6f6, #f1f1f1 );
  background-image: -ms-linear-gradient( top, #f6f6f6, #f1f1f1 );
  background-image: linear-gradient( top, #f6f6f6, #f1f1f1 );
}

.pageLink.cta {
  padding: 0;
}

.pageLink.cta a {
  display: block;
  padding: 1em;
  text-decoration: none;
}

.pageLink.cta:hover, .planner-link a:hover, #whats-in-it-for-you-rows  .pageLink:hover, .header-planner-link:hover, .twitter ul {
  background: #ffffff url( /Image/Gradient/v-64-32-f9f9f9-ffffff.png ) repeat-x top; 
  background-image: -moz-linear-gradient( top, #f9f9f9, #ffffff );
  background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0, #ffffff ), color-stop( 1, #f9f9f9 ));
  background-image: -webkit-linear-gradient( top, #f9f9f9, #ffffff );
  background-image: -o-linear-gradient( top, #f9f9f9, #ffffff );
  background-image: -ms-linear-gradient( top, #f9f9f9, #ffffff );
  background-image: linear-gradient( top, #f9f9f9, #ffffff );
}

.header-planner-link {
  display: block;
  float: right;
  padding: 1em;
}

.header-planner-link img {
  display: block;
}

.cta-links .pageLink {
  margin-bottom: 2em;  
}

.cta-links .pageLink a {
  display: block;
  padding-left: 4em;
}

.cta-links .video-link {
  background: url( /Image/Library/video/64-w ) no-repeat 2em 50%;
}

.cta-links .help-link {
  background: url( /Image/Library/help/64-w ) no-repeat 2em 50%;
}

.cta-links .interfacing-link a {
  padding-left: 0;
}

.column.first .paddingWrapper {
  padding-right: 2em;
}

.column.first.last .paddingWrapper, .column.first .paddingWrapper .paddingWrapper {
  padding-right: 0;
}

.smoohth-copy {
  color: #555 !important;
}

.smoohth-copy span {
  color: #00adee !important;
}

a .smoohth-copy {
  color: #00adee !important;
}

a .smoohth-copy span {
  color: #555 !important;
}

nav.site li.current a .smoohth-copy {
  color: #555 !important;
}

nav.site a .smoohth-copy span {
  color: #eee !important;
}

.webjectForm  table {
  width: 100%;
}

.webjectForm th, .webjectForm td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 1em;
}

.webjectForm th em {
  color: #00adee;
  font-size: 70%;
}

.webjectForm th {
  width: 10em;
}

.webjectForm textarea, .webjectForm input {
  font-family: sans-serif;
  font-size: 100%;
  width: 100%;
}

.webjectForm textarea {
  height: 7em;
}

img {
  max-width: 100%;
  height: auto;
}

.smoohth-cta {
  padding-right: 2em;
  margin-bottom: 2em;
  overflow: hidden;
}

#home-page-top-grid > .text {
  font-size: 125%;
}

.grid-5 {
  overflow: hidden;
}

.column-2-5 {
  width: 40%;
  float: left;
}

.column-3-5 {
  width: 60%;
  float: left;
}

.column-3-10 {
  width: 30%;
  float: left;
}

.file img {
  vertical-align: middle;
}

iframe {
  margin-bottom: 1em;
}

/* silverlight */
#silverlightControlHost{
  position: relative;
  min-width: 907px;
  height: 570px;
  margin: 1.5em auto;
  overflow: hidden;
}

#content .fallback {
  background: url( /Content/Layout/custom-install-background.jpg );
  width: 907px;
  height: 570px;
  margin: 0;
  padding: 0;
  position: relative;
}

#content img.silverlight {
  position: absolute;
  left: 108px;
  top: 153px;
}

#content div.message {
  position: absolute;
  left: 436px;
  top: 166px;
  width: 362px;
}

#content .message p {
  color: #042271;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 1em;
}

#content .button {
  background: #fafbfd url( /Content/Layout/button.png ) repeat-x center;
  border: 1px solid #acc6dd;
  color: #042271;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  padding: 0.4em;   
  display: block;
  text-align: center;
  text-shadow: #fff 0 1px 0;
  box-shadow: 0 0 16px rgba( 51, 204, 255, 0.25 );  
}

#content .button:hover {
  box-shadow: 0 0 20px rgba( 51, 204, 255, 0.5 );  
}

.img-width img {
  width: 95%;
}

.twitter h2 {
  margin-top: 2em;
  font-size: 100%;
}

.twitter h2 a {
  text-decoration: none;
  padding-left: 24px;
  background: url( /Content/Layout/twitter.png ) no-repeat 0 50%;
}

.twitter ul {
  list-style: none;
}

.twitter .profile {
  display: block;
  float: left;
  width: 48px;
  border: 2px solid #aed136;
  overflow: hidden;
  border-radius: 4px;
}

.twitter .profile img {
  display: block;
}

.twitter .tweet {
  margin-left: 48px;
  padding-left: 1em;
  font-size: 80%;
}

.twitter em {
  clear: left;
  display: block;
  text-align: right;
  font-size: 75%;
}

#main .twitter ul {
  margin: 0;
  box-shadow: inset 0 2px 6px rgba( 0, 0, 0, 0.1 );
}

.twitter li {
  padding: 1em;
  border-bottom: 1px dotted #ddd;
}

.twitter li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.twitter .tweet > a {
  font-weight: bold;
  text-decoration: none;
}

.file {
  margin-bottom: 2em;
}

.file a {
  text-decoration: none;
}

.file img {
  margin-right: 0.5em;
}

a img {
  border: 0;
}

.framed{
  border: 6px solid #aed136;
  border-radius: 8px;
}

#video-column {
  position: relative;
}

#vimeo-fallback-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#video-column iframe {
  position: relative;
  z-index: 2;
}

#footer-sitemap {
  background: #666;
  color: #eee;
  padding: 1em;
}

#footer-sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-sitemap li {
  font-size: 70%;
  margin: 0;
  padding: 0;
  margin-bottom: 0.25em;
}

#footer-sitemap li:first-child {
  font-size: 80%;
  font-weight: bold;
}

#footer-sitemap a {
  color: #eee;
  text-decoration: none;
}

#suggestionsBugs-0 h3.webjectFormTitle {
  display: none;
}