/* @group html */

body
{
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
font-size:72%;
background:#f1f5d7 url(/images/bg.jpg) repeat-x;
margin:0;

}

/*div {
	border: 1px solid #CCC;
}*/

p, blockquote, li, h3
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size:1em;
	line-height: 1.5em;
	text-align: left;
	
}

p {
	margin-top: 0;
}

p.caption {
	font-style: italic;
	font-size: 0.9em;
}


a:link, a:visited {
	color: #336699;
}

a:hover {
	color: #003366;
}

p.lead

a {
color:#336699;
}

a img {
border:0;
}

h1
{
margin-top:0;
font-weight: normal;
text-decoration:none;
font-family: Georgia, Times, Serif;
font-size: 2em;
}

h2 {
	color:#667500;
	font-size: 1.2em;
	border-bottom:1px solid #667500;
}

h3
{
font-weight: normal;
font-size: 1.5em;
color:#c97f03;
margin-bottom: 0;
}

h4
{
font-size: 1.2em;
color:#667500;
margin-bottom: 0;
}

div.feature p {
	margin-top: 10px;
	font-weight: bold;
	color:#c97f03;
}

div.mission p {
	font-weight: bold;
	color:#c97f03;
}

div.mission p b {
	color:#667500;
}

div.img-left {
float: left;
margin: 3px 20px 10px 0;
padding: 5px;
border: 1px solid #b5ba3b;
}

div.img-right {
float: right;
margin: 3px 0 10px 10px;
padding: 5px;
border: 1px solid #b5ba3b;
}

div.clear {
	height: 10px;
	clear: left;
}

div.pet-of-month {
	text-align: center;
	margin: 10px 0;
	background:#f1f5d7;
}

div.pet-of-month p, div.pet-of-month h3 {
	text-align: center;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group nav */


#nav-clear {
	width: 820px;
	margin: 0 ;
	height: 10px;
	/*float: left;*/
	clear: both;
	
}

#nav-top {
	float: left;
	width: 820px;
 background:  url(/images/bg-nav.jpg) repeat-y;
}

#nav-top ul {
  margin: 0 15px;
  padding: 0;
	list-style: none;

	float: left;
	 
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	text-transform: uppercase;
   letter-spacing: 1px;
   border: 0px solid #000;
}

#nav-top ul li {
	padding: 0;
	margin: 0;
		display: inline;
		background:url(/images/nav-divider.gif) no-repeat;
}

#nav-top ul li a {
	padding: 4px 7px ;
	background: #c97f03;
	color: #FFF;
	float: left;
	text-decoration: none;
	border-right: 2px solid #FFF;
	font-weight: bold;
	/*background:  url(/images/nav-divider.gif) no-repeat;*/
}

#nav-top ul li a.news {
	border: 0;
}


#nav-top ul li a span {
	font-weight: normal;
	font-style: italic;
}


#nav-top ul li a:hover {
	background:#FFF ;
	color:#c97f03 ;
	/*margin-top: 5px;*/
}

body#food-nourisment a.food-nourisment,
body#contact a.contact,
body#health a.health,
body#about a.about,
body#therapy-treatment a.therapy-treatment,
body#resources a.resources,
body#stories a.stories,
body#home a.home,
body#news a.news

{
	background:#FFF ;
	color:#c97f03 ;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 14px;
	background: url(/images/arrow2.gif) 0 0.2em no-repeat;
}





/* drop down styles */

#nav-drop {
		float: left;
	width: 820px;
 background:  url(/images/bg-nav.jpg) repeat-y;
}

#nav-drop ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	 margin: 0 5px;
	margin-left: 10px;
	float: left;
    font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	text-transform: uppercase;
   letter-spacing: 1px;
}

#nav-drop ul li {
	
}

#nav-drop ul li a {
    padding: 2px 4px ;
	background: #c97f03;
	color: #FFF;
	float: left;
	text-decoration: none;
	border-right: 2px solid #FFF;
	font-weight: bold;
	/*background:  url(/images/nav-divider.gif) no-repeat;*/
}


#nav-drop ul li a span {
	font-weight: normal;
	font-style: italic;
}



#nav-drop li ul { /* second-level lists */
	position: absolute;
	
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*margin-top:4em;*/
}

#nav-drop li ul a {
	color: #666;
	background: #FFF;
	font-weight: normal;
}

#nav-drop li:hover ul, #nav-drop li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#nav-drop a {
	display: block;
	width: 10em;
}

#nav-drop li {
	float: left;
	width: 10em;
}



/* @end */

/* @group layout */

#container {
	width: 820px;
	margin: 0 auto;
	background: #FFF url(/images/bg-page.jpg) repeat-y;
}

body#resources #inner {
	background: transparent url(/images/bg-resources.jpg) 450px 450px no-repeat;
	
}

body#home #inner {
	background: transparent url(/images/bg-home.jpg) 450px 500px no-repeat;
	
}

body#food-nourisment #inner {
	background: transparent url(/images/bg-food.jpg) 450px 450px no-repeat;
}


body#contact #inner {
	background: transparent url(/images/bg-contact.jpg) 450px 450px no-repeat;
}

body#health #inner {
	background: transparent url(/images/bg-health.jpg) 450px 450px no-repeat;
}

body#stories #inner {
	background: transparent url(/images/bg-stories.jpg) 450px 700px no-repeat;
}

body#about #inner {
	background: transparent url(/images/bg-about.jpg) 450px 450px no-repeat;
}

body#therapy-treatment #inner {
	background: transparent url(/images/bg-treatment.jpg) 450px 450px no-repeat;
}

/* @group header */

#header {
	position: relative;
	width: 820px;
	height: 287px;
	background: url(/images/h-home.jpg);
}


a#kokua {
	display: block;
    position: absolute;
	left: 602px;
	top: 50px;
	width: 169px;
	height: 50px;
}

a#malama {
	display: block;
    position: absolute;
	left: 602px;
	top: 110px;
	width: 190px;
	height: 50px;
}

a#pono {
	display: block;
    position: absolute;
	left: 602px;
	top: 170px;
	width: 180px;
	height: 50px;
}

body#about #header {
	background: url(/images/h-about.jpg);
}

body#resources #header {
	background: url(/images/h-resources.jpg);
}
body#food-nourisment #header {
	background: url(/images/h-nourishment.jpg);
}
body#contact #header {
	/*background: url(/images/h-contact.jpg);*/
}
body#health #header {
background: url(/images/h-health.jpg);
}

body#therapy-treatment #header {
	background: url(/images/h-treatment.jpg);
}

body#contact #header {
	background: url(/images/h-contact.jpg);
}

body#stories #header {
	background: url(/images/h-stories.jpg);
}
/* @end */





#client-login {
	
	padding-top: 250px;
	padding-left: 40px;
}

#client-login a {
	text-decoration: none;
	background: #e9ebaf;
	border: 1px solid #667500;
	/*font-weight: bold;*/
	font-size: 12px;
	padding: 3px 5px;
}

#sidebar {
	width: 200px;
	float: right;
	display: inline;
	margin-right: 30px;
	margin-top: 20px;
	
	
min-height:500px;
height: auto !important;
height: 500px;
	
}

#content {
	width: 500px;
	margin-left: 50px;
}

#clear-content {
	width: 820px;
	height: 1px;
	clear: both;
}

#footer {
	width: 820px;
	padding-top: 30px;
	background:#f1f5d7 url(/images/bg-footer.jpg) no-repeat;
}

#footer p {
	padding: 0 10px;
}


/* @end */