/* commented backslash hack \*/ 
html, body {
	height:100%;
} 
/* end hack */
html,body { 
	margin:0;
	padding:0
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #F3F4F0;
	background-image: url(../images/mccback.gif);
	background-repeat: repeat;
	behavior:url("csshover.htc");
}
* html #container {
	height:100%;
}
#container {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-height:100%;
	margin-bottom: -60px;
	height:auto;
	background-color: #FFFFFF;	
}
.interior {
	background-position: 0px 100px;
	background-image: url(../images/content-bg.gif);
}
#header {
	height: 70px;
	padding-top: 20px;
	background-color: #FFFFFF;
	clear: both;
	width: 740px;
}
#header #logo {
	float: left;
}
#header #toplinks {
	float: right;
	text-align: right;
	color: #877C45;
}
#header #toplinks p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
#header #toplinks h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#nav {
	height: 31px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	clear: both;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	z-index: auto;
}
#nav li {
	float: left;
	list-style-type: none;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #df988c;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
#nav a:hover {
	text-decoration: none;
	background-image: url(../images/nav-highlight-bg.gif);
	background-repeat: repeat-x;
}
#nav ul li ul {
	margin: 0px;
	width: 150px;
	position: absolute;
	padding: 0px;
	left: -1px;
	display: none;
	background-color: #BE2D1A;
	top: 28px;
}
#nav ul li:hover ul, #nav ul li ul:hover {
	display: block;
}
#nav ul li ul li {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a22a15;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 25px;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#nav ul li ul a:hover {
	background-color: #d57868 !important;
	background-image: none !important;
}
#nav ul li ul li:first-child {
}
#body {
	clear: both;
	width: 740px;
}
#body #masthead {
	height: 250px;
	color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
#body #masthead #largeimage {
	height: 250px;
	background-color: #FFFFFF;
	float: left;
	width: 450px;
}
#body #masthead #artistlink {
	height: 120px;
	width: 230px;
	float: right;
}
#body #masthead #artistlink h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	background-color: #BE3119;
	display: block;
	padding-left: 10px;
}
#body #masthead #artistlink h1 a:hover {
	text-decoration: underline;
}
#body #masthead #tradelink {
	height: 120px;
	width: 230px;
	float: right;
	margin-top: 10px;
}
#body #masthead #tradelink h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	background-color: #9DAB34;
	display: block;
	padding-left: 10px;
}
#body #masthead #tradelink h1 a:hover {
	text-decoration: underline;
}
#body #masthead h1 {
	margin: 0px;
	padding: 0px;
}
#body #panels {
	height: 100px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
}
#body #panels h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #FFFFFF;
	height: 30px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#body #panels h3 {
	font-size: 12px;
	font-weight: normal;
	color: #877C45;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#body #panels p {
	padding-left: 10px;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}
#body #panels a {
	color: #0060B6;
	font-weight: bold;
}
#body #panels #panelone, #paneltwo, #panelthree {
	width: 150px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
	margin-bottom: 20px;
}
#body #panels .gift {
	background-color: #BE2D1A;
	background-image: url(../images/panelone-bg.gif);
	background-repeat: no-repeat;
}
#body #panels .event {
	background-color: #9DAB34;
	background-image: url(../images/paneltwo-bg.gif);
	background-repeat: no-repeat;
}
#body #panels .volunteer {
	background-color: #EBA22F;
	background-image: url(../images/panelthree-bg.gif);
	background-repeat: no-repeat;
}
#body #panels #panelfour {
	width: 230px;
	float: right;
}
#body #panels #panelfour h1 {
	color: #BE2D1A;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#body #panels #panelfour h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#body #panels #panelfour p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#body #panels #panelfour .field {
	background-color: #ffffcc;
	border: 1px inset #CCCCCC;
	width: 205px;
	color: #999999;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
}
#body #panels #panelfour .fielddark {
	background-color: #ffffcc;
	border: 1px inset #CCCCCC;
	width: 205px;
	color: #333333;
	padding-left: 3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;

}
#body #panels #panelfour .button {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #BE2D1A;
	border: 1px outset #BE2D1A;
	font-size: 11px;
}
#body #panels #panelfour .btnpara {
	text-align: right;
	padding-right: 20px;
	padding-left: 20px;
}
#body #content {
	float: left;
	width: 430px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
#body #content #breadcrumb {
	color: #877C45;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 20px;
	height: 20px;
}
#body #content #breadcrumb a {
	color: #877C45;
}
#body #content #breadcrumb a:hover {
	color: #BE3119;
	text-decoration: underline;
}
#body #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #BE2D1A;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#body #content p {
	line-height: 17px;
	color: #746931;
	padding-right: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#body .largelink {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#body #content a {
	color: #0060B6;
}
#body #content a:hover {
	color: #BE3119;
}
#body #content ul {
	margin-bottom: 20px;
	padding-bottom: 0px;
}
#body #content li {
	line-height: 17px;
	color: #746931;
}
#body #content img {
	margin-bottom: 20px;
}
#body #content #map {
	margin-bottom: 20px;
	background-color: #CCCCCC;
}
#body #content .note {
	padding-top: 20px;
}
#body #content .disclaimer {
	font-size: 11px;
	color: #999999;
	line-height: 12px;
}
#body #sidebar {
	float: right;
	width: 230px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
	padding-top: 20px;
}
#body #sidebar h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BE3119;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#body #sidebar .artisanname {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #877C45;
}
#body #sidebar p {
	line-height: 17px;
	color: #746931;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#body #sidebar ul {
}
#body #sidebar li {
	line-height: 17px;
	color: #746931;
}
#body #sidebar img {
	margin-top: 10px;
}
#body #sidebar img.nopad {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#body #sidebar a {
	color: #0060B6;
}
#body #sidebar a:hover {
	text-decoration: underline !important;
}
#body #sidebar a.red {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #BE3119;
}
#body #sidebar a.green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: #9DAB34;
}
#body #sidebar #flashobj {
	background-color: #FFFFFF;
	background-image: url(../images/sidebar-img-bg.gif);
	background-repeat: no-repeat;
	padding: 6px;
}
#body #clearfix {
	clear: both;
}
#footer {
	height:60px;
	width: 100%;
	clear: both;
	text-align: center;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#clearfooter {
	clear:both;
	height: 60px;
}
#footer #links {
	clear: both;
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BE2D1A;
	color: #FFFFFF;
	line-height: 25px;
	height: 25px;
}
#footer #links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer #links li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efcbc5;
	margin-left: 5px;
	padding-right: 5px;
	line-height: 13px;
	height: 13px;
	margin-top: 6px;
	font-size: 11px;
}
#footer #links a {
	color: #efcbc5;
	text-decoration: none;
}
#footer #links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .first {
	padding-left: 0px !important;
	margin-left: 0px !important;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer .last {
	border: none !important;
}
#footer #legal {
	clear: both;
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	font-size: 10px;
	background-color: #FFFFFF;
	margin-top: 5px;
}
#footer #legal a {
	color: #999999;
}
#footer #legal a:hover {
	color: #0060B6;
}
#fullmap {
	position: absolute;
	background-color: #00FFFF;
	height: 100%;
	width: 100%;
	text-align:left;
}
#directions {
	text-align:left;
	margin: 0px;
	padding: 0px;
}

h3.mapheader {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #CC6600;
	text-align:left;
	margin-bottom: 0px;
}
.myaddress {
	background-color: #ffffcc;
	margin-right: 10px;
	border: 1px inset #CCCCCC;
	margin-bottom: 10px;
	width: 280px;
}

