@charset "utf-8";
/*------------Layout CSS--------------*/
body  {
	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: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
.twoColLgSide #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
.twoColLgSide #header {
	width: 780px;
	height:100px;
	margin-bottom:15px;
}
.twoColLgSide #navigation {
	height: 28px;
	font-size: 80%;
	width: 780px;
}
.twoColLgSide #leftContent {
	float: left;
	width: 460px;
	padding-top: 15px;
}
.twoColLgSide #container #leftContent1  {
	width: 490px;
	float: left;
}
.twoColLgSide #container #right-content {
	width: 280px;
	float: right;
}


.twoColLgSide #leftContent1 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 10px;
}
.twoColLgSide #rightSidebar {
	float: right;
	margin-top: 30px;
	margin-right: 15px;
	clear: right;
	margin-left: 5px;
}

.twoColLgSide #rightContent {
	float: left;
	width: 295px;
	margin-top: 30px;
	margin-left: 15px;
}
#leftContent h1 {
	line-height: 100%;
}
#leftContent h2 , #leftContent1 h2{
	line-height: 100%;
	text-align: center;
}
.twoColLgSide #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 425px;
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.twoColLgSide #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	font-size: 80%;
	padding: 0 0 20px;
} 
.twoColLgSide #footer {
	padding: 0 10px 0 20px;
	height: 65px;
	margin: 0;
	background-image: url(../images/footerimg.png);
	min-width: 779px;
} 
.twoColLgSide #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.onecolumn #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
} 
.onecolumn #header {
	width: 780px;
	height: 100px;
	margin-bottom: 15px;
	background-image: url(../images/dclogotransparentsmall.png);
	background-position: 100px;
	background-repeat: no-repeat;
} 
.onecolumn #navigation {
	height: 28px;
	font-size: 80%;
	width: 780px;
}
.onecolumn #mainContent {
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-align: left;
	width: 780px;
} 
.onecolumn #footer {
	padding: 0 10px 0 20px;
	height: 65px;
	margin: 0;
	background-image: url(../images/footerimg.png);
	min-width: 779px;
} 
.onecolumn #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.center {
	text-align: center;

}
.hideBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*------------Presentation CSS--------------*/
body {
	background-repeat: repeat-x;
	background-image: url(../images/bodybackground.jpg);
}

/* CSS Document */

#container  {
	background-repeat: no-repeat;
	background-image: url(../images/containerbackground_r1_c1.jpg);
}
#leftheader  {
	background-repeat: no-repeat;
	background-image: url(../images/dclogotransparentsmall.png);
	margin: 0px;
	float: left;
	height: 100px;
	width: 350px;
	background-position: 100px;
}
#rightheader {
	float: right;
	width: 390px;
	padding-top: 10px;
	height: 100px;
}
#rightheader p, #rightheader h1 {
	font-size: 25px;
	font-weight:normal;
	line-height:.75em;
	color: #FFF;
}


#sidebar  {
	margin: 0px;
	padding: 0px;
}
#frmWrap  {
	text-align: right;
	font-size: 0.85em;
	line-height: 1.5;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 38px;
	padding-left: 10px;
	margin-right: 40px;
	background-color: #9dbbb8;
	width: 415px;
	border: 2px solid #000;
	background-image: url(../images/bothomeback.jpg);
		
}
p.quotehead {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	background-color: #284B5A;
	color: #FFF;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: -10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -10px;
}
#frmContact select {
	margin-right: 149px;
}
#frmContact input {
	width: 190px;
	margin-right: 30px;
}
#frmContact textarea {
	width: 190px;
	margin-right: 30px;
}
#frmContact .homeSubmit {
	display:block;
	width: 140px;
	margin-left: 140px;
}
#frmContact input:focus {
	background-color: #def;
}
#frmContact select:focus {
	background-color: #def;
}
#frmContact textarea:focus {
	background-color: #DEF;
}
#mainContent  {
	font-size: 1em;
	width: 330px;
	float: right;
}
#mainContent h1 {
	text-align: center;
}
#mainContent > h2 {
	color: #1D1E20;
	text-align: Center;
}
#mainContent >  h2.about   {
	text-indent: 195px;
	text-align: left;
}

#mainContent p {
	/* [disabled]margin-top: 20px; */
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#mainContent h4 {
	font-style: italic;
}
.twoColLgSide #sidebar .intro {
	padding-left: 5px;
	margin-top: 0;
}
#social{
	width: 295px;
	float: right;
	padding-left: 0px;
}
#fblike a:link img , #fblike a:visited img ,#fblike a:hover img,#fblike a:active img{
	text-decoration:none;
	border: none;
}
a.homequotebutton  {
	padding-left: 45px;




}
.facebookbutton     {
	margin-bottom: 10px;
	padding-right: 10px;

}



.twoColLgSide #container #mainContent #fblike p {
	line-height: 20px;
}
.box  {
	float:right;
	width: 275px;
	border: 2px solid #284B5A;
	background-color: #F1F9FC;
	font-size: 0.9em;
	color: #000;
	margin: 0 0 20px 0;
}
.box h2        {
	font-size: 1.2em;
	background-color: #284B5A;
	display: block;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 5px;
}
#mainContent .box h2 {
	color: #fff;
	text-align:center;
}

.box p        {
	padding: 5px;
	margin-top: 5px;
	text-align: left;
}
.box p.center      {
	text-align: center;
}
.box a    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.box .center a img    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bottom-content {
	clear:both;
	width:100%;
	height: 300px;
}
#bottom-content .box {
	height: 250px;
	width: 235px;
	margin-right: 20px;
}
#footer  {
	font-size: 0.7em;
	color: #AAA;
	text-align: center;
	padding: 0.5em;
	line-height: 0.8em;
}
#footer a  {
	color: #AAA;
}
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 75%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 8em;
	float: left;
	margin-right: 1px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #fff;
	text-decoration: none;
	background-color: #2F657F;
	background-repeat: repeat-x;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color:#1F3038;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #1F3038;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
#howtochoose td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: none;
}
#mainContent table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#howtochoose td.tablehead {
	font-size: 24px;
	font-weight: bold;
}
#howtochoose td.tableheadcenter {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
#howtochoose tr.even {
	background-color: #D3DFEE;
}
#howtochoose tr.even td {
	font-weight: bold;
}
#howtochoose tr.odd td {
	text-indent: 2em;
	font-style: oblique;
}
#frmWrap .quotecontactpage {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	background-color: #284B5A;
	padding: 5px 50px;
	color: #FFF;
}

.onecolumn #contactPageQuote #frmWrap {
	background-color: #F0F0F0;
	margin-right: auto;
	margin-left: auto;
}

.onecolumn #container #mainContent #contactPageQuote {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	background-color: #F0F0F0;
}

.onecolumn #contactPageQuote #frmWrap #frmContact label{
	background-color: #E8E8E8;
	display: inline;
	text-align: left;
}
.onecolumn #contactPageQuote #frmWrapContact #frmContactQuote table {
	padding-bottom: 15px;

}
.onecolumn #contactPageQuote #frmWrap #frmContact input {
	width: 225px;
	float: left;
}
form#frmContactQuote input:focus {
	background: #def;
}
form#frmContactQuote textarea:focus {
	background: #def;
}

.onecolumn #contactPageQuote #frmWrap #frmContact select {
	float: left;
}

.onecolumn  #contactPageQuote #frmWrap #frmContact textarea {
	width: 225px;
	float: left;
}
.onecolumn #contactPageQuote #frmContact input.submitbutton{
	cursor: pointer;
	margin-left: 50px;
	height: 60px;
	width: 177px;
	padding: 0px;
	margin-top: 10px;
	text-decoration: none;
	display: inline-block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: url(../images/quotebutton.png);
	vertical-align: top;
}
div.bigtext {
	font-size: 36px;
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding-bottom: 10px;
}

.onecolumn #contactPageQuote #frmContactQuote input.submitbutton {
	cursor: pointer;
	margin-left: 300px;
	height: 60px;
	width: 177px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	background-image: url(../images/buttonsubmit.png);
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.onecolumn #container #mainContent .center a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactPageQuote {
	border: 2px solid #000000;
}
#contactPageQuote #frmWrapContact {
	width: 770px;
}
#contactPageQuote #frmWrapContact .quotecontactpage{
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	background-color: #284B5A;
	color: #FFF;
	margin-top: 0px;
	margin-left: -2px;
	padding-top: 7px;
	padding-right: 50px;
	padding-bottom: 7px;
	padding-left: 50px;
	margin-right: -2px;
}
.redasterisk {
	color: #F00;
}
.twoColLgSide #container #leftContent .smaller {
	font-size: 90%;
}
.thankyou {
	font-size: 20px;
	line-height: 1.2em;
}
.onecolumn  #frmEmployment input.submitbutton {
	cursor: pointer;
	margin-left: 300px;
	height: 60px;
	width: 177px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	background-image: url(../images/buttonsubmit.png);
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#frmEmployment input.text {
	width: 200px;
}
#frmEmployment input.text:focus {
	width: 200px;
	background-color:#ffc;
}
#frmEmployment fieldset    {
	margin-bottom: 15px;
}
#frmEmployment .empFormHistory input {
	width: 300px;
}
#frmEmployment .empFormHistory input:focus {
	width: 300px;
	background-color:#ffc;
}
#frmEmployment table tr td input.length100 {
	width: 100px;
}
#frmEmployment table tr td input.length100:focus {
	width: 100px;
	background-color:#FFC;
}
#frmEmployment fieldset.empFormHistory hr {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.onecolumn #container #mainContent #frmEmployment .width300 {
	width: 300px;
}
.onecolumn #container #mainContent #frmEmployment .width300:focus {
	width: 300px;
	background-color:#ffc;
}
#frmEmployment .empFormReferences input {
	width: 500px;
}
#frmEmployment .empFormReferences input:focus {
	width: 500px;
	background-color: #FFC;

}
#frmEmployment input textarea:focus, #frmEmployment input checkbox {
	background-color:#ffc;
	}
.onecolumn #container #mainContent #frmEmployment table tr td textarea:focus, .onecolumn #container #mainContent #frmEmployment table tr td select:focus, .onecolumn #container #mainContent #frmEmployment table tr td input:focus {
	background-color: #FFC;
}

table#signature {
	margin-top:40px;
}
table#signature tr{
	margin-top:100px;
}
table#signature tr td {
	
	height:25px;
	border-top:2px, solid, #000;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
table#signature tr td.hideBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p.applybutton a:link img, p.applybutton a:visited img, p.applybutton a:hover img, p.applybutton a:active img{
	border:none
}
#container #mainContent p.applybutton{
	text-align:center;
	border:none;
}
.onecolumn #contactPageQuote #frmContact input.testimonialbutton {
	cursor: pointer;
	margin-left: 300px;
	height: 60px;
	width: 177px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	background-image: url(../images/buttonsubmittestimonial.png);
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.onecolumn #container #mainContent #contactPageQuote #frmWrapContact #frmContact .contact tr td  #Testimonial {
	width: 350px;
	height: 250px;
}
#landingContent {
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
#landingContent li {
	margin-bottom: 10px;
}

#landingContent p {
	text-indent: 10px;
	line-height: 125%;
	padding: 0, 10px, 0, 0;
}
#landingContent h2 {
	text-align:center;
	color:black;
}

#landingQuote {
	float: right;
	width: 400px;
	text-align:right;
	border: 2px solid #284B5A;
	margin: 0 0 15px 10px;
	background-color: #9dbbb8;
	height: 100%;
}
#landingQuote h3 {
	background-color: #284B5A;
	color: #fff;
	margin: 0;
	line-height: 45px;
	text-align: center;
}

#landingQuote label {
	display:inline-block;
	min-width: 150px;
}
#landingQuote input, #landingQuote textarea {
	padding-right: 10px;
}
.slideshow {
	clear:both;
	background:#AAD7EA;
	width:780px;
	height:336px;
	
}
.slideshow img {
	width:780px;
	height:335px;
}
.girls {
	position: absolute;
	left: 624px;
	top: 278px;
	z-index: 999;
}
.onecolumn #container #mainContent span .fltrt {
	display: block;
}
.twoColLgSide #container #leftContent1 img.fltrt {
	border: 1px solid black;
}
#container #rightContent > img   {
	border: 2px inset black;
	margin-bottom:30px;
	float: right;
}
#container #right-content > img{
	margin: 40px 0 30px 0;
	border: 2px solid black;
	padding: 3px;
}
#mainContent > p > img, #rightContent > img{
	padding: 2px;
	border: 2px solid black;
}




#boxesleft {
	float: right;
	width:280px;
	margin-left: 5px;
}
ul#window-cleaning-list  li{
	margin-bottom: 20px;



}
#leftbottomhome {
	background-image: url(../images/bothomeback.jpg);
	background-repeat: repeat-x;
	height: 350px;
	width: 436px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 2px solid #333;
}
#CollapsiblePanel1 .CollapsiblePanelContent #frmContact p label {
	display: inline;
	width: 150px;
}
h2.homepage {
	text-align: center;
	background-color: #284B5A;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
	color: #FFF;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #284B5A;
}
a.nounderline{
	text-decoration:none;
}
h2.windowhome {
	color: #FFF;
	background: #284B5A;
	text-align: center;
	font-size: 125%;
	padding: 20px 10px;
	margin: 0;
}
#windows {
	border: 2px solid #284B5A;
	padding-bottom: 10px;
}
img.windowhome {
	margin: 0 13px;
}
p.homepage {
	display: block;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #284B5A;
	border-right-color: #284B5A;
	border-bottom-color: #284B5A;
	border-left-color: #284B5A;
	margin: 0;
	padding: 10px;
	background-image: url(../images/bothomeback.jpg);
}
.homeguarantee {
	margin-bottom: 40px;
	font-size: 110%;
}
.caps {
	text-transform: capitalize;
}
#social .fb-like {
	margin-left: 0px;
}
#manta {
	height: 350px;
	width: 425px;
	overflow: hidden;
	margin-top: -65px;
}
img.contactpic {
	display: inline-block;
}
