@charset "utf-8";
/* CSS Document */
body {
	background:#cecece url(../images/bg.jpg) repeat-x center top;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
	h1,h2,h3,h4,h5,h6 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color:#000;
	}
	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: #ddd0a8; }
	.float-l { float:left; }
	.float-r { float:right; }
	.red { color:#bd1515; }
	.black { color:#000; }
	.white { color:#fff; }
	.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:264px;
			margin:0 auto;
			width:867px;
		}
			#header h1 {
				color:#fff;
				font:normal normal 32px/34px Georgia, "Times New Roman", Times, serif;
				margin:0 0 10px;
				padding:40px 0 0;
				width:625px;
			}
			#header h1 span {
				color:#ddd0a8;
				font-weight:bold;
			}
		#content {
			overflow:hidden;
		    padding:0px 6px 10px;
			width:853px;
		}
			#content-left {
				float:left;
				margin:0 47px 0 25px;
				width:540px
			}
				.sub-headline {
					float:left;
					height:60px;
					left:0px;
					margin:0 auto;
					padding:0px 0 0;
					position:relative;
					text-align:center;
					top:15px;
					width:600px;
				}
				.sub-headline h3 {
					color:#ddd0a8;
					font:normal 18px/20px Georgia, "Times New Roman", Times, serif;
					margin:0 auto;
					padding:0px 0px 0;
					text-align:center;
				}
				
				#content-left p {
					font:normal 13px Georgia, "Times New Roman", Times, serif;
					margin:0 0 18px;
				}
				#content-left ul {
					margin:0 0 18px;
				}
					#content-left ul li {
						background:url(../images/bullet.gif) no-repeat 1px 4px;
						color:#4d0036;
						font:normal 13px Georgia, "Times New Roman", Times, serif;
						margin:0 0 0px;
						padding:3px 0 3px 25px;
					}
			#sidebar {
				float:left;
				left:623px;
				margin:0 0 -328px;
				position:relative;
				top:183px;
				width:220px;
			}
			#form-wrap {
				background:#f2ebd9 url(../images/form-bg.jpg) no-repeat center bottom;
				border:dashed 3px #000;
				color:#000;
				float:left;
				height:324px;
				margin:-447px 0 0 0;
				padding:9px 0 0;
				width:220px;
			}
				#form-wrap h3 {
					color:#000;
					margin:0 auto 15px;
					font-size:18px;
					font-weight:normal;
					line-height:20px;
					text-align:center;
					width:200px;
				}
				#form-wrap p {
					font-size:12px;
					font-style:italic;
					margin:0 auto;
					text-align:center;
					width:185px;
				}
				.info-wrap {
					width:172px;
					height:45px;
					margin:0 auto 8px;
				}
				.info-wrap label {
					width:172px;
					color:#000;
					font:bold 14px Georgia, "Times New Roman", Times, serif;
					margin:0 0 0 0px;
					padding:0px 0 0 0;
					float:left;
				}
				.info-wrap .txt-field {
					width:166px;
					height:20px;
					padding:2px 2px 2px;
					border:solid 1px #000;
					float:left;
				}
				#form-wrap .button-wrap {
					width:179px;
					height:72px;
					margin:10px auto 0;
					clear:both;
				}
					#form-wrap button {
						width:179px;
						height:72px;
						overflow: visible;
					}
					#form-wrap button.link {
						text-indent:-9999px;
						background: url(../images/btn-submit.png) 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.png) no-repeat left bottom;
					}
				#form-wrap #note {
					background:url(../images/note.png) no-repeat;
					height:294px;
					margin:25px auto 0 -5px;
					text-indent:-9999px;
					width:230px;
				}
		#footer {
			border-top:solid 1px #a3a3a3;
			color:#727272;
			clear:both;
			width:823px;
			height:60px;
			margin:0 auto 0 30px;
			padding:20px 0px 0 0px;
			text-align:left;
			font:normal 10px Georgia, "Times New Roman", Times, serif;
		}
