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, font, img, ins, kbd, q, s, samp,
small, tt, var,
dl, dt, dd, ol, ul, li,
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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.hide {
	position: absolute;
	left: -5999px;
}

.small {
	font-size: .9em;
}

/*body 
++++++++++++++++++++++++++++*/
body {
	font-size: 76%;
	background: #fff;
	/*font-family:  Arial, sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, "Trebuchet MS", Tahoma, Geneva,
Verdana, Arial, sans-serif;
	color: #000000;
}

h1 {
	font-family: "Lucida Sans" sans-serif;
	font-size: 1.6em;
	line-height: 125%;
	text-transform: uppercase;
	color: #336;
	margin-bottom: .75em;
	font-weight: bold;
}
h1 span {
	color: #bbd;
}

h1#print-header {
	display: none;
}

h2 {
	font-family: "Lucida Sans" sans-serif;
	font-size: 1.25em;
	color: #336;
	line-height: 125%;
	margin-bottom: .5em;
	font-weight: bold;
}

h3 {
	font-family: "Lucida Sans" sans-serif;
	font-size: 1.1em;
	color: #336;
	line-height: 125%;
	margin-bottom: .25em;
	font-weight: bold;
}

h4 {
	font-family: "Lucida Sans" sans-serif;
	font-size: 1em;
	color: #336;
	line-height: 125%;
	margin-bottom: .25em;
	font-weight: bold;
}


p {
	margin-bottom: 1.5em;
	line-height: 1.5;
}

p#years {
	position: absolute;
	left: 825px;
	top: 10px;
}

a:link {
	color: #336;
}

/*header 
++++++++++++++++++++++++++++*/
#header {
	height: 146px;
	width: 800px;
	position: relative;
	background: #9c3 url("/images/header-bg.gif") no-repeat top right;
}

/*logo
++++++++++++++++++++++++++++*/
#logo {
	position: absolute;
	left: 14px;
	top: 12px;
	height: 119px;
	width: 541px;
	background: #fff url("/images/logo-bg.gif") no-repeat;
}
#nacew-logo {
	position: absolute;
	top: 12px;
	left: 12px;
}
#logo-photo {
	position: absolute;
	top: 0;
	right: 0;
}

/*search
++++++++++++++++++++++++++++*/
#search {
	position: absolute;
	top: 0;
	right: 15px;
	width: 216px;
	height: 61px;
	background: #d4e994 url("/images/search-bg.gif") no-repeat bottom left;
}
#search form {
	margin: 15px 5px 5px 15px;
}

#search form input {
	width: 120px;
	margin-right: 5px;
}

#search form button {
	background-color: #bdd18c;
	border-left: 1px solid #d3e49d;
	border-top: 1px solid #d3e49d;
	border-right: 1px solid #646b51;
	border-bottom: 1px solid #646b51;
	color: #696626;
}


/*navigation
++++++++++++++++++++++++++++*/
#navigation {
	overflow: hidden;
	margin-bottom: 20px;
}

#navigation li {
	float: left;
	margin-right: 12px;
	position: relative;
}

#navigation li a {
	display: block;
	text-decoration: none;
	font-family: "Lucida Sans" sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	background: #d4e994 url("/images/nav/nav-right.gif") no-repeat bottom right;
	padding: 5px 20px;
	position: relative;
	color: #693;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a.on {
	background: #f90 url("/images/nav/nav-right-on.gif") no-repeat bottom right;
	color: #fff;
}

#navigation li a span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 25px;
	background: url("/images/nav/nav-left.gif") no-repeat;
}

#navigation li a:hover span, #navigation li a:focus span, #navigation li a.on span {
	background: url("/images/nav/nav-left-on.gif") no-repeat;
}



/*wrapper
++++++++++++++++++++++++++++*/
#wrapper {
	overflow: hidden;
	width: 1000px;
	margin-bottom: 30px;
}

/*maincontent
++++++++++++++++++++++++++++*/
#maincontent {
	float: left;
	width: 800px;
	
}

/*content
++++++++++++++++++++++++++++*/
#content{
	font-size: 1.1em;
}

p.blurb {
	color: #336;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

#content ul {
	list-style-type: square;
	margin: 1em 0 1.5em 2em;
	line-height: 1.25em;
}

#content ol {
	list-style-type:decimal;
	margin: 1em 0 1.5em 2em;
	line-height: 1.25em;
}

#content table{
	border: 1px solid #000;
	margin-bottom: 2em;
}

#content table caption{
	margin: 1em 0;
}

#content table td, #content table th{
	padding: 6px;
}

#content table th {
	font-weight: bold;
}


/*datatable
++++++++++++++++++++++++++++*/
table.datatable {
	border: 1px solid #ccc;
	
}

table.datatable caption {
	font-family: "Lucida Sans" sans-serif;
	font-size: 1.1em;
	color: #336;
	color: #c60;
	margin-bottom: .25em;
	font-weight: bold;
}

table.datatable th, table.datatable td {
	padding: 5px 8px;
	border: 1px solid #ccc;
}

table.datatable th {
	font-weight: bold;
	color: #c60;
	background-color: #fcdfb3;
}


/*snippets
++++++++++++++++++++++++++++*/
#snippets {
	margin-left: 820px;
	margin-left: 819px;
	
}

/*formats
++++++++++++++++++++++++++++*/
#formats {
	background: #8d8dc1 url("/images/nav/formats-bg.gif") no-repeat;
	padding-top: 11px;
	width: 181px;
}

#formats h2 {
	background: #7e7eb5 url("/images/nav/formats-li-bg.gif") repeat-x left bottom;
	padding: 0 20px 10px 20px ;
	color: #fff;
	font-family: "Lucida Sans" sans-serif;
	font-size: 1.25em;
}

#formats ul {
	background: url("/images/nav/formats-ul-bg.gif") no-repeat left bottom;
	padding: 0px 0 35px 0;
}

#formats ul li {
	background: url("/images/nav/formats-li-bg.gif") no-repeat left bottom;
	padding-bottom: 1px;
}

#formats ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 10px 15px 10px 10px;
}

#formats ul li a:hover, #formats ul li a:focus {
	text-decoration: underline;
}

#formats ul li a.format-pdf {
	background: url("/images/nav/formats-pdf.gif") no-repeat 0 50%;
	padding-left: 35px;
}
#formats ul li a.format-word {
	background: url("/images/nav/formats-word.gif") no-repeat 0 50%;
	padding-left: 35px;
}
#formats ul li a.format-html {
	background: url("/images/nav/formats-html.gif") no-repeat 0 50%;
	padding-left: 35px;
}


/*related
++++++++++++++++++++++++++++*/
#related {
	margin-top: 20px;
	width: 181px;
}

#related h2 {
	background: url("/images/nav/related-h2-bg.gif") repeat-x left bottom;
	padding-bottom: 5px;
	text-transform: uppercase;
}
#related h2 span {
	color: #bbd;
}

#related ul li a {
	background: url("/images/nav/related-a-bg.gif") no-repeat 0 50%;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	color: #669;
}

#related ul li a:hover, #related ul li a:focus {
	text-decoration: underline;
}

/*footerwrapper
++++++++++++++++++++++++++++*/
#footerwrapper {
	background: #fff url("/images/footerwrapper-bg.jpg") repeat-x;
	padding-bottom: 50px;
	position: relative;
	
	width: 100%;
	min-width: 1000px;
	/*border: 1px solid #ccc;*/
}

p#backtop {
	position: absolute;
	left: 808px;
	top: 12px;
	width: 8em;
}
p#backtop a {
	background: url("/images/back-top.gif") no-repeat 0 50%;
	padding-left: 15px;
	font-size: .9em;
	font-weight: bold;
	color: #4d4d7d;
}

/*footer
++++++++++++++++++++++++++++*/
#footer {
	margin-left: 15px;
	width: 785px;
	background: #fff url("/images/footer-bg.jpg") no-repeat left bottom;
	padding-top: 86px;
	position: relative;
}

#footer ul {
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 20px;
	margin-right: 180px;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	display: block;
	border-right: 1px solid #669;
	text-decoration: none;
	font-size: .9em;
	color: #669;
	font-weight: bold;
	padding: 2px 8px;
}
#footer ul li a.last {
	border: none;
}

#footer ul li a:hover, #footer ul li a:focus {
	text-decoration: underline;
}

#gov-logo {
	position: absolute;
	bottom: 20px;
	right: 11px;
}

p#contact-details {
	font-size: .9em;
	color: #669;
	width: 770px;
	width: auto;
	margin: 8px 0 30px 30px;
}

p#contact-details a {
	color: #669;
}
.pagelinks {
	margin-bottom: 10px;
}