
    label.inField {
        position:absolute;
        top: 5px;
        left:10px;
        font-size: 13px;
        color: #9e9e9e;
        font-style: italic;
    }
    .element br {
        display: none;
    }
    body {
        text-align: center;
        font-family: tahoma, geneva, verdana;
        margin: 0;
        background-image: url("/view1/img/roofing/background.jpg");
        background-color: #FFFFFF; 
        background-repeat:no-repeat;
        background-position:50% 0%;
    }
    div.container {
        width: 900px;
        height: 871px;
        margin: 0 auto;
        position: center;
        text-align: left;
        background: url("/view1/img/roofing/action_arrow.png") no-repeat 19px 200px;
        padding-left: 77px;
        overflow: visible;
    }
    div.logoContainer {
        width: 900px;
        height:108px;
        color: #222;
    }
    div.logo
    {
        width: 454px;
        float: left;
        margin-top: 20px;
        margin-left: 0px;
    }
    div.headerContainer {
        width: 800px;   /* 580 if in center container */
        margin-bottom: 10px;
        background-color: #fcfcfc;
        border-style: solid;
        border-width: 0px 1px 1px 1px;
        border-color: #ccc;
        padding: 10px 10px 10px 10px;
        float: left;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -khtml-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        behavior: url(view1/ie-css3.htc);
    }
    .headerContainer div {
        float: left;
        margin-left: 10px;
        color: #222;
        width: 250px;
    }
    .headerContainer div.divider {
        border-style: solid;
        border-color: #ccc;
        border-width: 0 1px 0 0;
        height: 65px;
    }
    .headerContainer a.heading {
        font-size: 18px;
        color: #0d7782;
        text-decoration: none;
        font-weight: bold;
    }
    .headerContainer a.heading:hover {
        text-decoration: underline;
    }
    .headerContainer p {
        font-size: 12px;
        margin: 5px 0 0 0;
    }
    .headerContainer ul {
        margin: 5px 0;
        padding-left: 30px;
    }
    .headerContainer li {
        font-size: 12px;
        margin: 0;
    }
    div.centerContainer {
        width: 600px;
        float: left;
    }
    div.rightContainer {
        width: 210px;
        float: left;
        margin-left: 10px;
        border-style: solid;
        border-width: 0px 1px 1px 1px;
        border-color: #ccc;
        background-color: #fcfcfc;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -khtml-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        opacity: 1.0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        behavior: url(view1/ie-css3.htc);
    }
    
   	div.popupContainer {
        width: 600px;
        /*float: left;*/
        /*margin-left: 10px;*/
        border-style: solid;
        border-width: 1px;
        border-color: #ccc;
        background-color: #fff;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -khtml-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        opacity: 1.0;
        -moz-box-shadow: 2px 2px 2px #ccc;
        -webkit-box-shadow: 2px 2px 2px #ccc;
        box-shadow: 2px 2px 2px #ccc;
        behavior: url(view1/ie-css3.htc);
    }
    
    div.footerSpacer {
        clear: both;
    }
    div.footerContainer {
        margin: 100px 0 0 0;
        height: 200px;
        background-color: #fcfcfc;
        padding: 10px 10px 10px 10px;
        color: #333333;
    }
    div.footerContainer a {
        color: #333333;
        text-decoration: none;
    }
    div.footerContainer a:hover {
        text-decoration: underline;
    }
    ul.tab {
        list-style-type: none;
        margin:0;
        padding:0;
        font-weight: regular;
    }
    li.tab {
        float: left;
        background-color: #9e9e9e;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        border-color: #ccc;
        color: #fcfcfc;
        margin-right: 4px;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -khtml-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        behavior: url(view1/ie-css3.htc);
    }
    li.tab a {
        text-decoration: none;
        color: #fcfcfc;
    }
    li.tab a:hover {
        color: #555;
    }
    li.tabSelected {
        float: left;
        background-color: #fcfcfc;
        border-style: solid;
        border-width: 1px 0px 0px 1px;
        border-color: #ccc;
        color: #333333;
        margin-right: 4px;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -khtml-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        -moz-box-shadow: 2px 0px #ccc;
        -webkit-box-shadow: 2px 0px #ccc;
        box-shadow: 2px 0px #ccc;
        behavior: url(view1/ie-css3.htc);
    }
    div.formContainer {
        clear: both;
        background-color: #FCFCFC;
        border-style: solid;
        border-width: 0px 1px 1px 1px;
        border-color: #ccc;
        width: 100%;
        -moz-border-radius: 0px 5px 5px 5px;
        -webkit-border-radius: 0px 5px 5px 5px;
        -khtml-border-radius: 0px 5px 5px 5px;
        border-radius: 0px 5px 5px 5px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        behavior: url(view1/ie-css3.htc);
    }
    table.formGrid {
        width: 100%;
        color: #333333;
        padding: 10px 10px 10px 10px;
    }

	table.infoGrid {
        width: 100%;
        color: #222;
        padding: 10px 10px 10px 10px;
    }
	select.large {

    }
    .largeSelectWrapper select {
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        width: 265px;
        height: 25px;
        background: transparent;
        border-style: none;
        color: #9e9e9e;
        padding: 5px 0px 0px 10px;
        margin: 0;
        font-weight: bold;
        font-size: 11px;
        -webkit-box-align: baseline;
        -moz-box-align: baseline;
    }
    div.largeWrapper {
        width: 240px;
        height: 25px;
        overflow: hidden;
        background-color: #fff;
        border-style: solid;
        border-width: 1px;
        border-color: #ccc;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        background-image: none;
    }
    div.largeSelectWrapper {
        width: 240px;
        height: 25px;
        overflow: hidden;
        border-style: solid;
        border-width: 1px;
        border-color: #ccc;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        background-image: url("/view1/img/roofing/arrow_down.png");
        background-position: 220px 10px, center;
        background-repeat: no-repeat, no-repeat;
    }
    div.largeMenuWrapper {
        width: 240px;
        height: 25px;
        border-style: solid;
        border-width: 1px;
        border-color: #ccc;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        font-size: 11px;
        background-image: url("/view1/img/roofing/arrow_down.png");
        background-position: 220px 10px, center;
        background-repeat: no-repeat, no-repeat;
        position: relative;
    }
    div.largeTextareaWrapper {
        width: 510px;
        height: 70px;
        overflow: hidden;
        background-color: #fff;
        border-style: solid;
        border-width: 1px;
        border-color: #ccc;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        border-radius: 5px;
        background-image: none;
        position: relative;
    }
    td.text {
        padding-bottom: 5px;
        font-size: 14px;
        color: #333333;
    }
    td.heading {
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 18px;
        font-weight: bold;
    }
    td.smallText {
        padding-bottom: 5px;
        font-size: 13px;
    }
    td.element {
        padding-bottom: 10px;
    }
    .largeWrapper input {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 240px;
        height: 25px;
        background: transparent;
        border-style: none;
        color: #000;
        padding: 0px 0px 0px 10px;
        margin: 0;
        font-size: 11px;
        font-weight: bold;
    }
    .largeMenuWrapper input {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 155px;
        height: 25px;
        background: transparent;
        border-style: none solid none none;
        border-right-color: #222;
        border-right-width: 1px;
        color: #9e9e9e;
        padding: 0px 0px 0px 10px;
        margin: 0;
        font-size: 11px;
        font-style: normal;
    }
    .largeMenuWrapper input:focus {
        color: #000;
        font-style: normal;
        padding: 0px 0px 0px 10px;
    }
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 510px;
        height: 70px;
        padding: 10px 10px 10px 10px;
        margin: 0;
        font-weight: bold;
        font-size: 11px;
        color: #000000;
        background: transparent;
        border: none;
    }
    a.smallText {
        color: #e09427;
    }
    a.providerLinkText {
        color: #e09427;
    }
    p.taglineText {
        color: #333333;
    }
    #largeWrapper a {
        color: #000000;
        margin-left: 15px;
        font-weight: bold;
        font-size: 11px;
        text-decoration: none;
    }
    .latestProjects {
        margin: 10px 10px 10px 10px;
    }
    .latestProjects li {
        border: 1px solid #fff;
    }

    .popupContainerHeading {
        width: 600px;
        height: 41px;
        background: url("/view1/img/roofing/plate_large.png") no-repeat top left;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 10px 10px 10px;
    }


	.rightContainerHeading {
        width: 210px;
        height: 41px;
        background: url("/view1/img/roofing/plate_medium.png") no-repeat top left;
        color: #fcfcfc;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 10px 10px 10px;
    }
    .rightContainer h2 {
        color: #333333;
        font-size: 14px;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
    }
    .rightContainer h3 {
        color: #555;
        font-size: 12px;
        font-style: italic;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
    }
    .rightContainer h3 span {
        margin-left: 70px;
    }
    .rightContainer p {
        color: #9e9e9e;
        font-size: 12px;
        font-style: italic;
        margin: 5px 0px 5px 0px;
    }
    div.topMenu {
        float: left;
        margin-left: 30px;
        margin-top: 30px;
    }
    .topMenu a {
        margin-right: 10px;
        color: #0d7782;
        text-decoration: none;
        font-size: 12px;
    }
    .topMenu a:hover {
        text-decoration: underline;
    }
    h1 {
        display: inline;
    }
    .providerTeaser {
        margin: 10px 10px 10px 10px;
        border-bottom: #ccc solid 1px;
        padding-bottom: 10px;
    }
    
    A.overlayClose
{
    float: right;
    display: block;
    text-align: right;
    color: #ffffff;
    font-size: 10px;
    padding-right: 12px;
    padding-top: 1px;
    margin-right: 19px;
    margin-top: 1px;
    background: url(/view1/img/close.gif) right center no-repeat;
}
A.overlayClose:hover
{
	color: #ffffff;
}

DIV.largeTableHead
{
       color: #ffffff;
       font-size: 12px;
       font-weight: bold;
       text-transform: uppercase;
       text-align: left;
       padding: 6px 8px 0px 8px;
}

DIV.scrollPlane {
  height : 380px;
  width : 99%;
  overflow : auto;
  border-bottom : 1px solid #e7e2cf;
  border-top : 0px solid #e7e2cf;
  margin-bottom : 4px;
 }

DIV.scrollPlane-content {
  padding-right : 0px;
	width : 90%
 }
 
 .smallLabel {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
    }
    div.socialPluginsShare {
        width: 175px;
        height: 16px;
        font-size: 11px;
        margin-left: 30px;
        margin-top: 10px;
        background-color: #fff;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #ccc;
        padding: 4px 0px 4px 0px;
        float: left;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        -khtml-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        -moz-box-shadow: 2px 2px 2px #ccc;
        -webkit-box-shadow: 2px 2px 2px #ccc;
        box-shadow: 2px 2px 2px #ccc;
        behavior: url(view1/ie-css3.htc);
    }