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

#header {
	height: 206px;
	background-image: url(../images/rbi-headerslice.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
body {
	margin: 0px;
	color: #282828;
}

#header img {
	display: block;
}
#chisel {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#testimonial {
	font-size: 1em;
	font-style: italic;
	color: #BA2B23;
}
#testimonial_credit {
	font-style: normal;
	text-align: right;
	display: block;
}


#head_img {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#header_sub {
	text-align: center;
	width: 100%;
	font-style: italic;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
}
#header_sub a {
	text-decoration: none;
	color: #202020;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#clear {
	clear: both;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 6px;
}
#credit {
	font-size: 11px;
	color: #999;
	padding-bottom: 15px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#credit a {
	color: #999;
	text-decoration: none;
}
#credit a:hover {
	text-decoration: none;
	color: #999;
}


h1 {
	color: #BA2B23;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}

#right {
	float: right;
	width: 45%;
	font-size: .9em;
	line-height: 1.2em;
	padding-left: 2%;
	padding-right: 2%;
}
#left {
	float: left;
	width: 50%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}
.right_phone {
	font-weight: bold;
	color: #d7352e;
	text-align: center;
	font-size: 15px;
}
#footer a {
	color: #282828;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
