/*1st ADVANCED CSS STYLE SHEET*/
@import url('quoteForm.css');

html
{
    overflow-y: scroll;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
body
{
    color: #2d2e2e;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-image: url(../images/bg.png);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}
#outerWrapper
{
    text-align: left;
    width: 900px;
    background-color: #F8FFE5;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #000099;
}

p
{
    padding: 0 0 10px 0;
    margin: 0 0 0px 0;
}
h1
{
    color: #C51629;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0px;
}
h2
{
    color: #2d2e2e;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 12px;
}
h3
{
    color: #C51629;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 12px;
    margin-left: 0px;
}
a, a:link
{
    color: #000099;
    text-decoration: none;
    outline: none;
}
a:visited
{
    color: #000099;
    text-decoration: none;
}
a:hover
{
    color: #C51629;
    text-decoration: underline;
}
img.imgrgt
{
    float: right;
    border: 1px dotted #C51629;
    margin: 0 0 10px 10px;
}
#content ul
{
    list-style-type: disc;
    list-style-image: url(../images/bullet.gif);
}

/*HEADER
______________________________*/

#outerWrapper #header
{
    background-color: #F8FFE5;
    height: 125px;
    padding: 0px;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    text-align: right;
    margin: 0px;
    width: 900px;
}
#outerWrapper #header #tagline
{
    float: right;
    width: 600px;
    padding-right: 19px;
    padding-top: 18px;
    text-align: right;
    color: #FFFFFF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.7em;
    line-height: 1.7em;
}
#outerWrapper #header #phone
{
    float: right;
    width: 600px;
    padding-right: 19px;
    padding-top: 0px;
    text-align: right;
    color: #FFFFFF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 2.4em;
    line-height: 1.5em;
    font-weight: bold;
}
#outerWrapper #header #email
{
    float: right;
    width: 600px;
    padding-right: 19px;
    padding-top: 0px;
    text-align: right;
    color: #000099;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}


/* LEFT COLUMN 
_______________________*/

#contentWrapper #leftcol
{
    width: 175px;
    float: left;
    padding: 0 10px 0px 0px;
    margin: 0 0 10px 18px;
}

#contentWrapper #leftcol ul
{
    padding: 0;
    margin: 0 0 0 0px;
    list-style-type: none;
}
#contentWrapper #leftcol ul li
{
    height: 72px;
    display: inline;
}
/******** heating button ******/
#contentWrapper #leftcol ul li#heating a
{
    padding-bottom: 10px;
    width: 175px;
    height: 72px;
    display: block;
    background: url('../images/frontpagelinks/heating.jpg') no-repeat 0 0px;
}
#contentWrapper #leftcol ul li#heating a:hover
{
    background: url('../images/frontpagelinks/heating-over.jpg') no-repeat 0 0px;
}

/******** plumbing button ******/
#contentWrapper #leftcol ul li#plumbing a
{
    padding-bottom: 10px;
    width: 175px;
    height: 72px;
    display: block;
    background: url('../images/frontpagelinks/plumbing.jpg') no-repeat 0 0px;
}
#contentWrapper #leftcol ul li#plumbing a:hover
{
    background: url('../images/frontpagelinks/plumbing-over.jpg') no-repeat 0 0px;
}

/******** Solar heating button ******/
#contentWrapper #leftcol ul li#solar a
{
    padding-bottom: 10px;
    width: 175px;
    height: 72px;
    display: block;
    background: url('../images/frontpagelinks/solar.jpg') no-repeat 0 0px;
}
#contentWrapper #leftcol ul li#solar a:hover
{
    background: url('../images/frontpagelinks/solar-over.jpg') no-repeat 0 0px;
}
/******** Drainage button ******/
#contentWrapper #leftcol ul li#drainage a
{
    padding-bottom: 10px;
    width: 175px;
    height: 72px;
    display: block;
    background: url('../images/frontpagelinks/drainage.jpg') no-repeat 0 0px;
}
#contentWrapper #leftcol ul li#drainage a:hover
{
    background: url('../images/frontpagelinks/drainage-over.jpg') no-repeat 0 0px;
}
/******** emergency button ******/
#contentWrapper #leftcol ul li#emergency a
{
    padding-bottom: 10px;
    width: 175px;
    height: 72px;
    display: block;
    background: url('../images/frontpagelinks/emergency.jpg') no-repeat 0 0px;
}
#contentWrapper #leftcol ul li#emergency a:hover
{
    background: url('../images/frontpagelinks/emergency-over.jpg') no-repeat 0 0px;
}
/******** bathrooms button ******/
#contentWrapper #leftcol ul li#bathrooms a
{
    padding-bottom: 10px;
    width: 175px;
    height: 72px;
    display: block;
    background: url('../images/frontpagelinks/bathrooms.jpg') no-repeat 0 0px;
}
#contentWrapper #leftcol ul li#bathrooms a:hover
{
    background: url('../images/frontpagelinks/bathrooms-over.jpg') no-repeat 0 0px;
}



/* MAIN CONTENT AREA
______________________________*/
#mainContentWrapper
{
    width: 660px;
    float: left;
    margin-top: 25px;
}
#outerWrapper #contentWrapper #rightColumn
{
    float: left;
    padding-left: 15px;
    width: 660px;
    padding-bottom: 10px;
}

#outerWrapper #contentWrapper
{
    background-color: transparent;
    margin: 10px 0 0 0;
}
#outerWrapper #contentWrapper #content
{
    width: 420px;
    margin: 0px 0 0 0;
    padding: 0 20px 0 0;
    float: left;
    border: solid 0px #ff0000;
}
#contentOffer
{
    width: 219px;
    float: left;
}
.listServices ul
{
    margin:0 0 0px 20px;
    padding:0 0 20px 0;
    list-style-image: url(../images/bullet.gif);
}
/* Quick Links */
.quickLinks
{
    width: 880px;
    padding: 0 0 0 20px;
}
.quickLinks #topBorder
{
    background: url(../images/footerTop.jpg) no-repeat;
    height: 15px;
}
.quickLinks #middContent
{
    background: url(../images/footerBack.jpg) repeat-y;
    width: 865px;
}
.quickLinks #middContent ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 850px;
}
.quickLinks #middContent ul li
{
    display: inline;
}
.quickLinks #middContent ul li a
{
    float: left;
    margin: 0 25px 0 10px;
}
.quickLinks #middContent ul li p
{
    font-size: 0.9em;
    font-style: italic;
    width: 185px;
    float: left;
    padding: 10px 0 0 0;
}
.quickLinks #middContent ul li a span
{
    font-size: 0.9em;
    font-style: italic;
}

.quickLinks #bottomBorder
{
    background: url(../images/footerBottom.jpg) no-repeat;
    height: 15px;
}

/* FOOTER AREA
______________________________*/
#outerWrapper #bottom-border
{
    margin: 0px 0 0 0;
    padding: 0px;
    background: #004be3 url(../images/bottom_border.jpg) no-repeat;
    width: 900px;
}
#outerWrapper #bottom-border #footer
{
    padding-top: 25px;
    padding-left: 19px;
    color: #FFFFFF;
    text-align: center;
}
#outerWrapper #bottom-border #footer p
{
    font-size: 0.9em;    
    padding: 0px 0 5px 0;

}
#outerWrapper #bottom-border #footer p a
{    color: #fff;
}
#outerWrapper #bottom-border #footer p span
{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}


#outerWrapper #bottom-border #footer p.areas
{
    font-size:72%;
    padding: 0px 0 5px 0;
    letter-spacing: normal;
    margin: 0;
}
#outerWrapper #bottom-border #footer p.areas a
{
    text-decoration: none;
    color: #fff;
}

/**************************************************
			Form elements
*************************************************/
form
{
    display: block;
    padding: 0;
    margin: 0;
    font-size: 0.8em;
}

form ul
{
    float: left;
    width: 335px;
    list-style-type: none;
}

form li
{
    margin-bottom: 3px;
    width: 315px;
}

form label
{
    margin-top: 1px;
}

form input
{
    width: 315px;
    height: 16px; /*border:						1px inset #000000;*/
}

form textarea
{
    width: 315px;
    height: 100px;
    border: 1px inset #000000;
    font-family: Arial;
}
form input#submit
{
    width: 210px;
    height: 25px;
}

form label span.star
{
    color: #D41F29;
}


/* GALLERY */
/*********** gallery *************/
img.item {
  color:                            #F8FFE5; 
  border:                           solid 2px;
}


img.item1 {
  color:                            #ff0000;
  border:                           solid 2px;
}

/***********/
#gallery
{
    list-style-type: none;
}
#gallery li
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#gallery img
{
    display: block;
    border: 1px solid #9ACDFF;
}
#credits
{
    margin-left: 250px;
    text-align: right;
    margin-right: 30px;
}




/************************/

