@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
	font: 14px "Trebuchet MS", Arial, Helvetica;
color:#4f561f;
}

table.main {
	border-width: 0 1px 0 1px;
	border-spacing: 0px;
	border-style: none solid none solid;
	border-color: #e2e2d1;
	border-collapse: separate;
	background-color:#f8f8e9;
	padding:0 15px;
}

a {
outline:none;
color:#ee9f0f;
text-decoration:none;
}

hr{
color:#ee9f0f;
background-color:#ee9f0f;
height:1px;
border:none;
margin:auto
}

.frame {
border-color:#6b8671 ;
border-width:1px;
padding:3px;
}

.navigation {
background-image:url(navigation.jpg);
background-repeat:no-repeat;
height:51px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
line-height:50px
}

.navigation a {
color: #9FAB3B;
padding:0 8px;
font:Georgia, "Times New Roman", Times, serif;
}

.bottomnav {
background-image:url(bottomnav.jpg);
background-repeat:no-repeat;
height:51px;
font-size:11px
}

input {
background-color: #ffffff;
color: #49654f;
border:#6b8671 1px dashed;
}

input.text {
width:240px;
}

textarea {
	background-color: #ffffff;
	color: #49654f;
	border:#6b8671 1px dashed;
	width: 240px;
}

input.submit{
background-color: #ffffff;
color: #49654f;
border:#6b8671 1px dashed;
padding:3px;
cursor:pointer;
}

.select {
background-color: #ffffff;
color: #49654f;
border:#6b8671 1px dashed;
width: 160px;
}

.decluttering {
	margin: auto;
	width: 45%;
	border: thin solid #E4EAAC;
	float: left;
	clear:none;
	padding:5px 10px
}

.organizing {
	margin: auto;
	width: 45%;
	border: thin solid #E4EAAC;
	float: right;
	clear:none;
		padding:5px 10px
}
.services1 td{
	border: thin solid #E4EAAC;
		padding:5px 10px;
		border-collapse:collapse;
}

.signup {
width:350px;
float:left;
position:relative
}

.signup2 {
width:350px;
float:right;
position:relative;
text-align:center;
border:1px solid #ccc;
padding:3px;
height:115px;
padding-top:15px
}

.special {
	background-color: #E4EAAC;
	padding: 10px;
}
.small {
	font-size: 10px;
}
