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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: disc;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* start layout */
xt\:comment, xt\:note {
	display: none;
}

ch\:nbsp {
	padding: .5em;
}

body {
	background-color: #fff;
	color: #444;
	font: 0.75em Geneva, Helvetica, Verdana, Arial, sans-serif;
    line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}

#wrapper{
	width:960px;
	margin:0px auto;
    border: 0px gray solid;
}

/* Login box */
div#login {
	text-align: right;
	background-image: url(pix/bg-login.png);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	padding-bottom: 20px;
    margin-right: 80px;
}
	div#login span {
        display: block;
		width: 210px;
		text-align: center;
		float: right;
        font-size: 95%;
        border: 0px red solid;
	}

#logo{
	width:283px;
	height:57px;
	float:left;
	clear:none;
	margin-top:-15px;
}

/* Search */
#search{
	margin-top:0px;
    min-width: 350px;
	float:right;
	clear:none;
}

#search-box{
	background:url(pix/search_box.png);
	width:246px;
	height:26px;
	float:left;
	clear:none;
	margin-left:5px;
}

#search-box input{
	border:0px;
	margin-left:5px;
	margin-top:5px;
	width:223px;
    font: 90% Verdana, Helvetica, Arial, sans-serif;
    color: #0679CA;
}

/* Banner */
#banner{
/*	background:url(pix/deliver-service-demo.png) top left no-repeat;  */
	width:960px;
	height:192px;
    margin: 0px;
    padding: 0px;
}

/* Menu */
#menu{
	background:url(pix/menu_bg.gif) top left repeat-x;
	width:960px;
	height:31px;
    font-size: 100%;
	margin-top:0px;
}
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.menu {
    float:right;
    min-width: 30px;
    display:block;
    background:url(/inc/html/wps/pix/menu.png) top left no-repeat;
    margin-right: 15px;
    margin-top:5px;
    height:16px;
    padding-left:25px;
    padding-top: 2px;
    text-decoration:none;
    color: #000000;
    font-size: 90%;
    text-align:center;
    cursor:pointer;
}
a.menu {
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}
a:hover.menu {
    color: #CC0000;
    text-decoration: none;
}
/* stylesheet drop menu's       */
div.sdm {
	padding-left:0px;
    border: none;
}
a.sdmitem {
    color: #333333;
}
a:hover.sdmitem {
    text-decoration: none;
    color: #CC0000;
}
table.sdmouter {
	border: none;
}
table.sdmtable {
    margin: 0px;
}
td.sdmcell {
    padding-left:5px;
    line-height: 24px;
    border: none;
    background-color: #EEEEEE;
}


/* breadcrumb */
.breadcrumb {
	position: static;
	margin: 0px;
    padding: 0px 0px 0px 20px;
	height: 18px;
   	font-size: 95%;
}


/* sidebar */
.scm-sidebar {
	background:url(pix/box2_bg.png) top right repeat-y;
	margin-top: 0em;
    margin-bottom: 2em;
    padding-left: 1em;
}
.scm-sidebar h2 {
	background:url(pix/news_top.png) no-repeat;
    font-size: 102%;
    height: 26px;
    padding-top: 0.15em;
    margin-left: -13px;
    margin-right: 1px;
    padding-left: 15px;
    color: white;
}
.scm-sidebar-bottom {
	background:url(pix/box2_shadow.png) bottom no-repeat;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: -15px;
	width: 250px;
}
.scm-sidebar-body {
    padding-bottom: 1em;
    padding-left: 1em;
}
.scm-sidebar-body ul {
    padding: 0em 0em 0em 1.1em;
    margin: 0em;
}
#scm-sidebar-quick-wins {
    background: none;
	margin-top: 0em;
    padding-left: 0em;
}
#scm-sidebar-bottom-quick-wins {
    background: none;
}


/* listings */
ul {
  list-style-image: url(pix/bullet.gif);
  padding: 0em 0em 0em 3em;
  margin: 0em;
  line-height: 1.8em;
  border: 0px green solid;
}
ul li {
	list-style-type: none;
	list-style-image: url(pix/bullet.gif);
	list-style-position: outside;
	line-height: 1.6em;
    padding: 0em 0em 0em 0em;
    margin: 0em;
    border: 0px red solid;
}

/* Sitemap */
#sitemap ul {
    list-style-image: none;
  	list-style-type: none;
}
.treeview-gray a:hover {
	list-style-type: none;
    list-style-image: none;
    color: #CC0000;
}
.treeview-gray ul a:hover {
	list-style-type: none;
    list-style-image: none;
    color: #CC0000;
}
.treeview-gray li {
	list-style-type: none;
    list-style-image: none;
}


/* Content */
#content {
    min-height: 460px;
}
#left-content{
	float:left;
	clear:none;
    width: 250px;
	margin-top:15px;
}
#right-content{
	float:right;
    width: 650px;
	clear:none;
	margin-top:15px;
	margin-right:20px;
}
.corner-box{
	background:url(pix/box_corner.png) top left no-repeat;
	width:25px;
	height:25px;
	float:left;
	clear:none;
}
.top-middle-box{
	background:url(pix/Box_top.png) top left repeat-x;
	width:470px;
	height:25px;
	float:left;
	clear:none;
}
.top-right-corner-box{
	background:url(pix/box_top_corner.png) top left no-repeat;
	width:70px;
	height:25px;
	float:left;
	clear:none;
}
.middle-box{
	background:url(pix/box_l.png) top left repeat-y;
	width:620px;
	padding-left:25px;
}
.left-bottom-corner-box{
	background:url(pix/box_l_corner.png) top left no-repeat;
	width:25px;
	height:70px;
}


/* footer */
#footer{
	clear: both;
    font-size: 90%;
	background:#0679CA;
	height:35px;
	padding-left:25px;
    padding-right: 25px;
    margin-bottom: 1px;
	color:#FFFFFF;
}
#footer-left {
    padding-top: 7px;
    float: left;
}
#footer-right {
    padding-top: 5px;
    font-size: 87%;
    line-height: normal;
    float: right;
}
#footer a {
    color: white;
  	text-decoration: none;
}


/* hyperlinks */
a {
	color: #0679CA;
	text-decoration: none;
}
a:hover {
/*    color: #C80084;  */
        color: #CC0000;
	text-decoration: none;
}


/* Headers */
h1 {
	font-size:		110%;
	font-weight:	bold;
	padding-top:	0.2em;
	padding-bottom:	0.4em;
}
h1:first-child {
  margin: 0em 0em 0.75em 0em;
}
h2 {
	font-size:		105%;
	font-weight:	bold;
	padding-top:	0.4em;
}
h3,h4,h5,h6 {
	font-size:		100%;
	font-weight:	bold;
	padding-top:	0.4em;
}


span.highlighted {
	background-color: #ff0;
	padding: 2px;
	padding-bottom: 0px;
}


/* Services box */
#left-links{
	float:left;
	clear:none;
}
#right-links{
	float:left;
	clear:none;
}


/* News layout */
.news-headline {
    font-weight: bold;
    font-size: 95%;
}
.news-summary {
    font-weight: normal;
    font-size: 95%;
}
.news-readmore {
    font-weight: normal;
    font-size: 90%;
    float: right;
    padding-right: 20px;
}




/* PRINT */
@media print {
	body {
		background-image: none;
	}

	a {
		color: #333;
	}

	div#header {
		border-bottom: 1px solid #aaa;
		padding-bottom: 10px;
	}

	td#left {
		display: none;
	}

	td#centre {
		padding-left: 50px;
		padding-right: 50px;
	}

	div#menu {
		display: none;
	}

	div#page-functions {
		display: none;
	}

	div#footer {
		color: #333;
		border-top: 1px solid #aaa;
		padding-top: 0px;
		margin-top: 25px;
	}

		div#footer a {
			color: #333;
		}

		a.product-credit {
			display: none;
		}

		p.footer-links {
			display: none;
		}
}

