body, p, h1, h2, h3, h4 {
	font-family: verdana, arial, san-serif;
	font-weight: normal;
	text-decoration: none;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px;
	font-size: 12px;
	color: #333333;
	background-color: #cdcccc;
	background-image: url(../imgs/bg_tile.jpg);
	background-repeat: repeat-x;;
}

ul {
	list-style-type: none;
}

img {
	border: 0px;
	display: block;
}

a {
	color: #ac1e23;
	text-decoration: underline;
}

a:hover {
	color: #333333;
}

.bold {
	font-weight: bold;
}

#pageWrapper {
	width: 742px;
	background-color: #ffffff;
}

	#checkeredHeader {
		width: 732px;
		height: 20px;
		background-color: #000000;
		background-image: url(../imgs/header_bg_tile.jpg);
		background-repeat: repeat-x;
	}

/** Content
********************************************************/
#content {
	position: relative;
	width: 680px;
	text-align: left;
}

	#content #main {
		width: 440px;
	}

		#content #main h2 {
			font-size: 24px;
			font-weight: bold;
			color: #ac1e23;
		}

		#content #main h3 {
			padding: 10px 0px 0px 0px;
			font-size: 18px;
			font-weight: bold;
			color: #ac1e23;
		}

		#content #main p {
			padding-top: 10px;
			line-height: 1.5;
			text-align: justify;
		}

		#content #main ul {
			padding-top: 10px;
			line-height: 1.5;
			list-style: disc inside none;
		}

		/** Appointment
		********************************************************/
		#content #main #appt {
			padding-top: 15px;
			border: 0px;
		}

			#content #main #appt .label {
				padding: 0px 10px 10px 0px;
				text-align: right;
			}

			#content #main #appt .field {
				padding-bottom: 10px;
			}

			#content #main #appt .input {
				width: 225px;
				padding: 3px;
				border: 1px solid #cccccc;
			}

			#content #main #appt textarea {
				padding: 3px;
				width: 225px;
				height: 150px;
				border: 1px solid #cccccc;
			}

			#content #main #appt img {
				display: inline;
				padding-left: 5px;
			}
		
		/** Faq
		********************************************************/
		#content #main #faqWrapper {
			padding: 10px 0px 0px 0px;
			text-align: justify;
			line-height: 1.5;
		}

			#content #main #faqWrapper .question {
				font-weight: bold;
			}

			#content #main #faqWrapper dd dl dt {
				padding-top: 10px;
				font-weight: bold;
			}

		/** Form Error
		********************************************************/
		.formError {
			padding: 10px 0px 10px 0px;
			color: #ac1e23;
		}

		/** Coupons
		********************************************************/
		.couponWrapper {
			padding-top: 15px;
		}
		
		.coupon {
			padding: 15px;
			border: 3px dashed #ac1e23;
		}

			.coupon h3 {
				padding: 0px 0px 10px 0px;
			}

	#content #right {
		width: 215px;
		float: right;
		clear: right;
	}

		#content #right ul li {
			padding-bottom: 5px;
		}

/** Associations
********************************************************/
#associations {
	padding: 25px 0px 25px 0px;
}

	#associations img {
		display: inline;
	}

/** Footer
********************************************************/
#footer {
	position: relative;
	width: 732px;
	padding-bottom: 50px;
	background-color: #000000;
	background-image: url(../imgs/footer_bg_tile.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
}

	#footer div {
		padding: 15px 0px 0px 25px;
		text-align: left;
	}

		#footer div h3 {
			font-weight: bold;
		}

		#footer div #right {
			position: absolute;
			top: 15px;
			right: 25px;
		}

			#footer div #right a {
				color: #cccccc;
				text-decoration: none;
			}

			#footer div #right a:hover {
				color: #ffffff;
				text-decoration: none;
			}