@charset "UTF-8";


/* -------------------------redefinition of common tags------------------------- */


h1 {
	color: #1F3B20;
}

h2 {
	color: #1F3B20;
}



/* -----------------------classes----------------------------- */

.callout {
	margin-right:0px;
	font-size:1.1em;
	line-height:1.5em;
	font-weight: bolder;
	color: #1F3B20;
}

.leftNavDiv {
	background-color: #1F3B20;
}




/* 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/roofgard.jpg);
		background-repeat: no-repeat;

}


#mainContentRoofgard {
	margin: 0px;
	border: 1px solid #CCCCCC;
	width: 676px;
	padding: 12px;
	background-image: url(../images/backgrounds/roofgard_shield_logo.gif);
	background-repeat: no-repeat;
	line-height: 1.5em;
}
