/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #333;
	background: #fff url("/template/topbg.gif") repeat-x scroll 0% 0% ;
}

blockquote, h3, p, li {
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3, h4{
	margin: 0 0 .25em 0;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	display:none;
	font-size: 1.4em;
}

h2 {
	font-size: 1.6em;
	border-bottom: 0px solid #ccc;
}

h2.button_right {
	font-size: 1.4em;
	height: 35px;
	background: #fff url("/template/button_right.gif") no-repeat scroll 0% 0% ;
}

h2.button_down {
	font-size: 1.4em;
	height: 35px;
	background: #fff url("/template/button_down.gif") no-repeat scroll 0% 0% ;
}


h2.button_blank {
	font-size: 1.4em;
	height: 35px;
	background: #fff url("/template/button_blank.gif") no-repeat scroll 0% 0% ;
margin-bottom: 0px;
padding-bottom: 0px;
}

.box {
	background: #fff url("/template/box_shade.gif") no-repeat 0% 0%;
	padding: 0px 8px;
}
.box ul {
	padding: 8px 0;
	margin: 0px;
}

h2.button_right a, h2.button_down a, h2.button_blank a {
	display:block;
	width:230px;
	height:27px;
	padding: 8px 0 0 8px;
}

h3 {
	font-size: 1.3em;
}

h4 {
	margin: 2em 0 0 0;
	padding: 0px;
	font-weight: bold;

}

#sidebar h2, #sidebar h3 {
	border: none;
}

#sidebar h2 {
	font-size: 1.2em;
}

hr {
	margin: 1em auto;
	height: 1px;
	color: #cccc;
	background-color: #ccc;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #063;
	border-bottom: 1px #ccc dashed;

}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: Arial, Helvetica, sans-serif;
}

#site-name a {
	border: none;
}

#sidebar a {
	color: #063;
	border: none;
}

#sidebar h2 a {
	border: none;
}


/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 760px;
}

#searchblock {
	font-size: .8em;
	padding-top:10px;
	float:right;
}
#searchblock form{
	margin: 0;
	padding: 0;
}
#searchblock form input {
	margin-left: 5px;
}

#top_nav {
	font-size: .8em;
	height: 50px;
}

#header {

	clear:both;
	background-color: #369;
	height: 165px;
	background: #fff url("/template/banner.gif") no-repeat 0% 0% ;
}

#header.nhs {
	background: #fff url("/template/nhsbanner.jpg") no-repeat 0% 0% ;
}

#breadcrumbs {
	padding-top: 124px;
	font-size: 11px;
}

#site-name {
	margin: 15px 0;
	font: 3em Arial, Helvetica, sans-serif;
}

#site-slogan {
	font: italic 1em Arial, Helvetica, sans-serif;
}

#sidebar {
	font-size: .8em;
	margin-right: 0px;
	width: 240px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

.article_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.article_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	width: 500px;
	float: left;

	font-size: .8em;
	padding-bottom:1em;
}

#sub-footer {
        border-top: 1px solid #ccc;
	margin: 1em 0;
	padding-top: .5em;
	clear: both;
	font-size: .7em;
}

#footer {
        border-top: 1px solid #ccc;
	margin: 1em 0;
	padding-top: .5em;
	clear: both;
	font-size: .7em;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar {
\width: 240px;
w\idth: 240px;
}

/* overrides
----------------------------------------------- */

#sidebar p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}


.contact {
	font-size: .8em;
	color: #333;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}


/* top navigation

----------------------------------------------- */




div#top_nav ul {
	margin: 0 0 0 0px;
	padding: 0px;
	text-align: right;
}

div#top_nav li {
	white-space: nowrap;
	list-style: none;
	float:left;
	margin:0px ;
	padding: 0px;

	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
}

 div#top_nav a{
	border-bottom: none;
	text-decoration: none;
	color: #000;
	padding: 5px 5px 10px 5px;
	display: block; 
	background: url("/template/button_gray.gif") no-repeat scroll 50% 25px;
}

 div#top_nav li.selected a{
	padding-top: 2px;
	border-top: 3px solid #063;
 	background: url("/template/button_green.gif") 50% 22px no-repeat;
	color: #063;
}

 div#top_nav a:hover{
 	background: url("/template/button_green.gif") 50% 25px no-repeat; 
	color: #063;
}

.article-image {
	float: right;
	margin-left: 20px;
}

/* Lists
----------------------------------------------- */

ul.article_list, ul.section_list {
	margin-bottom:1.5em;
}

ul.article_list li, ul.section_list li {
	list-style: none;
	margin: 0px;
        padding: 0px 0 0px 12px;
}

#side-bar ul.article_list li, #side-bar ul.section_list li {
       padding-left: 8px;
}

ul.article_list li {
	background: url(../template/articles.gif) no-repeat 0px 6px;
}

ul.section_list li {
	background: url(../template/sections.gif) no-repeat 0px 6px;
}

ul li.section_list {
	font-weight: bold;
	background: url(../template/sections.gif) no-repeat 0px 6px;
}


ul.files {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.files li {
	background: url(../template/links.gif) no-repeat 0px 6px;
	padding: 0 0 0 12px;
}

ul.files li.pdf {
	
	list-style: none;
	margin: 0px;
        padding: 4px 0 0px 20px;
	background: url(../template/pdficon_small.gif) no-repeat 0px 6px;
}

p.centre {
	text-align: center;
}

img.centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.right {
	float: right;
}

.block {
	width: 240px;
	float: left;
}

.right {
	float: right;	
}
.clear {
	clear: both;
}

p.entry-summary {
	margin: 0 0 1em 0;
	padding: 0px;
	font-size: .9em;
}


/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Arial, Helvetica, sans-serif;
}

form div.sidebyside label{
	clear:both;
	display: block;
	float: left;
	width: 20%;
	text-align: right;
	margin-right: 1em;
}

form div.sidebyside input{
	margin-bottom: .5em;
}




form h3 {
	clear: both;
	margin-top: 2em;
	border-bottom: 1px solid #ccc;
}

fieldset {
	padding: 20px;
}

legend {
	font-weight: bold;
	font-size: 1.2em;
}

textarea {
	width: 100%;
}
