@charset "UTF-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #014c3f url(img/bgrnd.png) repeat-x 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: #beed82;
}

body .video {
	background: #e3f5fe url(img/bgrnd-video.jpg) repeat-x top;

}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
#content {
	margin:14px 0 14px 0;
	background:#014c3f;
}


#header	{
	width:954px;height:352px;
	background:url(img/bgrnd-header.jpg) no-repeat;
}
#headerLogo {
	float:left;
	margin:26px 80px 0 20px;
}
#headerTxt {
	width:460px;
	margin:40px 0 0 0;
	text-align:left;
	float:left;
}
#header p{
	color:#014c3f;
	font-size:16px;
	line-height:24px;
	margin:0;
}
#header .tree {
	width:354px;
	height:172px;
	margin:0 0 0 405px;
}
#mainContent {
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	text-align:left;
}
#mainContent .text1 {
	width:300px;
	margin:20px 16px 0 23px;
	float:left;
}
#mainContent .text2 {
	width:448px;
	margin:20px 16px 0 23px;
	float:left;
}
#mainContent .footer {
	width:900px;
	margin:20px 20px;
	text-align:center;
	float:left;
}
#mainContent .footer p{
	padding-top:6px;
	border-top:#1b5e53 1px solid;
}
#mainContent p, li {
	font-size:14px;
	line-height:20px;
	color:#beed82;
}
#mainContent li {
	list-style:url(img/bullet.png);
	margin:0;

}

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
height:25px;
width:446px;
padding:4px 0 0 28px;
display:block;
background: url(img/menu-bar.png) no-repeat;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: url(img/menu-bar-on.png) no-repeat;
}



h1, h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom:#1b5e53 1px solid;
}
h1 {
	font-size:32px;
	margin:0;
}
h2 {
	font-size:24px;
	margin-top:8px;
}
h3 {
	font-size:13px;
	color:#01392f;
	font-weight:bold;
	margin:0;
}

a {
	color:#ffe400;
	text-decoration:none;
}
a:hover {
	color:#6fc4021;
	text-decoration:underline;
}

