body {
	background:#A1C9EE url(images/bg_body.jpg) 0 0 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	color:#172C6A;
}
a {
	color:#172C6A;
	text-decoration:none;
}
img {
	border:none;
}
p {
	margin:0;
	padding:0;
}
/* cloads and leaves */
#clouds {
	width:100%;
	height:443px;
	display:block;
	background:url(images/bg_clouds.jpg) 50% 0 no-repeat;
	position:absolute;
	left:0;
	top:0;
}
#leaves {
	width:248px;
	height:296px;
	display:block;
	background:url(images/bg_leaves.gif) 0 0 no-repeat;
	position:absolute;
	right:0;
	top:0;
}
/* wrapper */
#wrapper {
	width:980px;
	margin:0 auto;
	position:relative;
}
/* header */
#header h1 {
	margin:0;
	padding:0;
}
#header h1 a{
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-size:40px;
	font-weight:normal;
	font-style:italic;
	padding:0;
	margin:4px 0 0 10px;
	text-decoration:none;
}
#header h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF;
	font-style:italic;
	padding:0;
	margin:8px 0 0 46px;
}
/* left column */
#columnLeft {
	width:206px;
	float:left;
	padding:0;
	margin:0;
}
/* side boxes */
.box {
	margin:9px 0 0 0;
	float:left;
	width:206px;
}
#box1 {
	margin-top:0px;
}
.box .head {
	width:206px;
	height:32px;
	display:block;
	float:left;
	background:url(images/bg_box_head.png) 0 0 no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-align:center;
	line-height:32px;
	letter-spacing:.06em;
}
.box .mid {
	width:206px;
	display:block;
	float:left;
	background:url(images/bg_box_mid.png) 0 0 repeat-y;
}
.box .foot {
	width:206px;
	height:16px;
	display:block;
	float:left;
	background:url(images/bg_box_foot.png) 0 0 no-repeat;
}

/* left navigation */
#nav.box .head {
	height:17px;
	background:url(images/bg_box_head_blank.png) 0 0 no-repeat;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li a {
	line-height:20px;
	padding:0;
	background: url(images/bullet.gif) 14px 50% no-repeat;
	width:206px;
	display:block;
	border-bottom:1px solid #CEDFF0;
	text-indent:32px;
}
#nav li a:hover {
	background-color:#CEDFF0;
}
#pageHome #nav li#nav1 a,
#pageContact #nav li#nav2 a,
#pageTestimonials #nav li#nav3 a,
#pageServices #nav li#nav4 a,
#pagePayment #nav li#nav5 a,
#pageSchedule #nav li#nav6 a,
#pageRefer #nav li#nav7 a,
#pageFAQ #nav li#nav8 a,
#pageGallery #nav li#nav9 a,
#pageTeam #nav li#nav10 a,
#pageAbout #nav li#nav11 a,
#pageCredits #nav li#nav12 a {
	font-weight:bold;
	background: url(images/bullet2.jpg) 14px 50% no-repeat;
	text-indent:38px;
}
/* testimonials box */
#testimonials p {
	padding:15px;
	font-size:12px;
}
#testimonials span {
	float:right;
	margin:10px 13px 0 13px;
}
#testimonials a{
	text-decoration:underline;
}
#testimonials a:hover{
	text-decoration:none;
}
/* content */
#content {
	float:left;
	width:546px;
	margin:10px;
}
#content .head {
	width:546px;
	height:17px;
	display:block;
	float:left;
	background:url(images/bg_content_head.png) 0 0 no-repeat;
}
#content .mid {
	width:486px;
	display:block;
	float:left;
	background:url(images/bg_content_mid.png) 0 0 repeat-y;
	padding:0 30px;
	min-height:544px;
}
#content .foot {
	width:546px;
	height:17px;
	display:block;
	float:left;
	background:url(images/bg_content_foot.png) 0 0 no-repeat;
}
#content h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	padding:0 0 3px 0;
	margin:0 0 10px 0;
	width:100%;
	border-bottom:1px solid #425385;
}
#content .floatRt {
	float:right;
	margin:0 0 10px 10px;
}
/* location box */
#location {
	text-align:center;
	font-size:12px;
}
#location p {
	padding:15px;
	font-size:12px;
}
#location .phone {
	font-size:22px;
	font-family:"Times New Roman", Times, serif;
	padding:10px 0 20px 30px;
	background:url(images/bg_phone.gif) 26px 16px no-repeat;
	display:block;
}
#location .hours {
	padding:0 0 10px 0;
	clear:both;
}
#location .address {
	padding:0 0 20px 0;
}
#mapLink {
	padding:5px 0 0 0;
}
#mapLink a {
	text-decoration:underline;
}
#mapLink a:hover {
	text-decoration:none;
}
/* footer */
#footer {
	clear:both;
	color:#FFF;
	text-align:center;
	font-size:12px;
	padding:10px 0;
}

/* page specific styles */
#pageContact #content span {
	width:80px;
	float:left;
	font-weight:bold;
}
#pageContact #mapThumb,
#pageContact #mapLink {
	display:none;
}
#pageContact .copy {
	line-height:20px;
}
#pageTestimonials span {
	float:right;
	margin:5px 0 25px 0;
}
#pageTestimonials q {
	clear:both;
	display:block;
}
#pageTestimonials .lineBlue {
	clear:both;
	margin:10px 0;
	color:#A1C9EE;
	background:#A1C9EE;
	height:1px;
	line-height:1px;
}
#pageTestimonials #testimonials {
	display:none;
}
#pageCredits #content .copy a {
	text-decoration:underline;
}
#pageCredits #content .copy a:hover {
	text-decoration:none;
}
#pageCredits p {
	padding-bottom:20px;
}
#pageFAQ h3 {
	font-size:14px;
	font-weight:bold;
	display:block;
	border-top:1px solid #A1C9EE;
	padding:10px 0 10px 0;
	margin:10px 0 0 0;
}
#referForm {
	float:left;
}
#referForm span {
	width:140px;
	display:block;
	float:left;
	clear:left;
	line-height:26px;
}
#referForm input {
	margin:0 0 5px 0;
}
#referForm textarea {
	width:400px;
	height:100px;
	margin:5px 0;
}
#pageAbout h3,
#pageServices h3 {
	font-size:14px;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #A1C9EE;
	padding:10px 0 1px 0;
	margin:10px 0 6px 0;
}
#pagePayment p {
	padding-bottom:15px;
}
#challenge input{
	left:0;
}