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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #752037;
	margin-bottom: 15px;
	font-weight: bold;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #671D2E;
	line-height: 28px;
}
h2 {
	font-size: 24px;
	color: #752037;
	line-height: 28px;
}
h3 {
	font-size: 18px;
	color: #752037;
	font-weight: bold;
}

.HomePageLeft {
	float: left;
	width: 260px;
	background-color: #EFEFEF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-left: 40px;
}
.HomePageMiddle {
	padding: 10px;
	width: 185px;
	border: 1px solid #666666;
	float: left;
	text-align: center;
	margin-top: 50px;
	margin-left: 20px;
	font-weight: bold;
}
.HomePageRight {
	padding: 10px;
	width: 300px;
	border: 1px solid #666666;
	float: right;
	text-align: center;
	margin-top: 0px;
	margin-left: 20px;
	font-weight: bold;
	margin-right: 50px;
}
.RightColumnTitle {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #882541;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 16px;
	border: 1px solid #333333;
}
.servicesSectionBG {
	background-image: url(../images/LayoutImages/servicesShadowedBg.jpg);
	background-repeat: repeat-y;
	width: 440px;
	padding-right: 30px;
	padding-left: 40px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.leftFloat5pxBuffer {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.rightFloat5pxBuffer {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#LinksDiv {
	font-size: 14px;
	color: #333333;
}
#LinksDiv a {
	font-size: 21px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	line-height: 30px;
}
.accentText {
	font-size: 14px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}
.clr {
	clear: both;
	float: left;
}
.coloredBG {
	background-color: #EAEBED;
}
.linksPageLink {
	padding: 5px;
	border: 1px dashed #952A46;
}
.siteMapDiv a {
	color: #232323;
	text-decoration: none;
	display: block;
	width: 85%;
	border: 1px solid #999999;
	background-color: #BEBEBE;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	list-style-type: none;
	list-style:none;
	list-style-image: none;
}
.siteMapDiv a:hover {
	color: #F8F8F7;
	background-color: #666666;
}
.siteMapDiv ul {
	list-style-type: square;
	list-style-image: none;
}
.siteMapDiv ul li {
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 0px;
	list-style-type: none;
	list-style:none;
}
.siteMapDiv ul li ul li {
	list-style-type: none;
	list-style:none;
}

.siteMapDiv {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	background-color: #804040;
	font-size: 14px;
	list-style-type: none;
	list-style:none;
}

