/* CSS Document */
<!--

body {
	margin: 0px;
	background-color:#004271;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background-image:url(images/b-ground.jpg);
	background-repeat:repeat-x;
}

#logo {
	width:165px;
	float:left;
	margin-left:10px;
	margin-top:20px;
}

#cleaning {
	width:288px;
	float:left;
	margin-left:75px;
	margin-top:80px
}

#tel {
	width:194px;
	float:right;
	margin-top:70px;
}

#header-cont {
	width:100%;
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
}

#header {
	padding-top:10px;
	height:111px;
	width:800px;
}

#pic-cont {
	width:100%;
	background-color:white;
	border-top:5px solid #004271;
	border-bottom:5px solid #004271;
	padding-top:1px;
	padding-bottom:1px;
	clear:both;
}

#home-pic {
	width:852px;
	background-image:url(images/main-pic.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:10px;
	height:189px;
}

#about-pic {
	width:852px;
	background-image:url(images/about-pic.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:10px;
	height:189px;
}

#vision-pic {
	width:852px;
	background-image:url(images/vision-pic.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:10px;
	height:189px;
}


#ref-pic {
	width:852px;
	background-image:url(images/ref-pic.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:10px;
	height:189px;
}

#contact-pic {
	width:852px;
	background-image:url(images/contact-pic.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:10px;
	height:189px;
}

#main {
	width:810px;
}

#left-content {
	width:400px;
	float:left;
	height:100%;
}

#right-content {
	width:400px;
	float:right;
	height:100%;
}

p, h3 {
	text-align:justify;
	margin:15px;
	line-height:1.7em;
}

ul li {
	line-height:1.7em;
	text-align:left;
}

#title p {
	margin-bottom:0px;
}

h3 {
	font-size:1.2em;
}

.hi {
	text-align:left;
	line-height:1.7em;
	background-color:#0769b2;
	color:white;
	padding:5px;
	border:2px solid #004271;
}

.title {
	text-align:left;
	line-height:1.7em;
	background-color:white;
	color:#0769b2;
	padding:5px;
	border:2px solid #004271;
	marginh-bottom:none;
}


#footer {
	font-size:xx-small;
	width:800px;
	clear:both;
	margin-bottom:10px;
	padding-top:10px;
	height: 22px;
	text-align:center;
	background-color: #003862;
	border-top:2px solid #004271;
}

a {
	color:#00c0ff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.top-nav, .on {
	text-align:left;	
	margin-left:35px;
}

.top-nav a, .on a{
	background-image:url(images/nav-off.gif);
	width:184px;
	height:20px;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	padding-top:7px;
	padding-left:10px;
	text-decoration:none;
	color:white;
	margin-top:10px;
	
}

.top-nav a:hover,.on a{
	background-image:url(images/nav-on.gif);
	color:#004f88;
}

.quote {
	font-family:Georgia, "Times New Roman", Times, serif, "Myriad Pro", "Century Gothic";
	background-color:#0769b2;
	color:white;
	padding:5px;
	border:2px solid #004271;
}

#bottom, #bottom a {
	font-size:xx-small;
	color:#85a9c2;
	line-height:1.7em;
	padding-bottom:10px;
}

.home {
	font-size:1.2em;
}
-->
