﻿@import url('boxes.css');
@import url('form.css');
@import url('structure.css');
/* std template004 style sheet */
body {
	background: url('/siteImages/BodyBackground.jpg') repeat-x top;
	color: #4A090C;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
}
a {
	color: #e23519;
}
h1 {
	color: #a90413;
	font-size: 1.6em;
	margin: 1em 0 .5em 0;
	padding: 0 0 0 0;
}
h2 {
	color: #a90413;
	font-size: 1.2em;
	margin: 1em 0 0 0;
}
h3 {
	font-size: 1.2em;
	margin: 1em 0 .5em 0;
}
h4 {
	font-size: 1.1em;
	margin: 1em 0 .5em 0;
}
h5 {
	font-size: 1em;
	margin: 1em 0 .5em 0;
}
h6 {
	font-size: 1em;
	margin: 1em 0 0 0;
}
hr {
	background: #e23519;
	border: none;
	color: #e23519;
	height: 1px;
	overflow: hidden;
}
img {
	border: none;
}
p {
	margin-top: 0;
	margin-bottom: .5em;
}
/*********************************************************************************/
/* header */
div.headerContainer {
	background: url('/siteImages/TopEdge.gif') no-repeat top;
}
div.headerContainer .phone {
	color: #484445;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
/*********************************************************************************/
/* main nav */
ul.level1nav {
	background: #4A090C;
}
ul.level1nav span, ul.level1nav a {
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
ul.level1nav span{
	background: url('/siteImages/navThisPage.gif') repeat-y;
}
ul.level1nav a {
	background: url('/siteImages/boxBg1a.gif') repeat-y;
}
ul.level1nav a:hover {
	color: #4A090C;
	text-decoration: underline;
}
/*********************************************************************************/
/* content */
div.column1 .content ol, div.column1 .content ul {
	margin: 0 0 0 0;
	padding: 0 0 0 24px;
}
div.column2 .content ul {
	list-style-image: url('Bullets.gif');
}
div.column2 .content ul ul {
	list-style-image: none;
}
div.box .heading {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
}
.contentListItem {
	border-top: 1px solid #e23519;
}
/*********************************************************************************/
/* footer */
div.footerContainer {
	background: url('/siteImages/BottomEdge.gif') no-repeat bottom;
	font-size: .8em;
}
div.footerContainer .footer {
	border-top: 1px solid #4A090C;
}
div.footerContainer li {
	border-left: 1px #4A090C solid;
}
div.footerContainer li:first-child {
	border-left: none;
}
div.footerContainer a {
	color: #E23519;
}
/***************************8 Styling added by CRH for home page form ***********/
.buttonsurround {
	border:#8b0000 double;
}
.button {
	
	background-color:#8b0000;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	height:40;
	
}
/*****************************************************************************/