@import url("./whitespace-reset.css");

/* Fix clearing bug */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* end clearfix */


body {
	background: #ffffff;
	font-family: Arial, sans-serif; 
	text-align:center;
	margin:0;
	padding:0;
	font-size:62.5%;
}

.skip {
	position: absolute; 
	top: -5em; 
	display: none;
	text-align:center;
}


h1 {
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 0.4em;
	letter-spacing: -1px;
	}
	
.secondaryhead {
	font-size: 0.7em;
	display: block;
	}
	
h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
	letter-spacing: -1px;
	}
	
h3 {
	text-transform: none;
	font-size: 1.3em;
	letter-spacing: -1px;
	}
	

/* header */
	
#header {
	width: 96em;
	height: 8.7em;
	margin: 0 auto 0 auto;
	}
	
#headerlogo {
	float: left;
	margin-left: 0.6em;
	}
	

/* searchbox */

#searchbox {
	width: 34.3em;
	height: 9.1em;
	background: #f9f9f4 url(../images/searchbox_bg.gif) left top repeat-x;
	float: right;
	}

form#search {
	margin: 0.9em auto 0 2.5em;
	width: 31em;
	}
	
#search label.searchicon	
	{
text-indent: -9999px;
background: transparent url(../images/searchthereport.gif) 0 0.2em scroll no-repeat;
width: 10.5em;
height: 1.5em;
margin-top: 0.2em;
display: block;
margin-right: 0.3em;
float: left;
	}
	
#search #zoom_query {
	border:3px double #a9a9a9;
	float: left;
	}
	
#search #searchgo {
	margin-left: 0.4em;
	margin-top: 0.2em;
	float: left;
	display:inline;
	}
	
#searchbox ul {
	margin-top: 1.2em;
	display: block;
	color: #595959;
	list-style: none;
	}
	
#searchbox li {
	display: inline;
	font-size: 1.1em;
	}
	
#searchbox li a {
	display: inline;
	color: #595959;
	padding: 0 0.1em 0 0.2em;
	}
	
#searchbox li a:hover {
	text-decoration: underline;
	}
	
#searchbox #language {
	margin-top: 0.4em;
	margin-left: 18em;
	color: #595959;
	height: 1.2em;
}

#searchbox p {
	margin: 0;
	font-size: 1.1em;
	}
	
#searchbox form p {
	font-size:1em;
}
	
#searchbox p a {
	color: #908eb6;
}
	
/* end header */

/* begin main nav */
	
#navigationbar {
	width: 100%;
	background: url(../images/nav/grey_bg.gif) left bottom repeat-x;
	text-align: center;
	}
	
ul#navigation  {
	margin:0 auto 0 auto;
	height:33px;
	width:96em;
	background:url(../images/nav/nav_bg.gif) no-repeat left top;
	position: relative;
	list-style: none;
}

ul#navigation li {
	height: 33px;
	text-indent:-5000em;
	position: absolute;
	top: 0;
}

ul#navigation li, ul#navigation a {
	height:33px;
	display:block;
	overflow:hidden;
}

#nav1 {left: 0; width: 127px; background: transparent url(../images/nav/yearinbrief_navbg.gif) 0 0 no-repeat;}
#nav2 {left: 128px; width: 100px; background: transparent url(../images/nav/chairmanstatement_navbg.gif) 0 0 no-repeat;}
#nav3 {left: 229px; width: 132px; background: transparent url(../images/nav/ceoreview_navbg.gif) 0 0 no-repeat;}
#nav4 {left: 362px; width: 138px; background: transparent url(../images/nav/directorsreport_navbg.gif) 0 0 no-repeat;}
#nav5 {left: 501px; width: 138px; background: transparent url(../images/nav/directorsreport_perf_navbg.gif) 0 0 no-repeat;}
#nav6 {left: 640px; width: 115px; background: transparent url(../images/nav/remuneration_navbg.gif) 0 0 no-repeat;}
#nav7 {left: 756px; width: 99px; background: transparent url(../images/nav/financial_navbg.gif) 0 0 no-repeat;}
#nav8 {left: 856px; width: 104px; background: transparent url(../images/nav/otherinfo_navbg.gif) 0 0 no-repeat;}
	
#nav1 a:hover, #nav1.current a {background: transparent url(../images/nav/yearinbrief_navbg.gif) 0 -33px no-repeat;}
#nav2 a:hover, #nav2.current a {background: transparent url(../images/nav/chairmanstatement_navbg.gif) 0 -33px no-repeat;}
#nav3 a:hover, #nav3.current a {background: transparent url(../images/nav/ceoreview_navbg.gif) 0 -33px no-repeat;}
#nav4 a:hover, #nav4.current a {background: transparent url(../images/nav/directorsreport_navbg.gif) 0 -33px no-repeat;}
#nav5 a:hover, #nav5.current a {background: transparent url(../images/nav/directorsreport_perf_navbg.gif) 0 -33px no-repeat;}
#nav6 a:hover, #nav6.current a {background: transparent url(../images/nav/remuneration_navbg.gif) 0 -33px no-repeat;}
#nav7 a:hover, #nav7.current a {background: transparent url(../images/nav/financial_navbg.gif) 0 -33px no-repeat;}
#nav8 a:hover, #nav8.current a {background: transparent url(../images/nav/otherinfo_navbg.gif) 0 -33px no-repeat;}

/* end main nav */


/* main container */

#container {
	width: 96em;
	margin: 2em auto 1em auto;
	text-align: left;
	position: relative;
	}
	

/* secondary nav */
	
#secnav {
	width: 19em;
	float: left;
	margin: 0 2em 0 0.6em;
	display: inline;
	}
	
#secnav h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	text-transform: uppercase;
	}
	
#secnav ul {
	width: 19em;
	list-style: none;
	}
	
#secnav li a {
	display: block;
	background-color: #f2f1e4;
	color: #000;
	font-size: 1.3em;
	padding: 0.4em 0.3em 0.3em 0.6em;
	border-bottom: 1px solid #fff;
}
	
#secnav ul li li a {
	padding-left: 1.5em;
	background: #f7f7f7;
	font-size: 1.2em;
	}
	
#secnav ul li.parent li.parent li a, #secnav ul li.parent li.parent li a.current, #secnav ul li.parent li li a {
	padding-left: 3.0em;
	font-size: 1.1em;
	}
	
/* end secondary nav */

	
/* content */
			
#content {
	width: 57em;
	float: left;
	display: inline;
	}
	
/* widecontent */

#widecontent {
	width: 74.3em;
	float: left;
	}
	
#widecontent #content {
	margin-top: 1em;
	}
	
#widetables {
	width: 73em;
	float: left;
	margin-left: 21.6em;
	display: inline;
	}
	
.onecol #content {
	width:94.8em;
	margin-left: 1.2em;
	}

.twocol #content {
	width: 70em;
	margin-left: 1.2em;
	}
	
.twocol #content p {

	}
	
#content p, #widetables p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.3em;
	color: #373737;
	}
	
#content p.footnote, #widecontent p.footnote, #widetables p.footnote {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 1em;
	}
	
	
#content h3, #widecontent h3, #widetables h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 0.4em;
	}
	
#content h4 {
	font-size: 1.3em;
	font-weight: normal;
	}
	
#content h5 {
	font-size: 1.2em;
	font-weight: bold;
}

#content ul.accesslist {
	font-size:1.2em;
	margin-left:20px;
	list-style-type:disc;
	margin-bottom:1em;
	color: #373737;
}

#content ul.accesslist li {
	color: #373737;
	}
	
#content p.intro {
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	}
	
#content p.footnote {
	font-size: 1.1em;
	}
	
#content a {
	text-decoration: underline;
	}
	
#basic #content a:hover, #directorsreport #content a:hover, #financialstatements #content a:hover, #introduction #content a:hover, #otherinformation #content a:hover, #remunerationreport #content a:hover {
	color: #000;
	}
	
#content ul.contentnav {
	margin: 0 0 1.5em 0.5em;
	list-style: none;
	}
	
#content ul.contentnav li {
	font-size: 1.3em;
	margin-bottom: 0.2em;
	}
	
#content ul.contentnav li a {
	display: inline;
	}
	
#content ul.contentnav li.current, #content ul.contentnav li.current a {
	color: #000;
	text-decoration: none;
	}
	
#content ul.contentnav li a:hover {
	color: #000;
	}
	
#content ul.contentnav li ul{
	margin: 0.4em 0 0.8em 0;
	list-style: disc;
	}
	
#content ul.contentnav li ul li ul {
	list-style: circle;
	}

#content ul.contentnav li li{
	font-size: 0.9em;
	margin-bottom: 0.2em;
	margin-left: 2.5em;
	}
	
p.contentp{
	margin-left: 2em;
	}
	
#content ul.contentlist {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-left: 2em;
	list-style: disc outside;
	color: #373737;
	}
	
#content ul.contentlist li {
	margin-bottom: 1em;
	}
	
#content p.pagelink {
	text-align: right;
	}
	
.pageintro {
	padding: 1em;
	background: #edebda;
	margin-bottom: 2em;
	}
	
.pageintro img {
	float: right;
	display:inline;
	margin-right:0.5em;
	margin-left:1.5em;
	}

.toplink {
	text-align: right;
	margin-top: -1em;
	}
	
.subhead {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-right: 0.1em;
	}
	
#summary {
	width: 32em;
	float: left;
	}
	
#summary ul {
	list-style: none;
	}
	
#summary ul li {
	color: #373737;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1.3em;
	background: url(../images/list_arrow.gif) 0em 0.2em no-repeat;
	padding-left: 1.25em;
	}
	
#products_container {
	width: 23em;
	float: right;
	margin-left: 1em;
	display: inline;
	}
	
#products {
	background: #f2f2f2;
	padding: 0.9em;
	}

#products p {
	font-size: 1.2em;
	line-height: 1.1em;
	color: #000;
	}
	
#products p.footnote {
	font-size: 1.1em;
	color: #4e4e4e;
	}
	
	
/* ceo review intro */
	
#ceo_intro {
	margin-bottom: 0.5em;
	}
	
#ceo_intro p.intro {
	font-size: 1.2em;
	line-height: 1.3em;
	}
	
#ceo_intro img {
	float: left;
	margin-right: 1.3em;
	}

/* end ceo review intro */


ul#bodylist li {
	color: #373737;
	font-size: 1.2em;
	margin-bottom: 1.3em;
	background: url(../images/list_arrow.gif) 0em 0.2em no-repeat;
	padding-left: 1.25em;
	}
	
	
/* performance highlight page */
#perfhighlights h2 {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.box1 {
	width: 26.5em;
	padding: 0.5em;
	float: left;
	background-color: #edebda;
	margin-bottom: 1.6em;
	}
	
.box2 {
	width: 26.2em;
	padding: 0.5em;
	float: right;
	background-color: #edebda;
	margin-bottom: 1.6em;
	}
	
.box3 {
	padding: 0.5em;
	background-color: #edebda;
	margin-bottom: 1.6em;
	}
/* end performance highlight page */

.challenges {
float: right;
width: 13em;
margin-left:
2em;}

/* board member pages */
.boardmember img {
	float:left;
	margin-right: 1em;
	display:inline;
	}
	
.boardmember {
	clear:both;
	margin-bottom:1em;
}

.boardmember p, .boardmember h2, .boardmember h3 {
	width:370px;
	float:right;
}


.imageleft {
	float:left;
	margin:0 2em 2em 0;
	}

.teamshot {
	width:180px;
	height:210px;
	float:left;
	margin:0 1.2em 1em 0;
	}
	
.teamshot_last {
	margin-right: 0;
	}

#content .boardmember h2,
#content .boardmember h3,
#content .teammember h2,
#content .teammember h3 {
	margin-bottom: 0;
	}

.halfwidthbox {
	width:50%;
	float:left;
	}

/* end board member pages */	

#research_intro {
	background: #eee;
	padding:1em;
	margin-bottom:1em;
	}
	
/* search results */

#content .results {
	font-size: 1.1em;
	}

.result_block, .result_altblock {
	width: 70em;
	padding: 1.3em;
	border-bottom: 1px solid #eee;
	}
	
#content .result_block p.context, #content .result_altblock p.context {
	font-size: 1.2em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	}
	
#content .result_block p.pages, #content .result_altblock p.pages {
	float: right;
	}
	
#content .result_block p.infoline, #content .result_altblock p.infoline {
	font-size: 1.1em;
	color: #000;
	margin: 0;
	}
	
#content p.result_pages {
	margin-top:2em;
	}
	
#content div.suggestion {
	font-size:1.2em;
	}
	
#content .searchresults h3 {
	font-size: 1.3em;
	text-transform: none;
	margin-bottom: 0;
	letter-spacing:0px;
	}
	
#content .searchresults h3 a {
	text-decoration: none;
	}

#content .searchresults h3 a:hover {
	text-decoration: underline;
	}


/* end search results */


/* tables! */

table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 2.5em;
	}
	
table.nomargin {
	margin-bottom: 0.4em;
	}
	
table.noborder th, table.noborder td {
	border: none;
	}
	
table th,
table td {
	padding:0.35em 0.1em 0.2em 0.1em;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	}
	
table th.larger {
	font-size: 1.2em;
	}
	
table td {
	text-align: right;
	font-size: 1.2em;
	line-height: 1.2em;
	vertical-align: bottom;
	}
	
table td.right,
table th.right,
table.pipeline th.right {
	text-align: right;
	}
	
table td.nosep,
table th.nosep {
	border-bottom: 0;
	}
	
table td.leftsep,
table th.leftsep {
	border-left: 3px solid #fff;
	}
	
table td.first,
table th.first {
	text-align: left;
	}
	
table td.bold,
table th.bold {
	font-weight: bold;
	}

table td.leftgap,
table th.leftgap {
	border-left: 3px solid #fff;
	}

table td.indent,
table th.indent {
	padding-left:2em;
	}

table tr.nosep td,
table tr.nosep th {
	border-bottom: 0;
	}
	
table thead th {
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: right;
	vertical-align: bottom;
	}
	
table th.headtitle {	
	border-bottom: 0;
	text-align: center;
	}
	
table th.headcentre {
	text-align: center;
	}
	
table tr.headtitle .headtitlecell {
	border-bottom: 1px solid #ccc;
	}

table tr.seperator td,
table tr.seperator th,
table td.seperator,
table th.seperator {
	border-bottom: 2px solid #000;
	}
	
sup {
	font-size: 0.75em;
	margin: -0.1em 0 0 0;
	padding: 0;
	line-height: 0;
	display: inline;
	}

p.tabledownload {
	margin-bottom: 0.6em;
	font-size: 1.2em;
	background-color: #fafaf5;
	background-image: url(../images/downloadtable.gif);
	background-repeat:no-repeat;
	background-position:0.2em 0.2em;
	padding-left:1.8em;
	padding-top:0.2em;
	width:90px;
	}
	
table.share_table {
	width: 22em;
	}
	
#container p.tabledownload a {
	text-decoration:underline;
	}
	
p.tabledownload em {
	display:block;
	font-style:normal;
	font-size:0.9em;
}
	
#container p.tabledownload em  a {
	text-decoration:none;
}	

table.subsidiaries td {
	vertical-align: top;
	}
	
.tabledownload img {
	float: right;
	}
	
table.crossref td {
	text-align: left;
	font-size: 1.1em;
	border: 0;
	}
	
table.performance {
	background: #edebda;
	margin-top: 0.3em;
	font-size: 1em;
	margin-bottom: 1em;
	}
	
table.performance td.first {
	text-align: left;
	}
	
table.performance tbody tr th {
	font-size: 1.1em;
	text-align: left;
	}
	
table.performance td.prevyear, table.performance th.prevyear {
	background: #fff;
	}
	
table.performance thead th.yeartitle {
	border-right: 3px solid #edebda;
	}
	
table.performance thead th.prevyeartitle {
	border-left: 3px solid #fff;
	}
	
table td.az_drugname,
table.pipeline td.az_drugname {
	font-style: italic;
	}
	
table.smalltype td {
	font-size: 1.1em;
	}
	
table.pipeline {
	text-align: left;
	margin-bottom: 0.6em;
	}
	
table.pipeline td {
	font-size: 1.1em;
	text-align: left;
	}
	
table.pipeline thead th {
	text-align: left;
	font-size: 1.1em;
	}
	
table.pipeline thead th.pipeline_header {
	background: #505c23;
	color: #fff;
	font-size: 1.2em;
	padding-left: 0.3em;
	padding-bottom: 0.3em;
	}
	
table.pipeline td.first {
	font-size: 1.1em;
	}
	
table td.pipeline, table th.pipeline {
	text-align: left;
	font-size: 1.1em;
	vertical-align: top;
	padding-bottom: 0;
	}
	
table.pipeline td.filingdate, table.pipeline th.filingdate {
	text-align: right;
	}
	
table.pipeline td.phase, table.pipeline th.phase {
	text-align: center;
	}
	
table.pipeline td.discontinued {
	vertical-align: middle;
	padding-left: 1em;
	}
	
.stonebackground {
	background: #edebda;
	}
	
h2.globalwarming_header {
	margin-top: 1.5em;
	margin-bottom: -0.7em;
	}
	
.graph {
	width: 28em;
	float: left;
	margin-bottom: 0.5em;
	display: inline;
	min-height: 20em;
	padding: 0.1em;
	background: #edebda;
	}
	
td.co2 {
	padding-bottom: 0.4em;
	}
	
.gap {
	margin-right: 5px;
	}
	
.graph table {
	font-size: 1em;
	margin-bottom: 0;
	}
	
.graph table h2 {
	font-size: 1.4em;
	}
	
.graph table td, .graph table th {
	border: none;
	vertical-align: middle;
	font-weight: bold;
	}
	
.nonfin_1 {
	min-height: 5em;
	}
	
.nonfin_2 {
	min-height: 3em;
	}
	
table.product_perf {
	background: #eeede2;
	font-size: 1em;
	}
	
table.product_perf td {
	padding: 0.8em 0.3em 0.5em 0.5em;
	border: none;
	}
	
table#download {
	width: 40em;
	margin-top: 2em;
	}
	
table#download td {
	text-align: left;
	border: 0;
	}
	
p.downloadlink {
	margin-top: 0.8em;
	}
	
p.downloadlink a {
	font-size: 1.4em;
	}
	
.downloads {
	clear: both;
	margin-top: 2em;
	}
	
.downloadfeature {
	width: 38em;
	float: left;
	}
	
.downloadfeature img {
	float: left;
	margin-right: 1em;
	}
.risktable {
	width:100%;}

.risktable td, .risktable th {
	background-color:#455a20;
	color:#FFFFFF;
	text-align:left;
	vertical-align:top;
}

.risktable li {
	color:#FFFFFF;
	font-size:0.7em;}
	
.risktable h3 {
	color:#FFFFFF !important;
	font-size:1.1em !important;
	margin:1em !important;}

.textcentre {
	vertical-align: top;
}

/* end tables */
	
/* end content */

	
/* sidebar - tools and downloads */
	
#sidebar {
	width: 15.5em;
	float: right;
	}
	
#sidebar h3, #sidebar_abpos h3 {
	font-size: 1.1em;
	color: #696969;
	margin: 0.8em 0 0 0.7em;
	letter-spacing: 0;
	}
	
#sidebar_abpos {
	width: 15.5em;
	position: absolute;
	top: 0;
	left: 80.4em;
	}
	
#sidebar_widecontent {
	display: block;
	}
	
#sidebar_widecontent .sidebarbox {
	width: 34.4em;
	}

#sidebar_widecontent .sidebarbox li {
	display: block;
	float: left;
	margin-right: 1em;
	}
	
.sidebarbox {
	width: 15em;
	float: right;
	background: #fafaf5;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
	}
	
	
.sidebarbox h2 {
	background-color:#ebebd8;
}	

.sidebarbox h2 img {
	display:block;
}

.sidebarbox ul {
	font-size: 1.1em;
	margin-left: 0.4em;
	margin-top: 0.2em;
	list-style: none;
	}

.sidebarbox ul li {
	padding: 0.4em 0 0.3em 2.4em;
	color: #666;
	}
	
.sidebarbox ul li a {
	color: #353535;
	display: inline;
	}
	
.sidebarbox ul li a:hover {
	text-decoration: underline;
	}
	
ul#wide_tools li#moretools {
	padding-left: 1.6em;
	background: url(../images/arrow_down.gif) 0 0.3em no-repeat;
	margin-right: 0.2em;
	}
	
ul#downloads li {
	background: url(../images/pdf_icon.gif) 0.3em 0.1em no-repeat;
	}
	
p.downloadp {
	margin: 0.5em 0.6em 0.3em 1em;
	color: #353535;
	}
	
ul#tools li#email,
ul#wide_tools li#wide_email {
	background: url(../images/email_icon.gif) 0.3em 0.4em no-repeat;
	}
	
ul#tools li#print,
ul#wide_tools li#wide_print {
	background: url(../images/print_icon.gif) 0.3em 0.2em no-repeat;
	display: none;
	}
	
ul.links li {
	background: url(../images/right_arrows.gif) 0.4em 0.6em no-repeat;
	padding: 0.2em 0 0.2em 1.5em;
	}
	
/* end sidebar */


/* footer */

#footercontainer {
	width: 96em;
	margin: 0 auto 0 auto;
	text-align: left;
	}
	
#footer {
	border-top: 1px solid #dbdbdb;
	padding-top: 0.8em;
	color: #888;
	width: 59em;
	margin-left: 21em;
	margin-bottom: 4em;
	overflow: visible;
	}
	
.onecol #footer, .onecol #returntop {
	margin-left: 0.6em;
	width: 96em;
	}
	
.twocol #footer, .twocol #returntop {
	margin-left: 0.6em;
	width: 78em;
	}
	
#footer p {
	font-size: 1.1em;
	color: #888;
	float: left;
	}
	
#footer p.sitetools {
	float: left;
	}
	
#footer p.legalinfo {
	float: right;
	}
	
#footer a {	
	color: #888888;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#returntop {
	padding-top: 0.8em;
	color: #888;
	width: 59em;
	margin-left: 21em;
	margin-bottom: -2px;
	}
	
#returntop a:hover {
	text-decoration: underline;
	}
	
#returntop a.backtotop {
	border: 1px solid #ccc;
	border-bottom: none;
	color: #000;
	float: right;
	display: inline;
	overflow: visible;
	margin: 0 1em 0 0;
	font-size: 1.1em;
	padding: 0.4em;
	}
	
/* end footer */

/* survey forms */

#survey .formrow, #survey .checkboxrow, #survey .radioformrow, #survey .textrow {
	padding-bottom:1.5em;
}

#survey select {
	margin-top:0.5em;
}

#survey p {
	margin-bottom: 0.3em;
	}

#survey select, #survey .checkboxrow p.checkbox, #survey .radioformrow input {
	margin-left:1em;
}

#survey .formrow input {
	width:auto;
}

#survey .checkboxrow input {
	margin:0 0.5em 0 1em;
}

#survey .formrow label {
	float:none;
	display:block;
	width:auto;
	margin-bottom:0.3em;
	font-size: 1.2em;
}

#survey .radioformrow label {
	font-size:1.2em;
	margin-left:0.5em;
	color: #373737;
}

#survey p.checkbox {
	margin-top:0;
	margin-bottom:0.3em;
}

#survey .textrow label {
	color: #373737;
	font-size:1.2em;
}

#survey .textrow textarea {
	display:block;
	margin-left:1.5em;
	margin-top:0.5em;
}

/*end survey*/

/* link mailer form */

/* form styles */

#nobackground form {
	margin-top:2em;
}

.formrow {
	clear:both;
	margin:0.6em 0;
}

.requiredfield {
color: #cc3300;
}

#content #mailerform .formrow p.error {
color: #cc3300;
float: left;
display: inline;
	margin-left: 11em;
	clear: both;
	margin-top: 0.7em;
}

.formrow label, .formrow b {
	width:11em;
	float:left;
	font-size: 1.2em;
}

.formrow input {
	width:15em;
}

p.submitbutton {
	width:36em;
	text-align:right;
	clear:both;
}

body #nobackground p.footnote {
	clear:both;
	margin-top:4em;
}

#messagesent {
	border-width:1px 0 1px 0;
	border-style:solid;
	padding:1.5em 3em 1em 1.5em;
}

#messagesent p.messagecontent {
	padding-left:10em;
}

p.returnpage {
	padding:1em 0;
}

/* end linkmailer form styles */
.survey dl {
	padding: 5px;
	background: #FAFAF5;
	}
.survey dt {	
	font-size: 1.5em;
	}
.survey dd {
	padding: 5px 0 5px 15px;
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	}
	
#sidebar ul li.word {
	padding-left: 2.2em;
	background: transparent url(../images/word.gif) no-repeat 5px;
	}
#sidebar ul li.excel {
	padding-left: 2.2em;
	background: transparent url(../images/excel.gif) no-repeat 5px;
	}
#login_survey {
	width: 380px;
	float: left;
	margin: 40px 0 0 120px;
	height: 80px;
	}

#login_survey #form {
	margin-left: 20px;
	width: 360px;
	}

#login_survey #form label
	{
	width: 7em;
	float: left;
	text-align: right;
	margin: 0.2em 0.5em 0 0;
	display: block;
	color: #281B66;
	font-weight: bold;
	text-transform: uppercase;
	}

#login_survey #form .submit
	{
	margin-left: 4.5em;
	}
#login_survey #form input
	{
	border: 3px double;
	}

#login_survey #form .submit
	{
	color: #281B66;
	border: 1px solid #fbfbf7;
	float: right;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-top: 0;
	background: #fbfbf7;
	font-weight: bold;
	text-transform: uppercase;
	}
#login_survey #form fieldset
	{
	border: 1px solid #ffffff;
	width: 360px;
	height: 80px;
	background: #fbfbf7;
	}

#login_survey p {
	margin-bottom: 5px;
	}
/* exit page*/
#exitpage {
	width: 40em;
	border-bottom: 1px solid #ccc;
	text-align: left;
	margin: 0 auto 0 auto;
	}

#exitpage p {
	font-size: 1.2em;
	margin-bottom: 1em;
	}
	
#exitpage_header {
	width: 40em;
	padding-bottom:0.8em;
	margin-bottom: 1.4em;
	border-bottom: 1px solid #ccc;
	}
