html,body{height:100%;}
body{
	
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #aeaeae;
	position: relative;
	min-width: 960px;
	-webkit-text-size-adjust: none;
}

.bg-fill out{
	  float: left;
      margin:60px;
      width: 1070px;
	  position: relative;
}


.bg-main {
	background: #f0f0f0 url('../images/') repeat-x;
	position:relative;
}
.bg-head {
	background: url('../images/bamboo3.jpg') no-repeat 50% 0;
}


/*********************************header*************************************/
header{
	width: 100%;
	padding: 42px 0 20px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
}
h1{
	text-align: center;
	margin-bottom: 20px;
}
	h1 a{
	display: inline-block;
	width: 500px;
	height: 78px;
	overflow: hidden;
	background: url(../images/amylogo2.png) left top no-repeat;
	font: 0/0 a;
	color: transparent;
	top: 10px;
	}
	
	
	

/********************************* Content **********************************/
#content{
	width: 100%;
	padding-bottom: 30px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	color: #433c30;
}

/* ---------- Titles ---------*/
h3{
	color: #660000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: 400;
	text-decoration: none;
}

h2{
	color: #433c30;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 400;
}


h6{font:normal 15px/23px Arial, Helvetica, sans-serif; color:#9b7854;}
	h6 a{color:inherit; text-decoration:none;}
		h6 a:hover{text-decoration:none; color:#454545;}

/*---------- Columns --------*/
.col-3{float:left; width:209px; margin-right:20px;}
.col-4r{float:right; width:448px;}
.col-4{
	float: right;
	width: 498px;
}
.col-5{float:left; width:360px; margin-right:20px;}
.col-6{float:left; width:438px; margin-right:20px;}
.col-7{float:left; width:520px;}
.col-8{float:left; width:552px;}
/*----------- Boxes ----------*/

/*---------- Links ----------*/
a{color:#705E5E; outline:none; cursor:pointer; text-decoration:none;}
	a:hover{
	font-size: inherit;
	color: rgba(204,153,0,1);
	text-align: center;
}
a[href^="tel:"]{color: inherit; text-decoration:none;}
.button{
	display: inline-block;
	cursor: pointer;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: url(../images/button-tail.gif) 0 0 repeat-x #353434;
	border: 1px solid #101010;
	border-radius: 3px;
	padding: 6px 12px 8px;
	left: 22px;
}
	.button:hover{
		text-decoration:none;
		background-position:0 -63px;
		background-color: #806952;
		border-color:#a28363;
	}
.banners{padding-bottom:20px;}
	.banners a{
		display:block;
		width:300px;
		height:142px;
		overflow:hidden;
		background-position:0 0;
		background-repeat:no-repeat;
		border-bottom:1px solid #d6d6d6;
		border-radius:5px;
		position:relative;
		font:400 40px/40px 'Pinyon Script', cursive;;
		color:#454545;
		text-decoration:none;
	}
		.banners a.banner1{background-image:url(../images/banner1.jpg);}
		.banners a.banner2{background-image:url(../images/banner2.jpg);}
		.banners a.banner3{background-image:url(../images/banner3.jpg);}
		.banners a:hover{text-decoration:none;}
/*----- Images -----*/
.img-indent{float:left; margin-right:20px;}
.img-shadow{
	box-shadow:0 5px 13px #ebebeb;
	-webkit-box-shadow:0 5px 13px #ebebeb;
}
/*---------- Lists -----------*/
.last-item{margin-right:0 !important; margin-bottom:0 !important;}
.list-1 li{
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #aeaeae;
	text-align: left;
	padding-left: 12px;
	background: url(../images/marker-1.png) 0 6px no-repeat;
	margin-bottom: 13px;
}
	.list-1 a{color:inherit; text-decoration:none;}
		.list-1 a:hover{color:#9b7854; text-decoration:none;}
/*---------- Indents ---------*/
p{
	margin-bottom: 18px;
	padding-left: 0px;
	padding-right: 0px;
	text-align:center;
	line-height:22px;
}








	.p0{margin-bottom:0;}		.p0-1{margin-bottom:3px;}
	.p1{margin-bottom:5px;}		.p1-1{margin-bottom:8px;}
	.p2{margin-bottom:10px;}	.p2-1{margin-bottom:12px;}
	.p3{margin-bottom:15px;}	.p3-1{margin-bottom:18px}
	.p4{margin-bottom:20px;}	.p4-1{margin-bottom:22px;}
	.p5{margin-bottom:25px;}	.p5-1{margin-bottom:28px;}
	.p6{margin-bottom:30px;}	.p6-1{margin-bottom:32px;}
	.p7{margin-bottom:35px;}	.p7-1{margin-bottom:37px;}
	.p8{margin-bottom:40px;}	.p8-1{margin-bottom:42px;}
.indent-top1-1{padding-top:7px;}
.indent-left9{padding-left:45px;}
.indent-bottom2-1{padding-bottom:13px;}
.indent-bottom4{padding-bottom:20px;}
.indent-bottom4-1{padding-bottom:23px;}
/*----------- Map ------------*/
#map iframe{width:100%; height:247px;}
#map dl{width:100%; position:relative; overflow:hidden;}
#map dt{font:15px/23px Arial, Helvetica, sans-serif; color:#9b7854; margin-bottom:10px;}
#map dl span {display:inline-block; width:81px; text-align:left;}
	#map dl span.last{width:75px;}
/************************************** Footer *************************************/
footer{
	width: 100%;
	padding: 26px 0 40px;
}
	.footer-menu{
		font:0/0 a;
		text-align:center;
		margin-bottom:10px;
	}
		.footer-menu li{
			display:inline-block;
			border-right:1px solid #aeaeae;
			padding:0 14px;
			font:12px/12px Arial, Helvetica, sans-serif;
		}
			.footer-menu a{text-decoration:none; color:#aeaeae;}
				.footer-menu a:hover, .footer-menu .current a{
	text-decoration: none;
	color: #666666;
}


		.footer-menu li.last-item{border-right:none;}
	
	.copyright a{color:inherit;}


		.copyright a:hover{text-decoration:none; color:#9b7854;}


	.footer-link{}

/*----------- Back to top --------------*/
#toTop {
	display:none;
	width:17px;
	height:12px;
	overflow:hidden;
	background:url(../images/totop.gif) center top no-repeat;
	position:fixed;
	margin-right:-560px !important;
	right:50%;
	bottom:100px;
	z-index:999;
}
#toTopHover {
	float:left;
	display:block;
	background:url(../images/totop.gif) center -17px no-repeat;
	width:17px;
	height:12px;
	overflow:hidden;
	opacity: 0;
}
#toTop:active, #toTop:focus {outline:none;}


/*=================================================================================*/
@media only screen and (max-width: 995px) {
	p, .p3, .p3-1{
	margin-bottom: 20px;
	color: #FFFFFF;
}
		.p4-1, .p5, .p5-1, .p6, .p6-1, .p7, .p7-1, .p8, .p8-1{margin-bottom:20px;}
		h3{margin-bottom:15px !important;}
	.img-indent:not(.img-indent-none-tp) img{width:auto;}
	.col-3{width:162px;}
	.col-4r{width:236px;}
	.col-4{width:236px;}
	.col-5{width:280px;}
	.col-6{width:344px;}
	.col-7{width:408px;}
	.col-8{width:472px;}
	.indent-top1-1{padding-top:0;}
	.indent-left9{padding-left:20px;}
	.indent-bottom2-1{padding-bottom:20px;}
	.indent-bottom4-1{padding-bottom:30px;}
	/*-----------------------------------------*/
	body{min-width:768px;}
	h1{margin-bottom:20px;}
	.banners a{background-size:100% auto; width:236px; height:112px;}
	#toTop {display:none !important;}
}

@media only screen and (max-width: 767px) {
	.img-indent:not(.img-indent-none-ml) img{width:auto;}
	.col-3{
	width: 180px;
	font-size: 24px;
}
	.col-4r, .col-5, .col-6, .col-7, .col-8{float:none; width:100%; margin-right:0; margin-bottom:30px;}
	.indent-bottom-ml{border-bottom:3px double #cdaf8e; margin-bottom:30px;}
	.indent-bottom2-1, .indent-bottom4, .banners{padding-bottom:30px;}
	/*-----------------------------------------*/
	body{min-width:420px;}
	.banners a{width:420px; height:199px;}
}

@media only screen and (max-width: 479px) {
	.img-indent:not(.img-indent-none-mp) img{width:auto;}
	.col-3{float:none; width:100%; margin-right:0; margin-bottom:30px;}
	/*-----------------------------------------*/
	body{min-width:320px;}
	h1 a{width:300px; height:97px; background-size:100% auto;}
	.banners a{width:300px; height:142px;}
}
.whiteShadowBox {
	background-color: rgba(255,255,255,.75);
	box-shadow: 5px 5px 10px #2b2b2b;
	padding: 30px;

}

.whiteShadowBox2 {
	background-color: rgba(255,255,255,.75);
	box-shadow: 5px 5px 10px #2b2b2b;
	padding:30px;
	width: 760px;
	display: inline-block;
}

.bioBox {
	max-width: 580px;
	margin: 0 auto 20px auto;	
}


.noSidePadding {
	padding: 20px 0;	
}
.headingThird {
	width: 32.85%;
	display: inline-block;
}

.contactForm {
	max-width: 500px;
	margin: 0 auto;	
}

.amy_image {
	float: left;
	margin: 10px;
}

.notResponsiveImage {
	width: inherit;
	padding: -50px;
}
.notResponsiveImages img {
	width: auto;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 20px;
}
.noCenter {
	text-align: left;	
}
.enlargedBox, .cover {
	display: none;
}
.enlargedBox:first-child {
	display: block;
}

#page2 .bg .container_12 .grid_12 #content .xwrapper.indent-bottom4 .grid_12.alpha.omega .box.maxheight .indents .whiteShadowBox.bioBox {
	text-align: left;
}

#page3 .bg .container_12 .grid_12 #content .box .indents p {
	text-align: center;
}

#page1 .bg .container_12 .grid_12 .wrapper .copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.indent1 {
	text-align: left;
	indent: 10px;
	
}
