/****************************************
*										*
*	United Cleaning Services SCREEN 2009
*										*
*****************************************/

/*** MASTER COLORS ***/

/* BLUE */
.Blue	{ color: #349CC8 !important; }
.LBlue	{ color: #7DC3DF !important; }
.VLblue	{ color: #C2E2EF !important; } /* bkgrnd */
.VVLblue{ color: #EFFAFF !important; } /* tabList HOVER bkgrnd */

/* GREY */
.VLgrey	{ color: #BBB !important; }
.Lgrey	{ color: #999 !important; }
.Mgrey	{ color: #666 !important; }
.Dgrey	{ color: #333 !important; }

.white	{ color: #FFF !important; }
.whiteBk{ background-color: #FFF !important; }

/* Red */
.Red	{ color: #C00 !important; }
/*** PROOFING ****/
.pink {
	font-weight:bold;
	color:#F0F;
}

/********* BODY + SET-UPS *********/
html {
font-size: 1.25em;
min-height:100%;
}
body {
font-size: 50%;
min-height:100%;
}
html>body {
font-size: 10px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color: #666666;
	background:#EFFAFF;
	position:relative;
}
body, div, object, embed, form, img, dl, dt, dd, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
}
img, .show {
	display:block;
	}
.hide {
	display:none;
}
.display {
	display:block !important;
}

/* BASE CONTAINER ELEMENTS */
#entire {
	width:925px;
	margin:0 auto;
	position:relative;
	z-index:3;
}
#flashBk {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#seo {
	padding:6px 35px;
	font-size:9px;
	z-index:4;
	position:relative;
	text-align:right;
	}
#center {
	width:855px;
	margin:0 auto;
	position:relative;
}	
#header, #panel, #content, #footer {
	width:100%;
	margin:0 auto;
	position:relative;
	}
#header {
	height:185px;
	background:transparent;
	z-index:3;
}
#panel, #form {
	height:220px;
	padding-bottom:15px;
	overflow:hidden;
}
#form {
	padding-left:10px;
	margin-right:-10px;
}
#hdrImg {
	display:none;
}
#logo, #logoLink, #flashLogo {
	width:145px;
	height:80px;
	display:block;
	position:absolute;
	left:0;
	top:25px;
	background:transparent url(../images/gen/logo/ucs.png) no-repeat;
	z-index:2;
}
#logo {
	behavior:url(css/iepngfix.htc); 
}
#logo img {
	display:none;
}
#logoLink, #flashLogo {
	background:transparent;
	z-index:10;
}
#logoLink span {
	display:none;
}
#flashLogo {
	z-index:6;
}
#strap {
	width:210px;
	height:50px;
	display:block;
	position:absolute;
	left:210px;
	top:47px;
	background:transparent url(../images/gen/logo/strapline.png) no-repeat;
	z-index:2;
	behavior:url(css/iepngfix.htc); 
}
#strap img {
	display:none;
}
#topNav {
	position:absolute;
	left:0;
	top:130px;
	width:855px;
	overflow:hidden;
	z-index:3;
	border:1px solid #7DC3DF;
	border-width:1px 0;
}
#content {
	width:860px;
	margin:0 -5px 0 0;
	z-index:2;
}
#footer {
	width:170px;
	line-height:1.2;
	z-index:10;
	position:absolute;
	top:580px;
	}
#footer .noPrint {
	display:block;
}
/* CONTENT PANELS */
.col, .main {
	float:left;
}

.main { /* MAIN LEFT COLUMN */
	width:645px;
	margin:0 -5px 0 -10px;
	position:relative;
}
.main #panel {
	padding-left:10px;	
	width:630px;
}
.mainFull { /* MAIN FULL WIDTH COLUMN */
	width:855px;
}
.col {
	width:200px;
	padding:0 5px 10px 10px;
}

.col img.hdr {
	height:220px;
	padding-bottom:15px;
	margin-left:-10px;
	margin-right:-10px;
	position:relative;
}
#scroll, #staffHold {
	width:640px;
	height:575px;
	overflow:auto;#
	overflow:hidden;
	overflow-x:auto;
	margin-left:10px;
	position:relative;
}
#scroll .col, #staffHold .col {
	padding-bottom:0;	
}
#scroll .col img.hdr, #staffHold .col img.hdr {
	height:auto;
}
#scroll .col img.hdrSm, #staffHold .col img.hdrSm {
	width:95%;
	margin:0;
}
.index .col, #scroll .col, #staffHold {
	width:196px;
	padding-right:9px;	
}

#staffHold {
	float:left;
	width:440px;
	height:auto;
	margin:0 -5px 0 -10px;
	overflow:visible;
}
.staffHider { 
	position:absolute;
	right:-200px;
	top:0;
	display:none;
}
/* Now scripted for onclick...
#staffHold .col:hover .staffHider {
	display:block;
}*/

/* LIST STYLES */
ul, ol {
	padding:4px 0 8px 0;
	margin-left:1.4em;
	list-style:disc outside;
	font-size:1.1em;
	line-height:1.3em;
	position:relative;
	}
li {
	padding:2px 0 1px;
}	

ol{
	margin-left:2em;
	}

ol li {
	list-style:decimal outside;
	}

/***** IMAGES *****/
.imgR, .imgL {
	float:right;
	padding:4px 0 20px 15px;
	z-index:100;
	position:relative;
}
.imgL {
	float:left;
	padding:4px 20px 15px 0;
}	

/* LINK STYLES */
a { 
	color:#349CC8;
	text-decoration:none; 
	}
#footer a {
	color:#666;
	text-decoration:underline; 
	}
a:hover, #footer a:hover { 
	color:#222;
	text-decoration:underline;
	}
.greyLinks a {
	color:#666;
	text-decoration:none; 
}
.greyLinks a:hover {
	color:#349CC8;
	text-decoration:none; 
}
.pdfLink, .emailLink {
	margin-left: 5px;
	padding:4px 0 4px 26px;
	background:transparent url(../images/gen/ico/pdf.gif) left 50% no-repeat;
	font-size:1.1em;
	display:block;
}
.emailLink {
	background-image:url(../images/gen/ico/email.gif);
}

/* FIX FIREFOX BORDER ON FOCUS */
a:focus, input:focus {outline-style: none !important;}

/**************** STANDARD TEXT CLASSES *****************/
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	margin-top:.4em;
	font-weight:normal;
	line-height:1.3em;
	}

h1, h2, h3, h6 {
	color:#349CC8;
	text-transform:none;
}
h1 { 
	font-size:1.3em;
	line-height:1.2em;
	font-weight:bold;
	}
h2 {
	color:#349CC8;
	font-size:1.1em;
	font-weight:bold;
}
h3, h4, h5 {
	font-size:1.1em;
	color:#666;
	font-weight:bold;
	margin-top:0;
}
h5, h6 {
	font-size:1em;
	}
p {
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:.8em;
	}
	
/* UNIQUE TEXT CLASSES */
.b { font-weight:bold !important; }
.sm { font-size:.9em; }
.caption { font-size:1em; }
h1 .reg, h2 .reg, h3 .reg, h4 .reg, h5 .reg, h6 .reg { font-size:.7em; }
p .reg { font-size:.8em; }	
	
/* UNIQUE LISTS */
.left ul, .left ol {
	list-style:none;
	margin:0;
}
.defaultlist {
	font-size:1.1em;
}

#sitemap {
	font-size:1.6em;
	line-height:1em;
	font-weight:bold;
	list-style:none;
	margin-left:0;
	padding:.5em 0;
	}
#sitemap a {
	color:#52C6E2;
}
#sitemap ul {
	padding:5px 0 0;
	margin:0;
	margin-left:1.2em;
	list-style:none;
	font-size:.8em;
	line-height:1em;
	font-weight:normal;
	}
#sitemap ul a {
	color:#52C6E2;
}
#sitemap ul ul {	
	font-size:.9em;
	line-height:1em;
}
#sitemap ul ul a {
	color:#6C7788;
}
#sitemap li {
	padding:8px 0 5px;
}
#sitemap li {
	padding:4px 0;
}
	
/* ++ HELPER STYLES ++ 
(.fc - CLEAR BOTH) */
.fc:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.fc { 
display: inline-table;
height: 1%;
display: block; 
}

/* Quick Styles & Over-Riders (!important) */

.ofH { overflow:hidden; }
.flL { float:left !important; }
.flR { float:right !important; }
.flN { float:none !important; }
.clB { clear:both !important; }
.clL { clear:left !important; }
.clR { clear:right !important;}
.taR { text-align:right !important;}
.taL { text-align:left !important; }
.taC { text-align:center !important; }
.nb { border:0 !important; }
.pt20 { padding-top:2em !important; }
.pt10 { padding-top:1em !important; }
.pt3 { padding-top:.3em !important; }
.pt5 { padding-top:.5em !important; }
.pb20 { padding-bottom:2em !important; }
.pb5 { padding-bottom:.5em !important; }	
.pb0 { padding-bottom:0 !important; }
.mb10 { margin-bottom:1em !important; }
.mb5 { margin-bottom:.5em !important; }
.mb0 { margin-bottom:0 !important; }
.mb-5 { margin-bottom:-5px !important; }
.ml-10 { margin-left:-10px !important; }
.ml-15 { margin-left:-15px !important; }
.mr0 { margin-right:0 !important; }
.mt115{ padding-top: 115px !important; }
.noborder th, .noborder td, td.noborder{ border: none !important;}	
	
/* -----------------------------
      NAVIGATION 
----------------------------- */
/* TOP NAV */
#nav {
	width:950px;
	height:27px;
	list-style:none;
	margin:0 -200px 0 0;
	padding:0;
	background:transparent;
	overflow:hidden;
	}
#nav li, .admin #nav li.first {
	float:left;
	padding:0 25px 0 0;
	margin:0;
}
#nav li a, .admin #nav li.first a.index, .admin #nav li a.index {
	float:left;
	display:block;
	font-size:13px;
	line-height:13px;
	text-decoration:none;
	text-align:center;
	margin:0;
	padding:7px 45px 7px;
	font-weight:bold;
	background:transparent;	
	color:#349CC8;
}
#nav li a:hover {
	color:#555;
}
#nav li.current a {
	color:#222;
}
#nav ul {
	display:none;
}
/* NAV ALIGNMENT ADJUSTMENTS */
#nav .index {
	padding:7px 35px 7px 55px;
} 
#nav .company {
	padding:7px 28px 7px 62px;
}
#nav .services {
	padding:7px 42px 7px 48px;
}
#nav .environment {
	padding:7px 50px 7px 40px;
}
#nav .contact {
	padding:7px 60px 7px 30px;
}

/* LEFT NAV */
#LNav, #LNav ul {
	width:140px;
	margin:0;
	padding:0;
	list-style:none;
}
#LNav {
	padding-left:18px;	
}
#LNav li {
	margin:0;
	padding:0;
	}
#LNav h2 {
	/*display:none;*/
}
#LNav li a {
	width:125px;
	display:block;
	font-size:12px;
	line-height:12px;
	text-decoration:none;
	margin:0;
	padding:11px 0 5px 15px;
	border-bottom:1px solid #7DC3DF;
	background:transparent;	
	color:#349CC8;
}
#LNav li a:hover, #LNav ul li a:hover {
	color:#555;
	}
#LNav li.current a {
	color:#222;
	font-weight:bold;
}
#LNav ul ul {
	display:none;
}
#LNav ul li.current ul {
	display:block;
	}		
#LNav ul li a {
	background:transparent !important;	
	color:#349CC8 !important;
	font-weight:normal !important;
	}
#LNav ul li a:hover {
	color:#555 !important;
	}
#LNav ul li.current a {
	color:#222 !important;
	font-weight:bold !important; 
}

/* PRINT STYLES FOR NAVS */

@media print {
#topNav, #logo a, .right, .noPrint {
	display:none !important;
	}
#logo img {
	display:block;
	}
#entire, #content, .main {
	float:none;
	border:0;
	margin:0;
	padding:0;
	}
}

/*********************
	FORM ELEMENTS
*********************/
form { 
	}
input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	border:1px solid #7DC3DF;
	padding:4px 2px;
	}
input, button {
	vertical-align:top;
}
label {
	display:block;
	margin:0;
	padding:10px 0 2px;
	color:#349CC8;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.2em;
	}
.col input {
	width:90%; 
}
.speechText {
	width:410px;
	padding-left:18px;
	/*border:1px solid #7DC3DF;*/
	background:url(../images/gen/bk/speechText.gif) no-repeat;
}
.speechText .button {
	float:right;
}
.col.speechText textarea {
	width:98%;
	height:145px;
	border:0;
	background:transparent;
	margin-bottom:15px;
}
.cb {
	border:0;
}
.button { 
	width:auto !important;
	margin:0 !important;
	padding:0;
	font-size:11px;
	line-height:1em;
	text-transform:uppercase;
	background:transparent;
	font-weight:bold;
	color:#349CC8;
	border:0;
	}
.button span {
	display:block;
	padding:2px 5px 3px !important;
	padding:4px 3px 4px;
}
.button:hover {
	color:#333;
	/*background:#30444C;*/
}
.r { font-weight:bold; }



/******* Bot-o-no ***********/
.dnForm {
	height:0px;
	width:0px;
	overflow:hidden;
}
.dnForm input {	
	display:none;
}