@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a:active, a:focus {
  outline: none;
}

html {
	background: transparent url(../images/body-bg.jpg) left top repeat-x;
}

body {
	background: transparent url(../images/footer-bg.jpg) left bottom repeat-x;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}

h1 {
	font-size: 30px;
	color: #333;
}

h2 {
	font-size: 25px;
	color: #000;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h3 {
	font-size: 22px;
	color: #0072bc;
	text-decoration: none;
	margin: 0 0 10px 0;
}


a img{
	border: 0 none;
}


/*----------Wrap---------------*/
#wrap {
	width: 781px;
	margin: 0 auto;
	background: #CCC;
}


/*----------Header---------------*/

#header {
	width: 781px;
	height: 302px;
	text-indent: -9999px;
}

#title {
	width: 781px;
	height: 127px;
	background: transparent url(../images/title.jpg) left top no-repeat;
}

#intro {
	width: 781px;
	height: 175px;
	background: transparent url(../images/intro.jpg) left top no-repeat;
}


/*----------Content---------------*/
#content {
	width: 781px;
	background: transparent url(../images/content-bg.jpg) left top repeat-y;
	padding: 35px 0 60px 17px;
}



/*----------Pod---------------*/

.pod {
	width: 747px;
	margin: 0 0 40px 0;
}

.pod-top {
	width: 747px;
	height: 38px;
	background: transparent url(../images/pod-top.jpg) left top no-repeat;
}

.pod-content {
	width: 722px;
	background: transparent url(../images/pod-bg.jpg) left top repeat-y;
	padding: 0 20px 0 15px;
}

.pod-content-page {
	width: 672px;
	background: transparent url(../images/pod-bg.jpg) left top repeat-y;
	padding: 0 45px 0 45px;
}

.pod-bottom {
	width: 747px;
	height: 38px;
	background: transparent url(../images/pod-bottom.jpg) left top no-repeat;
}


.pod a {
	font-size: 12px;
	color: #333;
	text-decoration: underline;
	margin: 0 0 10px 0;
}

.pod a:hover {
	text-decoration: none;
	color: #000;
}

a.title {
	font-size: 22px;
	color: #0072bc;
	text-decoration: none;
	margin: 0 0 10px 0;
}

a.title:hover {
	color: #009AFF;
}


.pod p {
	padding: 10px 0 0 0;
	line-height: 20px;
}

.pod-content-page p {
	padding: 5px 0 20px 0;
	line-height: 20px;
}

#button a{
	background: transparent url(../images/button.jpg) left top no-repeat;
	display:block;
	float:right;
	height:31px;
	text-indent:-9999px;
	width:94px;
	margin: 10px 5px 0 0;
}

#button a:hover{
	background: transparent url(../images/button-hover.jpg) left top no-repeat;
}


#back-btn a{
	background: transparent url(../images/back-btn.jpg) left top no-repeat;
	display:block;
	float:right;
	height:31px;
	text-indent:-9999px;
	width:94px;
	margin: 10px 5px 0 0;
}

#back-btn a:hover{
	background: transparent url(../images/back-btn-hover.jpg) left top no-repeat;
}

.infographic {
	float: left;
	margin: 0 15px 0 0;
}

/*----------Footer---------------*/
#footer {
	width: 736px;
	height: 210px;
	background: transparent url(../images/footer.jpg) left top no-repeat;
	margin: 0 auto;
	color: #FFF;
	padding: 10px 20px 0 20px;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #copy {
	float: left;
}

#footer #links {
	float: right;
}

/*----------disclaimer---------------*/

#footer #disclaimer {
	clear: both;
	padding: 20px 0 0 0;
}

#footer #disclaimer p {
	color: #FFF;
	font-size: 11px;
	padding: 0 0 10px 0;
	text-align: justify;
}

#footer #disclaimer a {
	color: #FFF;
	text-decoration: underline;
}

#footer #disclaimer a:hover {
	text-decoration: none;
}
