@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	/*background-color: #F3F3F3;*/
}

html {
	font-size: 16px; /* reset safari's 14px default */
}

* html {
	font-size: 100%; /* override pixel value for IE's benefit */
}

body {
	font-size: 76%;
}
td {
	vertical-align: top;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
a {
	text-decoration: none;
	color: #FF6633; /* orange */
}
a:hover {
	text-decoration: underline;
	color: #FF6633 !important;
}

p {
	margin-top: 4px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
ul {
	margin: 0px 12px 8px 0px;
	#margin-left: 24px;
}
li {
	padding: 4px 0px 4px 0px;
}
img {
	border: none;
}

/* layout */


#meta_table {
	/*width: 980px;*/
}

#header_holder {
	/*border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;*/
	padding-top: 9px;
}
#content_holder {
	width: 656px;
	margin-top: 3px;
	padding-bottom: 16px;
}
#context_holder {
	width: 246px;
	margin-top: 8px;
	margin-left: 8px;
}

/* header */

#site_title {
	display: inline;
}
#nhs_brand {
	display: inline;
	padding-left: 712px;
}

/* main menu */

#main_menu {
	margin-top: 5px;
}

.main_menu_item, .main_menu_item_selected, #rolling_image {
	width: 156px;
	margin-right: 8px;
	height: 90px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	
	float: left;
}
.main_menu_item.first {
	
}
.main_menu_item_selected {
	background-color: #FFFFFF;
}
.main_menu_item_title {
	padding: 3px 8px 3px 8px;
	border-bottom: 1px dotted #CCCCCC;
	color: #006699;
}

.main_menu_content {
	padding: 4px 8px 4px 8px;
}

.submenu_item, .submenu_item_selected {
	font-size: 11px;
	padding-bottom: 1px;
}
html>body .submenu_item, .submenu_item_selected {
	padding-bottom: 3px; /* safari only */
	#padding-bottom: 1px;
}
.submenu_item_selected a {
	color: #006699;
}

/* p21+ */

#p21plus_panel {
	width: 244px;
	height: 90px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	float: left;
	background-image: url(../../assets/p21plus/p21plus_mini_logo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#p21plus_panel .panel_title {
	padding: 3px 8px 3px 8px;
	border-bottom: 1px dotted #CCCCCC;
	color: #006699;
	margin-bottom: 4px;
}

/* status panel */

#status_panel {
	width: 244px;
	height: 76px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
}
#status_panel .panel_title {
	padding: 3px 8px 3px 8px;
	border-bottom: 1px dotted #CCCCCC;
	color: #006699;
	margin-bottom: 4px;
}
.status_item {
	padding: 0px 8px 1px 8px;
	font-size: 0.9em;
}

/* tabbed menu */

.tabbed_menu {
	color: #999999;
	margin-bottom: 12px;
	height: 25px;
	background-image: url(../../assets/backgrounds/tab_menu_background.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.tabbed_menu_item {
	float: left;
	padding: 3px 8px 0px 8px;
	border: 1px solid #CCCCCC;
	margin-right: 1px;
	font-size: 11px;
	background-color: #F7F7F7;
	height: 20px;
}

.tab_text {
	vertical-align: -1px;
}
.tab_text.adj_popup {
	vertical-align: 0px;
}
.tabbed_menu_item.selected {
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
} 
.tabbed_menu_item.selected .tab_text{
	color: #006699 !important;
} 

.nopopup {
	
}

/* forms */

form {
	margin: 0px;
	padding: 0px;
}
.tabbed_popup, .popup {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 0px 4px 0px 4px;
	background-color: #FFFFCC;
	vertical-align: -4px;
}
.popup {
	margin-bottom: 4px;
	width: 228px;
	vertical-align: -3px;
}
#search_field, .text_field {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	padding: 1px 4px 2px 4px;
	background-color: #FFFFCC;
	width: 216px;
	margin-left: 8px;
	margin-bottom: 2px;
	cursor: text;
}
.text_field {
	width: 314px;
	margin-left: 0px;
	font-size: 12px;
}
html>body #search_field {
	margin-top: 4px; /* safari only */
	#margin-top: 0px;
}
.go_text {
	vertical-align: 2px;
}
html>body .go_text {
	vertical-align: -1px; /* safari only */
	#vertical-align: 2px;
}
.submit_button {
	width: 156px;
	border: none;
	background-color: #FF6633;
	color: #FFFFFF;
	cursor: pointer;
}
.submit_button.disabled {
	background-color: #B0B0B0;
}

/* scheme images */

#scheme_images_strip {
	width: 100%;
	margin-top: 12px;
	height: 106px;
}
.scheme_image {
	height: 98px;
	width: 156px;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
	float: left;
}

/* map */

.map_details {
	padding-top: 2px;
	border-top: 1px dotted #CCCCCC;
	width: 228px;
	font-size: 11px !important;
}
.map_trust_name {
	color: #666666;
}
.map_scheme_title {
	font-weight: bold;
}
.map_pscp_logo {
	float: right;
}
.map_value {
	font-weight: bold;
	height: 27px;
}

/* formatting*/

#first_paragraph {
	font-weight: bold;
	line-height: 1.4em;
}
.first_paragraph {
	font-weight: bold;
}
.section_header {
	font-size: 1.3em;
	padding-bottom: 3px;
	margin-top: 20px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0px;
	color: #006699;
}
.section_header.top {
	margin-top: 10px;
}
.overlined {
	margin-top: 4px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 6px;
}

.underlined {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 4px;
}
.subheading {
	font-size: 1.1em;
	margin-bottom: -4px;
	color: #006699;
}
.subheading a {
	color: #006699;
}
.subheading img {
	border: none;
	margin-right: 6px;
	margin-top: 3px;
}
.strapline {
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 4px;
}
.pscp_icon {
	margin-top: 6px;
}
.emphasis {
	font-weight: bold;
	font-size: 1.1em;
	color: #006699;
	line-height: 1.3em !important;
	border-left: 1px dotted #CCCCCC;
	padding-left: 8px;
}
#content_content {

}
#content_content p:first-child {
	/*font-weight: bold;*/
}
p.section_header+p {
	font-weight: bold;
}
p.section_header+p.subheading {
	font-weight: normal;
}
ul+p.section_header {
	margin-top: 12px;
}

.content_item_table {
	margin-top: 8px;
	border-bottom: 1px dotted #CCCCCC;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
.content_item_table td {
	vertical-align: bottom;
	width: 100%;
}
.content_item_table td.image {
	padding-left: 8px;
	text-align: right;
	vertical-align: top;
	width: 164px;
}
.content_item_table td.image.left {
	padding-left: 0px;
	padding-right: 8px;
	text-align: left;
}
.inline_table {
	border-top: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	margin-bottom: 9px;
	width: 100%;
}
.inline_table th, .inline_table td {
	vertical-align: top;
	text-align: left;
	padding: 3px 8px 3px 8px;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}
.inline_table th {
	font-weight: normal;
	color: #006699;
	background-color: #F7F7F7;
	padding: 3px 8px 3px 8px;
	line-height: 1.2em !important;
}
.inline_table th strong {
	color: #006699 !important;
}
.footnote {
	color: #CC3399;
}

/* context */

#search_holder {
	padding-top: 1px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
}
.context_item {
	margin-bottom: 8px;
	border: 1px solid #CCCCCC;
	background-color: #F7F7F7;
	/*background-image: url(../../assets/backgrounds/context_curved_base.gif);
	background-position: bottom left;
	background-repeat: no-repeat;*/
}
.context_title {
	padding: 3px 8px 3px 8px;
	border-bottom: 1px dotted #CCCCCC;
	color: #006699;
	/*background-image: url(../../assets/backgrounds/context_curved_top.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
}
.context_content {
	padding: 6px 8px 6px 8px;
	font-size: 0.9em;
	
}
.index_item, .context_link {
	padding-bottom: 4px;
}
.quote {
	font-style: italic;
	padding-bottom: 6px;
	width: 98%; /* bizarre ie6 bug */
}
.attribution {
	color: #666666;
}
.attribution.name, .attribution.title, .attribution.pscp {
	font-weight: bold;
}
.attribution.job_title {
	padding-bottom: 4px;
}
.attribution.title {
	padding-top: 2px;
}
.attribution.pscp {
	padding-top: 3px;
}

#map_copyright {
	color: #999999;
	font-size: 9px;
	padding-top: 6px;
}

@media print {

#main_menu, #search_holder {
	display: none;
}
#content_holder {
	width: 100%;
}
#nhs_brand {
	padding-left: 450px;
}
#context_holder {
	margin-top: 42px;
}
}