* {
	margin:0;
	padding:0;
}

body {
	font-size: 100%; 
	font-family:Arial, Verdana , sans-serif; 
	background: #9FCC3B url(../images/bg2.jpg) top repeat-x;
	color: #1A1A1A;
	text-align:center;
}

body.splash {
	background: #f0f7f1 url(../images/splashbg.gif) top repeat-x;
}

.l { float: left; }

.r { float: right; }

ul {
	list-style: none;
	list-style-image: none;
}
ul li {
	/*padding: 5px 20px 5px 0px;*/
	color:#60677e;
	font-size:12px;/*	line-height: 20px;*/
}


a:link, a:visited, a:active {
	color: #0094D9;
	text-decoration: none;
}

a:hover { 
	color: #0094D9;
	text-decoration: underline; 
}

img { border: 0; }

.clear {	clear: both;}


#wrapper {
	margin:0 auto;
	width:905px;
	background:#9fcc3b url(../images/bg3.jpg) top center no-repeat;
	min-height:785px;
}

#wrapper.inside {
	background:#9fcc3b url(../images/bg.gif) top center no-repeat;
}

#wrapper.splash {
	background: url(../images/splash-main.jpg) top center no-repeat;
}

#header {
	float:left;
	z-index:10000;
}

#flash {	
	margin-left:169px;
	width:705px;

/*	margin-left: 157px; */
	height: 160px; 
	z-index: 1000; 
	position: relative;
	float:left;
}

#flash ul {
	float:left;
}

#flash ul li {
	margin-left:0px;
	display:inline;
	list-style: none;
	list-style-image: none;
	float:left;
}

#flash ul#menu ul {
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #F9A51A;
	margin-left:-45px;
	padding:10px 10px 10px 15px;
	position:absolute;
	text-align:left;
	top:132px;
	visibility:hidden;
	width:150px;
	-webkit-border-radius:5px;
}

#flash ul#menu ul li { width:150px; display:block;float:none;}

#flash ul#menu ul li a {
	color:#fff;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}

#flash ul#menu ul li a:hover {
	color:#0094D9;
}


#flash ul#menu li a.contact-btn ul {
	left:580px;
	top:129px;
}

.logo {
	margin-top:15px;
	margin-left:30px;
}

#left {
	margin-top:-145px;
	width:220px;
	float:left;
	z-index:2;
}

#innerleft {
	height:660px;
}


#bunnies {
	padding:50px 5px 0 5px;
	background: url(../images/bunnies.png) top no-repeat;
	width:110px;
	height:188px;
	float:left;
	left:45px;
	position:relative;
	display:none;
	color:#fff; 
	font-size:11px;
}

.bunnies {
	cursor:pointer;
}

#bunnies2 {
	padding:50px 5px 0 5px;
	background: url(../images/bunnies-2.png) top no-repeat;
	width:110px;
	height:188px;
	left:45px;
/*	top:78px;*/
	position:relative;
	display:none; 
	float:left; 
	bottom:10px;
	color:#fff;
	font-size:11px;
}

.bunnies2 {
	cursor:pointer;
}

#bunnies3 {
	padding:50px 5px 0 5px;
	background: url(../images/bunnies-3.png) top no-repeat;
	width:110px;
	height:188px;
	left:71px;
	bottom:118px;
	position:relative;
	display:none;  
	float:left; 
	color:#fff;
	font-size:11px;
}

.bunnies3 {
	cursor:pointer;
}

#bunnies4 {
	padding:50px 5px 0 5px;
	background: url(../images/bunnies-4.png) top no-repeat;
	width:110px;
	height:188px;
	left:65px;
	position:relative;
	display:none; 
	float:left; 
	bottom:150px;
	color:#fff;
	font-size:11px;
}

.bunnies4 {
	cursor:pointer;
}



#middle {
	margin-top:-30px;
	width:360px;
	float:left;
	z-index:1;
}

#right {
	margin-top:-20px;
	float:left;
	width:325px;
	z-index:3;
}

#topbubble {
	padding: 22px 15px 22px 0px;
	float:left;
	width:333px;
	height:148px;
	background: transparent url(../images/home-top-bubble.png) top no-repeat;
	text-align:left;
}

#topbubble p {
	padding-left:34px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	line-height:18px;
}

#topbubble p span {
	font-size:11px;
	float:right;
}

#mainbubble {
/*	margin-left:25px;
	padding:5px 5px 0 10px;
	width:322px;
	height:328px;*/
	margin-left:15px;
	padding:5px 15px 0;
	text-align:left;
	width:307px;
	background: transparent url(../images/home-bubble.png) top no-repeat;
	text-align:left;
	float:left;
}

#mainbubble h2 {
	margin:10px 0;
	color:#0094D9;
	font-size:16px;
}

#mainbubble p {
	margin:10px 0;
	color:#1A1A1A;
	font-size:14px;
	line-height:16px;
}


#content {
	margin-left:18px;
	padding:10px 30px 40px 30px;
	background:#fff;
	float:left;
	width:578px;
	text-align:left;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	min-height:575px;
}

h1 {
	margin:10px 0;
	font-size:27px;
	color:#0094D9;
}

h2 {
	margin:20px 0 10px 0;
	color:#EC1C24;
	font-size:18px;
}


p {
	margin:10px 0;
	font-size:13px;
	color:#1A1A1A;
	line-height:16px;
}

p.intro {
	font-size:14px;
	line-height: 20px;
	color:#00A551;
}

p.note {
	font-size:11px;
}


ul li {
	margin-left:15px;
	padding:2px 0 0 5px;
	font-size:13px;
	list-style-type:circle;
	padding:2px 0 2px 0;
	color:#1A1A1A;
}

.GMapEZ {
	height:380px;
	margin:10px 0 10px 0px;
	width:570px;
}

#subnav {
	margin-top:30px;
}

#content a.menu-1 {
	padding:0 10px;
	border-right:1px solid #0094D9;
}

#content a.menu-first {
	border-left:1px solid #0094D9;
}

a.home-btn {
	background:transparent url(../images/home-btn.png) no-repeat scroll left top;
	display:block;
	float:left;
	height:94px;
	margin:25px 4px 0 0;
	width:61px;
}
a.home-btn:hover {
	background-position:left bottom;
}

a.home-btn-on {
	background:transparent url(../images/home-btn.png) no-repeat scroll left bottom;
	display:block;
	float:left;
	height:94px;
	margin:25px 4px 0 0;
	width:61px;
}


a.story-btn {
	background:transparent url(../images/story-btn.png) no-repeat scroll left bottom;
	display:block;
	float:left;
	height:85px;
	margin:39px 4px 0 0;
	width:58px;
}
a.story-btn:hover {
	background-position:left top;
}

a.story-btn-on {
	background:transparent url(../images/story-btn.png) no-repeat scroll left top;
	display:block;
	float:left;
	height:85px;
	margin:39px 4px 0 0;
	width:58px;
}


a.approach-btn {
	background:transparent url(../images/approach-btn.png) no-repeat scroll left bottom;
	display:block;
	float:left;
	height:85px;
	margin:42px 4px 0 0;
	width:79px;
}
a.approach-btn:hover {
	background-position:left top;
}
a.approach-btn-on {
	background:transparent url(../images/approach-btn.png) no-repeat scroll left top;
	display:block;
	float:left;
	height:85px;
	margin:42px 4px 0 0;
	width:79px;
}

a.centres-btn {
	background:transparent url(../images/centres-btn.png) no-repeat scroll left bottom;
	display:block;
	float:left;
	height:81px;
	margin:43px 4px 0 0;
	width:70px;
}
a.centres-btn:hover {
	background-position:left top;
}
a.centres-btn-on {
	background:transparent url(../images/centres-btn.png) no-repeat scroll left top;
	display:block;
	float:left;
	height:81px;
	margin:43px 4px 0 0;
	width:70px;
}

a.nutrition-btn {
	background:transparent url(../images/nutrition-btn.png) no-repeat scroll left bottom;
	display:block;
	float:left;
	height:75px;
	margin:43px 4px 0 0;
	width:77px;
}
a.nutrition-btn:hover {
	background-position:left top;
}
a.nutrition-btn-on {
	background:transparent url(../images/nutrition-btn.png) no-repeat scroll left top;
	display:block;
	float:left;
	height:75px;
	margin:43px 4px 0 0;
	width:77px;
}



a.community-btn {
	background:transparent url(../images/community-btn.png) no-repeat scroll left bottom;
	display:block;
	float:left;
	height:82px;
	margin:45px 4px 0 0;
	width:96px;
}
a.community-btn:hover {
	background-position:left top;
}
a.community-btn-on {
	background:transparent url(../images/community-btn.png) no-repeat scroll left top;
	display:block;
	float:left;
	height:82px;
	margin:45px 4px 0 0;
	width:96px;
}


a.contact-btn {
	background:transparent url(../images/contact-btn.png) no-repeat scroll left bottom;
	display:block;
	float:left;
	height:80px;
	margin:47px 0px 0 0;
	width:74px;
}
a.contact-btn:hover {
	background-position:left top;
}
a.contact-btn-on {
	background:transparent url(../images/contact-btn.png) no-repeat scroll left top;
	display:block;
	float:left;
	height:80px;
	margin:47px 0px 0 0;
	width:74px;
}

#bird5 {
	margin-top:-50px;
	margin-right:35px; 
	clear: both;
}

