@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
div.poilcy-container{
	background-color:#FFF;
	height: 2300px;
	width: 950px;
	-webkit-box-shadow: 0px 0px 8px 0px #000000;
    -moz-box-shadow: 0px 0px 8px 0px #000000;
     box-shadow: 0px 0px 8px 0px #000000;
	border-color:#CCC;
	border-radius:5px;
	margin:auto;
	margin-top:100px;
}
div.poilcy-block{
	width:750px;
	height:2000px;
	margin: 0 auto;
	padding-top:10px;
}
h1.poilcy-title{
	font-size:30px;
	font-family: Open Sans, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
	text-align:center;	
}
p.faq-question{
	font-size:16px;
	font-family: Open Sans, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight:100;
	text-align:left;
}
p.faq-answer{
	color:#999;
	text-align:left;
	font-size:14px;
	font-family: Open Sans, sans-serif;
}
footer{
	position:relative;
	bottom:0;
	left:0;
	text-align:center;
	width:100%;
	display:block;
	float: right;	
}
div.footer-container{
	width: 960px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:30px;
}
div.link-container{
	width: 460px;
	margin-right:auto;
	text-align:center;
}
img.icon-container{
	display:block;
	vertical-align:central;
	margin-top:-30px;
	margin-left: 10px;
	height:40px;
	width:40px;
	float:right;
}
a.footer-link{
	font-family: Open Sans, sans-serif;
	font-style: normal;
	line-height: normal;
	font-size:16px;
	font-weight:lighter;
	text-align:center;
	text-decoration:none;
	color:#999;
}