@charset "utf-8";
body {
	background: #F4F4F4;
	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;
	margin-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#container #heliocentrix {
	text-align: right;
	padding-top: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	background-color: #F4F4F4;
}
.oneColFixCtrHdr #header {
	background-image: url(/assets/images/sp.header.logo.gif);
	height: 136px;
}
.oneColFixCtrHdr #nav {
	height: 28px;
	background-color: #447336;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #999999;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: justify;
}

.oneColFixCtrHdr #form	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: normal;
}
.requiredfield { color: red; font-size: 18px; font-weight: bold; }

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#447336;
	height: 30px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding-right: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: right;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#footer ul {
	list-style:none;
	padding:0;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 170px;
}
.firstT {
	border-left: 1px solid #CCCCCC;
}

.firstB {
	border-left: 1px solid #FFFFFF;
}
.veglist	{
	float:left;
	width:auto;
}
.images {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #666;
	padding: 3px;
}
.images_left {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	border: 1px solid #666;
	padding: 3px;
}
.images_centre {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #666;
	padding: 3px;
}
.clear { 
	clear: both;
}
.email:link { 
	color:#999999;
	text-decoration:none;

}
.email:visited {
	color:#999999;
	text-decoration:none;
}
.email:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.email:active {
	color:#FFFFFF;
	text-decoration:none;
}

#footer li {
	float: left;
}

#footer a {
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
}

#footer a:hover {
	color: #FF0000;
}
#mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-style: normal;
	color: #549B41;
	font-weight: bold;
}
#mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
#mainContent h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
#mainContent h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #6C0000;
	font-weight: bold;
	text-align: center;
}
#mainContent h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	color: #000000;
	font-weight: normal;
	text-align: center;
}
#mainContent h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	text-align: left;
}
#mainContent p {
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	background: #447336;
}

#nav li {
	float: left;
	width: 84px;
	margin:0px;
	padding:0px;
	list-style: none;

	text-align:center;
}

#nav a {
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background: url(../images/nav.jpg) no-repeat right top;	
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;*/
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
#nav a:hover {
	text-decoration:underline;
	cursor:hand;
}
#nav a.current {
	background-position: left;
	color:#000000;
	}
#christmas p {
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
#christmas h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	color: #6C0000;
	font-weight: bold;
	text-align: center;
}
#christmas h2 a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	color: #6C0000;
	font-weight: bold;
	text-decoration:underline;
	cursor:hand;
}
#christmas h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #6C0000;
	font-weight: bold;
	text-align: center;	
}
#christmas h3 a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #6C0000;
	text-decoration:underline;
	font-weight: bold;
	text-align: center;
	cursor:hand;
}
#christmas h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #6C0000;
	font-weight: bold;
	text-align: left;
}

#christmas ul {
	
	margin-left: 150px;
	padding: 10px;
}
#christmas li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #549B41;
	list-style-image: url(/assets/graphics/holly.gif); 
}
#christmas li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #549B41;
	text-decoration:underline;
	cursor:hand;
}
.christmastree {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 3px;
}
.vegpatch {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 3px;
}
