@charset "utf-8";

/* layout.css */


/* Normalize Layout */

body, div, dl, dt, dd, ul,ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, p, blockquote, th, td {
	margin: 0; 
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ol, ul {
	list-style: none;
	}
	
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
fieldset, img {
	border: 0;
	}

caption, th {
	text-align: left;
	}
	
	
/* Layout */


html, body, #wrapper {
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
p, ul {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	}
	
a 		{
		color:#FFFFFF;
		font-family:Myriad Pro, Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
		
a:hover {
		text-decoration:underline;
		}

h1 {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #9a2f01;
	}
	

h3 {
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:38px;
	color: #015632;
	}
	
#hr {
	height:25px;
	width:800px;
	background-image:url(images/hr.jpg);
	clear:both;
	}
	
	
.boldtext {
		font-weight:bold;
		font-size:16px;
		}

#headerwrap {
	height: 120px;
	background-color:#ffffff;
	
		}

#header {
	height: 120px;
	width: 800px;
	background-color:#FFFFFF;
	margin: 0px auto 0px auto;
		}
		
#logo {
	text-indent: -9999px;
	background-image:url(images/fitzgibbonslogo.jpg);
	background-repeat:no-repeat;
	display:block;
	width: 206px;
	height: 114px;
	}
	
#phone {
	display:block;
	margin-top: -114px;
	width: 188px;
	height: 114px;
	float:right;
	}
	
#navwrap {
	height: 86px;
	background-image:url(images/nav-bg.jpg);
		}
		
#nav {
	height: 86px;
	width: 800px;
	margin: 0px auto 0px auto;
		}
ul.bullets {
		list-style-type: square;
		display:block;
		float:left;
		min-width:200px;
		padding-left: 20px;
		}

ul#nav li {
	float: left;
	}
	
li.promolink a {
	display: block;
	height: 50px;
	padding: 25px 15px 0 15px;
	margin-left:30px;
	border-style:dashed;
	border:4px;
	border-color:#000000;
	color:#FFFFFF;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	background-color:#01693e;
	
	}
	
li.promolink a:hover {
				background-color:#125024;	
				}	
	
	
li.link a {
	display: block;
	height: 50px;
	padding: 25px 15px 0 15px;
	color:#FFFFFF;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	}
	
li.link a:hover {
				background-color:#01693e;	
				}
	
li.linkfooter a {
	color:#FFFFFF;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	}

li.linkbold a {
	display: block;
	padding: 0 0 0 0;
	color:#FFFFFF;
	text-align:right;
	font-size:28px;
	font-weight:bold;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	text-decoration:none;
	position:relative;
	right: -50px;
	width:180px;

	}
li.linkbold a:hover {
text-decoration:underline;

				}	
	
#estimate {
		float:left;
		width: 30px;
		}
		
#mainwrap {
			width: 800px;
			margin: 0 auto 0 auto;
			padding-top: 10px;
			text-align:justify
		  }	
		  
		  
#showcase {
			width: 390px;
			float:left;
			}
			
#bodytext {
			float:left;
			width:390px;
			padding-left: 15px;
			padding-bottom: 15px;
			}
#bottomimage {
			float:right;
			width:300px;
			align: right;
				}


#footerwrap {
	height: 126px;
	background-image:url(images/footer-bg.jpg);
	clear:both;
	margin-top: 90px;
		}
		
#footer {
	height: 126px;
	width: 800px;
	margin: 0px auto 0px auto;
	padding-top: 15px;
		}
		
#footernav {
			display:block;
			width: 200px;
			float:left;
			}
#emblems {
		float:right;
		}
#emblems img {
			margin-right:15px;
			}
			
.copyright {
		text-align:center;
		clear:both;
		margin: 85px auto 0 auto;
		color:#FFFFFF;
		font-family:Myriad Pro, Arial, Helvetica, sans-serif;
		text-decoration:none;
		}
		
