@charset "UTF-8";
a:link {
	text-decoration: none;
	color: #324143;
}
a:visited {
	color: #324143;
}
body  {
	background: #B6C28B;
	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: #324143;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.evg  #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B6C28B url(images/containerbkgrd.jpg) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.evg  #header {
	background: url(images/logo.jpg) no-repeat 50px;  /* 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. */
	width: 300px;
	height: 175px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 50px;
} 
.evg  #mainContent {
	float: right;
	width: 550px;
	background: url(images/maincontentbkgrd.jpg) repeat-y;
	padding: 25px 75px 0 25px;
	margin: 0;
	line-height: 2em;
	font-size: small;
} 
.evg    #mainContent    a   {
	text-decoration: underline;
}
.evg #mainContent h1 {
	font-size: larger;
	clear: both;
}
.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;
}
.evg  #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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: url(images/siderbarbkgrd.jpg) no-repeat 50px;
	margin: 0px;
	clear: left;
	padding: 0px 0px 0px 50px;
}
.evg #sidebar1 ul {
	margin: 0 0 0 25px;
	padding: 0px;
	list-style: none;
}
.evg #sidebar1 ul li          {
	background: url(images/tabbkgrd.gif) no-repeat;
	height: 35px;
	line-height: 35px;
	text-indent: 5px;
	padding: 0px;
	margin: 10px 0px;
}
.evg  #sidebar1 ul li a {
	color: #324143;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	display: block;
}
.evg #sidebar1 ul li a:hover {
	color: #324143;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	display: block;
	background: url(images/tabbkgrd.gif) no-repeat 0px -35px;
}
.evg  #sidebar1  ul  li#tabs-home   {
	color: #B6C28B;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	display: block;
	margin: 0 0 25px 0;
}
.evg #sidebar1 ul li#tabs-roses {
	color: #B6C28B;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	display: block;
	margin: 0 0 25px 0;
}
.evg  #footer {
	background:#DDDDDD url(images/footerbkgrd.jpg) no-repeat;
	margin: 0px 50px;
	height: 125px;
	padding: 25px 0 0 0;
} 
.evg  #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 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	line-height: 2.5em;
}
div.text-header {
	width: 213px;
	color: #324143;
	float: left;
	text-align: center;
}
div.text-column    {
	width: 203px;
	float: left;
	margin: 0;
	line-height: 110%;
	height: 750px;
	overflow: auto;
	padding: 0px 5px;
}
div.text-column  p     {
	font-size: 10px;
}
img {
	margin-top: 0px;
	margin-bottom: 10px;
}
ul#navlist
{
	margin-left: 0;
	padding-left: 5px;
	white-space: nowrap;
	font-size: 11px;
	float: left;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	color: #324143;
}

#navlist a {
}

#navlist a:link, #navlist a:visited
{
	color: #324143;
	text-decoration: underline;
	border-top: solid #B6C28B;
	border-right: 4px solid #B6C28B;
	border-bottom: solid #B6C28B;
	border-left: 4px solid #B6C28B;
}

#navlist a:hover
{
	text-decoration: none;
	color: #6595A3;
}#navcontainer {
	width: 852px;
	margin-right: 75px;
	margin-left: 75px;
	background: #B6C28B;
	margin-top: 50px;
}
#navcontainer h1 {
	font-size: 16px;
	float: left;
}
#searchInput {
	width: 100px;
}
fieldset {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	float: right;
}
#navlist  a#current {
	color: #324143;
	background: #D2DAA7;
	text-decoration: none;
	border-color: #D2DAA7;
	font-weight: bold;
}

