body {
	background: #ece7d8 url(../webimages/bodyBg.gif) repeat-x left top;
	color: #333;
	font-family: georgia, 'times new roman', serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

body.homePage {
	background: #ece7d8 url(../webimages/homeBodyBg.gif) repeat-x left top;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	color: #325a6e;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 0;
}

body h1 {
	font-size: 24px;
	font-weight: normal;
}

body h2 {
	font-size: 18px;
	margin-bottom: 8px;
}

body h3 {
	font-size: 20px;
}

body.homePage h1, body.homePage h2, body.homePage h3 {
	color: #794226;
}	

p {
	font-size: 12px;
	margin: 0 0 18px 0;
}

a {
	color: #333 ;
}

a:hover {
	color: #794226;
}

a:focus {
	outline: #fff 1px dotted;
}

a img {
	border: none;
}

img {display: block;}

.left {
	float: left;
	margin: 0 20px 15px 0;
}

.right {
	float: right;
	margin: 0 0 15px 20px;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.border {
	border: #fff solid 8px;
}

#wrap {
	margin: 0 auto;
	width: 960px;
}

	#header {
		height: 100px;
		position: relative;
	}
	
		#logo {
			display: block;
			height: 75px;
			width: 357px;
			position: absolute;
			top: 14px;
			left: 0;
		}
		
		#header ul {
			position: absolute;
			margin: 0;
			padding: 0;
			top: 0;
			right: 4px;
		}
		
			#header ul li {
				background: url(../webimages/navBulletBg.gif) left 13px no-repeat;
				color: #ece7d8;
				float: left;
				margin: 0 0 0 5px;
				padding: 8px 0 5px 10px;
				line-height: 12px;
				list-style-type: none;
			}
			
			* html #header ul li {
				padding-top: 0;
			}
			
			#header ul li.first {
				background: none;
			}
	
				#header ul li a {
					color: #ece7d8;
					font-family: trebuchet ms, helvetica, arial, sans-serif;
					font-size: 12px;
					padding: 9px 5px 5px 5px;
				}
				
				* html #header ul li a {
					zoom: 1;
				}
				
				#header ul li a:hover,
				#header ul li a.selected {
					background: #445f6c;
					color: #fff;
				}
				
				#header ul li a.selected {
					text-decoration: none;
				}
				
		#contactInfo {
			background: url(../webimages/contactInfoBg.gif) left top no-repeat;
			color: #fff;
			padding: 10px 0 0 0;
			position: absolute;
			right: 0;
			bottom: 0;
			text-align: center;
			height: 55px;
			width: 205px;
		}		
		
			#contactInfo p {
				font-size: 17px;
				font-weight: normal;
				margin: 0 0 10px 0;
			}
			
			#contactInfo a {
				color: #fff;
				font-size: 12px;
			}
			
			#contactInfo a:hover {
				color: #ccc;
			}
			
	#primaryNav {
		margin: 0;
		padding: 0;
	}
	
		#primaryNav li {
			list-style-type: none;
			float: left;
		}
		
			#primaryNav li a {
				color: #ece7d8;
				display: block;
				font-size: 17px;
				font-family: trebuchet ms, helvetica, arial, sans-serif;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
				height: 40px;
				line-height: 40px;
			}
		
			#primaryNav li a:hover {
				background: #32596D;
				color: #fff;
			}
			
			#primaryNav li.selected a {
				background: #254250;
				color: #fff;
			}
		
			#primaryNav li a.staff {width: 204px;}
			#primaryNav li a.service {width: 138px;}
			#primaryNav li a.request {width: 235px;}
			#primaryNav li a.payment {width: 178px;}
			#primaryNav li a.faq {width: 76px;}
			#primaryNav li a.contact {width: 129px;}
			
	#mainContent {
		clear: left;
	}
	
		#homeCopy {
			float: left;
			padding: 38px 54px;
			width: 469px;
		}
		
		#featuredContain {
			position: relative;
			width: 350px;
			height: 400px;
			float: right;
			top: -115px;
			margin-right: 30px;
		}
		
		#featuredServiceShadow {
			background: url(../webimages/featuredServiceDropShadow.png) left top no-repeat;
			padding: 3px 11px 11px 3px;
			float: left;
			height: 320px;
			width: 350px;
			overflow: visible;
			position: absolute;
			bottom: 0;
			left: 0;
		}
		
		* html #featuredServiceShadow {
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/featuredServiceDropShadow.png', sizingMethod='scale');
		}
		
			#featuredServiceBox {
				background: #fff;
				padding: 0 20px;
				height: 320px;
				width: 310px;
				overflow: visible;
			}
			
				#featuredContent {
					position: absolute;
					left: 25px;
					bottom: 16px;
					width: 305px;
				}
			
				#featuredImage {
					background: url(../webimages/featuredImageDropShadow.png) left top no-repeat;
					padding: 3px 11px 11px 3px;
					height: 194px;
					width: 312px;
					position: absolute;
					left: 20px;
					top: 40px;
					z-index: 100;
				}
				
				#featuredImage img {
					border: 4px solid #fff;
				}
				
				* html #featuredImage {
					background-image: none;
					filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/featuredImageDropShadow.png', sizingMethod='scale');
				}
				
			#featuredServiceBox h2 {
				border-bottom: #999 1px solid;
				color: #666;
				font-family: trebuchet ms, helvetica, arial, sans-serif;
				font-size: 12px;
				font-weight:bold;
				letter-spacing: 4px;
				line-height: 20px;
				text-align: center;
				text-transform: uppercase;
				margin: 0 0 12px 0;
				padding: 0;
			}
			
			#featuredServiceBox h3 {
				font-size: 20px;
				font-weight: normal;
				text-align: center;
				margin-bottom: 8px;
			}
		
			#featuredServiceBox p {
				text-align: center;
			}
		
		#secondaryNav,
		#secondaryNavMore,
		#secondaryContent {
			background: #d2cbb5;
			float: left;
			padding: 37px 22px;
			margin: 0;
			list-style-type: none;
			width: 191px;
		}
		
			#secondaryNav li,
			#secondaryNavMore li {
				margin-bottom: 12px;
			}
			
			#secondaryNavMore li {
				font-size: 13px;
				font-family: trebuchet ms, helvetica, arial, sans-serif;
				font-weight: bold;
				letter-spacing: 2px;
				color: #794226;
				text-transform: uppercase;
				margin-bottom: 30px;
			}
			
				#secondaryNav li a {
					color: #794226;
					font-size: 13px;
					font-family: trebuchet ms, helvetica, arial, sans-serif;
					font-weight: bold;
				}
				
				#secondaryNav li a:hover {
					color: #c46b3f;
				}
		
				#secondayNav li ul {
					width: 0px;
				}
		
			#secondaryNavMore li ul {
				list-style-type: none;
				margin: 0 0 0 5px;
				padding: 0;
			}
		
			#secondaryNavMore li ul li {
				background: url(../webimages/secondaryNavBullet.gif) left 6px no-repeat;
				padding-left: 8px;
				margin-bottom: 3px;
			}
		
				#secondaryNavMore li ul li a {
					font-size: 12px;
					font-family: trebuchet ms, helvetica, arial, sans-serif;
					font-weight: normal;
					letter-spacing: 0;
					color: #666;
					text-transform: none;
				}
				
				#secondaryNavMore li ul li a:hover {
					color: #794226;
				}
		
		#secondaryContent {
			padding: 0;
			width: 235px;
			text-align: center;
		}
		
			#secondaryDropShadow {
				background: url(../webimages/secondaryDropShadow.png) left top no-repeat;
				width: 207px;
				height: 311px;
				padding: 0 8px 10px 2px;
				margin: 37px auto 240px auto;
			}	
		
			* html #secondaryDropShadow {
				background-image: none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/secondaryDropShadow.png', sizingMethod='scale');
			}
		
			#secondaryBox {
				background: #fff url(../webimages/secondaryBg.gif) left top repeat-x;
				width: 187px;
				height: 307px;
				padding: 4px 10px 0 10px;
			}
		
			#secondaryBox img {
				margin: 10px auto;
			}
		
			#secondaryBox h3 a {
				color: #794226;
				font-size: 17px;
			}
			
			#secondaryBox p {
				padding: 0 8px;
				line-height: 18px;
			}
		
		#mainCopy {
			padding: 37px 0 20px 55px;
			float: left;
			width: 670px;
		}
		
			.group {
				background: #d2cbb5 url(../webimages/staffGroupBottomShadow.gif) left bottom repeat-x;
				padding-bottom: 9px;
				margin-bottom: 25px;
				clear: both;
				position: relative;
			}
			
				.group h2 {
					background: url(../webimages/staffHeaderBg.gif) left top repeat-x;
					color: #fff;
					height: 49px;
					font-size: 16px;
					font-weight: bold;
					padding: 0 0 0 30px;
					margin-bottom: 0;
					line-height: 42px;
					font-family: helvetica, arial, sans-serif;
					text-transform: uppercase;
					text-align: left;
					letter-spacing: 3px;
				}
				
				.group img {
					border: 8px solid #fff;
				}
				
					.firstGroup {
						background: #d2cbb5;
						padding: 25px 30px;
						zoom: 1;
					}
				
					.groupItem {
						background: #d2cbb5 url(../webimages/staffMemberBgShadowTop.gif) left top repeat-x;
						padding: 35px 30px;
						zoom: 1;
					}
					
						.groupDescription {
							overflow: hidden;
						}
						
							.groupDescription h3 {
								color: #794226;
								margin-bottom: 8px;
							}
						
							.groupDescription ul {
								color: #63513a;
								font-family: trebuchet ms, helvetica, arial, sans-serif;
								margin: 0 80px 20px 80px;
							}
							
								.groupDescription ul li {
									background: url(../webimages/descriptionBulletBg.gif) left 6px no-repeat;
									padding-left: 8px;
									margin-bottom: 5px;
									list-style-type: none;
								}
						
						.toTop {
							background: url(../webimages/staffMemberBgShadow.gif) left bottom repeat-x;
							clear: left;
							display: block;
							height: 30px;
							text-align: center;
							font-size: 12px;
						}
		
			#beforeAfterContain {
				float: right;
				position: relative;
				width: 244px;
				height: 200px;
				margin: 0 0 20px 20px;
			}
		
			#beforeAfterShadow {
				background: url(../webimages/beforeAfterBoxDropShadow.png) left top no-repeat;
				width: 244px;
				height: 156px;
				padding: 3px 8px 7px 2px;
				position: absolute;
				bottom: 0;
				left: 0;
			}
			
			* html #beforeAfterShadow {
				background-image: none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/beforeAfterBoxDropShadow.png', sizingMethod='scale');
			}
			
				#beforeAfter {
					background: #fff;
					width: 244px;
					height: 156px;
				}
			
				.beforeAfterShadow,
				.beforeAfterShadow2 {
					background: url(../webimages/beforeAfterDropShadow.png) left top no-repeat;
					padding: 1px 5px 5px 1px;
					width: 139px;
					height: 86px;
					position: absolute;
					left: 15px;
					top: 0px;
					z-index: 100;
				}
		
				* html .beforeAfterShadow,
				* html .beforeAfterShadow2 {
					background-image: none;
					filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/beforeAfterDropShadow.png', sizingMethod='scale');
				}
		
				.beforeAfterShadow2 {
					left: 90px;
					top: 20px;
				}
		
					.beforeAfterShadow img,
					.beforeAfterShadow2 img {
						border: 2px solid #fff;
					}
		
				#smileText {
					position: absolute;
					bottom: 5px;
					left: 0;
				}
				
					#smileText h3 {
						font-size: 15px;
						font-weight: bold;
						text-align: center;
						margin-bottom: 5px;
					}

						#smileText h3 a {
							color: #325a6e;
						}
					
						#smileText h3 a:hover {
							color: #794226;
						}
					
					#smileText p {
						text-align: center;
						padding: 0 35px;
					}
			.galleryItem {
				float: left;
				display: inline;
				margin: 0 60px 20px 0;
				text-align: center;
				width: 266px;
			}

			.galleryItem .fullSize {
				display: none;
			}
			
				.galleryItem .imageShadow {
					background: url(../webimages/galleryShadow.png) left top no-repeat;
					width: 256px;
					height: 176px;
					padding: 3px 8px 7px 2px;
				}
				
				* html .galleryItem .imageShadow {
					background-image: none;
					filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/galleryShadow.png', sizingMethod='scale');
				}
				
				.galleryItem .imageShadow img {
					border: 8px solid #fff;
					width: 240px;
					height: 160px;
				}
		
		#requestCopy {
			padding: 37px 0 0 55px;
			margin: 0 auto;
			width: 670px; 
		}
		
			#requestCopy p {
				color: #325a6e;
				font-size: 24px;
				line-height: 30px;
				margin-left: 12px;
				text-align: center;
			}
		
			#requestCopy img {
				border: 8px solid #fff;
			}
		
			#requestForm {
				position: relative;
				overflow: hidden;
			}
			
				#requestForm .firstGroup {
					padding: 25px 15px;
					height: 280px;
				}
			
				.formLeft {
					float: left;
					width: 304px;
				}
			
				.formRight {
					float: right;
					width: 300px;
					margin-top: 23px;
				}
			
				.formRight td {
					vertical-align: top;
				}
			
				#requestForm table tr.submit {
					text-align: center;
				}
		
				#requestForm table .inputText {
					width: 210px;
				}
		
				#requestForm table .label {
					text-align: right;
					width: 80px;
				}
		
					#requestForm table.formRight .label {
						width: 95px;
					}
		
				#requestForm table .shortLabel {
					width: 30px;
				}
				
				#requestForm table .shortInput input {
					width: 76px;
				}
		
				#requestForm table .medium input,
				#requestForm table .medium select {
					width: 90px;
				}
		
			span.indicateRequired {
				position: absolute;
				right: 10px;
				top: 15px;
				color: #fff;
			}
		
		#paymentCopy {
			padding: 37px 150px;
			text-align: center;
		}
		
			#paymentCopy img {
				margin: 30px auto;
			}
		
	#fullCopy {
		padding: 37px 10px;
		text-align: center;
	}
		
		#contactLeft {
			float: left;
			width: 310px;
			padding: 0 20px;
		}
		
			#contactLeft h3 {
				margin-bottom: 5px;
			}
		
			#contactLeft a {
				color: #325a6e;
			}
	
			#contactLeft span,
			#contactLeft address {
				font-size: 16px;
				font-weight: bold;
				line-height: 20px;
				color: #325a6e;
				font-style: normal;
			}
	
			#contactLeft span {
				display: block;
				margin-bottom: 30px;
			}
	
		#contactRight {
			height: 375px;
			width: 560px;
			margin-bottom: 30px;
			float: right;
			position: relative;
		}
		
			#mapContain {
				background: url(../webimages/mapContainDropShadow.png) left top no-repeat;
				padding: 4px 16px 13px 2px;
				position: absolute;
				bottom: 0;
				left: 0;
				width: 539px;
				height: 339px;
			}
		
			* html #mapContain {
				background-image: none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/mapContainDropShadow.png', sizingMethod='scale');
			}
		
			#containBg {
				background: #fff;
				width: 539px;
				height: 339px;
			}
			
			.location {
				position: absolute;
				bottom: 15px;
				left: 25px;
			}
			
			#mapShadow {
				background: url(../webimages/mapShadow.png) left top no-repeat;
				width: 502px;
				height: 302px;
				padding: 11px 11px 11px 3px;
				position: absolute;
				top: 0;
				left: 16px;
				z-index: 100;
			}
			
			* html #mapShadow {
				background-image: none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/mapShadow.png', sizingMethod='scale');
			}
			
			#mapShadow img {
				border: 8px solid #fff;
			}
		
		#fullCopy .group {
			width: 720px;
			overflow: hidden;
			text-align: left;
			margin: 0 auto;
		}
		
		.referText {
			padding: 10px 100px;
		}
		
		#fullCopy td {padding-bottom: 3px;}
		
		#fullCopy .formLeft {
			width: 318px;
		}
		
		#fullCopy .formRight {
			width: 335px;
			margin-bottom: 30px;
		}
		
		#fullCopy .inputText {
			width: 188px;
		}
		
		#fullCopy .labelTop {
			vertical-align: top;
			text-align: right;
		}
		
		#fullCopy .formRight {
			margin-top: 0;
		}
		
		#fullCopy .formRight .submit {
			text-align: center;
			height: 50px;
		}
		
		#fullCopy .formRight .submit td {
			vertical-align: bottom;
		}
		
		#fullCopy .label {
			text-align: right;
			width: 180px;
		}
		
	#footer {
		clear: both;
		color: #666;
		font-family: helvetica, arial, sans-serif;
		font-size: 11px;
		line-height: 14px;
	}
	
		#footer ul {
			clear: left;
			list-style-type: none;
			margin: 0 auto;
			padding: 0;
			text-align: center;
		}
		
			#footer ul li {
				background: url(../webimages/footerNavBullet.gif) left 5px no-repeat;
				padding-left: 8px;
				display: inline;
				text-align: center;
				
			}
			
			#footer ul li.first {
				background: none;
				padding-left: 0px;
			}
			
				#footer ul li a {
					color: #666;
				}
				
				#footer ul li a:hover {
					color: #794226;
				}
				
		#footer p {
			clear: left;
			font-size: 11px;
			text-align: center;
		}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	background: #000;
	opacity: .70;
	filter: alpha(opacity=70);
	z-index: 1500;
}

* html #overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#gallery {
	
}

* html #gallery {
	z-index: 2000;
}

#modal {
	background: #fff;
	display: none;
	padding: 20px 20px 0px 20px;
	position: absolute;
	top: 170px;
	left: 50%;
	overflow: hidden;
	z-index: 5000;
}	

#modal p {
	float: left;
}

#modal img {
	margin-bottom: 10px;
}
