@charset "utf-8";
/* CSS Document */

/* Table attributes */
table.mytable{
	vertical-align: middle;
}
table.mytable tr.special td { 
	border-bottom: 
	1px solid #ff0000;  
}

.navCurrent {
	background-image: url(../images/NavButton-black.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.navImage {
	background-image: url(../images/NavButton2.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.highlightText {
	color: #9F1C00;
}
/* Sytles for another style sheet */

a.external:link {
	color: #FFF;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	border: thin dotted #FFF;
	}
	
a.external:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	}
a.external:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
a.external:active {
	color: #FFF;
	text-decoration: none;
} 

a.ad:link {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	border: thin solid #FFF;
	}
	
a.ad:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	}
a.ad:hover {
	text-decoration: none;
	color: #FFF;
	}
a.ad:active {
	text-decoration: none;
	color: #FFF;
} 

a.bottom:link {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}
	
a.bottom:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	}
a.bottom:hover {
	text-decoration: none;
	color: #9F1C00;
	}
a.bottom:active {
	color: #FFF;
	text-decoration: none;
} 

/* Links with no color attributes */
a.common:link {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	}
	
a.common:visited {
	font-weight: normal;
	text-decoration: none;
	}
a.common:hover {
	text-decoration: none;
	}
a.common:active {
	text-decoration: none;
}

.formBorder {
	border: medium solid #000000;
}

.premierStamp {
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.welcomeText {
	color: #9F1C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.Subtitles {
	font-family: "Gill Sans MT";
	font-size: 18px;
}

.sectionTitles {
	color: #A81E00;
	font-family: "Gill Sans MT";
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.formFields {
	font-family: "Gill Sans MT";
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.requiredFields {
	font-family: Arial, Helvetica, sans-serif;
	color: #9F1C00;
	font-size: 18px;
	font-weight: bold;
}
.bodyText {
	color: #000;
	font-weight: normal;
	font-size: 16px;
	font-family: "Gill Sans MT";
}

.bodyTextCenter {
	color: #000;
	font-weight: normal;
	font-size: 16px;
	font-family: "Gill Sans MT";
	text-align: center;
}
.portfolio {
	background-color: #F0F0F0;
	height: 200px;
	width: 500px;
	border: thin solid #666;
	padding-top: 30px;
	text-align: left;
	font-family: "Gill Sans MT";
	font-weight: bold;
	color: #666;
	padding-left: 20px;
	font-size: 20px;
}
.featured-service {
	width: 275px;
	float: left;
	padding-right: 7px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.imageBorder {
	border: thin solid #000;
}
.freeEstimateText {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	width: 232px;
	padding-top: 30px;
}
.freeEstimate {
	font-size: 16px;
	font-weight: bold;
	color: #9F1C00;
}
.estimateIcon {
	height: 100px;
	width: 90px;
	float: right;
	padding-left: 0px;
	padding-right: 40px;
}
