@charset "utf-8";
/* sIFR styles */
@media screen {
	.sIFR-active h1 {
		font-family: Futura, sans-serif;
		font-size: 26pt !important;
		max-width: 225px;
		letter-spacing: -1px !important;
	}
	.sIFR-active h1.wider {
		font-family: Futura, sans-serif;
		font-size: 26pt !important;
		max-width: 500px;
		letter-spacing: -1px !important;
	}
}

#left {
	background-image: url(/_images/_backgrounds/content_bg.png);
	background-repeat: repeat;
	background-position: center top;
	min-width: 384px;
	max-width: 384px;
	min-height: 475px;
	max-height: 475px;
	float: left;
}

	#left h1 {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 197%;
		color: #a62f2b;
		letter-spacing: -2px;
		font-weight: bold;
		line-height: 50px;
	}

	#left #left_content {
		padding: 10px;
		font-size: 93%;
		line-height: 1.25em;
	}

#right {
	float: left;
	margin-left: 10px;
}

	#right h1 {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 197%;
		color: #a62f2b;
		letter-spacing: -2px;
		font-weight: bold;
		line-height: 50px;
	}

	#right #right_content {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 93%;
		line-height: 1.25em;
	}

	#right #right_content p {
		margin-bottom: 10px;
	}

	#right #right_content fieldset {
		text-align: left;
		clear: both;
	}

		#right #right_content fieldset ul {
			list-style: none;
			list-style-type: none;
		}

			#right #right_content fieldset ul li {
				clear: both;
				margin-bottom: 10px;
				list-style: none;
				list-style-type: none;
				overflow: hidden;
			}

				#right #right_content fieldset ul li .float_right {
					float: right;
					margin-right: 10px;
				}

				#right #right_content fieldset ul li .float_left {
					float: left;
					margin-right: 10px;
				}

					#right #right_content fieldset ul li .float_left.nomargin {
						margin-right: 0px;
					}

				#right #right_content fieldset ul li label {
					font-size: 100%;
					color: #000000;
					font-weight: bold;
					margin-bottom: 5px;
					cursor: pointer;
				}

				#right #right_content fieldset ul li label:hover {
					color: #a62f2b;
				}

	#right .form_wrapper_292 {
		background-image: url(/_images/_backgrounds/form_bg_292.png);
		background-repeat: no-repeat;
		background-position: center top;
		min-width: 292px;
		max-width: 292px;
		min-height: 40px;
		max-height: 40px;
	}

		#right .form_wrapper_292 input {
			min-width: 275px;
			max-width: 275px;
			margin-left: 10px;
			margin-top: 11px;
			border: none;
			outline: none;
			font-size: 100%;
			font-weight: bold;
		}
	
	#right .form_wrapper_585 {
		background-image: url(/_images/_backgrounds/form_bg_585.png);
		background-repeat: no-repeat;
		background-position: center top;
		min-width: 585px;
		max-width: 585px;
		min-height: 40px;
		max-height: 40px;
	}

		#right .form_wrapper_585 input {
			min-width: 568px;
			max-width: 568px;
			margin-left: 10px;
			margin-top: 11px;
			border: none;
			outline: none;
			font-size: 100%;
			font-weight: bold;
		}

	#right .form_wrapper_585_multi {
		background-image: url(/_images/_backgrounds/form_bg_585_large.png);
		background-repeat: no-repeat;
		background-position: center top;
		min-width: 585px;
		max-width: 585px;
		min-height: 160px;
		max-height: 160px;
	}

		#right .form_wrapper_585_multi textarea {
			min-width: 568px;
			max-width: 568px;
			min-height: 143px;
			max-height: 143px;
			margin-left: 10px;
			margin-top: 11px;
			border: none;
			outline: none;
			resize: none;
			font-size: 100%;
			font-weight: bold;
		}
		
	