@charset "utf-8";
/* CSS Document */
body {
	background:#fcfcfc url(../images/bg.jpg) repeat-x center top;
	font:normal 14px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
	h1,h2,h3,h4,h5,h6 {
		font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
		color:#9a1007;
	}
	h1 { letter-spacing:-.05em; font-size:40px; font-weight:bold; line-height:40px; }
	h2 { letter-spacing:-.04em; font-size:36px; font-weight:bold; line-height:36px; }
	h3 { letter-spacing:-.03em; font-size:30px; font-weight:bold; line-height:30px; }
	h4 { letter-spacing:-.03em; font-size:24px; font-weight:bold; line-height:24px; }
	h5 { letter-spacing:-.03em; font-size:20px; font-weight:bold; line-height:20px; }
	h6 { letter-spacing:-.02em; font-size:18px; font-weight:bold; line-height:18px; }
	.clear { clear:both; height:0px; margin:0; }
	.center { text-align:center; margin:0 auto; }
	.strong { font-weight:bold; }
	.em { font-style:italic; }
	.ul { text-decoration:underline; }
	.highlight { background: #fffb70; }
	.float-l { float:left; }
	.float-r { float:right; }
	.red { color:#9a1007; }
	.black { color:#000; }
	.blue { color:#112448; }
	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; }
	.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;
	}
	#container {
		margin:0 auto;
		width:853px;	
	}
		#header {
			background:url(../images/header.jpg) no-repeat;
			height:159px;
			width:853px;
		}
			#header h1 {
				color:#ffd800;
				font:normal bold 30px/32px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
				margin:0 0 10px 30px;
				padding:20px 0 0;
				width:600px;
			}
			#header span {
				color:#fff;
			}
		#content {
			background:url(../images/content-bg.jpg) repeat-y;
			overflow:hidden;
			width:853px;
		}
			#content-left {height:802px;
				border-right:dotted 2px #bfc0c1;
				float:left;
				margin:0 18px 0 39px;
				padding:0 20px 0 0;
				width:540px
			}
				.sub-headline {
					color:#9a1007;
					font-size:20px;
					line-height:22px;
					margin:0 auto 25px;
					padding:7px 0 0;
					text-align:center;
				}
				#content-left p {
					font:normal 14px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
					margin:0 0 18px;
				}
				#content-left ul {
					margin:0 0 18px;
				}
					#content-left ul li {
						background:url(../images/bullet.gif) no-repeat 1px 1px;
						font:normal 14px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
						margin:0 0 5px;
						padding:0 0 0 25px;
					}
			#sidebar {
				float:left;
				width:222px;
			}
			#form-wrap {
				color:#000;
				float:left;
				height:702px;
				margin:0px 0 0 0px;
				width:222px;
			}
				#form-wrap h3 {
					color:#9a1007;
					margin:0 auto 5px;
					font-size:20px;
					font-weight:bold;
					line-height:20px;
					text-align:center;
					width:170px;
				}
				#form-wrap p {
					font-size:14px;
					margin:0 auto;
					text-align:center;
					width:170px;
				}
				.info-wrap {
					width:150px;
					height:45px;
					margin:0 auto 8px;
				}
				.info-wrap label {
					width:150px;
					color:#000;
					font:bold 14px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
					margin:0 0 0 0px;
					padding:0px 0 0 0;
					float:left;
				}
				.info-wrap .txt-field {
					width:146px;
					height:20px;
					padding:2px 2px 2px;
					border:solid 1px #000;
					float:left;
				}
				#form-wrap .button-wrap {
					width:222px;
					height:40px;
					margin:10px auto 5px;
					clear:both;
				}
					#form-wrap button {
						width:222px;
						height:40px;
						overflow: visible;
					}
					#form-wrap button.link {
						text-indent:-9999px;
						background: url(../images/btn-submit.gif) 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.gif) no-repeat left bottom;
					}
					#form-wrap #note {
						background:url(../images/note.png) no-repeat;
						height:239px;
						margin:15px auto 0;
						text-indent:-9999px;
						width:222px;
					}
		#footer {
			color:#1a2631;
			clear:both;
			width:813px;
			height:40px;
			margin:0 auto;
			padding:35px 20px 0;
			text-align:right;
			font:normal 10px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
			background:url(../images/footer.png) no-repeat;
		}