html, body {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	outline: none;
}
#logo {
	height: 115px;
	width: 195px;
	position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	top: 40px;
	z-index: 60;
	right: 10px;
}
#phonenumber {
	font-size: 23px;
	color: #808080;
	width: auto;
	position: absolute;
	left: 0px;
	top: 80px;
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
}
#emsheader {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	z-index: 10;
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
	position: fixed;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #808080;
}
#headerinside {
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1000;
}
#headerinsideinner {
	width: 968px;
	float: left;
	position: relative;
	height: 146px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 1000;
}
#dropdownmenu {
	width: 745px;
	display:block;
	float:left;
	height: 115px;
	position: relative;
	z-index: 50;
	padding-right: 0px;
}
#dropdownmenuholder {
	width: 968px;
	display:block;
	float:left;
	height: 127px;
	padding-right: 0px;
	position: relative;
	z-index: 50;
}
a:active { 	outline:none; }
a:hover { 	outline:none; }
a:focus { 	outline:none; }
:focus   { -moz-outline-style:none; }
