/* --------------------------------------------------------------

    base.css

    Author:
    Date:

    This is the main stylesheet

    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #4b5557;
	background:url(/structure/site-bg.jpg) no-repeat top center #e8e8e8;
	}

a:link,
a:visited { color:#016E00; }
a:hover,
a:visited:hover { color:#77BD77 }

.anno-box a:link,
.anno-box a:visited { color:#900; }
.anno-box a:hover,
.anno-box a:visited:hover { color:#f00 }

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }

strong { font-weight:bold; }
em { font-style:italic; }


/* --------------------------------------------------------------

    +Layout

    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 		{ width: 100%; margin: 0 auto; padding: 0; position: relative; }
#shell 	{ width: 998px; margin: 0 auto; position: relative; background-color:#fff; }
#page 	{ text-align: left; }

#header { height:200px; background:url(/structure/topbanner.jpg) no-repeat top left; }

#content { width: 976px; float:left; background:url(/images/content-bg/2.jpg) no-repeat top right #fff; padding:2px 10px 15px 10px; border-width:0 1px 1px 1px; border-style:solid; border-color:#CCC; min-height:515px; }
#sidebar { padding-top:20px; }

.col { float: left; margin-right: 10px; width: 93px; padding-top:1em; }

.span-1  { width: 72px; }
.span-2  { width: 154px; }
.span-3  { width: 236px; }
.span-4  { width: 318px; }
.span-5  { width: 400px; }
.span-6  { width: 482px; }
.span-7  { width: 564px; }
.span-8  { width: 646px; }
.span-9  { width: 728px; }
.span-10 { width: 810px; }
.span-11 { width: 892px; }
.span-12 { width: 974px; }

.span-5 .info-box { width:370px; margin:10px 0 0 10px; background:url(/structure/info-box-bg-dark.png) transparent; border:1px solid #016E00; color:#fff; }
.span-7 .info-box { width:547px; margin:10px 0 0 8px; background:url(/structure/info-box-bg-light.png) transparent; border:1px solid #cde5c8; }
.span-7 .anno-box { width:547px; margin:15px 0 0 8px; background:url(/structure/anno-box-bg-light.png) transparent; border:1px solid #CC9; color:#000; }
.span-5 .caption-box { width:370px; padding-top:5px; margin:10px 0 10px 10px; background-color:#fff; border:1px solid #CCC; text-align:center; }
.span-5 .caption-box p { padding:0; margin: 0.5em 0; font-family:Georgia, serif; font-style:italic; }

/* This should be the standard container ---------------------- */
.module { padding: 14px; margin-bottom: 14px; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, blockquote, dd, dt, table { font-size: 1.2em; line-height: 1.6em; }

.col h1,
.col h2,
.col h3,
.col h4,
.col h5,
.col p { padding:0 20px; }

.info-box h1,
.anno-box h1,
.info-box h2,
.anno-box h2,
.info-box p,
.anno-box p { padding:0 10px; }


.span-5 .info-box h1,
.span-5 .info-box h2,
.span-5 .info-box p { padding:0 20px; }

.col h1,
.info-box h2,
.anno-box h2 { margin-top:0.5em; }

.info-box h1,
.anno-box h1 { margin-top:0.2em; }

/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul { margin: 0 0 1.5em 0; padding: 0 10px 0 2.5em; }
ul li { margin-bottom: 0.8em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #252c2d;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}

h1 { font-size: 3.6em; margin-bottom: 0.2em; font-weight:normal; }
h2 { font-size: 1.9em; margin-bottom: 0.8em; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; }
h4 { font-size: 1.5em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 span, h2 span, h3 span { display: none; }

.span-5 .info-box h1,
.span-5 .info-box h2,
.span-5 .info-box a { color:#fff; }

.anno-box h1 { font-size: 2.8em; }
.anno-box h1 { color:#900; }

.span-7 .info-box a { color:#016E00; }

.info-box a:hover { color:#77BD77; }

.quiet { color:#999 }

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

fieldset { padding:20px; }
fieldset label { font-size: 1.2em; line-height: 1.6em; display:block; margin-bottom:0.2em; }
fieldset label:hover { color:#333 }
fieldset br { clear:both; margin-bottom:1.5em; }
fieldset input.textbox { width:90%; border:1px solid #CCC; padding:5px 0; }
fieldset input.hasDatepicker { border:1px solid #CCC; padding:5px 0; }
fieldset textarea { width:90%; border:1px solid #CCC; }
fieldset em { color:#900; white-space:nowrap; font-size: 1em; }

.caption-box fieldset { padding:0; }

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#home-link { display:block; width:100%; height:162px; }

#nav { padding-top:0; }
#nav ul { list-style:none; margin:0; padding:0 0 0 36px; font-family: "Trebuchet MS", Arial, sans-serif; font-size:1.8em; color:#77bd77; }
#nav ul li { display:inline; }
#nav ul li a { color:#fff; text-decoration:none; }
#nav ul li a:hover { text-decoration:underline; }


/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

#nhsNews span { color:#999; }

/* --------------------------------------------------------------

    +Encyclopedia

-------------------------------------------------------------- */

#main #nav-list { padding-left: 20px; }
#main #nav-list ul { list-style: none; margin: 0; padding: 0; }
#main #nav-list ul li { float: left; width: 19px; height: 20px; border: 1px solid #ccc; border-right: 0; margin-right: 0px; text-align: center; }
#main #nav-list ul li.last { border-right: 1px solid #ccc; }
#main #nav-list ul li a { text-decoration: none; display: block; width: 19px; height: 20px; }
#main #nav-list ul li a:hover { background-color: #016E00; color: #fff; }

#main #conditions ul { list-style: none; margin: 0; padding: 0 0 0 20px; }
#main #conditions ul li { margin: 0; }
#main #conditions ul.list-one { width: 45%; float: left; margin-right: 15px; }
#main #conditions ul.list-two { width: 45%; float: left; }
#main #conditions a { text-decoration: none; }
#main #conditions a:hover { text-decoration: underline; background-color: #ddf3db; display: block; }

#main h2.condition { background-color: #016e00; padding: 5px 10px; color: #fff; font-size: 1.4em; margin-left: 20px; }

#main #sections { border-bottom: 1px dotted #ccc; margin-left: 20px; margin-bottom: 20px; }
#main #sections ul { list-style: none; margin: 0; padding: 0;  }
#main #sections ul li { float: left; display: inline-block; padding: 0px 20px 0 0; font-size: 0.9em; font-weight: bold; }

#mediaspace { padding:0 0 20px 20px; }

#glossary dl { padding-left: 20px; }
#glossary dl dt { font-weight: bold; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer { background-color:#4b5557; width:100%; float:left; color:#fff; padding:10px 0 10px 0; font-size:0.88em; margin-bottom:20px; }
#footerInner { padding:0 12px; }
#footerInner ul { padding:10px; list-style:inside; }

#footer .col p { padding-right:0; }

#footer a { color:#fff; }

p.site-design { clear:both; margin:0 0 10px 0; padding-bottom:10px; text-align:center; font-size:1.1em; color:#999; }
p.site-design a { color:#999; }

/* --------------------------------------------------------------

		+Overwrite Styles

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.no-marg 			{ margin: 0; }
.no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }

.pad-bottom 	{ padding-bottom: 14px; }




#map { height:300px;border:1px solid #ccc;margin:20px 0 20px 20px; width:472px; }