@charset "UTF-8";
/* home page styles */

div#home_banner {
	margin: 10px 0px 24px 0px;
	padding: 0px;
	background-color: #D9CEAF;
	background-image: url(/images/banner_bg.jpg);
	background-repeat: repeat-x;
}
div#photog_banner {
	margin: 10px 0px 12px 0px;
	padding: 0px;
}

div#santafe_banner {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	background-color: #525B6E;
	background-image: url(/images/santafe_banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#santafe_banner img#santafe_head {
	padding-left: 144px;
}
p.frontpagetext {
	padding: 40px 0px 0px 0px;
}
p.frontpagetextfirst {
	padding: 70px 0px 0px 0px;
}
h2.section {
	background-color: #F6EAEA;
	padding: 5px;
}
h2.section2 {
	background-color: #F6EAEA;
	margin-left: -10px;
	padding: 5px 5px 5px 10px;
}
p.contactpagetext {
	padding: 18px 0px 0px 300px;
}
p.contactpagetextfirst {
	padding: 70px 0px 0px 300px;
}
p.caption {
	font-size: 85%;
}
p.copyright {
	font-size: 90%;
	padding: 0px;
}
table.thumbnails img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 5px 5px 5px 0px;
}
table.thumbnails td {
	border: solid 1px #CCCCCC;
	font-size: 90%;
}
.bandname {
	font-style: italic;
}
.emphasis_blue {
	color: #0077CB;
}
.emphasis_red {
	color: #BF6062;
	font-weight: bold;
}
.img-shadow {
	float:left;
	background: url(/images/shadowAlpha.png) no-repeat right bottom !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
 }
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
 }
 .unavailable {
 	color:#9A9A9A;
 }
.textbox {
	background-color: #EEEEEE;
	border: 1px solid #A9A9A9;
	padding: 5px;
	width: 200px;
}
