@charset "UTF-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #b3c2d8 url(img/bgrnd-waves.png);
	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;
}
.oneColFixCtr #container {
	width: 956px;  /* 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 {
	border: 3px solid #d4db88;
	margin:14px 0 14px 0;
	background: #448759;
}

a {
	color:#84ff00;
	text-decoration:none;
}
a:hover {
	color:#00f6ff;
	text-decoration:underline;
}

#header	{

	background: #d4db88;
}
#header h1 {
	margin: -1px 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	background:#187e4d url(img/bgrnd-introtxt.jpg) repeat-x;
}


#mainContent {
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background:url(img/bgrnd-content.jpg) top repeat-x #448759;
	color:#fff;
	border-top: 3px solid #d4db88;
}
#mainContent .sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}

#mainContent .mainContent { 
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

#mainContent h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#f5f76f;
	border-bottom:#71a678 1px solid;
	margin:0;
}
#mainContent h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#c1fcb6;
	font-weight:normal;
}
#mainContent h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#f9f34d;
	font-weight:normal;
	margin:0;
}
.mainContent p, li {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin-top:0;
	color:#fff;
}
#mainContent li {
	list-style:url(img/bullet.png);

}
#mainContent .imagebar {
height:150px;
}
#mainContent img {
	border:2px solid #f5f76f;
	margin:20px 8px 0px 0px;
	float:left;
}
.sidebar1 p {
	font-size:14px;
	line-height:16px;
	margin-top:0;
	color:#fff;
}

.callout {
	border:1px solid #497a38;
	background:#528341;
	padding:10px 13px 5px 13px;
}
.callout p {
	font-weight:bold;
}


a.sidebaritem {
	font-weight:bold;
	font-style:normal;
	background:url(img/arrow-sidebar-link.png) no-repeat right;
	padding-right:12px;
}
.blog p, .photo p, .visit p, .video p, .info p, .mailing p, .design p, .blank p {
	font-style:italic;
}
.blog, .photo, .visit, .video, .info, .mailing, .design {
	padding-left:50px;
	margin-top:10px;
	border-bottom:1px solid #65a56c;
}

.blog{
	background: url(img/icon-blog.png) no-repeat 0 0;

}
.photo{
	background: url(img/icon-photos.png) no-repeat 0 0;

}
.visit{
	background: url(img/icon-visit.png) no-repeat 0 0;
	
}
.video{
	background: url(img/icon-video.png) no-repeat 0 0;
}
.info{
	background: url(img/icon-info.png) no-repeat 0 0;
}
.mailing{
	background: url(img/icon-mailing.png) no-repeat 0 0;
}
.design{
	background: url(img/icon-design.png) no-repeat 0 0;
}

.blank {
	background:url(img/facebook.jpg) no-repeat 0 0;
	padding-left:130px;
	margin-top:10px;
}



#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#458744 url(img/bgrnd-footer.jpg) repeat-x; 
	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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:12px;
	color:#fff;
	line-height:16px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
height:25px;
width:510px;
padding:1px 0 0 20px;
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;
}






#firstContent {
	width:953px;
	height:170px;
}

#firstContent .text1 {
	width:365px;
	margin:20px 20px 0 20px;
	float:left;
}

#firstContent img {
	border:2px solid #f5f76f;
	margin:20px 6px 0px 0px;
	float:left;
}
#secondContent {
	margin:20px 0 0 23px;
	width:930px;
	height:180px;
}
#secondContent .moreinfo {
	width:173px;
	height:55px;
	background:url(img/btn-moreinfo.png) no-repeat;
	padding:10px 4px;
	margin-right:10px;
	text-align:center;
	float:left;
	font-size:14px;
	font-weight:bold;
}
#secondContent .moreinfo a {
	color:#387701;
	text-decoration:none;
}
#secondContent .moreinfo a:hover {
	color:#6fc4021;
	text-decoration:underline;
}


#secondContent .text2 {
	width:490px;
	margin:0;
	float:left;
}


#formContent {
	padding:15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background:url(img/bgrnd-content.jpg) top repeat-x #448759;
	color:#fff;
}


