body {
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #B07DA7;
	background-position: center top;
	background-repeat: no-repeat;
}
a {
	position:relative;
}
a:visited {
	color:#330033;
}
body.home {
	background-color: #660033;
	background-image: url(images/home-bkg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	body.home #pageContainer {
		display: block !important;
		position: relative !important;
		width: 980px !important;
		margin: 0px auto !important;
	}
	body.home #introText {
		position: absolute;
		width: 320px;
		top: 250px;
		left: 330px;
		padding:1em 0em 0em;
		text-align:center;
		color: #150202;
	}
	body.home #navLeft,
	body.home #navRight {
		position: absolute;
		top: 365px;
		width: 330px;
		height: 120px;
		margin: 0px;
		padding: 0px;
	}
	body.home #navLeft {
		left: 0px;
	}
		body.home #navLeft ul {
			position: relative;
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			background-image: url(images/home-nav.jpg);
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}
			body.home #navLeft li,
			body.home #navRight li {
				display: inline;
				margin: 0px;
				padding: 0px;
				height: 40px;
				overflow: hidden;
			}
			body.home #navLeft li a,
			body.home #navLeft li a:link,
			body.home #navLeft li a:active,
			body.home #navLeft li a:visited,
			body.home #navLeft li a:hover {
				display: block;
				margin: 0px;
				padding: 0px;
				width: 330px;
				height: 40px;
				overflow: hidden;
				background-image: url(images/home-nav.jpg);
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
			body.home #navLeft li.nav2 a:hover {
				background-position: 0px -120px;
			}
			body.home #navLeft li.nav3 a,
			body.home #navLeft li.nav3 a:link,
			body.home #navLeft li.nav3 a:active,
			body.home #navLeft li.nav3 a:visited {
				background-position: 0px -40px;
			}
			body.home #navLeft li.nav3 a:hover {
				background-position: 0px -160px;
			}
			body.home #navLeft li.nav4 a,
			body.home #navLeft li.nav4 a:link,
			body.home #navLeft li.nav4 a:active,
			body.home #navLeft li.nav4 a:visited,
			body.home #navLeft li.nav4 a:hover {
				background-position: 0px -80px;
			}
			body.home #navLeft li.nav4 a:hover {
				background-position: 0px -200px;
			}
	body.home #navRight {
		right: 0px;
	}
		body.home #navRight ul {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			background-image: url(images/home-nav.jpg);
			background-position: -330px 0px;
			background-repeat: no-repeat;
		}
			body.home #navRight li a,
			body.home #navRight li a:link,
			body.home #navRight li a:active,
			body.home #navRight li a:visited,
			body.home #navRight li a:hover {
				display: block;
				margin: 0px;
				width: 330px;
				height: 40px;
				background-image: url(images/home-nav.jpg);
				background-position: -330px 0px;
				background-repeat: no-repeat;
			}
			body.home #navRight li.nav5 a:hover {
				background-position: -330px -120px;
			}
			body.home #navRight li.nav6 a,
			body.home #navRight li.nav6 a:link,
			body.home #navRight li.nav6 a:active,
			body.home #navRight li.nav6 a:visited {
				background-position: -330px -40px;
			}
			body.home #navRight li.nav6 a:hover {
				background-position: -330px -160px;
			}
			body.home #navRight li.nav7 a,
			body.home #navRight li.nav7 a:link,
			body.home #navRight li.nav7 a:active,
			body.home #navRight li.nav7 a:visited,
			body.home #navRight li.nav7 a:hover {
				background-position: -330px -80px;
			}
			body.home #navRight li.nav7 a:hover {
				background-position: -330px -200px;
			}


body.bkg1 {
	background-image: url(images/bkg1.jpg);
	background-color: #660400;
}
body.bkg2 {
	background-image: url(images/bkg2.jpg);
	background-color: #FEA500;
}
body.bkg3 {
	background-image: url(images/bkg3.jpg);
	background-color: #A3658E;
}
body.bkg4 {
	background-image: url(images/bkg4.jpg);
	background-color: #A3658E;
}
body.bkg5 {
	background-image: url(images/bkg5.jpg);
	background-color: #A3658E;
}
body.bkg6 {
	background-image: url(images/bkg6.jpg);
	background-color: #A3658E;
}
body.bkg7 {
	background-image: url(images/bkg7.jpg);
	background-color: #A7104F;
}
body.bkg8 {
	background-image: url(images/bkg8.jpg);
	background-color: #A83D21;
}
.nonscreen {
	display: none;
	visibility: hidden;
}
div#pageContainer {
	z-index: 10;
	position: relative;
	display: block;
	width: 960px;
	margin: -7px auto 0px;
	text-align: left;
}
	div#pageHeader {
		z-index: 15;
		position: relative;
		width: 960px;
		height: 77px;
	}
		div#logoArea {
			z-index: 15;
			position: relative;
			width: 960px;
			height: 77px;
			background-image: url(images/interior-top-btm.png);
			background-position: left top;
			background-repeat: no-repeat;
		}
	div#pageContent {
		z-index: 20;
		position: relative;
		display: block;
		width: 960px;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
		div.signupForm {
			display:block;
			width:200px;
			margin:10px 0px 10px 35px;
			font-size:11px;
			line-height:normal;
		}
		div.signupForm h5 {
			margin:0px;
			font-family:"Times New Roman", Times, serif;
			font-size:14px;
			font-weight:bold;
			color:#330033;
		}
		div.signupForm p {
			margin:3px 0px;
		}
		div.signupForm input {
			font-size:95%;
		}
		div#topNav {
			z-index: 100;
			position: absolute;
			top: 20px;
			left: 0px;
			display: block;
			width: 245px;
			line-height: 30px;
		}
			div#topNav ul {
				margin: 0px;
				padding: 0px;
				list-style-type: none;
			}
				div#topNav li {
					width: 245px;
					height: 30px;
					padding: 5px 0px;
					background-image: url(images/interior-nav.png);
					background-position: 0px 0px;
					background-repeat: no-repeat;
				}
				div#topNav li a {
					display: block;
					width: 228px;
					height: 30px;
					margin: 0px;
					text-decoration:none;
					font-family:"Times New Roman", Times, serif;
					font-weight:bold;
					font-size:14px;
					color:#000000;
					text-align:right;
				}
		div#contentContainer {
			z-index:50;
			position: relative;
			width:656px;
			margin: 0px 10px;
			padding: 20px 30px 20px 254px;
			background-image: url(images/interior-content-bkg.png);
			background-position:0px 0px;
			background-repeat: repeat-y;
		}
			div#contentContainer h1 {
				margin: 0px 0px 20px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 24px;
				color: #330033;
			}
			div#contentContainer h2 {
				margin: 1em 0em 0em;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 18px;
				color: #330033;
			}
			div#contentContainer h3 {
				margin: 0px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 16px;
				color: #330033;
			}
			div#contentContainer h4 {
				margin: 0px;
				font-family: Georgia, "Times New Roman", Times, serif;
				color: #330033;
			}
			div#contentContainer h5 {
				margin: 0px;
				font-family: Georgia, "Times New Roman", Times, serif;
				color: #330033;
			}
			div#contentContainer h6 {
				margin: 0px;
				font-family: Georgia, "Times New Roman", Times, serif;
				color: #330033;
			}
			div#contentContainer p {
				margin: 0.25em 0em 1em;
			}
			div#contentContainer img.photoRight {
				margin: 0px 0px 10px 20px;
				border-width: 1px;
				border-style: solid;
				border-color: #FFFFFF;
			}
			div#contentContainer img.photoLeft {
				margin: 0px 20px 10px 0px;
				border-width: 1px;
				border-style: solid;
				border-color: #FFFFFF;
			}
			div#contentContainer div#contentBuffer {
				clear: both;
			}
			div#pageTitle {}
			div#contentBtm {
				z-index: 15;
				position: relative;
				width: 960px;
				height: 7px;
				overflow: hidden;
				background-image: url(images/interior-top-btm.png);
				background-position: left top;
				background-repeat: no-repeat;
			}
			.content-brief {
				margin-bottom:25em !important;
			}
	div#pageFooter {
		position: relative;
		margin: 0px 10px 30px;
		font-family: "Times New Roman", Times, serif;
		font-size: 12px;
		line-height: 20px;
	}
		div#copyright {
			z-index: 10;
			color: #FFFFFF;
			filter: Alpha(Opacity=75);
			-moz-opacity: 0.75;
		}
		div#btmNav {
			z-index: 100;
			position: absolute;
			top: 0px;
			right: 0px;
		}
			div#btmNav ul {
				list-style-type: none;
				margin: 0px;
				padding: 0px;
				font-weight: bold;
			}
				div#btmNav li {
					display: inline;
				}
				div#btmNav a {
					text-decoration: none;
					padding: 0px 4px;
					color: #FFFFFF;
				}
				div#btmNav a span.nonscreen {
					display: inline;
					visibility: visible;
				}
form#intakeForm ol li {
	margin-bottom: 2em;
}
div.errors {
	position: relative;
	display: block;
	margin: 20px 0px;
	padding:10px;
	border-width: 3px;
	border-style: solid;
	border-color: #CC0000;
	background-color: #FFFF99;
	color:#990000;
}

/* Form Styles */
.cf {
	display:none;
}
.ui-widget-notice, .form-status-message {
  margin: 1.2em 0 1em;
}
.ui-corner-all {
  border-radius: 4px 4px 4px 4px;
}
.ui-state-error, .ui-widget-content .ui-state-error {
  background-color:#FEF1EC;
  border: 1px solid #CD0A0A;
  color: #CD0A0A;
}
.ui-icon {
	display:none;
}
.ui-state-error .form-status-content {
  color: #660000;
}
.ui-notice-content, .form-status-content {
  font-size: 0.9em;
  line-height: 1.25em;
  padding: 5px 20px;
}
.ui-state-error .form-status-content strong {
  color: #CD0A0A;
}

