/* GardenMaking.com This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFF;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	text-align: left;
}
/* Commonly used to style section titles. */
h2 {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
}
h4 {
	font-size: 14px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
h5 {
	font-size: 12px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
/* Sets the style for unvisited links. */
a,  a:link {
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	color: #694339;
	border: 0px none #1865f5;
}
/* Sets the style for visited links. */
a:visited {
	font-weight: normal;
	text-decoration: none;
	border: 0px none #FFF;
}
/* Sets the style for links on mouseover. */
a:hover {
	text-decoration: underline;
	color: #68923d;
	border: 0px none #FFF;
}
/* Sets the style for a link that has focus. */
a:focus {
	border: 0px none #FFF;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
}
img {
	border: 0px none #FFFFFF;
	text-align: center;
}
img a {
	border: 0px none #FFFFFF;
}
img a:link {
}
img a:hover {
}
img a:visited {
	border: 0px none #FFFFFF;
}




/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left;
	padding: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 970px;
	left: 0px;
	background-color: #FFF;
	position: relative;
	top: 0px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	height: 65px;
	line-height: 15px;
	margin-top: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 350px;
	margin-left: 0px;
	float: left;
	top: 5px;
	background-color: #FFF;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#outerWrapper #header a {
	background-color: #FFF;
	border: 0px none #FFF;
}
#outerWrapper #header a img {
	background-color: #FFF;
	text-decoration: none;
	border: 0px none #FFF;
}
#outerWrapper #adv {
	background-image: none;
	height: 60px;
	width: 468px;
	background-repeat: no-repeat;
	margin-left: 400px;
	margin-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #FFF;
	padding-top: 5px;
	border: 0px none #FFF;
}
#outerWrapper #topNavigation {
	background-color: #93B063;
	height: 24px;
	width: 960px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	line-height: normal;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	background-color: #FFF;
	left: 0px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 960px;
	font-size: 14px;
	line-height: 18px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #contentWrapper #rightColumn1 #subsell {
	background-color: #eef6ed;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 190px;
	border: 1px solid #93b178;
}
#outerWrapper #contentWrapper #rightColumn1 h3 {
	background-color: #eef6ed;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}
#outerWrapper #contentWrapper #rightColumn1 h3 a {
	background-color: #eef6ed;
	line-height: normal;
	font-weight: normal;
	color: #57744B;
}
#outerWrapper #contentWrapper #rightColumn1 table .rightTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-align: center;
}
#outerWrapper #contentWrapper #rightColumn1 h3 a:hover {
	text-decoration: none;
	color: #ED1C24;
	background-color: #eef6ed;
}
#outerWrapper #contentWrapper #rightColumn1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #444;
}
#outerWrapper #contentWrapper #rightColumn1 img {
	background-color: #eef6ed;
	margin: 0px;
}
#outerWrapper #contentWrapper #rightColumn1 #twitter {
	width: 190px;
	height: 300px;
	border: 1px solid #48D1FF;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
}
.rightTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-align: center;
}
.contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	font-family: Georgia, "Times New Roman", Times, serif;
	left: 0px;
	margin-top: 10px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	line-height: 18px;
}
#outerWrapper #contentWrapper #apDiv4 {
	height: 250px;
	width: 175px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px;
}
#outerWrapper #contentWrapper #content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #444;
	font-weight: normal;
}
#outerWrapper #contentWrapper #content h1 {
}
#outerWrapper #contentWrapper #content p img {
	border: 1px solid #000;
	margin-bottom: 5px;
	margin-left: 10px;
}
.list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
#outerWrapper #contentWrapper #content p ol li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
#outerWrapper #contentWrapper #content p ul li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
}
#outerWrapper #contentWrapper #content p img {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
}
#outerWrapper #footer {
	background-color: #FFF;
	border-top: solid 1px #93b178; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #7a8082;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	margin-top: 5px;
	width: 960px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#outerWrapper #footer a {
	background-color: #FFF;
	font-weight: normal;
	color: #694339;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
#outerWrapper #footer a:hover {
	background-color: #FFF;
	color: #93B063;
	text-decoration: underline;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
#outerWrapper #contentWrapper #content h4 {
	margin-left: 5px;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}
#outerWrapper #contentWrapper #content p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #694339;
	text-decoration: underline;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #content p a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #694339;
	text-decoration: underline;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #content p a:hover {
	color: #68923d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #content table tr td a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #444;
}
#outerWrapper #contentWrapper #content ol {
	font-size: 14px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
}
.TableCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	width: 110px;
}
#outerWrapper #contentWrapper #content #homeLeft{
	width: 360px;
	position: absolute;
	top: 120px;
	float: left;
}
#outerWrapper #contentWrapper #content #homeRight{
	float: left;
	margin-left: 370px;
	width: 360px;
	height: 440px;
	position: absolute;
	top: 120px;
}
#outerWrapper #contentWrapper #content #HomePageTable{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	background-color: #FFF;
	width: 750px;
	float: left;
	position: absolute;
	top: 650px;
	height: 220px;
}
#outerWrapper #contentWrapper #HomePageTable h2 {
	font-weight: normal;
	color: #999;
}
#outerWrapper #contentWrapper #HomePageTable a {
	color: #999;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #HomePageTable a:hover {
	color: #93B063;
	text-decoration: underline;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #fullpage {
	width: 960px;
	background-color: #FFF;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	color: #333;
	height: 100%;
	text-align: left;
}
#outerWrapper #contentWrapper #fullpage #Sellcopy {
	width: 385px;
}
#outerWrapper #contentWrapper #fullpage #Sellcopy p a {
	background-color: #FFF;
	color: #694339;
}
#outerWrapper #contentWrapper #fullpage #Sellcopy p a:hover {
	color: #68923D;
}
#outerWrapper #contentWrapper #fullpage p {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
#outerWrapper #contentWrapper #fullpage p a {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #694339;
}
#outerWrapper #contentWrapper #fullpage p a:hover {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #68923D;
	text-decoration: underline;
}
#outerWrapper #contentWrapper #content .photos {
	border: 1px none #FFF;
	position: absolute;
	height: 80px;
	width: 700px;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #content .photos table tr td a:hover {
	color: #68923D;
	text-decoration: underline;
}
#outerWrapper #contentWrapper #content .photos table tr td a img {
	border: 1px solid #333;
}
#outerWrapper #contentWrapper #content .photos table tr td {
	width: 150px;
}
#outerWrapper #contentWrapper #fullpage #CPSleft {
	width: 220px;
	padding: 10px;
	background-color: #fffde8;
	float: left;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#outerWrapper #contentWrapper #fullpage #CPSleft .photos  {
	background-color: #fffde8;
	text-align: center;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #fullpage #CPSleft a {
}
#outerWrapper #contentWrapper #fullpage #CPSleft h1 {
	background-color: #FFFDED;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}
#outerWrapper #contentWrapper #fullpage #CPSleft h2 {
	font-size: 14px;
	line-height: normal;
	color: #F00;
	background-color: #fffde8;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
#outerWrapper #contentWrapper #fullpage #CPSleft h3 {
	color: #668975;
	background-color: #fffde8;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}
#outerWrapper #contentWrapper #fullpage #CPSleft h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #FFFDED;
	font-weight: normal;
}
#outerWrapper #contentWrapper #fullpage #CPSleft h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #666;
	background-color: #FFFDED;
	text-align: left;
}
#outerWrapper #contentWrapper #fullpage #CPSleft p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background-color: #fffde8;
	color: #666;
	font-size: 12px;
	text-align: left;
}
#outerWrapper #contentWrapper #fullpage #CPSleft p  a{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fffde8;
	font-size: 12px;
	color: #1865f5;
}
#outerWrapper #contentWrapper #fullpage #CPSleft p a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #26b319;
	text-align: center;
}
#outerWrapper #contentWrapper #fullpage #CPSleft #LeftTop {
	height: 100%;
	background-color: #fffde8;
	width: 200px;
}
#outerWrapper #contentWrapper #fullpage #CPSleft #LeftBottom {
	height: 400px;
	background-color: #fffde8;
}
#outerWrapper #contentWrapper #fullpage #CPSleft #LeftSpace {
	background-color: #fffde8;
}
#outerWrapper #contentWrapper #fullpage #rightCPS {
	padding-left: 10px;
	margin-left: 280px;
	position: absolute;
	left: 0px;
	top: 5px;
	margin-top: 5px;
	width: 650px;
}
#outerWrapper #contentWrapper #fullpage #right {
	padding-left: 10px;
	margin-left: 280px;
}
#outerWrapper #contentWrapper #fullWidth {
	width: 980px;
	padding-bottom: 5px;
}
#clear {
	clear: both;
}
#outerWrapper #contentWrapper #content #Resource2 h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
#outerWrapper #contentWrapper #content #Resource2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
.choice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}
.choiceShading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #FFC;
}
#outerWrapper #contentWrapper #content #homeLeft h1 img {
	margin-right: 5px;
	margin-left: 5px;
}
#outerWrapper #contentWrapper #rightColumn1 #subsell ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#outerWrapper #contentWrapper #content #homeLeft h4 img {
	margin-right: 5px;
	margin-left: 5px;
}

