/* ####### cpd home page css ####### */

#content h1 {
	margin-left: 28px;
}

#main {
	/* CSS3 */
	-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* ##### intro ##### */

#cpd-intro {
	color: #000;
	margin: 0;
	padding-left: 28px;
	width: 95%;
}
#cpd-intro .summary {
	margin-top: 0;
}

#cpd-intro ul {
	margin-left: 0;
	padding-left: 0;
}

#cpd-intro ul li {
	background: url(cpd-arrow.gif) no-repeat 0% 50%;
	display: inline;
	margin-right: 2em;
	padding-left: 15px;
}

#cpd-intro .rfloat {
	padding: 0 0 0 5px;
	margin: 0;
}

#cpd-intro img {
	border: 3px solid #093a6b;
	margin-bottom: 1em;
}

/* ##### central nav ##### */

#cpd-home {
	clear: both;
	font-size: 90%;
}

#cpd-home h2 {
	border: 0;
	color: #0c1f42;
	padding: 0;
	margin: 0 0 0.2em 0;
	width: 60%;
}

#cpd-home p {
	color: #000;
	width: 70%;
}

#cpd-home a {
	text-decoration: none;
}

#cpd-home a:hover {
	text-decoration: underline;
}

#cpd-home ul {
	padding: 0;
	margin: 0;
}

#cpd-home ul li {
	background: none;
	clear: none;
	list-style: none;
	margin: 0!important;
	min-height: 115px;
	height: auto !important;
  	height: 125px; /* IE6 */
	padding: 15px 0 5px 25px;
	width: 45%;
}

#cpd-home p {
	margin-bottom: 0;
}

#cpd-home ul li ul li {
	background: url(cpd-arrow.gif) no-repeat 0% 40%;
	height: auto;
	margin-left: 0;
	margin-top: 10px;
	min-height: 0;
	padding: 0 0 0 15px;
	width: auto;
}

#cpd-home ul li.top {
	border-top: 1px dashed #0d1a39;
	border-bottom: 1px dashed #0d1a39;
}

#cpd-home ul li.bottom {
	border-bottom: 1px dashed #0d1a39;
}

#cpd-home ul li.left {
	border-right: 1px dashed #0d1a39;
	float: left;
}
#cpd-home ul li.right {
	float: left;
}

#cpd-home #policy {
	clear: left;
}

/* ### nav background and hover images ###*/

#cpd-home ul li#customers { background: url(cpd-home-customers-off.gif) no-repeat 95% 25%; }
#cpd-home ul li#customers.sfhover { background: #efefef url(cpd-home-customers-on.gif) no-repeat 95% 25% !important; cursor: pointer; }

#cpd-home ul li#suppliers { background: url(cpd-home-suppliers-off.gif) no-repeat 95% 25%; }
#cpd-home ul li#suppliers.sfhover { background: #efefef url(cpd-home-suppliers-on.gif) no-repeat 95% 25% !important; cursor: pointer; }

#cpd-home ul li#policy { background: url(cpd-home-policy-off.gif) no-repeat 95% 25%; }
#cpd-home ul li#policy.sfhover { background: #efefef url(cpd-home-policy-on.gif) no-repeat 95% 25% !important; cursor: pointer; }

#cpd-home ul li#tendering { background: url(cpd-home-tendering-off.gif) no-repeat 95% 25%; }
#cpd-home ul li#tendering.sfhover { background: #efefef url(cpd-home-tendering-on.gif) no-repeat 95% 25% !important; cursor: pointer; }

/* hide the peloaded background hover images */
#cpd-home .preload {
	display: none;
}

/* ##### contracts ##### */

#contracts-tabs { 
	clear: both;
	margin: 1.5em 4em 0 28px;
}

#contracts-tabs ul {
	clear: left;
}

#contracts-tabs ul li {
	background: url(cpd-tabs-off-bg.gif) no-repeat top right;
	padding: 0 12px 1px 12px;
}

#contracts-tabs ul li.ui-state-active {
	background: #D4DCE9!important;
	margin-top: -3px;
	padding-bottom: 4px;
}

#contracts-tabs ul li.ui-state-hover a:hover {
	text-decoration: underline;
}

#contracts-tabs ul li a {
	color: #0c1f42;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 110%;
	padding: 0.4em 0;
}

#contracts-available ul li a, #contracts-awarded ul li a {
	font-family: Arial;
	font-size: 100%;
	text-decoration: none;
}

#contracts-available ul li a:hover, #contracts-awarded ul li a:hover {
	text-decoration: underline;
}

#contracts-available ul, #contracts-awarded ul {
	background: #fdfbfc url(cpd-home-tabs-bg.jpg) repeat-x;
	font-family: Arial;
	padding: 5px 0 0 10px;
	position: relative; /* IE6 */
	margin: 0;
}

#contracts-available ul li, #contracts-awarded ul li {
 	background: url(cpd-arrow.gif) no-repeat 0 8px !important;
	padding: 3px 15px;
	position: relative; /* IE6 */
}

/* ##### sidebar ##### */

#sidebar.cpd-sidebar {
	background: none;
}

.cpd-sidebar h2 {
	color: #003366;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 130%;
}

.cpd-sidebar h2, .cpd-sidebar p {
	padding-left: 1em;
	margin-bottom: 8px;
}
.cpd-sidebar ul {
	padding-left: 1.5em;
	margin-left: 0;
	margin-top: 0;
}

.cpd-sidebar ul li {
	background: url(cpd-arrow.gif) no-repeat 0 5px !important;
	position: relative; /* IE6 */
}

.cpd-sidebar ul li a {
	color: #003366;
	text-decoration: none;
}
.cpd-sidebar ul li a:hover {
	text-decoration: underline;
}

.cpd-sidebar #links {
	margin-top: 1.5em;
}

.cpd-sidebar #links ul li {
	padding: 0 0 5px 15px;
}

/* ### news and publications ### */

#news-tabs {
	padding: 1em 1em 0 1em;
}

#news-tabs ul {
	clear: left;
}

#news-tabs ul li {
	background: #fff url(cpd-tabs-off-bg.gif) no-repeat top right!important;
	padding: 0 5px 0 5px;
	*padding: 0 4px 0 4px; /* IE6/7 */
}

#news-tabs ul li.ui-state-active {
	background: #D4DCE9!important;
	margin-top: -3px;
	padding-bottom: 4px;
}

#news-tabs ul li a {
	color: #0c1f42;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;

	padding: 0.4em 0;
	white-space: nowrap;
}

#news ul, #publications ul {
	background: #fdfbfc url(cpd-home-tabs-bg.jpg) repeat-x top right;
	font-family: Arial;
	padding: 0 0 0 5px;
	position: relative; /* IE6 */
	*top: -3px; /* IE6/IE7 */
	margin: 0;
}

#news ul li, #publications ul li {
 	background: transparent url(cpd-arrow.gif) no-repeat 0 7px !important;
	padding: 3px 15px;
}

#news ul li a, #publications ul li a {
	color: #003366;
	font-family: Arial;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	white-space: normal;
}

#news ul li a:hover, #publications ul li a:hover {
	text-decoration: underline;
}
