/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #fff; background-color: #10161f; margin: 0 0 20px 0;}
/* Commonly used to style page titles. */
h1 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight:normal;
  padding:0;
}
/* Commonly used to style section titles. */
h2 {
  color: #ccff00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 4px 0 4px 0;
}
/* Sets the style for the h3 header. */
h3 {
  color: #ccff00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
}
/* Sets the style for the h4 header. */
h4 {
  color:#ccff00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin: 2px 0 4px 0;
}
/* Sets the style for the h5 header. */
h5 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #0099FF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #0099FF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #0099FF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #0099FF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a.alt:active {
  color: #0099FF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

a.alt,  a.alt:link {
  color: #161F2A;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for visited links. */
a.alt:visited {
  color: #161F2A;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a.alt:hover {
  color: #161F2A;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a.alt:focus {
  color: #161F2A;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a.alt:active {
  color: #161F2A;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}

#topDivWrapper { width: 950px; margin: 10px auto 10px auto;}
.DivLeft { float:left; text-align: left; }
.DivRight { float:right; text-align: right; }

.PortfolioLeft { float:left; width: 380px; text-align: left; border-right: #000 1px solid; padding: 8px 20px 0 0; background-image:url(../images/border.gif); background-position: top right; background-repeat:repeat-y; }
.PortfolioRight { float:right; width:218px; text-align: left; padding: 8px 0 0 10px; }

#topNavbar { background-image:url(../images/top_menubar.jpg); background-repeat:repeat-x; background-position: top left; }
#topNavbarWrapper { width: 950px; margin: 0 auto 0 auto; text-align: left; }
.bannerMessageleft { font-size:16px; color:#161F2A; padding: 17px 0 0 0; text-align: left; float: left; }
.bannerMessageright { font-size:16px; color:#161F2A; padding: 17px 0 0 0; text-align: right; }

#btmNavbar { background-image:url(../images/btm_menubar.jpg); background-repeat:repeat-x; height:54px; background-position: top left; }
#btmNavbarWrapper { width: 950px; margin: 0 auto 0 auto; text-align:right; }

#content { background-color:#161F2A;}
#contentWrapper { margin: 0 auto 0 auto; width: 950px; padding: 20px 0 30px 0;}
.contentLeft { float: left; width: 630px; margin: 0 30px 0 0; line-height: 20px; }
.contentRight { float: left; width: 290px; line-height:20px; }

.popup { color: #10161f; }

.imgleft {float:left; margin: 0 10px 0 0; border:solid 3px #fff; }
.imgleftwborder { float:left; overflow:hidden; border: #fff 4px solid; margin: 0 18px 0 0; }
.imgborder { border: #000 1px solid; }
.imgborderthick { border: #fff 4px solid; margin: 8px 0 0 0; }

#bottomDiv { border-top: 1px solid #1c2735; }
#bottomDivWrapper { width: 950px; margin: 0 auto 0 auto; padding: 20px 0 0 0;}

.clearFloat { clear: both; display: block;  }

.item { line-height: 16px; overflow:hidden; color:#999;}

#navWrapper { width: 950px; margin: 0 auto 0 auto;}

ul { list-style:square; }
li { }
.dividelinenopad { border-top: #000000 1px solid; border-bottom: #28384D 1px solid; margin: 0; }
table.signup > tbody > tr > td { border-bottom: #28384D 1px solid; }

tr > th { text-align: left; border-bottom: #28384D 1px solid; padding: 0 0 5px 0; }
.divideline { border-top: #000000 1px solid; border-bottom: #28384D 1px solid; margin: 8px 0 8px 0; }
.video_desc { padding: 8px 0 0 0; }
.shaded {  padding: 10px 0; border-bottom: #28384D 1px solid; text-align: left; }
.shadedleft { padding: 10px 0; border-bottom: #28384D 1px solid; text-align: left; }
.small { padding: 10px 0;  }

#nav-footerlinks ul { float:right; list-style: none; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#0099FF; margin: 4px 0 0 0; padding:0 0 0 0;}
#nav-footerlinks li { float:left; padding: 0px 10px 0px 10px; border-right: 1px solid #28384D;  }
#nav-footerlinks li.first { float:left; padding: 0px 10px 0px 0; border-right: 1px solid #28384D;  }
#nav-footerlinks li.last { float:left; padding: 0px 10px 0px 10px; border-left: 1px solid #000; border-right:none; }
#nav-footerlinks li a { font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#0099FF; } 
#nav-footerlinks li a:hover { font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#0099FF;  }
#nav-footerlinks li a:visited { font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#0099FF;} 

#nav-portfoliolinks ul { list-style: none; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#0099FF; margin: 0; padding:0; overflow:hidden;}
#nav-portfoliolinks li { float:left; margin: 0 4px 4px 0; }
#nav-portfoliolinks li img { border: solid 4px #FFFFFF; display:block; }
#nav-portfoliolinks li a img { filter:alpha(opacity=80); opacity:0.8; } 
#nav-portfoliolinks li a:hover img { filter:alpha(opacity=100); opacity:1.0; } 