﻿/*********************/
/**** TEXT STYLES ****/
/*********************/
body {
    margin-top: 0px;
    font-family: Verdana;
    font-size: 11px;
    line-height: 14px;
    background-image: url('../../Images/Framework/pagebackground.png');
    background-repeat: repeat;
    color: White;
    font-weight: normal;
}

.BlackBodyCopy
{
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
    color:#000000;
}

h1
{
    font-size:36px;
    line-height: 28px;
    font-weight:normal;
    color:#8A9DC0;
}

h2
{
    font-size:22px;
    line-height: 2px;
    font-weight:normal;
    color:#000000;
}

h3
{
    font-weight:bold;
    color:#000000; 
    font-size:12px; 
    line-height:22px;
}
a
{
    font-weight:normal;
    color: White;
    text-decoration: none;
}
a:hover
{
    color: #FF8C40;
    text-decoration: none;
}
.BlueHeadline
{
    font-size:22px;
    line-height:28px;
    color:#8A9DC0;
    font-weight:normal;
}
.WhiteHeadline
{
    font-size:22px;
    line-height:28px;
    color:#FFFFFF;
    font-weight:normal;
}
.BlueSubhead
{
    font-size:14px;
    line-height:18px;
    color:#8A9DC0;
    font-weight:normal;
}
.BlueSubhead a
{   
    color:#8A9DC0;
    text-decoration:none;
}
.BlueSubhead a:hover
{   
    color:#FF8C40;
    text-decoration:none;
}
.WhiteSubhead
{
    font-size:14px;
    line-height:18px;
    color:#FFFFFF;
    font-weight:normal;
}

/************************/
/**** DIV CONTAINERS ****/
/************************/

.PageWrapper /* Wraps the entire page */
{
    width:990px;
    background-color:#33394A;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.PageRowWrapper /* Wraps rows like the header, central content, footer */
{
    width:950px;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear:both;
}
.HeaderLogo /* Only used in the Header Control */
{
    width:290px;
    height:90px;
    float:left;
    padding-top:10px;
}
.HeaderCallToAction /* Only used in the Header Control */
{
    width:290px;
    float:right;
    padding-top:32px;
}
.footerWrapper
{
    background-image: url('../../Images/Framework/footerbackground.png');
    background-repeat: repeat-y;
    height:350px;
}
.footerWrapperLogos
{    
    height:100px;
    padding:20px 20px 20px 20px;
    clear:both;
}
.footerWrappereColumnWrapper
{
    margin-left: 20px;
    width: 215px;
    float: left;
}
.DoubleColumnWrapper
{
    margin-left:20px;
    widt50px;
}
.SingleColumnWrapper
{
    margin-left: 20px;
    width: 215px;
    float: left;
}
.DoubleColumnWrapper
{
    margin-left:20px;
    width:450px;
    float:left;
}
.FooterSocialMediaIcons
{
    width:40px;
    float:left;
}
.NavigationWrapper
{
    width:950px;
    height:56px;
    background-image: url('../../Images/Framework/nav-button.png');
}
.NavigationButton a
{
    width:134px;
    height:56px;
    text-align:center;
    vertical-align:middle;
    background-image: url(../../Images/Framework/nav-button.png);
    background-repeat: no-repeat;
    display: block;
    text-decoration:none;
    padding-top:15px;
    float:left;
}
.NavigationButton a:hover
{
    background-image: url(../../Images/Framework/nav-button-hover.png);
    background-repeat:repeat-x;
    color:#FFFFFF;
}
.NavigationSeperator
{
    float:left;
    width:2px;
    height:56px;
    background-image: url(../../Images/Framework/nav-seperator.png);
}
.PageContentWrapper
{
    width:910px; 
    padding: 20px 20px 20px 20px; 
    border:1px solid #FFFFFF; 
    overflow: hidden;
    background-color:White;
}
.LeftColumn
{
    width:580px;
    /* padding:5px 5px 5px 5px; */
    float:left;
    background-color:#FFFFFF;
    position:relative;
}
.RightColumn
{
    width:250px;
    padding-right:20px;
    float:right;
}
.LeftColumnImages
{
    width:270px;
    float:left;
    background-color:#FFFFFF;
    padding-right:20px;
}
.ContactUsMap
{
    width:300px;
    height:150px;
    float:left;
    z-index:100;
    position:absolute;
    bottom:20px;
    right:10px;
}
.CrownsBridgesImageRow 
{
    width:910px;
    clear:both;
    padding-top:20px;
}
.CrownsBridgesImage 
{
    width:270px;
    float:left;    
}
.PadHorizontalLine {
    padding:20px 0px 20px 0px;
}

/********************************/
/**** LIGHTBOX JQUERY STYLES ****/
/********************************/

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../../Images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../../Images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
