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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html, body {
	height: 99.5%;
}

body {
	background: url(images/design/background.jpg) repeat-x #fff;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	width: 100%;
	float: left;
}

a {
	color: #0068a6;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0e3171;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}
/* 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;
}


/* 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;
	}
	
	
#leftcol {
	float: left;
	padding: 10px 0 0 14px;
	width: 692px;
}

#rightcol {
	padding: 10px 0 0 10px;
	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 {
	background: url(images/headerBg.jpg) top left no-repeat;
	margin: 0 auto;
	height: 150px;
} 

#logo {
	margin: 0;
	padding-left: 8px;
	float: left;
}

#logo h1 {
visibility: hidden;
padding-top: 125px;
}

#nav {
	padding: 40px 0 0 10px;
	float: left;
}

#nav ul {
	margin-left: 0;
	list-style-type: disc;
}

#nav li {
	display: block;
	float: left;
	padding: 0 15px;
	text-align: center;
}

#nav li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav li a:hover {
	color: #ecb110;
}
*/

#frontInfo {
	float: left;
	width: 550px;
	padding: 15px 0;
	line-height: 1.6em;
	padding: 10px 5px 0 5px;
	text-align: left;
}

#content {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background: url('images/design/content-bg.png') repeat-y top center;
}

#clock {
	position: absolute;
	margin-top: -42px;
	margin-left: 580px;
	z-index: 500;
	width: 300px;
}

#mainLinks {
	margin: 275px 35px 15px 0;
	width: 310px;
	float: right;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}	

#mainLinks img {
	padding: 10px 0;
}

#mainLinks a {
	font-size: 22px;
	color: #ecb110;
}

#mainLinks a:hover {
	color: #0068a6;
}

#subLinks {
float: right;
background: url('images/subLinksBg.gif') top left no-repeat;
width: 321px;
margin-right: 10px;
height: 156px;
padding: 10px;
}

#callToAction {
	padding: 12px 25px 0 25px;
	height: 31px;
	color: #fff;
	width: 800px;
	font-weight: bold;
}

#callToAction .phone {
	float: left;
}

.phone {
	font-size: 1.7em;
	z-index: 200;
	padding-right: 25px;
}

.serve {
float: right;
font-size: 1.2em;
line-height: 22px;
}

#frontInfo {
width: 800px;
padding: 15px 25px;
}

#frontInfo img {
float: right;
}

#frontInfo p strong {
font-weight: bold;
}

#frontInfo h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0068a6;
	padding-bottom: 5px;
}

#frontInfo h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 15px 0 5px 0;
}

#frontInfo h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ECB110;
	padding: 5px;
	margin-top: 20px;
}

#frontInfo .information p {
	line-height: 1.6em;
	padding: 15px 5px 5px 5px;
	text-align: left;
}

.information {
	width: 100%;
	background: #fff;
	float: left;
}

#frontInfo ul {
	padding: 5px 5px 5px 20px;
}

#frontInfo li {
font-weight: normal;
line-height: 1.6em;
list-style-type: disc;
}

#content .disclaimer {
	font-style: italic;
	font-size: 10px;
	color: #a1a1a1;
}

.gray {
	border: 10px solid #f4f4f4;
}

.center {
	width: 100%;
	text-align: center;
}


/*
#footer {
	background: url(images/footerBG.jpg) repeat-x;
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

#footer ul {
	padding-top: 7px;
	padding-left: 180px;
	text-align: center;
	width: 870px;
	margin: 0 auto;
}

#footer li {
	display: block;
	float: left;
	padding: 5px 20px;
	text-align: center;
}

#footer li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer li a:hover {
	color: #ecb110;
}

#copyright {
	width: 858px;
	margin: 0 auto;
	font-size: 10px;
	padding-bottom: 15px;
}
*/
.imgCenter {
margin: 0 auto;
}

#subLinks h3 {
padding-bottom: 22px;
}

#subLinks h3 a {
font-weight: bold;
font-size: 22px;
text-decoration: underline;
background-image: url('images/list-bullet.gif');
background-position: center left;
background-repeat: no-repeat;
padding: 12px;
}

#subLinks ul {
float:left; 
width: 150px;
}

#subLinks ul li {
background-image: url('images/list-bullet.gif');
background-position: center left;
background-repeat: no-repeat;
padding-left: 12px;
line-height: 2em;
}

#subLinks ul li a {
color: #000;
text-decoration: underline;
font-weight: normal;
font-size: 11px;
}

#leftcol h1 {
	font-size: 16pt;
	color: #000;
	font-weight: bold;
	margin: 10px 0 0 20px;
}

h2.pagetitle {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 20px;
}

.post h3, .post h3 a {
	font-size: 16px;
	clear: both;
	padding: 5px 0;
}

.gray {
	border: 10px solid #f4f4f4;
}

.blog {
	padding: 0 5px;
}

.blog a {
	font-weight: normal;
}

.post {
	padding: 20px;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#content p {
	font-size: 12px;
	padding: 4px 8px 18px 0;
	line-height: 1.5em;
}

.gray {
	border: 10px solid #f4f4f4;
	margin: 25px 0;
}

#sidebar {
	float: right;
	padding-bottom: 20px;
}
#sidebar ul li {
	padding: 0.1em 0;
}

#sidebar ul li a {
	font-size: 12px;
}
#sidebar h2 {
	font-size: 16px;
	padding: 20px 0 5px 0;
	font-weight: bold;
}

hr {
	clear: both;
	border: 1px dotted #0068a6;
	margin-top: 4px;
}

#copyright {
	width: 858px;
	margin: 0 auto;
	padding-top: 7px;
	font-size: 10px;
}

#copyright a {
	color: #0068a6;
}

input, textarea {
	border: 1px solid #0068a6;
	margin: 4px;
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
	/* Begin Post Info */
	
.navigation {

}
	
.entry {
	margin-bottom: 16px;
	padding: 0 10px 0 0;
	line-height: 1.4em;
}

#blogContent p {
	font-size: 12px;
	padding: 4px 8px 4px 0;
	line-height: 1.3em;
}

.post {
	margin-bottom: 35px;
}
	
.post h2 a {
	font-weight: bold;
	font-size: 16px;
}
	
	/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	border: 3px double #a1a1a1;
	background: #f4f4f4;
	}
	
#contentHeader .blog #comments {
	font-style: italic;
	color: #a1a1a1;
	font-size: 11px;
	font-weight: normal;
}

#contentHeader .commentlist li {
	margin: 6px 15px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: normal;
	border: 1px solid #a1a1a1;
	background: #fff;
	}

#contentHeader .commentlist p {
	margin: 10px 5px 10px 0;
	font-size: 11px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

em { font-style: italic; }






.alignleft, .alignright {
	width: 300px;
	padding-top: 20px;
}

.alignleft {
	float: left;
	padding-left: 20px;
}
.alignright {
	float: right;
	text-align: right;
	padding-right: 20px;
}





/* 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: 0.3em 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;
		font-weight: normal;
	}

	#footcenter ul li a:hover {
		text-decoration: underline;
	}