/* global styles */
body {
	background:#e5e5e5;
}

.clear {
    clear: both;
}

a:hover {
	text-decoration:none;
}

#centercontainer {
    position: relative;
    width:947px;
    margin: 0 auto;
    background:url('../images/sitebackground.png') top left repeat-y;
}
#siteend {
   position: relative;
   
    width:947px;
    height:33px;
    margin: 0 auto;
    background:url('../images/sitebackground_end.png') top left no-repeat;

}

#header {
	position:relative;
	height:125px;
	width:955px;
	background:url('../images/header.png') top left repeat-y;
}

#main {
	position:relative;
	left:30px;
	width:885px;
	border-bottom:5px solid #a5322b;
	
}

#mainmenu {
	left:0;
	position:relative;
	background:#e3e3e3;
	border-bottom:7px solid #a1a1a1;
	height:33px;
	background:#e3e3e3;
	z-index:10000;
}

#mainmenucontainer {
	position:relative;
	padding-left:13px;
	height:32px;
}


#slider {
	position:relative;
	width:885px;
	border-bottom:10px solid #a5a5a5;
}

#content {
	background:url('../images/main_background.gif') top left repeat-y;
}

#footer {
	position:relative;
	left:30px;
	width:885px;
	background:url('../images/footer_background.gif') top left repeat-y;
	min-height:150px;
	_height:150px;
	border-top:1px solid #fff;
	padding-bottom:5px;
}

#footer #logo_facilitymanagement {
	padding-top:30px;
}
#footer #footerdetails {
	margin-left:100px;
	
}

#footer #footerdetails h1 {
	margin-left:-100px;
}


#footer #footerdetails .footercolumn {
	float:left;
	width:150px;
}

.employee {
margin-right:6px;
padding:2px;
border:1px solid #ccc;
}

.page-3 h2 {
	border-top: 2px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
