@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.JScotts #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	background-image: url(../Images/JScottsBackground.jpg);
	background-repeat: repeat-y;
} 
.JScotts #containerHome {
	width: 801px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #000000;
}
.JScotts #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 170px;
	width: 800px;
	margin: 0px;
	background-color: #000000;
} 
.JScotts #middle {
	width: 800px;
	background-image: url(../Images/JScottsBackgroundMiddle.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.JScotts #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
}
.JScotts #sidebar1 img {
	padding-top: 20px;
}
.JScotts #mainContent {
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 460px;
} 
.JScotts #mainContent h1 {
	padding-top: 20px;
	font-size: 12pt;
	margin: 0px;
	color: #666666;
}
.JScotts #mainContent h2 {
	font-size: 10pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF002E;
}
.JScotts #mainContent p {
	line-height: 150%;
}
.JScotts #mainContent a:link {
	color: #FF0038;
	text-decoration: underline;
}
.JScotts  #mainContent  a:hover {
	color: #FF0038;
	text-decoration: underline;
}
.JScotts #footer {
	background-color: #453939;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
} 
.JScotts #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color: #000000;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.JScotts #footer a:link {
	color: #000000;
	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;
	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;
}
.JScotts #footerFinal {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-size: 9pt;
	color: #362D2D;
}
.JScotts #mainContent a:visited {
	color: #FF0038;
	text-decoration: underline;
}
.JScotts #footer a:visited {
	color: #000000;
	text-decoration: underline;
}
.JScotts #footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.JScotts #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
}
.JScotts #mainContent2 {
	background:#FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 575px;
}

.JScotts #sidebar2 a {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
	color: #FFFFFF;
}
