@charset "UTF-8";
/* CSS Document */

body { background-color: #4e5154;
}

#container {
width: 754px;
height: auto;
padding-left: 20px;
padding-right: 20px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: #FFFFFF;
}

#header {
padding-top: 20px;
width: 754px;
height: 86px;
background-color: #FFFFFF;
}

	#logo {
	width: 383px;
	height: 86px;
	background-image: url(images/mcintire_logo.gif);
	float: left;
	}
	
	#phone_fax {
	width: 142px;
	height: 55px;
	background-image: url(images/phone_fax.gif);
	float: right;
	margin-top: 31px;
	}

#nav_bar {
width: 754px;
height: 46px;
background-color: #b10f0f;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #646161;
clear:both;
position: relative;
}

	#nav_bar ul {
	height: 17px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 14px;
	left: 18px;
	}
	
	#nav_bar li {
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding-right: 8px;
	}
	
	#nav_bar a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	#nav_bar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#flash_area {
width: 450px;
height: 188px;
float: left;
}

#red_box_area {
width: 304px;
height: 188px;
float: left;

}

#top_line {
width: 754px;
height: 9px;
background-color: #585e69;
clear: both;
}

#left_col {
width: 450px;
height: auto;
margin-top: 20px;
float: left;
font-family:Arial, Helvetica, sans-serif;
font-size: .7em;
}
#left_colA {
width: 754px;
height: auto;
margin-top: 20px;
float: left;
font-family:Arial, Helvetica, sans-serif;
font-size: .7em;
}
#right_col {
width: 284px;
height: auto;
margin-top: 20px;
margin-left: 20px;
float: right;
font-family:Arial, Helvetica, sans-serif;
font-size: .7em;
}

#right_col li {
  list-style: none;
  background-image: url(images/square_bullet.gif);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.title_marg {
margin-bottom: 9px;
}

#bottom_line {
width: 754px;
height: 9px;
background-color: #585e69;
}

#spacer {
width: 754px;
height: 35px;
clear: both;
}

#footer {
width: 754px;
height: auto;
padding-top: 5px;
padding-bottom: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size: .7em;
text-align: right;
}

.red_text {
color: #b10f0f;
}