html { height: 100%; margin:0; padding:0; overflow-y: scroll; }
body {
	height: 100%; 
	background-image: url(images/site/bluegrnbkg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0px;
	text-align:center;
}

h4 {
	font-color: #790000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}

.plntext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 18px;
}
.navlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	text-decoration: none;
}
.navlinks a {
	text-decoration: none;
	color: #666600;
}

div#piccap {
	margin:8px;
	border: 0px solid #dddddd;
	font: italic .8em/1.4em Georgia, "Times New Roman", Times, serif
	display: block;
	padding: 3px;
	height: auto;
	width: auto;
}
/*div class="picture left" style="width:278px;"> <img src="xx.jpg" width="276" height="120" alt="zz" /> <br />Image Caption goes here. </div */
.picture {
	border: 0px solid #CCCCCC;
	/*margin:8px; */
	padding: 3px;
	font: italic .8em/1.4em Georgia, "Times New Roman", Times, serif
}
.picture img {
    border: 0px solid #CCCCCC;
    vertical-align:middle; margin-bottom: 3px; 
	}
.right { 
    margin: 0.5em 0pt 0.5em 0.8em; 
	float:right;

	}
.left { 
   margin: 0.5em 0.8em 0.5em 0;
   float:left; 
   }

#wrapper {
	width:860px;
	margin:auto;
	min-height:100%;
	margin-top:-110px;
}
* html #wrapper {/* ie6 and under only*/
    height:100%;
}

div#outer {
	width: 840px;
	height: auto;
	background-color:#EEE4D7;
	margin: 0 auto;
	padding: 0 10px;
	border: 1px solid #000000;
}
div#navig {
	width: 860px;
	background-color:#ddcaac;
	margin: 0 auto;
	padding: 1px;
	border: 1px solid #000000;
}
#header {
	background-image: url(images/site/care-adcows2.jpg);
	border-top:110px solid #fff; /* soak up negative margin and allows header to start at top of page*/
}

div#firstcol {
	margin-right: 210px;
	padding: 10px;
	float:none;
	background-color: #FFFFCC;
	height: auto;
	width: 620px;
	margin-left: 0px;
}

div#seccol {
	width: 200px;
	text-align: left;
	float:right;
	background-color: #F2EBDF;
	border: 1px dashed #9B6D4D;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}

#footer {/* footer now sits at bottom of window*/
	width:100%;
	background-image: url(images/site/bkgstrip2.jpg);
	background-repeat: repeat;
	margin:auto;
	height:110px;/* must match negative margin of #outer */
	clear:both;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
#wrapper:after {/* thank you Erik J - instead of using display table for ie8*/
	clear:both;
	display:block;
	height:1%;
	content:" ";
}
div#homelayer {
	background-color: #B28C4E;
	background-image: url(images/site/bkpattern2.jpg);
	background-repeat: repeat;
	width: 860px;
	margin: 0 auto;
	}
h4 a:link {
	text-decoration: none;
	color=#990000;
}
h4 a:visited {
	text-decoration: none;
	color: #333333;
}
