@charset "UTF-8";
body  {
	font:  100% Verdana, Geneva, sans-serif;
	background: none;
	background-image: url(../images/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 10px;
	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: #339;
}
a {
	text-decoration: none;
}
a:link {
	font-weight: normal;
	color: #906;
}
a:visited {
	color: #690;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
h4 {
	font-size: 18px;
	color: #B0D742;
}

h1,h2,h3,h4,h5,h6 {
	font-style: italic;
}
#pagedescrip {
	height:30px;
	font-size: x-large;
	color: #690;
	font-weight: bolder;
	text-align: left;
	padding-bottom: 20px;
}

.twoColFixRtHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background-image:url(../images/hdrgreen2.png);
	background-repeat:no-repeat;
	height: 180px;
/*	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
} 
/* ------- took the headerpic and byline ap elements out and embedded the headerpic in the header and moved the byline to be part of the container 
#headerpic {
	position: absolute;
	left: 880px;
	top: 9px;
	width: 180px;
	height: 135px;
	z-index: 1;
}*/
/*.twoColFixRtHdr #byline {
	position: absolute;
	top: 197px;
	width: 940px;
	height: 17px;
	color: #B0D742;
	font-size: 13px;
	font-style: italic;
	text-align: right;
	right: -202px;
	left: 105px;
	padding: 0;
	z-index: 2;
}  -----------------*/
.twoColFixRtHdr #byline {
	margin-top: 10px;
	height: 17px;
	color: #B0D742;
	font-size: 13px;
	font-style: italic;
	text-align: right;
	padding: 0;
}

.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	margin-top: 50px;
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	height: 750px;
    background-image: url(../images/linkboxhdr.png);
	background-repeat: no-repeat;
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
/*padding: 15px 10px;*/
	color: #800080;

}
.twoColFixRtHdr #container #sidebar1 h3 {
	text-align: center;
	font-style: normal;
	font-size: medium;
}
.twoColFixRtHdr #container #sidebar1 ul {
	text-align: left;
	padding-left: 1.5em;
}
.twoColFixRtHdr #container #sidebar1 ul li {
	font-size: 13px;
	line-height: 2em;
	color: #360;
	list-style-type: square;
	list-style-position: outside;
	padding-right: 3px;
}

.twoColFixRtHdr #sidepix {
	margin-top: 50px;
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	height: 550px;
/*	background-image: url(../images/linkboxbg.png);
	background-repeat: no-repeat; */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
/*padding: 15px 10px;*/
	color: #360;

}

.twoColFixRtHdr #container #sidepix ul {
	text-align: center;
	padding-left: 1.5em;
}
.twoColFixRtHdr #container #sidepix ul li {
	list-style-type: none;
	padding-right: 3px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #sidepix2 {
	margin-top: 150px;
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	height: 720px;
	
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
/*padding: 15px 10px;*/
	color: #360;

}

.twoColFixRtHdr #container #sidepix2 ul {
	text-align: left;
	padding: 0em;
}
.twoColFixRtHdr #container #sidepix2 ul li {
	list-style-type: none;
	padding-bottom: 5px;
}
.twoColFixRtHdr #maplist {
	margin-top: 50px;
	float: right; /* 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 */
	height: 550px;
	background-image: url(../images/linkboxbg.png);
	background-repeat: no-repeat;
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
/*padding: 15px 10px;*/
	color: #360;
}
.twoColFixRtHdr #mainContent {
	margin: 50px 250px 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	text-align: left;
} 
.twoColFixRtHdr #container #mainContent h2 {
	color: #690;
	font-size: x-large;
	font-style: normal;
}


/* this is the table formatting for the locations that are open */

.twoColFixRtHdr #container #mainContent #openloc tr td {
	font-size: 11px;
}
.twoColFixRtHdr #container #mainContent #openloc tr th {
	color: #690;
	font-style: italic;
}
.twoColFixRtHdr #container #mainContent #cofetab  {
	font-size: 11px;
	color: #339;
	margin-left: 2em;
	border-collapse: collapse;
}
.twoColFixRtHdr #container #mainContent #cofetab tr th {
	background-color: #00BFAA;
	color: #FFF;
	padding: 0.2em;
	border: 2px solid #399;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #cofetab tr td {
	padding: 0.3em;
	vertical-align: top;
	border: 1px solid #399;
}

.twoColFixRtHdr #container #mainContent #gctab  {
	font-size: 11px;
	color: #339;
	margin-left: 2em;
	border-collapse: collapse;
}
.twoColFixRtHdr #container #mainContent #gctab tr th {
	background-color: #C36;
	color: #FFC;
	padding: 0.2em;
	border: 2px solid #399;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #gctab tr td {
	padding: 0.3em;
	vertical-align: top;
	border: 1px solid #399;
}
.twoColFixRtHdr #container #mainContent #disttab  {
	font-size: 11px;
	color: #339;
	margin-left: 2em;
	border-collapse: collapse;
}
.twoColFixRtHdr #container #mainContent #disttab tr th {
	background-color: #FFDFFF;
	color: #690;
	padding: 0.2em;
/*	border: 2px solid #399; */
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent #disttab tr td {
	padding: 0.3em;
	vertical-align: top;
/*	border-bottom: 1px solid #399; */
/*	border: 1px solid #399; */
}
.twoColFixRtHdr #container #mainContent #disttab tr td.blue{
	padding: 0.3em;
	vertical-align: top;
	border-bottom: 1px solid #399;
	background-color: #00BFAA;
	color: #FFF;
	
/*	border: 1px solid #399; */
}

/*.twoColFixRtHdr #container #mainContent #cofetab tr td {
	font-size: 11px;
}
.twoColFixRtHdr #container #mainContent #cofetab tr th {
	color: #690;
	font-style: italic;
}*/


.twoColFixRtHdr #borderline {
	background-image: url(../images/horzline2.png);
	background-position: center;
	background-repeat: no-repeat;
	width: auto; height: 6px; 
	position: relative;
}

.twoColFixRtHdr #adlinks {
	margin: 0; padding: 0;
}
.twoColFixRtHdr #adlinks li {
	display: inline;
    padding: 2em;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #906; 
} 
.twoColFixRtHdr #footer p {
	clear: both;
    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 */
	text-align: left;
	color: #FFC;
	font-size: 10px;
}
.twoColFixRtHdr #footer a { 
    color: #FFC;
	padding-left: 4em;
}
.twoColFixRtHdr #footer a:hover { 
     color: #FFF;
	 text-decoration: underline;
}

	
.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;
	font-size: 12px;
/*	padding-right: 20px;*/
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.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;
}

.firstwrd {
	font-size: medium;
	font-weight: bolder;
	color: #360;
}
.purple {
	font-size: 1.25em;
	font-weight: bolder;
	color: #800080;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.lineadj {
	line-height: 1.5em;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.plantsale {
	font-style: italic;
	font-weight: bold;
	color: #F33;
}
.leftphoto {
	display: inline;
}
.centerphoto {
	display: inline;
	margin-left: 10em;
}
.centerlist {
	margin-left: 3.5em;
}
.centerlist2 {
	margin-left: 2em;
}
.turquoise {
	color: #00BFAA;
}
