/*
***********************************************************

GLOBAL

***********************************************************
*/

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color: #333;
	background: #fff url(../../../images/template/bg.jpg) top center repeat-x;
}

/* links */

a:link, a:visited {
	color:#29749F;
	
}

a:hover {
	color:#4AA7E2;
	text-decoration:none;
}

a:active {
	color:#5BAFE5;
}

a img {
	border: none;
}

/* content elements */

p {
	line-height:1.5em;
	padding-bottom:10px;
}

h1, h2, h3, h4 {
	margin:0;
}

li {
	margin:0;
	padding:0;
}

blockquote {
	margin:0;
	padding:0;
}

blockquote p {
	color:#41A1DD;
	font-size:2em;
	line-height:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding-bottom:10px;
}

cite {
	font-size:.8em;
	color:#666;
}


/* form elements */

form {
	font-size:90%;
	padding:5px;
}
    
form input,textarea {
	border:1px solid #999;
	padding:5px;
}
    
.button {
	background:#29749F;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	text-transform:uppercase;
	border:none;
	padding:5px
}
	
/*
***********************************************************

LAYOUT

***********************************************************
*/

#header, #wrapper, #footer {
	width:954px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	clear:both;
}


/*
***********************************************************

CONTACT FORM

***********************************************************
*/

.left {
    width:100px;
    float:left;
    padding-top:5px;
    min-height:24px;
}
.right{
    width:150px;
    float:left;
    padding:0;
    min-height:24px;
}
.clear{
    float:none;
    clear:both;
    height:0px;
}
.row{
    background-color:none;
    display:block;
    min-height:32px;
	margin-bottom:10px;
}

tr:focus{
    background-color:#DDF2F7;
}
td{
    vertical-align:top;
}
.over{
    background-color:#DDF2F7;
}
.out{
    background-color:none;
}

.required {
    color:red;
}

/*
***********************************************************

HEADER

***********************************************************
*/

#homeLogo {
	float:left;
	margin-top:14px;
	margin-bottom:15px;
}
#headerHolder {
	width:100%;
	background:url(../../../images/template/header.jpg) top right no-repeat;
}

#header h1 {
	width:350px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.3em;
	float:left;
	margin-top:75px;
	padding-left:20px;
	color:#00668B;
}
#header ul {
	width:100%;
	margin:0;
	padding:0;
	clear:both;
	border-left:1px solid #fff;
	list-style-type:none;
	padding-top:15px;
	padding-bottom:17px;
}

#header ul li {
	display:inline;
	border-right:1px solid #fff;
	text-transform:uppercase;
	margin:0;
	padding:15px 35px 21px 35px;
	font-weight:bold;
}

#header ul .on {
	margin:0;
	margin-left:-4px;
	background-color:#29749F;
}

#header ul li a {
	margin:0;
	padding:0;
	color:#A4D8FE;
	text-decoration:none;
}

#header ul li a:hover {
	color:#fff;
}

/*
***********************************************************

HOME

***********************************************************
*/



#homeIntro {
	overflow:hidden;
	background-color:#EDEEED;
	padding:12px;
	width:100%;
	margin-bottom:30px;
}

#homeIntro img {
	float:left;
}

#introText {
	float:left;
	width:304px;
	padding:50px 5px 32px 23px;
	background:#47A5E0 url(../../../images/template/introBG.jpg) top right repeat-y;
	color:#fff;
}

#introText h2 {
	margin-bottom:10px;
}

#introText h3 {
	font-weight:normal;
	font-size:.9em;
	padding-right:10px;
	line-height:1.5em;
}

#introText a {
	color:#fff;
	text-decoration:none;
}


/*
***********************************************************

CONTENT

***********************************************************
*/

#wrapper {
	margin-top:20px;
}

#content {
	width:517px;
	float:left;
}

#side {
	width:340px;
	float:right;
}

#colWrapper {
	clear:both;
	overflow:hidden;
}

.col3 {
	margin-top:30px;
	width:273px;
	float:left;
	margin-right:40px;
}

#content h2 {
	font-size:3em;
	color:#29749F;
	letter-spacing:-2px;
	line-height:1em;
	margin-bottom:30px;
}

.col3 h3 {
	text-transform:uppercase;
	color:#999;
	font-size:1.1em;
	letter-spacing:1px;
	margin-bottom:30px;
}

.col3 h4 {
	font-size:1.7em;
	letter-spacing:-1px;
	margin-bottom:10px;
}

#wrapper p {
	margin:0;
	padding:0;
}

#wrapper ul, #content ol {
	font-size:.9em;
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	
}

#wrapper ul li {
	background:url(../../../images/template/listArrow.jpg) top left no-repeat;
	padding-left:30px;
	margin-bottom:15px;
}

.rateCall {
	padding-left:60px;
	margin-bottom:20px;
}

#monthly {
	background:url(../../../images/template/calendar.jpg) top left no-repeat;
}
#construction {
	background:url(../../../images/template/construction.jpg) top left no-repeat;
}
#clean {
	background:url(../../../images/template/garbagecan.jpg) top left no-repeat;
}
#supplies {
	background:url(../../../images/template/soap.jpg) top left no-repeat;
}

.bigButton a {
	background:url(../../../images/template/button_bg.jpg) center center no-repeat;
	display:block;
	width:237px;
	height:46px;
	color:#fff;
	padding-top:20px;
	margin-top:20px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

.bigButton a:hover {
	color:#4AA7E2;
}



/*
***********************************************************

FOOTER

***********************************************************
*/

#footerWrapper {
	width:100%;
	margin-top:30px;
	background-color:#EDEEED;
}

#footer p {
	float:left;
	font-size:.9em;
}

.footerContact {
	float:right;
margin-left:20px;
}