@charset "UTF-8";


/* -------------------------redefinition of common tags------------------------- */


h1 {
	color: #6D252A;
}

h2 {
	color: #6D252A;
}



/* -----------------------classes----------------------------- */

.callout {
	margin-right:0px;
	font-size:1.1em;
	line-height:1.5em;
	font-weight: bolder;
	color: #6D252A;
}

.leftNavDiv {
	background-color: #531D1A;
}



/* 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/emergency.jpg);
		background-repeat: no-repeat;

}
