@charset "utf-8";
/* CSS Document */
body {
	background:#e7b00b url(../images/bg.jpg) repeat-x center top;
	font:normal 14px Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
}
	h1,h2,h3,h4,h5,h6 {
		font-family: Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color:#bd1515;
	}
	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: #fff99f; }
	.float-l { float:left; }
	.float-r { float:right; }
	.red { color:#bd1515; }
	.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:67px;
			width:853px;
		}
		#content {
			background:url(../images/content-bg.jpg) repeat-y;
			overflow:hidden;
			width:853px;
		}
			#content-left {
				float:left;
				margin:0 8px 0 39px;
				width:580px
			}
				#content-left h1 {
					font:normal bold 36px/36px Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
					margin:0 auto 10px;
					width:500px;
				}
				.sub-headline {
					background:url(../images/highlight-bg.jpg) no-repeat center top;
					color:#000;
					font-size:18px;
					height:50px;
					line-height:18px;
					margin:0 auto;
					padding:7px 0 0;
					text-align:center;
				}
				#content-left p {
					font:normal 14px Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, 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 3px;
						font:normal 14px Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
						margin:0 0 5px;
						padding:0 0 0 20px;
					}
			#sidebar {
				float:left;
				width:218px;
			}
			#form-wrap {
				background:url(../images/form-bg.jpg) no-repeat;
				color:#fff;
				float:left;
				height:302px;
				margin:0px 0 0 0px;
				padding:100px 0 0 0;
				width:218px;
			}
				#form-wrap h3 {
					color:#fff;
					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 5px;
				}
				.info-wrap label {
					width:150px;
					color:#fff;
					font:normal 14px Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, 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:153px;
					height:31px;
					margin:0px auto 5px;
					clear:both;
				}
					#form-wrap button {
						width:153px;
						height:31px;
						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;
					}
		#footer {
			color:#fff;
			clear:both;
			width:853px;
			height:40px;
			margin:0 auto;
			padding:35px 0 0 0;
			text-align:center;
			font:normal 10px Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
			background:url(../images/footer.png) no-repeat;
		}