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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	background-image: url(/guide/_images/background.png);
	background-repeat: repeat-x;
}
div#mainWrapper {
	width: 824px;
	margin: 0 auto;
	overflow: visible;
}
div#content {
	padding: 0 50px;
	overflow: visible;
	background-image: url(/guide/_images/contentBackground.png);
	background-repeat: repeat-y;
}
div#footer {
	clear: both;
	padding-top: 60px;
}
div#form {
	float: right;
	width: 233px;
	padding: 0 10px;
	margin-left: 35px;
	margin-top: 25px;
	background-image: url(/guide/_images/formBackground.png);
	background-repeat: repeat-x;
	border: 1px solid #999999;
}
h1 {
	font-size: 32px;
	margin-left: -20px;
	margin-right: -20px;
}
h2 {
	font-size: 24px;
	color: #CD171C;
	margin-bottom: .6em;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: .5em;
}
h4 {
	font-size: 15px;
	text-align: center;
	margin-bottom: .5em;
	margin-top: 1em;
}
p {
	margin-bottom: 1em;	
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 30px;
}
li {
	margin-bottom: .5em;	
}
strong {
	font-weight: bold;
	text-decoration: inherit;
	font-style: inherit;
}
u {
	text-decoration: underline;
	font-weight: inherit;
	font-style: inherit;
}
em {
	font-style: italic;
	font-weight: inherit;
	text-decoration: inherit;
}
form {
	display: block;
}
label {
	display: block;	
	margin-left: 29px;
}
input.field {
	display: block;	
	border: 2px solid #999999;
	width: 168px;
	padding: 1px;
	margin-left: 29px;
	margin-bottom: .3em;
}
input#submit {
	display: block;	
	margin: 0 auto;
	background-image: url(/guide/_images/button.png);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 215px;
	height: 37px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
	margin-top: 1em;
	margin-bottom: .3em;
	cursor: pointer;
}
div#form p {
	color: #333333;
	font-size: 13px;
	text-align: center;
}
div#footer p {
	text-align: center;
	color: #666666;
	margin-bottom: 0;
	font-size: 13px;
}
div#footer a {
	color: #0066FF;
	text-decoration: underline;
}
div#testimonials {
	background-color: #dfe6ec;
}
div#testimonials td {
	padding: 8px;	
}
div#testimonials p {
	font-size: 10px;
	line-height: 1.1;
	text-align: left;
	margin-top: 1em;
	color: #616161;
}
div#testimonials p span {
	font-weight: bold;
	color: black;
	font-size: 12px;
}