@import url("layout.css");
body {
	font-family: Garamond, Papyrus, "Comic Sans MS", verdana, "Trebuchet MS", sans-serif;
	/*background-image:url('../images/ohana1_background-8.gif');*/
	background-image:url('../images/leafBackground.jpg');
	background-repeat: repeat;
	background-position:center;
}
#container {
	border-right: 2px solid #42973b;
	border-bottom: 2px solid #42973b;
	border-left: 2px solid #42973b;
	background-color: #fff;
}
#container_calendar {
	background-color: #fff;
}

#container p{
	color: #000; /*was #144410;*/
	font-size:medium;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image:url('../images/OhanaLogo.gif');
	background-repeat: no-repeat;
	background-position:center;
}
#navigation {
	/*background-color: #cee0c5;*/
	background-color: #fff;
	background-image:url('../images/navBackground.gif');
	background-position:center;
	background-repeat:no-repeat;
}
html>body #navigation {
	overflow: hidden;
}
#column_calendar {
	width: 810px;
	background-position: center;
}
html>body #column_calendar {
	width: 810px;
	background-position: center;
}

#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
html>body #column_one {
	width: 285px;
	padding:0 5px 0 5px;
	background-color: #fff;
	margin-left: 12px;
	float: left;
}
html>body #column_two {
	width: 285px;
	padding:0 5px 0 5px;
	background-color: #fff;
	margin-right: 12px;
	margin-left: 12px; 
	float:right;
}

html>body #column_l img{
	border: 0px;
}
html>body #column_l #pic {
	position: relative;
	margin: 0 0 0 50px;
	width:225px;
	height:295px;
	background-image:url('../images/homePhoto-2_frame_anim.jpg');
	background-repeat: no-repeat;
	background-position:center;
}
html>body #column_l #pic a:hover img {
	visibility: hidden;
}
html>body #column_l #pic_facilities {
	position: relative;
	margin: 0 0 0 10px;
	width:340px;
	height:255px;
	background-image:url('../facilities/arenaWithGoats.jpg');
	background-repeat: no-repeat;
	background-position:center;
}
html>body #column_l #pic_facilities a:hover img {
	visibility:hidden;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r #picBar p{
		text-align:center;
}
html>body #column_r #navBox{
	width: 160px;
	padding: 5px 5px;
	border: 1px orange dotted;
	margin-left: 40px;
}
html>body  #navBox_gallery_top{
	margin-left:95px; 
	margin-top: 15px; 
	padding: 5px; 
	border :1px orange dotted;
}
html>body #navBox_gallery_top h4{
	padding-bottom: 0px;
	margin-bottom:0px;
	}
html>body #navBox_gallery_top ul{
	list-style-image:url('../images/listArrow.gif');
	padding-top: 0px;
}

#home #navBox .home a,
#links #navBox .links a,
#facilities #navBox .facilities a,
#contact #navBox .contact a,
#about_us #navBox .about_us a,
#calendar #navBox .calendar a,
{
	color: black;
	cursor:default;
	text-decoration:none;
}

#gallery #navBox_gallery_top .gallery > a
{
	color: black;
	cursor:default;
	text-decoration:none;
}

html>body #navBox h4{
	padding-bottom: 0px;
	margin-bottom:0px;
	}
html>body #navBox ul{
	list-style-image:url('../images/listArrow.gif');
	padding-top: 0px;
}
html>body #navBox_gallery ul{
	list-style-type:none;
	list-style-image:none;
	margin-left: 5px;
}
#duce #navBox_gallery .duce a,
#goats #navBox_gallery .goats a,
#heidi #navBox_gallery .heidi a,
#lucas #navBox_gallery .lucas a,
#pacifica  #navBox_gallery .pacifica a,
#tommy  #navBox_gallery .tommy a,
#wyatt  #navBox_gallery .wyatt a,
{
	color: orange;
	cursor:default;
	text-decoration:none;
}


/*Removed code - this provides little animations in Explorere
html>body #navBox #li_1 a:hover{
	list-style-image:url('../images/listCowHatAnim.gif');
}
html>body #navBox #li_2 a:hover{
	list-style-image:url('../images/listPenguins.gif');
}
html>body #navBox #li_3 a:hover{
	list-style-image:url('../images/listCloud.gif')
}
html>body #navBox #li_4 a:hover{
	list-style-image:url('../images/listFlowerAnim.gif');
}
html>body #navBox #li_5 a:hover{
	list-style-image:url('../images/listLadybug.gif');
}
*/
html>body #column_r img{
	border: 0px;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}

/* Right Column */
#column_r img {
	border: 0px;
}
/* Site typography 
Original color:  c77*/
h1 {
	font-size: xx-large;
	color: #000;
	font-family:Papyrus;
}
h2 {
	font-size: x-large;
	color: #000;
	font-family:Papyrus;
}
h3 {
	font-size: large;
	color: #000;
	font-family:Papyrus;
}
h4 {
	font-size: medium;
	color: #000;
	font-family:Papyrus;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
	font-family:Papyrus;
}
h5 {
	font-size: x-small;
	color: #000;
	font-family:Papyrus;
}
h6 {
	font-size: xx-small;
	color: #000;
	font-family:Papyrus;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #ffbe00;
}
/* Links */
a {
	color: #499940;
	text-decoration: none;
	font-size:small;
	border: 0px;
}
a:hover {
	color: #9c9;
	text-decoration: underline;
	border: 0px;
}
a img{
	border: thin orange solid;
}
a:visited img{
	border: thin green solid;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
