@charset "utf-8";
/* CSS Document */

*
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#222222;
}

*:focus
{
	outline:none;
}

br.clear
{
	clear:both;
	height:1px;
	visibility:hidden;
}

html, body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#222222;

	background:#d7d7d7 url(../images/bg-lines.png);
}

#wrapper
{
	width:800px;
	height:auto;
	padding:30px 30px 30px 30px;
	margin: 10px auto;
	background:#efefef;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	border-radius: 15px; 
}

#heading
{
	height:20px;
	line-height:20px;
	background:#195a66;
	font-weight:bold;
	padding:0px 01px 0px 10px;
	color:#ffffff;
}

#header
{
	height:100px;
	background:#195a66;
}

#content
{
	background:#ffffff;
	height:auto;
	padding:10px;
}

#left
{
	width:450px;
	padding:10px;
	height:auto;
	float:left;
}

#left p
{
	font-size:16px;
	color:#666666;
	line-height:20px;
	padding:0px 0px 20px 0px;
}

#left h1
{
	font-size:50px;
	color:#222222;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	letter-spacing:-2px;
	padding:20px 0px 20px 0px;
	text-shadow:0px 2px 0px #d7d7d7;
}

#left h2
{
	font-size:36px;
	color:#195a66;
	font-weight:bold;
	text-align:center;
	line-height:36px;
	letter-spacing:-1px;
	padding:0px 0px 40px 0px;
	text-shadow:0px 2px 0px #d7d7d7;
}

#left h6
{
	font-size:12px;
	color:#666666;
	line-height:16px;
	padding:0px 0px 20px 0px;
}

#leftoptin
{
	border:1px dashed #d7d7d7;
	background:#efefef;
	padding:20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#leftoptin p
{
	font-size:16px;
	color:#222222;
	line-height:20px;
	text-align:center;
	padding:0px 0px 10px 0px;
}

#leftoptin form
{
	display:block;
	padding:10px 30px 20px 30px;
}

#leftoptin form label
{
	display:block;
	width:50px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#222222;
	float:left;
}

#leftoptin form .txtfld
{
	display:block;
	width:200px;
	height:20px;
	float:left;
	border:1px solid #cccccc;
	background:#ffffff;
	padding:5px 10px 5px 10px;
	margin:0px 10px 0px 0px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#leftoptin form .subbtn
{
	width:60px;
	height:30px;
	float:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:none;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background:#195a66;
}

#leftoptin h3
{
	text-align:center;
}

#leftoptin a
{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

#leftoptin a:hover
{
	color:#222222;
}

#right
{
	width:290px;
	padding:10px;
	height:auto;
	float:left;
}

#rightoptin
{
	padding:20px;
	background:url(../images/optin-bg.png) repeat-x bottom;
	margin:0px 0px 20px 0px;
	border:1px dashed #ff0000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#rightoptin h1
{
	display:block;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#a60000;
	text-align:center;
	line-height:32px;
	padding:0px 0px 30px 0px;
}

#rightoptin h2
{
	font-size:16px;
	color:#222222;
	font-weight:normal;
	text-align:center;
	line-height:18px;
	padding:0px 0px 10px 0px;
}

#rightoptin form
{
	display:block;
	padding:10px 0px 0px 0px;
}

#rightoptin form label
{
	display:block;
	height:30px;
	line-height:30px;
	font-size:16px;
	text-align:center;
	color:#222222;
}

#rightoptin form .txtfld
{
	display:block;
	width:200px;
	height:20px;
	border:1px solid #cccccc;
	background:#ffffff;
	padding:5px 10px 5px 10px;
	margin:0 auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#rightoptin form .subbtn
{
	display:block;
	width:110px;
	height:30px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:none;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background:#195a66;
	margin:10px auto 0px auto;
}

#rightoptin h3
{
	text-align:center;
}

#rightoptin h3 a
{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#222222;
}

#rightoptin h3 a:hover
{
	color:#222222;
}

#rightoptin h3 a span
{
	font-weight:normal;
}

#rightcontent
{
	padding:20px;
	border:1px dashed #666666;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#rightcontent p
{
	font-size:16px;
	color:#666666;
	line-height:20px;
	text-align:left;
	padding:0px 0px 10px 0px;
}

#footer
{
	padding:30px 10px 10px 10px;
	text-align:center;
	background:url(../images/dropshadow.png) no-repeat top center;
}

#footer p
{
	font-size:11px;
	line-height:14px;
	color:#666666;
}

#footer h2
{
	font-size:11px;
	color:#999999;
	line-height:14px;
	padding:10px 0px 0px 0px;
}

#pagecontent
{
	background:#ffffff;
	height:auto;
	padding:50px;
}

#pagecontent p
{
	font-size:16px;
	color:#666666;
	line-height:20px;
	padding:0px 0px 20px 0px;
}

#pagecontent h4
{
	font-family:'Qwigley', Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height:40px;
	color:#000000;
	padding:20px 0px 0px 0px;
}

#pagecontent h5
{
	font-size:12px;
	color:#666666;
	line-height:14px;
	padding:0px 0px 10px 0px;
}

#pagecontent h5 a
{
	text-decoration:none;
	font-weight:bold;
}

#downloadwrapper
{
	height:auto;
	background:url(../images/report-arrow.png) no-repeat center center;
}

#download
{
	width:400px;
	height:auto;
	padding:20px;
	margin:30px auto 0 auto;
	background:#a50808;

	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#ffffff;
	text-align:center;
	line-height:36px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#download span
{
	font-size:16px;
	color:#ffffff;
	text-align:center;
	line-height:28px;
}

#download a
{
	text-decoration:none;
	color:#ffffff;
}

#reportcontent
{
	background:#ffffff;
	height:auto;
	padding:50px;
	text-align:center;
}

#reportcontent p
{
	font-size:16px;
	color:#666666;
	line-height:20px;
	padding:0px 0px 20px 0px;
}

#reportcontent p a
{
	text-decoration:none;
	font-size:16px;
}

#reportcontent h1
{
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#195a66;
	text-align:center;
	line-height:36px;
	padding:0px 0px 20px 0px;
}

#reportcontent h2
{
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	border:1px dashed #ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#195a66;
	margin:0 auto 40px auto;
}
#reportcontent h2 a
{
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
}