@charset "utf-8";
/* Styles for all pages */
html {
	background-color:#F0F0F0;
	/*height:100%;*/
}

body  {
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	height: 100%;
	margin-top:0px;
	margin-left:-10px;
}

img a {
	border:none;
}

h4 {font-size:12pt; font-weight:normal; margin-bottom:8px;}


#container {
	width:966px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#header {
	width:966px;
	height:118px;
	background-image:url(../images/ems_placeholder_02.png);
}

#search {
	height:40px;
	width:200px;
	padding:0 5px 5px 5px;
	background-color:#710000;
	position:relative;
	top:-100px;
	left:755px;
}

/**********************NAV**************************/

#nav {
	padding:42px 0 0 120px;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}
#nav a {
	color: #ED7474;
	text-decoration:none;
}
#nav a:hover {
	color:white;
}
#nav ul li a.current  {
	color:white;
	border-bottom:thick #AA0400 solid;
}

#nav ul li {
	display:block;
	float:left;
	margin-right:22px;
}

/**********************SUBNAV**************************/

#subnav {
	font-size:1em;
	font-weight:bold;
	margin:17px 0 10px 120px;
}
#subnav a {
	color: #ED7474;
	text-decoration:none;
}
#subnav a:hover,
#subnav ul li a.current {
	color:white;
}

#subnav ul li {
	display:block;
	float:left;
	margin-right:22px;
}

/**********************BUTTON**************************/

.btn {
	background-image:url(../images/btn_01.png);
	background-repeat:no-repeat;
	float:left;
	height:1.2em;
	font-weight:bold;
	padding: 4px 0px 2px 28px;
	/*margin:12px 0 5px 0;*/
}
.btn a{
	color:#FFF;
	text-decoration:none;
}
.btn a:hover{
	color:#6CF;
}
.btn-end {
	background-image:url(../images/btn_02.png);
	background-repeat:no-repeat;
	float:left;
	height:1.2em;
	padding:4px 12px 2px 3px;
	/*margin:12px 0 5px 0;*/
}

/**********************FOOTER**************************/

#footer {
	width:100%;
	font-size:8pt;
	color:#666;
	clear:left;
	padding: 1px 0 0 0;
}

#sitemap {
	margin-left:8px;
}

.sitemap-list {
	width:115px;
	font-size:0.9em;
	float:left;
	margin-bottom:22px;
	/*margin-left:30px;
	padding-left:-30px;*/
}
.sitemap-list ul {
	list-style:none;
	margin-left:-40px;
	margin-bottom:3px;
	/*border-top:solid thin #ccc;*/
}
.sitemap-list ul li {
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:solid thin #ccc;
}
.sitemap-list a {
	color:#666;
	text-decoration:none;
}
.sitemap-list a:hover {
	color: #C00;
}

#foot-number {
	float:left;
	background-image:url(../images/number.png);
	height:137px;
	width:237px;
	margin-top:-20px;
	margin-left:0px;
}

#copyright {
	clear:left;
	border-top: thick #CCC solid;
	padding-top:10px;
	padding-bottom:5px;
}

#copyright a{
	color:#666;
	text-decoration:none;
}
#copyright a:hover{
	color: #C00;
}
