
/* BEN FRANKLIN PLUMBING SCREEN STYLESHEET
** @Author: Luke Connolly
** @Created: 03.16.2010
*********************************************/


/* CSS RESET ***********
**************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul {
	list-style-type: none;
}

strong, .strong {
	font-weight: bold;
}

a img {
	border: 0;
}

/* GENERAL TYPOGRAPHY AND COLORS
********************************/
p {
	font-size: 10pt;
}

a {
	color: #0054a6;
}

.left {
	text-align: left;
}

.blue {
	color: #3769a6;
	text-decoration: none;
}

.red {
	color: #cc0000;
}

.right {
	float: right;
}

.floatleft {
	float: left;
}

.leftpad {
	padding-left: 15px;
}

.clear {
	clear: both;
}

.backlink {
	display: block;
	padding: 10px;
	font-size: 9pt;
	font-weight: bold;
}

.totop {
	display: block;
	text-decoration: none;
	padding: 0 0 10px 10px;
	font-size: 10pt;
	clear: both;
}

.glossaryheader {
	display: block;
	border-bottom: 2px solid #3769a6;
	padding: 15px 0 5px 10px;
	margin-bottom: 10px;
	font-size: 20pt;
	font-weight: bold;
}

#fullcol .glossarylist {
	list-style-type: circle;
	padding-left: 20px;
}


/* STRUCTURE STYLES
********************************/
body {
	background: #f3f3f3 url('../images/design/background.jpg') repeat-x top left;
	text-align: center;
	color: #111;
	font-family: FreeSans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

#content {
	background: url('../images/design/content-bg.png') repeat-y top center;
}

/* CONTENT TYPOGRAPHY / LAYOUT
********************************/
	#content p {
		padding: 0 10px 10px 10px;
		line-height: 1.8em;
	}
	
	h1 {
		color: #3769A6;
		letter-spacing: -1px;
		font-size: 18pt;
		padding: 20px 0 20px 10px;
	}
	
	h2 {
		letter-spacing: -1px;
		font-size: 13pt;
		padding: 0 0 5px 10px;
		margin-bottom: 15px;
		border-bottom: 1px solid #999;
	}
	
	#leftcontent h2 {
		color: #3769A6;
	}
	
	h3 {
		color: #3769A6;
		letter-spacing: -1px;
		font-size: 13pt;
		padding: 0 0 5px 10px;	
	}
	
	#fullcol .right, #team .right {
		float: right;
	}
	
	#fullcol ul {
		font-size: 10pt;
		padding: 0 0 20px 25px;
		list-style-type: disc;
		line-height: 1.5em;
	}
	
	#fullcol ul li {
		padding-bottom: 5px;
	}
	
	#fullcol ol {
		font-size: 10pt;
		padding: 0 0 20px 30px;
		line-height: 1.5em;
	}
	#fullcol ol li {
		padding-bottom: 5px;
	}
	
	
	
	.estimate {
		padding: 20px 40px;
	}
	
	#fullcol .arealist {
		float: left;
		list-style-type: none;
		padding: 10px 40px 0 10px;
	}
	
	#fullcol .arealist li {
		padding: 0;
	}
	
	#fullcol .arealist li a {
		color: #3769A6;
		text-decoration: none;
		font-weight: bold;
		font-size: 11pt;
	}
	#fullcol .arealist li a:hover {
		text-decoration: underline;
	}
	#fullcol .h1_helper {
		border: 1px solid #0054a6;
		background-color: #eaeaea;
		padding: 15px 20px;
		margin: 0 20px;
		line-height: 180%;
	}
	
	#team ul {
		list-style-type: circle;
		margin-left: 5px;
	}
	
	#team ul li {
		padding: 0;
	}
	
#leftcol {
	float: left;
	padding: 10px 0 0 14px;
	width: 692px;
}

#rightcol {
	padding: 10px 0 0 20px;
	float: left;
	background: #f7f7f7;
	width: 236px;
}

#fullcol {	
	padding: 10px 20px 0 20px;
	width: 930px;
}

#innerleft {
	float:left;
	width: 370px;
	padding: 10px 15px 0 10px;
}

#innerright {
	float:left;
	width: 277px;
	padding: 10px 20px 0 0;
}

/* HEADER AND HEADER CONTENTS
*********************************/
#header {
	height: 100px;
}

#logo {
	display: block;
	width: 485px;
	height: 109px;
	background: url('../images/design/bf-logo.jpg') no-repeat top left;
	text-indent: -9999px;
}

.toplinks {
	text-align: right;
	float: right;
	padding: 5px 0 5px 0;
}

	/* HEADER TYPOGRAPHY / LAYOUT
	*********************************/
	.toplinks a {
		color: #fff;
		font-size: 8pt;
		font-weight: bold;
		text-decoration: none;
	}
	
	.toplinks a.home {
		padding: 3px 15px 3px 17px;
		background: url('../images/design/home.jpg') no-repeat top left;
	}
	.toplinks a.contact {
		padding: 3px 10px 3px 17px;
		background: url('../images/design/contact.jpg') no-repeat top left;
	}
	
	.topright {
		float: right;
		width: 400px;
		text-align: right;
		clear: right;
		padding-right: 10px;
		color: #fff;
		font-size: 12pt;
		line-height: 16pt;
		z-index: 999;
	}
	
	.topsmall {
		font-size: 10pt;
	}
	
	.callnow {
		font-size: 20pt;
		font-weight: bold;
		background: url('../images/design/callnow.jpg') no-repeat 0 4px;
		padding-left: 28px;
	}
	
	.appt {
		color: #f0c02e;
		font-weight: bold;
		text-decoration: none;
		font-size: 16pt;
		background: url('../images/design/appt.jpg') no-repeat 0 2px;
		padding-left: 28px;
	}
	
	.number {
		font-size: 14pt;
		font-weight: bold;
	}


/* NAV STYLES ***********
**************************/

#nav {
	width: 970px;
	height: 59px;
	clear: both;
	list-style-type: none;
	margin-top: 8px;
}

#nav li {
	float: left;
	display: block;
}

#nav li a {
	display: block;
	height: 40px;
	padding: 19px 0 0 0;
	color: #ccc;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
	background-image: url('../images/design/nav-sprite.jpg');
	background-repeat: no-repeat; 
}

#nav li a:hover {
	color: #fff;
}

	/* INDIVIDUAL NAV BUTTON STYLES
	*************************************/
	#nav .pledge {
		width: 175px;
		background-position: 0 0;
	}
	#nav .pledge:hover{
		background-position: 0 -59px;
	}
	
	#nav .services {
		width: 153px;
		background-position: -175px 0;
	}
	#nav .services:hover{
		background-position: -175px -59px;
	}
	
	#nav .area {
		width: 162px;
		background-position: -328px 0;
	}
	#nav .area:hover{
		background-position: -328px -59px;
	}
	
	#nav .team {
		width: 126px;
		background-position: -490px 0;
	}
	#nav .team:hover{
		background-position: -490px -59px;
	}
	
	#nav .promise {
		width: 172px;
		background-position: -616px 0;
	}
	#nav .promise:hover{
		background-position: -616px -59px;
	}
	
	#nav .estimate {
		color: #fff;
		width: 182px;
		background-position: -788px 0;
	}
	#nav .estimate:hover{
		background-position: -788px -59px;
	}
	

/* MAIN CONTENT STYLES *******
*****************************/

#quicklinks {
	margin: 30px 0 30px 0;
	padding: 10px;
	border: 1px solid #e2e2e2;
	background: #fff;
	width: 195px;
}

#quicklinks h3 {
	color: #3769a6;
	font-weight: bold;
	border-bottom: 1px dotted #3769a6;
	padding: 5px 0;
}

#quicklinks ul {
	list-style-type: none;
	padding: 10px 0 0 0;
	font-size: 10pt;
}

#quicklinks ul li {
	padding-bottom: 10px;
}

#quicklinks ul li a {
	color: #3769a6;
	text-decoration: none;
}
#quicklinks ul li a:hover {
	text-decoration: underline;
}

.teampic {
	float: left;
	padding: 0 30px 30px 10px;
}

.map {
	padding: 0 80px 20px 60px;
	float: right;
}

/* LARGE LINK LIST FOR MAIN CONTENT AREA
****************************************/

.servicelist {
	list-style-type: none;
	float: left;
	width: 174px;
	padding: 0 10px 15px 0;
}

.servicelist li {
	padding: 0 0 10px 0;
	font-size: 11pt;
	letter-spacing: -1px;
	font-weight: bold;
}

.servicelist li a {
	font-size: 14px;
	color: #3769a6;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
}

.servicelist li a:hover {
	text-decoration: underline;
}

.servicelist li .red {
	color: #aa0000;
}

.servicelink, .servicelink:visted {
	color: #3769a6;
}

/* SCHEDULE SERVICE CALENDAR
*******************************/
table { width: 100%; border-left: 1px solid #a1a1a1; border-bottom: 1px solid #a1a1a1; margin: 20px 0; }

th { background: #3769a6; color: #fff; border-left: 1px solid #a1a1a1; border-top: 1px solid #a1a1a1; text-align: center; font-size: 14px; font-weight: bold; padding: 4px; }

td { border-top: 1px solid #a1a1a1; border-right: 1px solid #a1a1a1; padding: 5px; width: 14%;  }

td h4 { clear: both; font-size: 12px; letter-spacing: -1px; display: none;}

.date { font-size: 14px; font-weight: bold; float: right; }

td ul { clear: both; list-style-type: none; padding: 0; text-align: right; margin: 0;}

td ul li { list-style-type: none; margin: 0; padding: 0; }

td li a { font-weight: normal; font-size: 11px; padding: 0; }

td ul li.sub {  }

.font_gray { color: #333; font-size: 9pt; }

.font_red
{
	color: red;
}

.font_blue
{
	color: #0054a6;
}

/* SERVICE REQUEST TABLE (HOLDS FORM) 
*************************************/
#servicetable {
	border: 0;
	font-size: 11pt;
}

#servicetable tr, #servicetable tr td {
	margin: 0;
	padding: 5px 10px;
	border: 0;
}

#servicetable textarea {
	margin: 0;
	padding: 0;
}

.requiredTxt {
	font-size: 8pt;
	color: #0054a6;
}

/* FEATURED
*******************************/
#featured {
	clear: both;
	border-top: 1px solid #f7f7f7;
	width: 934px;
	height: 200px;
	margin-left: 18px;
	padding: 10px 0 0 10px;
	background: url('../images/design/featured-bg.jpg') no-repeat 0 10px;
}

#featured .box {
	float: left;
	display: block;
	padding: 15px 10px;
	width: 210px;
}

#featured .box p img {
	padding: 7px 0;
}

	/* FEATURED TYPOGRAPHY / LAYOUT
	*******************************/
	#featured .box h3 {
		text-align: left;
		color: #3769a6;
		padding: 0;
	}
	
	#featured .box p {
		text-align: center;
		font-size: 8pt;
		line-height: 11pt;
		color: #111;
	}
	
	#featured .box a {
		color: #3769a6;
		font-weight: bold;
		text-decoration: underline;
	}
	
	#featured .box a:hover {
		text-decoration: none;
	}
	
	#featured .box .blog {
		padding-top: 30px;
		font-size: 10pt;
		text-align: left;
		font-weight: bold;
	}
	.shout {
		color: #333;
		font-weight: bold;
		font-size: 14pt;
		line-height: 14pt;
		letter-spacing: -1px;
	}
	
	#featured .box .blog {
		padding: 0;
	}
	#featured .box .blog li {
		padding: 10px 0 0 0;
	}
	#featured .box .blog li a {
		color: #000;
		font-size: 9pt;
		text-decoration: none;	
	}
	#featured .box .blog li a:hover {
		color: #3769a6;
		text-decoration: underline;
	}
#btmlinks {
	margin: 10px 10px 0 10px;
	padding: 20px 10px 15px 10px;
	height: 70px;
	border-top: 1px solid #f2f2f2;
}

#btmlinks img {
	float: left;
}

#btmlinks .right {
	float: right;
}

#fullcol .sitemap,
#fullcol .sitemap2 { list-style-type: none; }

#fullcol .sitemap li { list-style-type: none; padding: 0; }

#fullcol .sitemap li a { font-size: 11pt; font-weight: bold; text-decoration: none; }

#fullcol .sitemap li a:hover { text-decoration: underline; }

#fullcol .sitemap2 { margin-top: 10px; }

#fullcol .sitemap2 li { padding: 0; margin: 0;}

#fullcol .sitemap2 li a { font-size: 8pt; }


/* reCaptcha Styles */
.reCaptcha {}
.reCaptcha td { width: 0px; }


/* FOOTER 
***************************/

#footer {
	background: #333;
	color: #fff;
}

#footcenter {
	margin: 0 auto;
	padding: 30px 0 70px 0;
	width: 970px;
	text-align: left;
}

/* FOOTER TYPOGRAPHY / LAYOUT
************************************/
#footcenter p {
	float: left;
	width: 350px;
	font-size: 8pt;
	padding-left: 20px;
}

#footer p a, #footer p a:visited {
	color: #f0c02e;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footcenter ul {
	font-size: 9pt;
	padding: 0 10px 0 20px;
	float: left;
}

#footcenter ul li {
	padding: 1px 0;
}
#footcenter ul .listhead, #footcenter ul .listhead a {
	font-weight: bold;
	color: #f0c02e;
	padding: 2px 0;
}

#footcenter ul li a {
	color: #fff;
	text-decoration: none;
}

#footcenter ul li a:hover {
	text-decoration: underline;
}

/* helping hand for the holidays */
#helping_hand { padding: 20px; }
#helping_hand .entry { margin-bottom: 15px; }
#helping_hand .text, #helping_hand .textarea { outline: 1px solid #aaa; padding: 2px; border: 0; border-top: 1px solid #dadada; width: 300px; margin-top: 5px; }
#helping_hand .textarea {width: 500px; height:200px;}
#slider { margin-top: 20px; width: 678px; text-transform: uppercase;}
#slider-bottom { border: 1px solid #d0d0d0; background: url(../images/gunmetal-slice.png) top left repeat-x; width: 667px; height: 38px; padding-top: 5px; text-align: center;}
#slider-bottom a { color: #386ca8; font-weight: bold; }


/*Job Application*/

h1#application-form { padding-left:20px; }
form#application h2 { padding:0; border: none; margin-bottom:20px;}
form#application p { padding: 0; margin-top: 30px}
form#application label, form#application input, form#application p { font-size: 95%}
form#application { 
	padding: 0 30px 30px 30px;
	max-width: 910px;
}


form#application > div { padding: 30px 0 15px 0;}
form#application div.halfer { float: left; width: 50%;}
form#application div.section {  margin-bottom: 40px; padding:0;}

form#application div#scroll { height: 150px; overflow: auto; margin-bottom: 20px;}
form#application div.line, form#application div.halfer { padding: 20px 0;}
form#application div.line div { float: left; min-width: 25%;}
form#application label {
	display: block;
	padding-right: 20px;
	
}
form#application input[type=text] {
	width:200px;
}
form#application li input[name=start-date], form#application li input[name=start-date1],form#application li input[name=start-date2],form#application li input[name=start-date3] {
	width: 95px;
	float: left;
	margin-right: 10px;
}
form#application li input[name=end-date], form#application li input[name=end-date1], form#application li input[name=end-date2],form#application li input[name=end-date3]   {
	width: 95px;
	float: left;
}
form#application li input[name=ref-years] {

	
}

form#application textarea {
	width:98%;
	min-height: 40px;

}
form#application li.employer {
	width: 45%;
	float: left;
	margin-left: 20px;
	padding-bottom: 30px;
}

form#application li.employer input {
margin-bottom:15px;
}



form#application li.employer textarea {
	width: 200px;
}

form#application li.reference  {
	margin-left: 20px;
}
form#application li.reference div {
	padding: 0px;
	margin-bottom: 30px;
	
}

div.application-error p {color: red; font-size: 10px;}
