body {
	font: 12px Arial, Helvetica, sans-serif;
	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: 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: #5d4a29;
	padding:0;
	font-size:12px;
 selector */ background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	float: none;
	position: relative;
	vertical-align: top;
}
* html #mainContent img {
	margin-right: -2px;
}
img {
	display: block;
}
ol {
	list-style-position: inside;
	list-style-type: none;
	margin-left:12px;
}
.nav ul {
	padding: 0;
	margin: 0;
}
.nav li {
	list-style-position: inside;
	list-style-type: none;
	margin:0 0px 1.5px 13px;
	padding: 0px;
}
.news li {
	list-style: url(images/cupcake_bullet.jpg);
	margin-left: 36px;
	margin-bottom: 12px;
	padding-left: 6px;
}
.news a:link {
	color: #96ad27;
	text-decoration:underline;
	font-weight: bold;
}
.news a:visited {
	color: #96ad27;
	text-decoration:underline;
	font-weight: bold;
}
.news a:hover {
	color: silver;
	text-decoration:underline;
	font-weight: bold;
}
* html #test3 li {
	display:inline;
}  /* for IE 6 */
* + html #test3 li {
	display:inline;
}  /* for IE 7 */
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.twoColFixLtHdr #container {
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;
	height: 138px;
	position: relative;
}
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 141px;
	height: 168px;
	padding-left: 110px;
	margin-top: 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 3px;
	padding: 0px 0px 0px 0px;
	height: 179px;
	float: right;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	width: 550px;
	float: left;
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #homecolumn {
	padding: 0 10px 0 20px;
	width: 175px;
	float: left;
	border-right: 1px silver solid;
	height: 1000px;
}
.twoColFixLtHdr #homecolumn p {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #homecolumn2 {
	padding: 0 10px 0 15px;
	width: 350px;
	float: left;
}
.twoColFixLtHdr #homecolumn2 p {
	margin: 0;
	padding: 10px 0;
}
.twoColFixLtHdr #footer2 {
	padding-left: 28px;
	width: 187px;
	float: left;
}
.twoColFixLtHdr #footer3 {
	padding-left: 3px;
	margin-left: 26px;
	margin-top: 10px;
	
	width: 187px;
	float: left;
	background-image:url(images/signup.gif);
	height: 500px;
	background-repeat:no-repeat;
}
.twoColFixLtHdr #footer2 p {
	margin: 0;
	padding: 10px 0;
}
.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;
}
.subhead {
	color: #f7b14e;
	font-size: 24px;
	border-bottom: 1px solid #f7b14e;
	margin-bottom: .5em;
	font-weight: bold;
}
.sub2 {
	color: #f7b14e;
	font-size: 18px;
}
.sub3 {
	font-size: 18px;
	color: #5d4a29;
	font-weght: bold;
	border-bottom: solid 1px #5d4a29;
}
.sub4 {
	color: #f7b14e;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}
.sub5 {
	color: #5d4a29;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}

.sub6 {
	font-size: 18px;
	color: #5d4a29;
	border-bottom: solid 1px #5d4a29;
}
a:link {
	color: #5d4a29;
	text-decoration:underline;
}
a:visited {
	color: #5d4a29;
	text-decoration:underline;
}
a:hover {
	color:#f7b14e;
	text-decoration:underline;
}
.nav a:link {
	color: #5d4a29;
	text-decoration:none;
}
.nav a:visited {
	color: #5d4a29;
	text-decoration:none;
}
.nav a:hover {
	color:#f7b14e;
	text-decoration: none;
}
.sidebarlink a:link {
	color: #5d4a29;
	text-decoration:underline;
}
.sidebarlink a:visited {
	color: #5d4a29;
	text-decoration:underline;
}
.sidebarlink a:hover {
	color:#ffffff;
	text-decoration: underline;
}
.newsimage {
}
#column {
	float: left;
}
#scrollup {
	position: relative;
	overflow: hidden;
	height: 200px;
	width: 175px;
}
.headline {
	position: absolute;
	top: 400px;
	height: 350px;
	width:175px;
}
div.row {
	clear: both;
	padding-top: 10px;
}
div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 100px;
	text-align: left;
}
.big input, textarea {
	margin-right:3px;
	font:14px Helvetica, Arial;
	font-weight:bold;
	padding:6px;
	margin-top: 6px;
	background:#fff;
	color: #f7b14e;
	width:300px;
	border-bottom:1px solid #b1ca0c;
	border-left: 1px solid #b1ca0c;
	border-right: 1px solid #b1ca0c;
	border-top: 1px solid #b1ca0c;
}
.small input {
	margin-right:3px;
	font:14px Helvetica, Arial;
	font-weight:bold;
	padding:6px;
	margin-top: 3px;
	background:#fff;
	color: #f7b14e;
	width:100px;
	border-bottom:1px solid #b1ca0c;
	border-left: 1px solid #b1ca0c;
	border-right: 1px solid #b1ca0c;
	border-top: 1px solid #b1ca0c;
}
textarea {
	border:1px solid #b1ca0c;
}
.sidebar2 {
	font-size: 14px;
}
.small_italic {
	font-size:9px;
	font-style:italic;
}
#logolink {
	display: block;
	height: 100px;
	width: 200px;
	display: none;
}
#bglink div {
	display: none;
	height: 300px;
}
#header a {
	position: absolute;
	top: 0;
	left:0;
	width: 180px;
	height: 135px;
}
#header a h1 {
	display: none;
}
div#bottom {
	clear: both;
	background-color: yellow;
}

.testimonials
{border-bottom:1px solid #f7b14e;
}
