body {
background-color:  #000;
	margin: 0px;
	padding: 0px; 
	margin: 0px;

	text-align: center; /* Used for centering pages in IE */
}
p,  h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	font: bold 1em;
	}

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;

    
    }
a:link, a:visited, a:active { 
	color: #ffcc33; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: blue; 
	}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: normal;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 900px;
	margin: 0px auto;

	
	
	}



div#content {
float: left;
width: 665px;
margin-left: 15px;
font-family: arial;
font-family: arial;
font-size: 14px;
text-align: left;
margin-top: -450px;	

 
}





ul.listcolumn {
width: 180px;
float: left;
margin:0;
padding:0px 0 0 20px;}
	ul.listcolumn li {
	padding:0 0 5px 0;}


br.clearboth {
clear: both;
}


/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}

p.centered {
text-align: center;

}
  

div#contactinfo {
float: left;
width: 150px;
color: #000;
font-family: arial;
font-size: 11px;
margin-left: 730px;
margin-top: -10px;
text-align: left;
display:inline; 
}

div#backgroundimage {
position: relative;
	float: right;
	margin-left: 0px;
	width: 900px;
	background-image:  url(images/professional-uniform-servic.gif);
	background-repeat: repeat;
	background-position: right top;
	margin-top: 0px;

}

div#footer {
float: left;
margin-left: 0px;
margin-top: 0px;
width: 900px;
height: 38px;
background: url(images/industrial-security-uniform.gif);
display: inline;
}

	div#copyright a:hover {
	text-decoration: underline;
	}

div#owner a:link {
font-size: 11px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline 
    font-weight: normal;	
}

div#owner a:hover{
color: blue;
}

ul#right {
    float: left;
    width: 300px; 
    margin: 0px;
    padding: 5px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: disc;
	font-family: arial;
    font-size: 14px;
  }

div#header {
position:relative;
width: 900px;
height: 251px;
background: url(images/cleveland-uniform-header.jpg) top left no-repeat;
margin: 0px auto;
}

div#flash {
float: right;
/*margin-left: -150px;*/
width: 294px;
margin-top: 0px;
text-align: left;
/*display:inline;*/ 
}
	
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#nav{
}
ul#mainnav {
    width: 950px;
	padding: 0px;
	position:absolute;
	bottom:750;
	left:0;
	z-index:3;
	list-style-type: none;
	margin: 0px auto;
	}
	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	/*width: 85px;*/
	padding: 7px 25px;
	margin: 0px;
	border-right: ;
    margin-top: 224px;
    color: #000;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-image:  url(images/nav-back-ground.gif);
    color: yellow;
	}


/* ----------------------------  NAVIGATION (UTILITY) ----------------------------  */
div#utility {
		
	float:left;
	
	margin-left: 275px;
	margin-top: 10px;
	display: inline;
	}
	ul#utilitynav {
	
	
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: underline;
	color: black;
	text-align: center;
	display: block;
	width: auto;
	padding: 8px;
	margin: 0px;
	border-right: 1px none #ccc;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: none;
	}
	
div#copyright {
	width: 900px;
	margin: 0px auto;
	font-size: 11px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #fff;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
