* {
	margin:0;
	padding:0;
}

html, body, #wrap {
	height:100%;
}

body #wrap {
	height:auto;
	min-height:100%;
}

#main {
	margin-bottom:70px;
	overflow:hidden;
	padding-bottom:70px;
}

#footer {
	background-color:#f5f5f5;
	clear:both;
	height:70px;
	margin-top:-70px;
	position:relative;
}

body:before {
	content:"";
	float:left;
	height:100%;
	margin-top:-32767px;
	width:0;
}

#footer-content {
	color:#5d5d5d;
	font-size:11px;
	margin:0 auto;
	padding-top:20px;
	position:relative;
	width:970px;
}

#footer-content a {
	color:#5d5d5d;
}

.toggleBtn {
	clear:both;
	cursor:pointer;
	margin-bottom:5px;
}

h3.toggleBtn {
	background-image:url(../img/layout/toggleBtn.png);
	background-position:0 0;
	background-repeat:no-repeat;
	clear:both;
	color:#000000;
	cursor:pointer;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:34px;
	margin-bottom:5px;
	padding:10px 20px;
	text-transform:uppercase;
	width:265px;
}

h3.toggleBtn.down {
	background-position:0 -54px;
}

.toggleBtn.green {
	clear:both;
	cursor:pointer;
	margin-bottom:5px;
}

h3.toggleBtn.green {
	background-image:url(../img/layout/toggleBtn2.png);
	background-position:0 0;
	background-repeat:no-repeat;
	clear:both;
	color:#000000;
	cursor:pointer;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:34px;
	margin-bottom:5px;
	padding:10px 20px;
	text-transform:uppercase;
	width:265px;
}

h3.toggleBtn.green.down {
	background-position:0 -54px;
}

h6.toggleBtn {
	background-image:url(../img/layout/faqBtn.png);
	background-position:0 0;
	background-repeat:no-repeat;
	clear:both;
	color:#ffffff;
	cursor:pointer;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:21px;
	margin-bottom:5px;
	padding:5px 10px;
	width:513px;
}

h6.toggleBtn.down {
	background-position:0 -31px;
}

