body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #505050;
	background-color: #ECECE2;
	margin: 0px;
	padding: 0px;
}

input
{
color: #333;
background: #fff;
border: 1px solid #ccc;
width:175px;
margin:5px;
}

input.hidden {
	border: none;
	width: auto;
	height: auto;
}

select{
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
	width:150px;
	margin:5px;
	}
	
hr{
color: #ebedee;
background-color: #ebedee;
height: 1px;
	}
#Background {
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	width: 1044px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
}
#DivContainer {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#Phone {
	background-color: #C1DF89;
	text-align: right;
	margin: 0px;
	padding: 6px;
	float: left;
	width: 948px;
}
#Phone p {
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#Slogan {
	margin-top:-30px;
	background-color: #C1DF89;
	text-align: left;
	margin: 0px;
	padding: 6px;
	float: left;
	width: 948px;
}
#Slogan p {
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#Logo {
	background-image: url(../images/logo-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 215px;
	width: 215px;
}
#Logo h1 {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 215px;
	width: 215px;
}
#Photos {
	background-image: url(../images/photos-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 215px;
	width: 745px;
}

/* Navigation */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 120px;
	height:23px;
	/*border: 1px solid #0099ff;*/
	padding-top:12px;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:5px;
	text-decoration:  none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666;
	margin-bottom:0px;
	margin-top:0px;
	text-align:center
}

#nav a:hover{
	color: #333;
	background-color:#c2e08a;
	}

#nav li {
	float: left;
	width: 125px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	/*border: 1px solid  #ff0099;*/
}

#nav li ul {
	position: absolute;
	width: 135px;
	left: -999em;
	
}

#nav li ul li {
	margin-left: 0;
	margin-right: 0;
}



#nav li:hover ul {
	left: auto;
	background-color: #99cc33;
	
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	color:#ccc;
}

body {
	margin-left: 0px;
	margin-top: 0px;
}
#Content {
	padding: 20px 30px 30px 30px;
	float: left;
	width: 570px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear:both;
}
#Content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #99CA3C;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

#Content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #99CA3C;
	padding: 0px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#Content h2.first {
	margin-top: 0px;
}
#Content p {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#Content p.Estimates {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #99CA3C;
}
#Content a {
	color: #99CA3C;
}
#Sidebar {
	float: left;
	width: 239px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #505050;
	border-left-color: #505050;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#Sidebar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #99CA3C;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
#Sidebar h3.first {
	margin-top: 0px;
}
#Sidebar p {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#Sidebar p.Estimates {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #99CA3C;
}
#Sidebar p.Badge {
	text-align: left;
	padding-left: 20px;
}
#Sidebar a {
	color: #99CA3C;
}
#Footer {
	background-image: url(../images/footer-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 140px;
	width: 816px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 144px;
}
#Footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Footer ul li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Footer ul li a {
	color: #FFF;
	text-decoration: none;
}
#Footer ul li a:hover {
	text-decoration: underline;
}
#Footer p {
	color: #FFF;
	padding: 0px;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 12px;
}

#Footer p a{
	color: #FFF;
	}

p.winston a {
	text-decoration: none;
}

p.winston a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}




/* ==================== NEW SIDEBAR =================================== */

#Sidebar a {  /* WARNING: OVERRIDES MAIN CSS STYLESHEET */
	color: white;
	white-space: nowrap;
}

.sidebar-box {
	width: 236px;
	color: white;
	font-weight: normal;
	font-size: 14px;
	
	margin-top: 10px;
}
.sidebar-box-top {
	width: 236px;
	height: 3px;
	background-image: url('../images/sidebar/sidebarbox1top.png');
	background-repeat: repeat-none;
}
.sidebar-box-content-area {
	width: 205px; /*198px;*/ /*217px;*/ /*236px;*/ /* take off padding */
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 31px;
	padding-bottom: 10px;
	background-image: url('../images/sidebar/sidebarbox1bg.png');
	background-repeat: repeat-y;
}
.sidebar-box-bottom {
	width: 236px;
	height: 3px;
	background-image: url('../images/sidebar/sidebarboxbottom.png');
	background-repeat: repeat-none;
}
.sidebar-box2-top {
	background-image: url('../images/sidebar/sidebarbox2top.png');
}
.sidebar-box2-content-area {
	background-image: url('../images/sidebar/sidebarbox2bg.png');
	padding-bottom: 15px;
}
.sidebar-box a, .sidebar-box a:visited {
	color: white;
	text-decoration: none;
	border-style: none;
	font-family: Georgia;
}
.sidebar-box a:hover {
	/*text-decoration: underline;*/
}
.sidebar-box h2, a#sidebar-quote-link, a#sidebar-gift-link {
	color: #496f36;
	font-family: Georgia;
	font-weight: bold;

	padding-top: 0;
	margin-top: 0;
}
#sidebar-quote-link:hover, a#sidebar-gift-link:hover {
	text-decoration: none;
	/*color: #699f4d;*/
}


#sidebar-claim-box h2 {
	font-size: 28px;
	padding-bottom: 15px;
	margin-bottom: 0;
}
#sidebar-gift-box h2, #sidebar-gift-box h2 a {
	font-size: 18px;
	padding-bottom: 13px;
	margin-bottom: 0;
}
#sidebar-quote-box h2, #sidebar-quote-box h2 a {
	font-size: 18px;
	padding-bottom: 13px;
	margin-bottom: 0;
}
#sidebar-connect-box h2 {
	font-size: 26px;
	padding-bottom: 8px;
	margin-bottom: 0;
}

#sidebar-connect-box p {
	margin-top: 0;
	padding-top: 0;
}


#sidebar-quote-box a {
	white-space: normal;
}
#sidebar-quote-box .sidebar-box-content-area {
	padding-bottom: 15px;
}

#sidebar-gift-box:hover .sidebar-box-top, #sidebar-quote-box:hover .sidebar-box-top {
	background-image: url('../images/sidebar/sidebarbox2top.png');
}
#sidebar-gift-box:hover .sidebar-box-content-area, #sidebar-quote-box:hover .sidebar-box-content-area {
	background-image: url('../images/sidebar/sidebarbox2bg.png');
}
.sidebar-box input[type="text"] {
	width: 136px;
	height: 16px;
	padding-bottom: 5px;
	float: right;
	padding-top: 0;
	margin-top: 0;
}

#sidebar-connect-box input[type="text"] {
	width: 188px;
	float: none;
	margin-left: 0;
	
	font-size: 12px;
	color: #565656;
	font-family: Arial;
}

.sidebar-box label {
	color: #2f4e20;
	float: left;
	padding-right: 0px;
	padding-top: 3px;
	
	font-family: Georgia;
}

.sidebar-box  p {
	padding-bottom: 5px;
	font-family: Georgia;
}

.sidebar-box input[type="image"], .sidebar-box a.send-button-link {
	float: right;
	width: 53px;
	height: 23px;
	border-style: none;
	background-color: transparent;
	padding-top: 0;
	margin-top: 0px;
	margin-bottom: 0;
}

.sidebar-box a.send-button-link {
	display: block;
	background-image: url('../images/sidebar/send.png');
	font-weight: bold;
	font-size: 12px;
	height: 19px;
	width: 43px;
	padding-top: 4px;
	padding-left: 10px;
	margin-right: 5px;
}
.sidebar-box #connect-send-button {
	margin-right: 15px;
}
.sidebar-box a.send-button-link:hover {
	text-decoration: none;
}
#sidebar-connect-box input[type="image"] {
	margin-right: 15px;
}



/* =============== CLEANING QUOTE FORM =================== */
.clear {
	clear: both;
}
#cleaning-quote-form {
	width: 590px;
	margin: 0;
	padding: 0;
}
#cleaning-quote-form #address-container {
	margin-top: 10px;
}
#cleaning-quote-from label {
	padding-top: 20px;
}
#cleaning-quote-form input, #cleaning-quote-form textarea, #cleaning-quote-form select {
	margin-top: 15px;
}
#cleaning-quote-form input[type="text"] {
	width: 271px;
	height: 16px;
}
#cleaning-quote-form select {
	width: 175px;
	height: 19px;
}
#cleaning-quote-form input[type="checkbox"] {
	width: auto;
}
#cleaning-quote-form #address {
	width: 574px;
}
#cleaning-quote-form .left {
	margin-top: 10px;
	float: left;
}
/*#cleaning-quote-form input[type="text"].right, #cleaning-quote-form select.right {*/
#cleaning-quote-form div.right {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
#cleaning-quote-form div#standard-frequency-container {
	margin-left: 118px;
}
#cleaning-quote-form #standard {
	margin-left: 177px;
}
#cleaning-quote-form .rooms-to-be-cleaned-container {
	float: left;
	padding-right: 40px;
	margin-top: 10px;
}
#last-rooms-to-be-cleaned-container {
	padding-right: 0;
}
#cleaning-quote-form .rooms-to-be-cleaned-container input[type="checkbox"] {
	margin-top: 5px;
}

#cleaning-quote-form .additional-services-requested-container {
	float: left;
	padding-right: 70px;
}
#last-additional-services-requested-container {
	padding-right: 0;
}
#cleaning-quote-form .additional-services-requested-container input[type="checkbox"] {
	padding-bottom: 12px;
}


#cleaning-quote-form .floor-types-container {
	float: left;
	padding-right: 50px;
}
#last-floor-types-container {
	padding-right: 0;
}
#cleaning-quote-form .floor-types-container input[type="checkbox"] {
	padding-bottom: 12px;
}

#cleaning-quote-form textarea {
	width: 560px;
}


#cleaning-quote-form input[type="radio"] {
	padding-bottom: 12px;
	padding-right: 60px;
	width: auto;
}

#cleaning-quote-form #how-did-you-hear-about-us-container {
	margin-left: 164px;
}




/* =============== COUPON PAGE =================== */
#coupon-page-content #print-link, #coupon-page-content #print-link:visited {
	color: #496f36;
	text-decoration: none;
	text-align: center;
	margin-top: 30px;
	padding-top: 0;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	display: block;
}

#coupon-page-content h1 {
	font-size: 26px;
	color: #496f36;
	font-family: Georgia;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
#coupon-page-content h2 {
	font-size: 18px;
	color: #99ca3b;
	font-family: Arial;
	font-weight: normal;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
#coupon-page-content p {
	margin-top: 5px;
	padding-top: 0;
}

#the-coupon {
	width: 552px;
	height: 304px;
	margin: 60px auto 0 auto;
	background-image: url('../images/couponpage/bg.png');
	background-repeat: no-repeat;
}
#the-coupon h1 {
	font-size: 36px;
	color: #496f36;
	margin-top: 0;
	padding-top: 50px;
	text-align: center;
	font-family: Georgia;
	font-weight: bold;
}
#the-coupon h2 {
	font-size: 30px;
	color: #496f36;
	margin-top: 0;
	padding-top: 12px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
}
#the-coupon p {
	font-size: 18px;
	color: #99ca3b;
	margin-top: 0;
	padding-top: 20px;
	text-align: center;
	font-family: Arial;
	font-weight: normal
}


