@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #de8928;
	background-image:url(images/goat-yard-background.jpg);
	background-repeat:no-repeat;
	background-position: top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	position: relative; /*Needed to position pics*/
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fbe673;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-bottom: solid 4px #06364D;
	border-top: solid 2px #06364D
}
#header {
	height: 90px;
	background: #fff;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. *//*	border-bottom: solid 1px #aaa;
*/
}
#menuShadow {
	position:absolute;
	left:100px;
	top:150px;
}
#leftContent {
	float: left;
	padding: 0;
	margin: 0;
}
img {
	border-style: none;
}
#mainContent {
	float:right;
	width:650px;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fbe673;
}
#contactInfo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #7A1E08;
	padding: 10px 10px 20px 20px;
}
#contactInfo a {
	text-decoration:none;
}
#contactInfo a:hover {
	text-decoration: underline;
}
#contactInfo a {
	color: #7A1E08;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	color: #222;
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 1em 0 1em 0;
}
.testa {
	font-family: Verdana, Geneva, sans-serif;
	color: #222;
	font-size: 1em;
	font-style:italic;
	line-height: 1.8em;
	margin: 60px 0 0 0;
}
.sign {
	font-family: Verdana, Geneva, sans-serif;
	color: #222;
	text-align:right;
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 0px 60px 0px 0px;
}
h1 {
 font-family:;
	color: #7A1E08;
}
h2 {
	font: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	padding-top: 1em;
	color: #7A4508;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color:#444;
	margin: 2em 0 0 0;
}
h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #541A6D;
	font-size: 1.2em;
	line-height: 1em;
	margin: 10px 0 0 20px;
}
.blessing {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #5E010B;
	font-size: 1em;
	line-height: 1.8em;
	margin: 1em 0 1em 60px;
}
.imageRight {
	float:right;
	margin: 10px 0 0 10px;
	border: solid 1px #999;
}
.imageLeft {
	float:left;
	margin: 10px 10px 0 0;
}
.bbbPlace {
	margin: 10px 10px 10px 60px;
}
.nagcPlace {
	margin: 10px 10px 10px 10px;
}
#nav-side {
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
	width: 133px;
	padding: 20px 20px 20px 20px;
}
#nav-side ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-side li {
	height: 2.5em; /*line height*/
}
#nav-side li a {
	text-decoration: none;
	display: block;
	color: #06364D; /*Button Text Color*/
}
#nav-side a:visited {
	text-decoration: none;
	display: block;
	color: #5E010B;
	font-weight: normal;
}
#nav-side a:hover {
	text-decoration: none;
	display: block;
	border-bottom: solid 1px;
}
#nav-side li a.currentPage, #nav-side li a.currentPage:hover, #nav-side li a.currentPage:active {
	color: 06364D;
	text-decoration: none;
	display: block;
	border-bottom: solid 1px;
	cursor: default;
}

#buttonBox {
	text-align:center;
}


.listindent {
	margin-left: 20px;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#06364D;
	text-align:center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 0.8em;
	line-height: 1.8em;
}
#footer a {
	color: #eee;
}
.clearFloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#myAudioBar {
	padding-right: 40px;
	padding-left: 40px;
}

