/* CSS Document */

/*INDEX*/
body {
	background-image: url(../images/index_background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.top {
	height: 100px;
}
.top a {
	color: #464646;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.top a:hover {
	color: #87272B;
}
.linkHolder {
	height: 30px;
}
.bannerHolder {
	background-image: url(../images/homeBanner.jpg);
	height: 220px;
}

.bannerHoldernew {
	background-image: url(../images/homeBannernew.jpg);
	height: 220px;
}
.contentHolder {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}
.contentHolder a {
	color: #87272B;
}
.contentHolder a:hover {
	color: #FF0000;
	text-decoration: none;
}
.footerHolder {
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
}
.footerHolder a {
	color: #87272B;
	text-decoration: none;
}
.footerHolder a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/*CONTENT BOX*/

.leftBracket {
	width: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
}
.leftBracket2 {
	width: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
}
.leftBracketTop {
	width: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
}
.rightBracket {
	width: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
}
.rightBracketTop {
	width: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
}
.contactBox {
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 18px;
}
.mainCopy {
	padding-top: 20px;
	padding-bottom: 20px;
}
.mainCopy li {
	line-height: 18px;
}
