/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:95%;
	color: #000;
	line-height: 1.166;
	letter-spacing:0.08;	
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	background-image:url();
	background-repeat:no-repeat;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
	font-size:100%;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 110%;
 color: #e50028;
}

h1{
 font-size: 110%;
 color: #006699;
 font-variant:small-caps;
 padding:5px 0 0 0;
 letter-spacing: 0.8px;


 
}

h2{
	font-size: 105%;
	color: #334d55;
	margin:0 0 0 0;
	letter-spacing: .03em;
	font-weight:bold;
	font-style: italic;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
strong{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:13px;
line-height: 125%;
font-variant:small-caps;
}

ul{
 list-style-type: square;
 font-size: 90%;
 line-height:110%;
 margin: 0 0 0 138px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell {
	position:absolute;
	margin:auto
	padding: 0 0 0 0;
	width:1272px;
	z-index:4;
	top: 177px;
	left: 0;
}



#masthead{
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #cccccc;
	width: 1272px;
	background-color:#FFFFFF;
	height:157px;
	position: absolute;
	top: -5px;
	left: -5px;
	
}
#footer{
	position:absolute;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	border-top: 2px solid #cccccc;
	height: 32px;
	background-color:#FFFFFF;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	z-index:100;
	color:#666666;
	text-align:center;
	
	
}


#navBar{
	position:absolute;
	left:0;
	top:151px;
	width:1269px;
	height:22px;
	z-index:4;
	background-color:#66af00;
	border-bottom: 2px solid #cccccc;
}
#sideBar{
	position:absolute;
	background-image:url();
	background-color:#E0E0E0;
	background-repeat:no-repeat;
	width: 250px;
	margin: 0 0 0 0;
	padding: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	line-height: 115%;
	text-shadow:#000000;
	text-decoration:none;
	letter-spacing:1.0px;
	height:375px;
	z-index:50;
	
}


#content{
	position: relative;
	margin: 0;
	padding: 0 0 10px 0;
	border-left: 0px dotted #cccccc;
	width:85%;

}
#content1{
	position: relative;
	margin: 10px 10% 0 12%;
	padding: 0 0 10px 0;
	border-left: 0px dotted #cccccc;
	width:85%;

}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin:0;
	padding: 0 0 0 275px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0 0 0 20px;
	
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



#Janitorial {
	position:relative;
	margin:0 0 0 275px;
	padding: 10px 0 20px 8px;
	z-index:10;
	min-height: 135px;
	
}
#Maintenance {
	position:relative;
	margin:0 0 0 275px;
	padding: 10px 0 0 8px;
	z-index:20;
}




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #00c2c9;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

