/* FAQ INTERACTIVE CSS */
body {
	margin: auto;
	text-align: center;
	font-size: 12px;
	font-family: verdana, sans-seriff;
}
img {
	border: 0;
}
#RedBarContainer {
display: block;
width: 1003px;
margin: auto;
}
#Contact {
font-size: 12px;
color: #ffffff;
margin: 3px 0px 0px 0px;
padding: 0px;
float: right;
}
#siteContainer {
	display: block;
	margin: auto;
	width: 1003px;
}

#siteContents {
	position: relative;
	width: 100%;
	display: block;
	float: left;
}
#redBar {
	background-image: url(../images/redbarTop.jpg);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 33px;
	width: 100%;
}
#aboveBanner {
	width: 100%;
	float: left;
	display: block;
	height: 158px;
}
#rightSide {
	display: block;
	float: right;
	margin: 40px 0px 0px 0px;
	width: 50%;
}
#leftSide {
	width: 50%;
	float: left;
	display: block;
}
#bannerImage {
	width: 100%;
	float: left;
	display: block;
	background-image: url(../images/mainBanner.jpg);
	height: 201px;
}

#greyArea {
	width: 100%;
	float: left;
	display: block;
	background-color: #e6e6e6;
        border-top: 1px solid #B2091C;
        border-bottom: 1px solid #B2091C;
	height: auto;
	margin-top: 10px;
}

#bodyContent{
float: left;
display: block;
width: 100%;
text-align: left;
color: #000000;
}

#homepagecontent {
 text-align: left; 
 margin-left: 25px; 
 padding-top: 10px; 
 display: block; 
 float: left; 
 margin-bottom: 15px; 
 font-family: times New Roman; 
  font-size: 14px; 
 font-style: italic; 
 width: 700px;
}

#searchBox {
	width: 250px;
	float: right;
	display: block;
	text-align: left;
	font-size: 10px;
}
#searchBox h1 {
	font-size: 11px;
	color: #FF0000;
}

#searchBox a {
	text-decoration: none;
  font-size: 11px;
	color: #FF0000;
}

#footer {
  border-top: 1px solid #B2091C;
  border-bottom: 1px solid #B2091C;
	display: block;
	float: left;
	height: 36px;
	width: 100%;
}
#footerContentLeft {
	color: #777777;
	display: block;
	float: left;
	font-size: 8px;
	padding: 5px 0 0 5px;
	text-align: left;
	width: 50%;
}
#footerContentRight {
display: block;
float: right;
width: 27%;
color: #777777;
font-size: 9px;
}
#footerContentRight p {
float: left;
margin: 0px;
padding: 12px 0px 0px 0px;
}
#footerContentRight a {
   color: #777777;
   text-decoration: none;
}
.FAQMiniLogoStyle {
float: right;
margin: 0px;
padding: 4px 0px 0px 0px;
_margin: 4px 0px 0px 0px;
}
#belowTheFoldContainer {
	width: 100%;
	display: none;
	height: 200px;
	margin-top: 20px;
	color: #777777;
	position: absolute;
	top: 101%;
	left: 0px;
}
.belowTheFold {
	width: 100%;
	float: left;
	display: none;
}
.belowTheFold {
	width: 150px;
	float: left;
	display: none;
	height: 200px;
	margin-top: 20px;
}
.belowTheFold ul li {
	text-decoration: none;
	list-style: none;
}
.belowTheFold a, .belowTheFold a:link, .belowTheFold a:visited {
	color: #777777;
	text-decoration: none;
}
.belowTheFold a:hover {
	text-decoration: underline;
}

#greybelowTheFoldContainer {
  background-color: #E6E6E6;
	display: block;
	width: 100%;
	position: absolute;
	top: 100%;
	*top: 100.1%;
	_top: 100%;		
	left: 0;
	border-bottom:1px solid #B2091C;
}

#BTFgreyAreaContent {
	display: block;
	float: left;
	margin: 0px 0px 0px 45px;
	_margin: 0px 0px 0px 25px;
	text-align: left;
	width: 95%;
}
#BTFgreyAreaContent h1 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#BTFgreyAreaContent ul {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 300px;
}

#BTFgreyAreaContent table {
margin: 10px 0px 0px 0px;
padding: 0px;

float: left;
}

#BTFgreyAreaContent td {
float: left;
vertical-align: top;
}

#BTFgreyAreaContent li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#BTFgreyAreaContent a {
	color: #777777;
	font-size: 9px;
	text-decoration: none;
}