/* Tom Goudkamp */
/*Body Part */
body {
	margin: auto;
	text-align: center;
	font-size: 12px;
	width: 1003px;
	font-family: verdana, sans-seriff;
}
/* Defining all a tags and img's */
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	text-transform: uppercase;
}
h2 {
	color: black;
	font-weight: bold;
	font-size: 13px;
}
a {
	text-decoration: none;
}
img {
	border: 0;
	float: left;
	text-align: left;
}
/* Container holding everything */
#siteContainer {
	float: left;
	display: block;
	margin: auto;
	width: 1003px;
}
/* Div Holding Banner */
#topSectionContainer {
	float: left;
	display: block;
	width: 100%;
	background-color: #E54700;
}
/* Left and Right sides of the banner */
#leftTop {
	width: 516px;
	display: block;
	float: left;
	height: 196px;
	background-image: url(../images/top-left-banner.jpg);
	background-repeat: no-repeat;
}
#rightTop {
	float: right;
	display: block;
	width: 368px;
	height: 196px;
	background-image: url(../images/top-right-banner.jpg);
	background-repeat: no-repeat;
}
/* Orange part under banner */
#orangeStrip {
	float: left;
	display: block;
	width: 1002px;
	background-color: #e54700;
	border: 1px dotted #ffffff;
	height: 20px;
}
/* Main Container for body */
#bodyContainer {
	width: 100%;
	float: left;
	display: block;
	text-align: left;
}
/* Top Body Section Breaking Up Into two Parts */
#topBody {
	width: 980px;
	float: left;
	display: block;
}
/* Left Hand Side */
#leftTopBody {
	width: 362px;
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 38px;
	line-height: 18px;
}
#arrowDiv {
	width: 48px;
	height: 383px;
	float: left;
	display: block;
	background-image: url(../images/ARROW.png);
	background-repeat: no-repeat;
}
/* Right Hand Side */
#rightTopBody {
	width: 560px;
	float: left;
	display: block;
	margin-left: 10px;
}
.right {
	width: 140px;
	float: left;
	display: block;
	margin-top: 0px;
	font-size: 9px;
	font-family: arial, verdana, sans-serif;
}
.rightMenu {
	width: 130px;
	float: left;
	display: block;
}
.rightMenu ul {
	text-decoration: none;
	list-style: none;
	width: 105px;
	margin-top: 14px;
	height: 32px;
	margin: 0;
	padding: 0;
}
.rightMenu li {
	margin-top: 7px;
}
.tick a {
	background-image: url(../images/tick-light-dark.jpg);
	background-repeat: no-repeat;
	background-position: -26px 0px;
	padding: 0px 0 0 31px;
	display: block;
	color: #777777;
	height: 32px;
}
.cross a {
	background-image: url(../images/cross-light-dark.jpg);
	background-repeat: no-repeat;
	background-position: -28px 0px;
	padding: 0px 0 0 31px;
	display: block;
	color: #777777;
}
.tick a:hover {
	background-position: 0 -27px;
	color: black;
}
.cross a:hover {
	background-position: 0 -28px;
	color: black;
}
.rightMenu a {
	color: #777777;
}
#bottomBody {
	padding-top: 10px;
	width: 980px;
	float: left;
	display: block;
	margin-left: 10px;
	text-align: left;
	line-height: 15px;
}
/* Footer Section */
#footer {
	width: 100%;
	float: left;
	display: block;
	background-color: #e54700;
}
/* Footer Content Section */
#footerContent {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	color: #ffffff;
	padding: 20px 0 0 0;
}
#belowTheFoldContainer {
	width: 100%;
	float: left;
	display: block;
	height: 200px;
	margin-top: 20px;
	color: #grey;
}
.belowTheFold {
	width: 100%;
	float: left;
	display: block;
}
.belowTheFold {
	width: 150px;
	float: left;
	display: block;
	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;
}

#faqFooterContainer {
  float: right;
}

#faqFooterContainer p {
 float:left;
margin:5px 10px 0px 0px;
}

.FAQMiniLogoStyle {

}

#faqFooterContainer a {
color: #ffffff;
text-decoration: none;
}

#faqFooterContainer a:hover {
text-decoration: underline;
}