/* 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 {
  margin: 0;
  padding: 0;
  border: 0px none;
  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 {
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #bcc3cb;
  line-height: 16px;
  font-size: 12px;
  color: #4c4c4c;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Commonly used to style page titles. */
h1 {
  line-height: 14px;
  font-size: 14px;
  color: #4c4c4c;
  font-weight: bold;
}
/* Commonly used to style section titles. */
h2 {
  line-height: 14px;
  font-size: 12px;
  color: #4c4c4c;
  font-weight: bold;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #bec3c9;
  font-weight: underline;
  text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
  color: #bec3c9;
  text-decoration: underline;
  font-weight: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
  text-decoration: underline;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  background-image: url('../images/bg/page-bg.gif');
	background-repeat: repeat-y;
  width: 888px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  margin: 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}
#header {
	margin-left: auto;
	margin-right: auto;
	width: 888px;
  background-color: #bcc3cb;
  height: 97px;
  line-height: 15px;
  font-size: 18px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  font-weight: bold;
  /*border-bottom: solid 28px #bcc3cb; /* Sets the bottom border properties for an element using shorthand notation */
}
#print_logo {
	display: none;
}
.logo{
	float: left;
	width: 425px;
	height: 97px;
}
.phone{
	float: right;
	width: 436px;
	height: 97px;
	text-align: right;
}
.top-nav{
	margin-left: auto;
	margin-right: auto;
	width: 888px;
	height: 21px;
	background-color: #3f464e;
}
.topgraybar{
	margin-left: auto;
	margin-right: auto;
	width: 888px;
	height: 8px;
	background-color: #BCC3CB;
}
#leftColumn1 {
  padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color: #fae5ca;
  float: left;
  width: 143px;
}
#content {
	width: 694px;
  padding: 9px 30px 12px 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#content-home {
	width: 694px;
  padding: 21px 30px 12px 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
.navspacer {
	height: 8px;
	width: 143px;
}
.sub-nav {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}
.tophorzline {
	width: 100%;
	height: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #1e638d;
}
.sub-content-desc {
	width: 435px;
	vertical-align: top;
}
.grytextsm {
	font: normal 11px arial,helvetica,sans-serif;
	color: #bec3c9;
}
.normal_blk_bold {
	font: bold 12px arial,helvetica,sans-serif;
	text-decoration: none;
	color: #4c4c4c;
}
a.link_blk {
	font: normal bold 12px arial,helvetica,sans-serif;
	text-decoration: underline;
	color: #4c4c4c;
}
a.link_blk:hover {
	font: normal bold 12px arial,helvetica,sans-serif;
	text-decoration: underline;
	color: #000;
}
.vertgraybar {
	width: 1px;
	background-color: #bcc3cb;
}
.sub-content-specs {
	padding-left: 26px;
	vertical-align: top;
}

/*footer code*/
.grayband {
	width: 888px;
	height: 6px;
	background-color: #3F464E;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 20px;
}
#btm_nav_footer {
	font: normal 11px/17px arial,helvetica,sans-serif;
	text-decoration:none;
	color:#3F464E;
	background-color: #bcc3cb;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#copyright {
	font: normal 11px/17px arial,helvetica,sans-serif;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	color: #3F464E;
}
a.link_btm_nav {
	font: normal 13px/17px arial,helvetica,sans-serif;
	text-decoration: none;
	color: #3F464E;
}

a.link_btm_nav:hover {
	font: normal 13px/17px arial,helvetica,sans-serif;
	text-decoration: underline;
	color: #3F464E;
}

/* -- [ =lightbox ] -- */

.lightbox {
position: absolute;
display: none;
left: 0;
margin: 0;
padding: 0;
width: 100%;
z-index: 1001;
text-align: center;
}

.lightbox-inside {
margin-top: 250px;
margin-left: 20%;
margin-right: 20%;
color: #000;
width: 527px;
padding: 1px;
border: 2px solid #bcc3cb;
background-color: white;
text-align: left;
}

.lightbox[id]{
position:fixed;
}

#overlay{
display:none;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:1000;
background-color:#fff;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}

#overlay[id]{
position:fixed;
}

#lb_title_bg{
    margin:0px;
	background:#bcc3cb;
	height: 37px;
}

#lightbox table{
    text-align:center;
	margin:10px auto;
}

#lightbox table tr{
    margin: 10px 0;
}

.lb_title {
color: #1c638f;
background: url('/images/EmailThisPage1.jpg') no-repeat top left;
line-height: 35px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold; margin-left:5px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:0px; padding-right:0; padding-top:0; padding-bottom:0
}

.lb_forminfo{
    border: 0px none;
	margin: 10px auto
}

.lb_label{
    text-align:right;
	 padding-right: 5px;
}

.lb_field{
    text-align:left;
}
.lb_footer{
    text-align: center;
}