.ednote {
	background: #ff6;
	font-weight: bold;
	color: #000;
	}

html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0; /* for Opera */
	background: #F3F2ED;
	background-position: right 2em;
	font-size: 76%;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	}

a IMG {
	border: none;
	}
	
#wrapperText a {
	padding-bottom: 1px;
	border-bottom: 1px solid #aea582;
	text-decoration: none;
	color: #000;
	}
	
#wrapperText a:visited {
	color: #3c3c3c;
	}

#wrapperText a:hover {
	padding-bottom: 1px;
	background: #efeee6;
	text-decoration: none;
	color: #000;
	}	
	
/* Skip navigation */
.reader {
	position: absolute;
	left: -1000em;
	width: 20em;
	overflow: hidden;
	}

/**** MASTHEAD ****/

#masthead {
	margin-bottom: 0;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
	/*border-bottom: 1px solid #000;*/
	height: 55px;
	padding-bottom: 0;
	background: #3c3c3c url(../img/bg-logo-big-drk.jpg);
	overflow: hidden;
	}

#masthead a.home {
	display: block;
	float: left;
	height: 40px;
	width: 120px;
	}
	
a.banner {
	display: block;
	float: right;
	}
	
#masthead p {
	padding-top: 1.2em;
	/*font-style: italic;*/
	font-weight: 600;
	/*color: #F3F2ED;*/
	color: #efeee6;
	}	

/*---- GLOBAL NAV ----*/

#navGlobal {
	height: 1.7em;
	height: 1.8em;
	overflow: hidden;
 	margin-top: 0;
 	border-top: 2px solid #fff;
 	border-right: 2px solid #fff;
 	border-left: 4px solid #fff;
 	background: #fff url(../img/bg-tabs.jpg) repeat-x;
	}
	
* html #navGlobal {
	overflow: visible;
	}	
	
#navGlobal ul {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	white-space: nowrap;
	border-left: 0 none;
	}
	
* html #navGlobal ul {
	/*line-height: 1.5em;
	overflow: hidden;*/
	}	

#navGlobal li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#navGlobal li a {
	margin: 0;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 8px 12px 5px 12px;
	text-decoration: none;
	text-transform: lowercase;
	}
	
* html #navGlobal li a {
	padding-bottom: 4px;
	}	
	
#navGlobal li.first a {
	border-left: 0;
	}	
	
#navGlobal li a { color: #3C3C3C; }
#navGlobal li a:visited { color: #3C3C3C; }

#navGlobal li a:hover {
	background: #3a3a3a;
	color: #fff;
	}
	
#navGlobal li.current a, #navGlobal li.current a:link, #navGlobal li.current a:visited {
	border-bottom: 1px solid #AEA582;
	background: #AEA582 url(../img/bg-tab-on.jpg) repeat-x;
	/*font-weight: bold;*/
	color: #000;
	}

#navGlobal li.current a:hover {
	background: #AEA582 url(../img/bg-tab-on.jpg) repeat-x;
	text-decoration: underline;
	color: #000;
	}

div.goright-topnav {
	float: right;
	width: 14em;
	text-align: right;
	}

/*----- End Tab navigation ----*/


/***** Search bar *****/

#topsearch-div {
	font-size: 1em;
	}


/***** Begin Section navigation *****/

#navSection {
	position: relative;
	float: left;
	width: 160px;
	margin-top: 0;
	margin-right: 24px;
	margin-left: 0;
	padding-top: 1.8em;
	}

#navSection h3, h2 {
	margin: 0;
	padding: 0;
	padding-bottom: .6em;
	line-height: 1.2em;
	text-align: right;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-size: 1.2em;
	color: #3c3c3c;
	}
	
h2 {
	margin-top: .6em;
	text-align: left;
	line-height: 1.2em;
	padding-bottom: .4em;
	font-size: 1.4em;
	color: #9b9273;
	}	
	
#navSection h3 a, #navSection h3 a:visited {
	text-decoration: none;
	color: #3a3a3a;
	}

#navSection ul {
	margin: 0;
	padding: 0;
	/* padding-bottom: 80; */
	border-bottom: 2px solid #F3F2ED;
	font-family: Verdana, Arial, sans-serif;
	font-size: .93em;
	color: #fff;
	}
	
#navSection ul li {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: right;
	list-style-type: none;
	}

#navSection ul li a {
	display: block;
	position: relative;
	width: 160px;
	border-top: 2px solid #F3F2ED;
	padding: 3px 0 8px 0;
	text-decoration: none;
	}
	
#navSection ul li a:link, #navSection ul li a:visited { color: #3c3c3c; }

#navSection ul li a:hover {
	background: #3a3a3a;
	color: #fff;
	}
	
#navSection ul li.current a:link, #navSection ul li.current a:visited {
	/*background: #F3F2ED url(../img/bg-current.jpg) repeat-y;*/
	color: #111;
	font-weight: bold;
	}

#navSection ul li.current a:hover {
	color: #000;
	background: #AEA582;
	}

/***** Page body *****/
	
.reader { /* Screen reader elements */	
	position: absolute;
 	left: 0;
 	top: -500px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden;
	}	

#sectionBanner {
	clear: both;
	/*margin-top: 1px;*/
	margin-bottom: 0;
	border-bottom: 4px solid #fff;
	padding-top: .3em;
	padding-bottom: .2em;
	/*text-transform: uppercase;*/
	background: #AEA582;
	}
	
#sectionBanner p {
	margin-bottom: 0;
	margin-left: 1em;
	color: #F7F6F3;
	}

#sectionBanner a {
	text-decoration: none;
	color: #000;
	}

#sectionBanner a:hover {
	text-decoration: underline;
	}
	
#sectionBanner strong {
	color: #111;
	}	

#wrapperContent { /* colour theme */
	border-top: 4px solid #999;
	padding-top: .8em;
	padding-bottom: 1.6em;
	padding-left: 1.6em;
	padding-right: 1.6em;
	background: #fff url(../img/bg-brocante.gif) no-repeat;
	background-position: right 2em;
	}
	
#wrapperText {
	position: relative;
	float: left;
	width: 38em;
	}
	
#wrapperText.colour {
	width: 530px;
	}	
	
* html #wrapperText {
	height: 1%;
	}
	
#wrapperText h3 {
	position: relative;
	clear: right;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: .2em;
	line-height: 1.2em;
	font-size: 1.2em;
	}

#wrapperText p {
	/*width: 36em;*/
	line-height: 1.45em;
	}	

#wrapperText p.intro {
	/*width: 528px;*/
	padding-bottom: 0;
	line-height: 1.25em;
	font-size: 1.4em;
	color: #3C3C3C;
	}	

#wrapperFeatureSection { /* colour theme */
	float: left;
	margin-top: .6em;
	border: 4px solid #fff;
	background: #f3f2ed;
	}

#feature {
	float: left;
	width: 254px;
	margin-top: 0;
	margin-bottom: 0;
	border-right: 8px solid #fff;
	padding: 0;
	background: #AEA582;
	color: #fff;
	}
	
#paperDetails p {
	margin-right: .6em;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	color: #fff;
	}
	
#paperDetails strong {
	font-weight: normal;
	color: #000;
	}
	
#sampleNav {
	position: relative;
	float: left;
	width: 254px;
	/*background: #fff;*/
	color: #262626;
	}
	
#wrapperText #sampleNav h3 { /* colour theme */
	margin-top: 0;
	margin-bottom: 8px;
	/*border-bottom: 2px solid #fff;*/
	padding: .35em 0;
	background: #AEA582;
	text-align: center;
	line-height: 1.35em;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #fff;
	}	
	
#wrapperText #sampleNav p {
	/*clear: left;*/
	margin-top: 0;
	margin-left: 8px;
	line-height: 1.4em;
	color: #000;
	}	
	
#wrapperText #sampleNav p a:hover {
	/*background: #fff;*/
	color: #000;
	}	
	
#samples {
	position: relative;
	width: 254px;
	/*margin-left: 7px;*/
	margin: 0;
	padding: 4px 0;
	}
	
#wrapperText #samples ul {
	list-style-type: none;
	margin: 4px 0 0 26px;
	padding: 0;
	}

#wrapperContent #samples li {
	display: inline;
	padding: 0;
	background: transparent none;
	}	

#wrapperContent #samples a {
	display: block;
	position: relative;
	float: left;
	width: 66px;
	margin: 0;
	margin-bottom: 3px;
	border-bottom: 0 none;
	padding: 0;
	text-align: center;
	line-height: 1.2em;
	}
	
#samples IMG { /* colour theme */
	display: inline;
	position: relative;
	margin: 0;
	padding: 3px;
	background: #fff;
	}
	
#samples a.current IMG {
	background: #AEA582;
	}	
	
#samples a:hover IMG { /* colour theme */
	padding: 3px;
	background: #AEA582;
	}	
	
.hideCode {
	display: none;
	}
	
.showCode {
	display: block;
	}	
	
#navFooter {
	position: relative;
	margin-top: 0;
	padding-top: .4em;
	padding-bottom: .6em;
	/*border-top: 1px solid #262626;*/
	background: #AEA582 url(../img/bg-logo.gif) no-repeat;
	background-position: right .3em;
	}
	
#navFooter p {
	margin-top: .2em;
	margin-bottom: 0;
	margin-left: 1em;
	}
	
#navFooter a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}	
	
#navFooter a:hover {
	text-decoration: underline;
	}	

div.clear {
	position: relative;
	clear: both;
	height: 1px;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;          /* keep flush with surrounding blocks */
	padding: 0;
	}

/***** Text styles *****/

blockquote {
	margin-left: 1.5em;
	margin-right: 1.5em;
	border: 1px solid #E3EBAF;
	padding: .6em 1em 0 1em;
	background: #fff;
	color: #24261C;
	}
	
blockquote p {
	line-height: 1.25em;
	}

#navSection blockquote.pullquote {
	margin: 0;
	margin-top: 6em;
	border: 0 none;
	/*border: 2px solid #E3EBAF;*/
	padding: 0;
	font-size: 1.4em;
	color: #9b9273;
	}

#wrapperText blockquote {
	border: 0 none;
	background: #efeee6;
	}

#wrapperText .pullquote {
	float: right;
	width: 30%;
	margin: .4em 0 0 1em;
	font-size: 1.4em;
	color: #9b9273;
	}	
	
#wrapperText .pullquote-cd {
	float: centre;
	width: 100%;
	margin: -1em 0 0 1em;
	padding: 0;
	font-size: 1.4em;
	color: #9b9273;
	}	
	
#navSection .pullquote p {
	line-height: 1.4em;
	text-align: right;
	}

h1 { /* colour theme */
	margin-top: 0;
	margin-bottom: .2em;
	padding-top: .3em;
	font-size: 2.4em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-weight: bold;
	color: #999;
	line-height: 1.2em;
	}
	
h4 {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
	font-weight: bold;
	color: #24261C;
	}

p {
	margin-top: 0;
	margin-bottom: 0.6em;
	padding-top: 0;
	font-size: 1em;
	line-height: 1.4em;
	}

abbr {
	text-decoration: none;
	}
	
/* Netscape numbered list bug fix */
*|*:-moz-list-bullet, *|*:-moz-list-number {
	font-size: 1em;
	}


a.current:link { color: #000; }

strong, b {
	font-style: normal;
	font-weight: bold;
	}