@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	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: #FFFFFF;
	background-image: url(../images/background_plants_green.jpg);
	font-size: 12px;
	line-height: 1;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images_main/images/header_02_02.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images_main/header_01.jpg);
	height: 170px;
} 
.twoColFixLtHdr #header h1 {
	margin: 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header p {
	padding: 0;
	text-align: left;
}

.twoColFixLtHdr #header a {
	text-decoration: none;
	size: 12px;
	color: #FFF;
	
}

.twoColFixLtHdr #header a:hover {
	text-decoration: underline;
	size: 12px;
	color: #FFF;	
}
.twoColFixLtHdr #navigation {
	background: none;
	padding: 142px 0px 0px 180px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
	background: FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(../images_main/images/header_02_02.gif);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 0 0 170px; /* the left margin on this div element creates the column down the left 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: 0px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #333333;
} 


.twoColFixLtHdr #mainContent p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin: 0px;
}

.twoColFixLtHdr #mainContent h1 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color:#666666;
	display: block;
	margin: 10px 0px 3px 0px;
}

.twoColFixLtHdr #mainContent h2 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	display: block;
	margin: 10px 0px 2px 0px;
	color:#006666;
}

.twoColFixLtHdr #mainContent h3 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	display: block;
	margin: 10px 0px 2px 0px;
	color: #333333;
}

.twoColFixLtHdr #mainContent h4 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color:#006666;
	display: block;
	margin: 10px 0px 3px 0px;
}

.twoColFixLtHdr #mainContent ul {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin: 0px;
}

.twoColFixLtHdr #mainContent ul li {
	margin-bottom: 2px;
}


.twoColFixLtHdr #policy {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333;
	background-image:url(../images_main/policy-footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height: 30px;
}
.twoColFixLtHdr #policy h1 {
	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 0px 5px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
} 
.twoColFixLtHdr #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: 0px 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 11px;
	line-height: 13px;
	
}

.twoColFixLtHdr #footer h1 {
	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 0px 5px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
}
.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;
}

.twoColFixLtHdr a {
	text-decoration: none;
	size: 10px;
	color: #FFF;
	
}

.twoColFixLtHdr a:hover {
	text-decoration: underline;
	size: 10px;
	color: #FFF;
	
}

.twoColFixLtHdr #xtraNav {
	float: right;
	width: 160px; /*margin: 0 0 0 400px;*/
}

.twoColFixLtHdr #xtraNav ul {
	/*	float: right;*/
	list-style-type: none;
	text-indent: 0px;
}

.twoColFixLtHdr #xtraNav li {
/*	float: right;
	position: -100px -100px;*/
	width: 120px;
	/*display: inline;*/
}

.twoColFixLtHdr #xtraNav li a {
	display: block;
	background-image: url(../images/btn-bg.jpg);
	background-repeat: repeat-x;
	padding: 4px 8px;
	font: 1em Arial, Helvetica, Sans-serif;
	color: #666;
	text-align: center;
	text-decoration: none;
	line height: 1.4em;
	border: 2px solid #999;
	margin: 0px;
	background-color: #D8D8D8;
}

.twoColFixLtHdr #xtraNav li a:hover {
	background-image: url(../images/btn-bg-roll.jpg);

}

.ourPolicy {
	font-size: 10pt
}
	
.quicklinks {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.quicklinks a {	
	color: #FFF;
}
.quicklinks a:hover {	
	color: #99CCCC
	text-decoration: underline;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.captionLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	text-align: left;
}

.italics {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-style: italic;
	font-size: 0.9em;
}

.headingWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: normal;
	text-align: left;
	list-style-position: outside;
	line-height: 1.5;
}

