@charset "utf-8";

#home {
font : 95%/1.4 Verdana, Arial, Helvetica, sans-serif;
color : #0a3d52;
background-image : url(images/carlisle-homepage-bg2.jpg);
background-repeat : no-repeat;
background-position : top;
background-color : #7b949e;
margin : 0 auto;
}

.realty{
	font-size:11px;
	padding-top: 11px;
	}
	
	
#testimonials {
font : 95%/1.4 Verdana, Arial, Helvetica, sans-serif;
background-image : url(images/carlisle-gallery-bg2.jpg);
background-repeat : no-repeat;
background-position : top;
background-color : #7b949e;
margin : 0 auto;
padding : 0;
}
#testimonials .content {
background-color : #fff;
width : 800px;
}
.testimonials p {
color : #093040;
font-size : 14px;
}
#gallery {
font : 95%/1.4 Verdana, Arial, Helvetica, sans-serif;
background-image : url(images/carlisle-gallery-bg2.jpg);
background-repeat : no-repeat;
background-position : top;
background-color : #7b949e;
margin : 0 auto;
padding : 0;
}
#gallery .content {
background-color : #fff;
width : 799px;
}
#contact {
font : 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
background-image : url(images/carlisle-contact-bg2.jpg);
background-repeat : no-repeat;
background-position : top;
background-color : #7b949e;
margin : 0 auto;
padding : 0;
}
#contact .content {
background-color : #fff;
width : 800px;
}
q {  /* ~~ all the comments on testimonials page ~~ */
color : #0a3d52;
font-size : 13px;
font-style : italic;
margin-left : 20px;
}
.name {
color : #0a3d52;
font-size : 13px;
padding-right : 40px;
font-weight:bold;
}
.container {/* ~~ this fixed width container surrounds all other elements ~~ */
width : 800px;
margin : 0 auto;/* the auto value on the sides, coupled with the width, centers the layout */
}

#links { /* the auto value on the sides, coupled with the width, centers the layout */
margin : 0 auto;
width : 798px;
color : #0a3d52;
background-color : #fff;
text-align : center;
margin-top : 248px;
padding-top : 10px;
}

#links a {
color : #0a3d52;
padding-left : 30px;
padding-right : 30px;
}
.internallink {
color : #0a3d52;
}
.internallink a {
color : #0a3d52;
font-size : 13px;
text-decoration : underline;
}
.internallink a:hover, a:active, a:focus {/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
color : #7b949e;
}



h2 {/*descriptive paragraph at top of page */
color : #0a3d52;
text-align : center;
font-size : 13px;
padding-right : 55px;
padding-bottom : 40px;
padding-left : 55px;
}
h3 {/*Categories on services page*/
font:Georgia, "Times New Roman", Times, serif 95%/1.4 ;
color : #0a3d52;
border-bottom-style:solid;
border-bottom-color:#0a3d52;
border-bottom-width:thick;
font-size : 28px;
font-style : italic;
padding-top : 60px;
margin-left : 20px;
}
h4 {/*licenses */
color : #0a3d52;
text-align : center;
font-size : 9px;
}
.center {
text-align : center;
padding-top : 10px;
}



.photos {
text-align : center;
padding-top : 30px;
}
.photosleft {/*single photos on services page*/
padding-left : 45px;
}


.space {
padding-left : 60px;
}

.spacesmall {
padding-left : 25px;
}
.address {
font-size : 12px;
padding-left : 47px;
font-weight : bold;
}
.centertext {  /*centered addresses on gallery page*/
font-size : 12px;
padding-left : 47px;
padding-bottom:30px;
font-weight : bold;
text-align : center;
}
.addressspace {
font-size : 12px;
padding-left : 47px;
padding-bottom:30px;
font-weight : bold;
}

.addressright2 { /*single kitchen photo on services page*/
font-size : 12px;
text-align : right;
margin-left : 110px;
font-weight : bold;
}

.addressright3 { /*copper window photo on services page*/
font-size : 12px;
text-align : left;
margin-left : 418px;
font-weight : bold;
}

.addressright4 { /*siding repair fiske st carlisle photo on services page*/
font-size : 12px;
text-align : left;
margin-left : 250px;
font-weight : bold;
}
.historicallocations {
margin-left : 60px;
color : #0a3d52;
}
#footer {
padding-top : 10px;
margin : 0 auto;
width : 799px;
font-size : 11px;
color : #0a3d52;
background-color : #fff;
text-align : center;
}
.footertext {
padding-right : 13px;
padding-left : 9px;
}
#signature {
margin-top : 40px;
margin-left : 40px;
padding-bottom : 30px;
}
#card {
margin-left : 40px;
}



ul, ol, dl {/* ~~ list of services on gallery page ~~ *//* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	
font-size : 12px;
font-weight:bold;
padding-right : 26px;
margin : 0;
}
li .listdescription {
font-size : 12px;
text-decoration : none;
}
h1, h2, h4, h5, h6, p {/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
margin-top : 0;
padding-right : 15px;
padding-left : 15px;
}
a img {/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
border : none;
}
a:visited {
color : #0a3d52;
text-decoration : underline;
}
.fltrt {/* ~~ children photo on services page ~~ */
float : right;
margin-left : 8px;
margin-right : 20px;
}
.fltrthomepage {
float : right;
margin-right : 60px;
margin-left : 8px;
}
.fltlft {
float : left;
margin-right : 8px;
}
.clearfloat {
clear : both;
height : 0;
font-size : 1px;
line-height : 0;
}



































	







	
