@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFF6;
	position: relative;
}
#pdfDownload {
	background-image:url(../_images/PDFicon25x25px.png);
	background-position:right;
	background-color: #CCC;
	background-repeat: no-repeat;
	display: inline;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: absolute;
	right: 110px;
	top: 210px;
	border: 1px solid #333;
}
#pdfDownload p a {
	color: #000;
	text-decoration: none;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding: .1em 1em;
color: #000;
background-color: #ccc;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-color: #F60;
}
#clientBox {
	background-color: #CCC;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 180px;
	position: absolute;
	right: 260px;
	top: 212px;
	border: 1px solid #333;
	width: 606px;
	height: 80px;
	background-image: url(../_images/SL_logo-SgleLne.png);
	background-repeat: no-repeat;
	background-position: left;
}

