@import url(/styles/default.css);


#serviceDept {
	width: auto;
	margin: 10px;
}

#serviceDept h2 {
	text-align: center;
}

#serviceStaff {
	margin-top: 50px;
	width: 100%;
}

#serviceStaff hr {
	margin: 15px 0;
}

#serviceStaff td {
	text-align: center;
}

.serviceOptions p {
        float: none;
        vertical-align: top;
	padding:10px;
	border: 2px solid #CCC;
	background-color: #EFEFEF;
	width: auto;
}

.serviceOptions ul {
	float: left;
	list-style: none;
	margin: 0 0 0 1em;
	padding: 0;
        width: 205px;
}

.serviceOptions li {
        float: left;
	list-style: none;
	padding: 5px;
        margin: 5px;
	border: 2px solid #CCC;
	background-color: #EFEFEF;	
        width: 205px;
}

.clear {
clear: both;
}

/*
#tabbar a:link, #bz a:link {color:#FFF; }
#tabbar a:hover, #bz a:hover {color:#CCC; }
#tabbar a:visited, #bz a:visited {color:#666; }

table.container {width: 565px;}
#console table.container {width: 955px}

#view {width: 565px; }
#view #jobs {width:565px; padding: 0}
*/