@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F5DDAE;
	background-image:url(Images/giraffe-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 */
	color: #000000;
}
#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: #fef9ee;
	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. */
}
#header {
	height: 240px;
	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;
*/
}
#giraffeLogo {
	border-right: solid 1px #aaa;
	position: absolute;
	left: 0px;
	top: 0px;
}


#leftContent {
	float: left;
	margin: 0;
	border-right: solid 1px #aaa;
}


#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: #fef9ee;
}
#contactInfo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #5E010B;
	padding: 10px 10px 20px 20px;
}
#contactInfo a {
	text-decoration:none;
}
#contactInfo a:hover {
	text-decoration: underline;
}
#contactInfo a {
	color: #6f0e1e;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	color: #222;
	font-size: 0.8em;
	line-height: 1.8em;
	margin: 1em 0 1em 0;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #5E010B;
}
h2 {
	font: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 1.2em;
	padding-top: 2em;
	color: #825534;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
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: #5E010B;
	font-size: 1.4em;
	line-height: 1em;
	margin: 1.5em 0 0.5em 40px;
}
.blessing {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #5E010B;
	font-size: 1em;
	line-height: 1.8em;
	margin: 1em 0 1em 60px;
}
.giraffeLogo {
	font-size: 3em;
	color:#666;
}
.imageRight {
	float:right;
	margin: 10px 0 0 10px;
	border: solid 1px #999;
}
.imageLeft {
	float:left;
	margin: 10px 10px 0 0;
}
#nav-side {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	width: 133px;
	padding: 120px 20px 20px 20px;
}
#nav-side ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-side li {
	height: 3em; /*line height*/
}
#nav-side li a {
	text-decoration: none;
	display: block;
	color: #5E010B; /*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 {
	text-decoration: none;
	display: block;
	border-bottom: solid 1px;
	cursor: default;
}
.listindent {
	margin-left: 20px;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5E010B;
	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;
}
