@charset "UTF-8";


/* -------------------------redefinition of common tags------------------------- */


h1 {
	color: #2F514E;
}

h2 {
color: #2F514E;
}



/* -----------------------classes----------------------------- */

.callout {
	margin-right:0px;
	font-size:1.1em;
	line-height:1.5em;
	font-weight: bolder;
	color: #2F514E;
}

.leftNavDiv {
	background-color: #182A29;
}



/* this is a unique background for all interior pages - differnt from the home page backgroud */
body {
	
	background-image: url(../images/backgrounds/gray_interior_main_backgrd.jpg);
}


/* -----------------------header image classes----------------------------- */

.headerImage001 {
	background-image: url(../images/headers/roofing_overview.jpg);
		background-repeat: no-repeat;

}

.headerImage002 {
	background-image: url(../images/headers/roofing_bur.jpg);
		background-repeat: no-repeat;

}

.headerImage003 {
	background-image: url(../images/headers/roofing_single_ply.jpg);
		background-repeat: no-repeat;

}

.headerImage004 {
	background-image: url(../images/headers/roofing_standing_seam_metal.jpg);
		background-repeat: no-repeat;

}

.headerImage005 {
	background-image: url(../images/headers/roofing_shingle.jpg);
		background-repeat: no-repeat;

}

.headerImage006 {
	background-image: url(../images/headers/roofing_slate_tile.jpg);
		background-repeat: no-repeat;

}
