@charset "utf-8";
/* CSS Document */
body {
	background:#6e1503 url(../images/bg.jpg) repeat-x center top;
	font:normal 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#000;
}
	h1,h2,h3,h4,h5,h6 {
		font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
		color:#f27010;
	}
	h1 { letter-spacing:-.05em; font-size:36px; font-weight:bold; line-height:36px; }
	h2 { letter-spacing:-.04em; font-size:30px; font-weight:bold; line-height:30px; }
	h3 { letter-spacing:-.03em; font-size:24px; font-weight:bold; line-height:24px; }
	h4 { letter-spacing:-.03em; font-size:20px; font-weight:bold; line-height:20px; }
	h5 { letter-spacing:-.03em; font-size:18px; font-weight:bold; line-height:18px; margin-bottom:15px; }
	h6 { letter-spacing:-.02em; font-size:16px; font-weight:bold; line-height:16px; margin-bottom:15px; }
	.hide {
		background:none;
		font-size:1px;
		display:none;
		height:0;
		left:-9999px;
		overflow:hidden;
		position:absolute;
		top:-9999px;
		width:0;
		z-index:0;
		line-height:0px;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.clearfix {
		display: inline-block;
	}
	html[xmlns] .clearfix {
		display: block;
	}
	* html .clearfix {
		height: 1%;
	}
	.center { text-align:center; margin:0 auto; }
	.strong { font-weight:bold; }
	.em { font-style:italic; }
	.ul { text-decoration:underline; }
	.highlight { background: #fff99f; }
	.float-l { float:left; }
	.float-r { float:right; }
	.maroon { color:#84000b; }
	.gray { color:#2b2b2b; }
	a { color: #0125dc; margin:0; -moz-user-select:text; }
	a:hover { text-decoration:none; }
	.hr-line { background:url(../images/hr.gif) no-repeat; width:585px; margin:0 auto 16px; height:1px; }
	#container {
		margin:0 auto;
		width:860px;	
	}
		#header {
			background:url(../images/header.jpg) no-repeat;
			height:146px;
			padding:20px 0 0 0;
			width:860px;
		}
			#header h1 {
				font:bold 26px/26px Arial, Helvetica, sans-serif;
				margin:0 0 0 15px;
				text-align:center;
				width:600px;
			}
			#header h5 {
				color:#c8bbba;
				font-size:14px;
				margin:0 0 18px 15px;
				text-align:center;
				width:600px;
			}
		#content {
			background:url(../images/content.png) repeat-y;
			float:left;
			padding:0 17px 5px 51px;
			width:792px;
		}
			#content-left {
				float:left;
				margin:0 34px 0 0;
				width:523px
			}
				#content-left h1 {
					font:normal bold 36px/36px Arial, "Helvetica Neue", Helvetica, sans-serif;
					margin:0 auto 10px;
					width:500px;
				}
				.sub-headline {
					background:#e8e8e8;
					color:#000;
					font-size:20px;
					line-height:24px;
					margin:0 auto 18px;
					padding:10px 10px 10px;
					text-align:center
				}
				#content-left p {
					font:normal 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
					margin:0 0 18px;
				}
				#content-left ul {
					margin:0 0 24px 20px;
				}
					#content-left ul li {
						background:url(../images/bullet.jpg) no-repeat 1px 3px;
						font:normal 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
						margin:0 0 15px;
						padding:0 0 0 35px;
					}
			#sidebar {
				float:left;
				width:235px;
			}
			#form-wrap {
				background:url(../images/form-bg.jpg) repeat-y;
				color:#5a0e0a;
				float:left;
				margin:0px 0 0 0px;
				width:235px;
			}
				#form-wrap h3 {
					background:url(../images/form-top.jpg) no-repeat;
					color:#5a0e0a;
					margin:0 auto 5px;
					padding:50px 20px 0;
					font-size:18px;
					font-weight:bold;
					line-height:20px;
					text-align:center;
				}
				#form-wrap .note {
					font-size:11px;
				}
				#form-wrap p {
					font-size:14px;
					margin:0 auto;
					text-align:center;
					width:210px;
				}
				.info-wrap {
					width:173px;
					height:22px;
					margin:0 auto 8px;
				}
				.info-wrap label {
					width:45px;
					font:bold 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
					margin:0 0 0 0px;
					padding:3px 0 0 0;
					float:left;
				}
				.info-wrap .txt-field {
					width:121px;
					height:16px;
					padding:2px 2px 2px;
					border:solid 1px #000;
					float:left;
				}
				#form-wrap .button-wrap {
					width:177px;
					height:63px;
					margin:15px auto 5px;
					clear:both;
				}
					#form-wrap button {
						width:177px;
						height:63px;
						overflow:visible;
					}
					#form-wrap button.link {
						text-indent:-9999px;
						background:url(../images/btn-submit.jpg) no-repeat left top;
						display:block;
						margin:0;
						padding:0;
						border:none;
						cursor:pointer;
						-moz-user-select:text;
					}
					#form-wrap button.link:hover {
						background:url(../images/btn-submit.jpg) no-repeat left bottom;
					}
				#form-bottom {
					background:url(../images/form-bottom.jpg) no-repeat left bottom;
					height:100px;
				}
		#footer {
			color:#fff;
			clear:both;
			width:860px;
			height:80px;
			margin:0 auto;
			padding:30px 0 0;
			text-align:center;
			font:normal 9px Arial, "Helvetica Neue", Helvetica, sans-serif;
			background:url(../images/footer.png) no-repeat;
		}