@charset "utf-8";
/* CSS Document */


/* Reset browser defaults */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background:#d5d5d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	/* Adjust this to scale the page, about 80-120% should be reasonable */
	margin: 0;
}

#container1 {
	position:relative;
	width:100%;
	height:100%;
	background:#fff url(../images/background-slide2.png) bottom left repeat-x;
}
#container2 {
	position:relative;
	width:100%;
	height:100%;
	background:url(../images/drop-bg3.jpg) bottom center no-repeat;
}

div#page {
	background-color: transparent;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 100px 0;
	width: 59.625em;
}


/* Default link style */
a:link {
	color: #5191cd;
    text-decoration: none
}

a:visited {
	color: #714c99;
    text-decoration: none;
}

a:hover, a:active {
	color: #5191cd;
	text-decoration: underline;
}


/*** Header ***/

div#header {
	background-image: url('../images/header-right-alpha.png');
    background-position: top right;
    background-repeat: no-repeat;
	border-left: 1px solid #7bc143;
    clear: both;
    padding-right: 5px;
}

/* Clear floats */
div#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


div#header div.top-elements {
	background-color: #ffffff;
	border-top: 1px solid #7bc143;
    float: left;
    padding-top: 13px;
    position: relative;
    width: 100%;
}


/** Logo **/

div#header img.thl-logo {
	float: left;
	height: 43px;
    margin: 11px 0 0 1.125em;
    width: 257px;
}


/** Language selection **/

div#header div.top-controls {
	color: #807f83;
	font-size: 0.875em;
	left: 50%;
    margin-left: -11em;
    position: absolute;
    width: 22em;
}

div#header div.language-selection {
	float: left;
    text-align: left;
}

div#header div.text-scaling {
	float: right;
	text-align: right;
}

div#header div.text-scaling a.text-smaller {
	font-size: 0.75em;
}


/** Search **/

div#header div.top-search {
	color: #807f83;
	float: right;
	font-size: 0.875em;
    padding-right: 1.188em;
}

div#header div.top-search form {
	background-image: url('../images/search-box-left.png');
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    margin: 3px 0 7px 0;
    padding-left: 5px;
}

div#header div.top-search div.search-text {
	border-bottom: 1px solid #7bc143;
   	border-top: 1px solid #7bc143;
    float: left;
}

div#header div.top-search div.search-text input {
    border: 0;
    color: #807f83;
    float: left;
    font-size: 0.875em;
    height: 20px;
    line-height: 0.875em;
    margin: 0;
    padding: 6px 8px 2px 4px;
    width: 15em;
}

div#header div.top-search input.search-button {
	background-color: transparent;
    background-image: url('../images/search-button.png');
    background-position: top left;
    background-repeat: no-repeat;
    border: none;
    color: #ffffff;
    cursor: pointer;
	height: 30px;
    margin-left: -4px;
	width: 50px;
}

div#header div.top-search div.search-links {
	clear: both;
	float: left;
}


/** Top navigation bar **/

div#header div.top-navigation {
	background-color: #ffffff;
    float: left;
    padding-top: 16px;
    width: 100%;
}

div#header div.top-navigation ul {
	clear: both;
    float: left;
	margin: 0;
    padding: 0;
    width: 100%;
}

div#header div.top-navigation ul.level-1 {
	background-image: url('../images/top-navigation-bar.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 2px;
}

div#header div.top-navigation ul.level-2 {
	background-image: url('../images/top-navigation2-bar.png');
    background-position: bottom left;
    background-repeat: repeat-x;
}

div#header div.top-navigation ul li {
    color: #ffffff;
	display: block;
    float: left;
    font-size: 0.875em;
	list-style-type: none;
}

div#header div.top-navigation ul.level-1 li {
	background-image: url('../images/top-navigation-bg.png');
    background-position: top left;
    background-repeat: repeat-x;
    height: 32px;
    margin-right: -1px;
}

div#header div.top-navigation ul.level-1 li:first-child {
	margin-left: 20px;
}

div#header div.top-navigation ul.level-1 li:last-child {
	margin-right: 20px;
}

div#header div.top-navigation ul.level-2 li {
	height: 30px;
}

div#header div.top-navigation ul.level-2 li.level-2-left {
	background-image: url('../images/top-navigation2-left.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 20px;
}

div#header div.top-navigation ul.level-2 li.level-2-right {
	background-image: url('../images/top-navigation2-right.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    float: right;
    width: 20px;
}

div#header div.top-navigation ul li a {
	color: #ffffff;
	cursor: pointer;
    font-weight: normal;
	display: block;
    text-decoration: none;
}

div#header div.top-navigation ul li div.top-navi-left {
    float: left;
    padding-left: 20px;
}

div#header div.top-navigation ul li div.top-navi-right {
    float: left;
    padding-right: 20px;
}

/* Level 1: buttons */

div#header div.top-navigation ul.level-1 li div.top-navi-left {
	background-image: url('../images/top-navigation-left.png');
	background-position: top left;
    background-repeat: no-repeat;
    height: 32px;
}

div#header div.top-navigation ul.level-1 li div.top-navi-right {
	background-image: url('../images/top-navigation-right.png');
	background-position: top right;
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;		/* set line-height equal to container height to vertically center text */
}

/* Level 2: buttons */

div#header div.top-navigation ul.level-2 li div.top-navi-left {
	height: 30px;
}

div#header div.top-navigation ul.level-2 li div.top-navi-right {
    height: 30px;
    line-height: 30px;		/* set line-height equal to container height to vertically center text */
}

/* Level 1: currently selected item */

div#header div.top-navigation ul.level-1 li.selected {
	background-image: url('../images/top-navigation-active-bg.png');
    font-weight: bold;
}

div#header div.top-navigation ul.level-1 li.selected div.top-navi-left {
	background-image: url('../images/top-navigation-active-left.png');
}

div#header div.top-navigation ul.level-1 li.selected div.top-navi-right {
	background-image: url('../images/top-navigation-active-right.png');
}

/* Level 2: currently selected item */

div#header div.top-navigation ul.level-2 li.selected {
	background-image: url('../images/top-navigation2-active-bg.png');
    background-position: bottom left;
    color: #e20077;
    font-weight: bold;
}

div#header div.top-navigation ul.level-2 li.selected div.top-navi-left {
	background-image: url('../images/top-navigation2-active-left.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}

div#header div.top-navigation ul.level-2 li.selected div.top-navi-right {
	background-image: url('../images/top-navigation2-active-right.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

/* Crisis info */

div#header div.top-navigation ul.level-1 li.crisis {
	float: right;
    text-transform: uppercase;
}


/*** Main ***/

/** Page structure **/

div#main {
	background-image: url('../images/border-right-alpha.png');
    background-position: top right;
    background-repeat: repeat-y;
    border-left: 1px solid #7bc143;
    clear: both;
}

div#main div.content {
	background-color: #fefefe;
    border-bottom: 0.625em solid #fefefe;
    border-top: 0.625em solid #fefefe;
    min-height: 600px;
    margin-right: 5px;
    position: relative;
}

/* Clear floats */
div#main div.content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/** Elastic faux columns **/

/* Front page left column border */
div#main.frontpage div.content {
	background-image: url('../images/green-pixel.png');
    background-position: 19.938em 0;
    background-repeat: repeat-y;
}

/* Third level page left and middle column background */
div#main.level-3 div.content {
	background-color: #ecf7e4;
	background-image: url('../images/white-bg.png');
    background-position: 13.075em 0;
    background-repeat: repeat-y;
    border-left: 0.625em solid #fefefe;
}

/* Front page middle column border,
   Second level page content right border */
div#main.frontpage div.background-1,
div#main.level-2 div.background-1 {
	background-image: url('../images/green-pixel.png');
    background-position: 40.063em 0;
    background-repeat: repeat-y;
    float: left;
}

/* Third level left column border */
div#main.level-3 div.background-1 {
	background-image: url('../images/green-pixel.png');
    background-position: 14.325em 0;
    background-repeat: repeat-y;
    float: left;
	margin-left: -0.625em;
}

/* Front page right column background, 
   Second level page right column background */
div#main.frontpage div.background-2,
div#main.level-2 div.background-2 {
	background-image: url('../images/lightgreen-bg.png');
    background-position: 40.75em 0;
    background-repeat: repeat-y;
    border-right: 0.625em solid #fefefe;
    float: left;
}

/* Third level right column border */
div#main.level-3 div.background-2 {
	background-image: url('../images/green-pixel.png');
    background-position: 44.915em 0;
    background-repeat: repeat-y;
    float: left;
}


/* Third level page right column background */
div#main.level-3 div.background-3 {
	background-image: url('../images/lightgreen-bg.png');
    background-position: 45.54em 0;
    background-repeat: repeat-y;
    border-right: 0.625em solid #fefefe;
    float: left;
}

/** Left navigation **/

div#main div.left-navigation {
	border-bottom: 0.625em solid #fefefe;
	float: left;
    padding: 0 0.625em;
    width: 13.075em;
}
div#main div.left-navigation ul li {
	list-style-type: none;
}
div#main div.left-navigation ul li a {
	display:block;
	margin:0;
	padding:0;
	background:url(../images/left-navigation-bg2.gif) bottom right no-repeat;
	text-decoration: none;
}
div#main div.left-navigation ul.level-3 li span.left-navi-left {
	display:block;
	background:url(../images/left-navigation-bg1.gif) top left no-repeat;
    font-weight: normal;
	text-decoration: none;
}
div#main div.left-navigation ul.level-3 li span.left-navi-right {
	display:block;
	background: url(../images/left-navigation-corner1.gif) top right no-repeat;
}
div#main div.left-navigation ul.level-3 li span.left-navi-wrapper {
	display:block;
	background: url(../images/left-navigation-corner2.gif) bottom left no-repeat;
	padding: 7px 1.25em 8px 1.25em;
	color: #426624;
	font-size: 0.875em;
}
div#main div.left-navigation ul li.selected span.left-navi-wrapper {
	font-weight:bold;
}


/* Temporary styles for level 4 */
div#main div.left-navigation ul.level-4 {
	font-weight:normal;
	background-color: #fefefe;
    width: 100%;
	border-bottom:10px #fefefe solid;
}

div#main div.left-navigation ul.level-4 li {
	background-image: none;
    color: #000000;
    font-size: 0.75em;
    line-height: 1.4em;
    padding: 0.3em 0 0.3em 2.5em;
}
div#main div.left-navigation ul.level-4 li.selected {
	font-weight:bold;
}

div#main div.left-navigation ul.level-4 li li {
	font-size: 1.0em; 	/* fix nested inheritance */
}

div#main div.left-navigation ul.level-4 li a {
	color: #000000;
	display:inline;
	background:none;
}

div#main div.left-navigation ul.level-4 li a:hover {
	text-decoration: underline;
}


/* Temporary styles for level 5 */
div#main div.left-navigation ul.level-5 {
    width: 100%;
	font-weight:normal;
}

div#main div.left-navigation ul.level-5 li {
	font-style: italic;
	padding: 0.15em 0 0.15em 2em;
}
div#main div.left-navigation ul.level-5 li.selected {
	font-weight:bold;
}


/** Containers **/

/* Container for narrow one column layout */
div#main div.container-1-narrow {
	float: left;
    margin: 0;
    padding: 0 1.25em;
    width: 28.125em;
}

/* Container for wide one column layout */
div#main div.container-1-wide {
	float: left;
    margin: 0;
    padding: 0 1.875em;
    width: 36.25em;
}

/* Container for two column layout */
div#main div.container-2-column {
	float: left;
    margin: 0;
	width: 40em;
}

/* Green bar on the right */
div#main div.navigation-right-narrow {
	float: right;
    margin-right: 0;
    padding: 0.833em 0.625em 0.833em 0.95em;
    width: 12em;
}

div#main div.navigation-right-wide {
    float: right;
    margin: 0 0 0 0.625em;
    padding: 0.833em 1.25em;
    width: 15.375em;
}

/* Page meta data */

div#main div.pagemeta {
	color: #807f83;
    float: left;
	font-size: 0.75em;
    margin-bottom: 1.25em;
    width: 100%;
}

div#main div.pagemeta div.shorturl {
	float: left;
	text-align: left;
}

div#main div.pagemeta div.updated {
	float: right;
    text-align: right;
}

/** Content elements **/

div#main div.column {
	border-top: 0.625em solid #fefefe;
	float: left;
	padding: 0.313em 1.25em 0 1.25em;
	width: 17.469em;
}

/* Bread crumb path */
div#main div.breadcrumb {
	font-size: 0.75em;
    margin-bottom: 1.25em;
}

/* Item */
div#main div.item {
	margin-bottom: 0.625em;
}

div#main div.item h3 {
	clear: both;
	font-size: 0.875em;
	font-weight: normal;
    margin: 0 0 0.063em 0;
}

div#main div.item img {
	float: left;
    padding: 0.313em 0.625em 0.625em 0;
}

div#main div.item img + p {
	padding-top: 0.625em;
}

div#main div.item p {
	font-size: 0.75em;
    line-height: 1.25em;
    margin: 0 0 0.375em 0;
}

/* Link with an arrow */
div#main a.arrow-right {
	background-color: transparent;
	background-image: url('../images/fuchsia-arrow.png');
    background-position: center right;
    background-repeat: no-repeat;
    clear: both;
	display: block;
	float: right;
	font-size: 0.875em;
    margin: 0 0 1.25em 0;
    padding-right: 1.25em;
    text-align: right;
}

div#main a.arrow-right:last-child {
	margin-bottom: 0;
}

div#main a.arrow-align-left {
	float: left !important;
    text-align: left !important;
}

div#main a.arrow-align-left + a.arrow-right {
	clear: none;
}

div#main a.arrow-left {
	background-color: transparent;
	background-image: url('../images/fuchsia-arrow.png');
    background-position: center left;
    background-repeat: no-repeat;
    clear: both;
	display: block;
	font-size: 0.875em;
    margin: 0 0 1.25em 0;
    padding-left: 1.35em;
    text-align: left;
}

div#main a.arrow-left + a.arrow-left {
	margin-top: -1em;
}

div#main a.arrow-left + h2 {
	margin-top: 2em !important;
}

div#main p + a.arrow-left {
	margin-top: -0.5em;
}

/* RSS feed link */
div#main a.rss {
	background-color: transparent;
	background-image: url('../images/rss.png');
    background-position: center left;
    background-repeat: no-repeat;
    clear: both;
	display: block;
	font-size: 0.875em;
    margin: 0 0 1.25em 0;
    padding-left: 1.35em;
    text-align: left;
}

div#main a.rss + h2 {
	margin-top: 2em !important;
}

/* Print page link */
div#main a.print {
	background-color: transparent;
    background-image: url('../images/printer.png');
    background-position: center left;
    background-repeat: no-repeat;
    clear: both;
    display: block;
    font-size: 0.75em;
    margin: 2.5em 0 1.25em;
    padding-left: 24px;
}

/** Common text style **/

/* Content page headings */
div#main h1 {
	color: #807f83;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0.313em 0;
}

div#main h2 {
	clear: both;
	color: #807f83;
    font-size: 1.125em;
    font-weight: normal;
    margin: 0.313em 0;
}

div#main h2:first-child {
	margin-top: 0 !important;
}


/** Plain text **/

/* Normal text */
div#main p {
	font-size: 0.875em;
    line-height: 1.4em;
    margin: 0 0 1.25em 0;
}

/* Small text */
div#main small {
	font-size: 0.75em;
    line-height: 1.4em;
}

div#main p small {
	font-size: 0.857em;
}

/** Image in a text paragraph */
div#main p img {
	float: left;
    margin: 0.313em 0.625em 0.313em 0;
}

/** Tables **/
div#main td {
	font-size: 0.875em;
}

div#main td p {
	font-size: 1.0em;	/* Fix nested inheritance */
    margin: 0 0 0.625em 0;
}

div#main td small {
	font-size: 0.857em;	/* Fix nested inheritance */
}

/* Events calendar */
div#main table.events td:first-child {
    white-space: nowrap;
    width: 7.75em;
}

/** Front page custom components **/

/* Front page first level heading */
div#main.frontpage h1 {
	font-size: 1.125em;
    font-weight: normal;
}

/* Front page second level heading */
div#main.frontpage h2 {
	background-image: url('../images/green-box.png');
    background-position: center left;
    background-repeat: no-repeat;
	border-bottom: 1px solid #807f83;
    clear: both;
	color: #807f83;
	font-size: 1em;
    font-weight: normal;
    margin: 0 0 0.75em 0;
    padding-bottom: 3px;
    padding-left: 1.375em;	
}

/* Front page banner */
div#main div.frontpage-banner {
	background-color: #7bc143;
	border: 1px solid #7bc143;
    color: #ffffff;
    float: left;
    height: 12.375em;
    margin: 0 0.625em;
	overflow: hidden;
    padding-right: 1.25em;
	width: 37.5em;
}

div#main div.frontpage-banner h1 {
	color: #ffffff;
	margin: 1.25em 0 0.375em 0;
}

div#main div.frontpage-banner img {
	float: left;
    height: 12.375em;
    margin-right: 1.25em;
	width: 19.25em;
}

div#main div.frontpage-banner a {
	color: #ffffff;
	display: block;
    float: right;
	font-size: 0.875em;
    margin-top: 0.75em;
}

div#main div.frontpage-banner p {
	font-size: 0.875em;
    line-height: 1.4em;
    margin: 0;
}

/** Right bar custom components **/

/* Right bar second level heading */
div#main div.navigation-right-narrow h2,
div#main div.navigation-right-wide h2 {
	border-bottom: 1px solid #52802d;
    clear: both;
	color: #52802d;
	font-size: 1em;
    font-weight: normal;
    margin: 1.5em 0 0.75em 0;
    padding-bottom: 3px;
}

/* Right bar second level heading on the front page */
div#main.frontpage div.navigation-right-wide h2 {
	background-image: url('../images/green-box.png');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 1.375em;
}

/* Right bar tag cloud */
div#main div.tagcloud {
	font-size: 0.875em;
    line-height: 1.4em;
    margin-bottom: 0.625em;
}

div#main div.tagcloud a {
	font-weight: bold;
}


/*** Footer ***/

div#footer {
	background-image: url('../images/footer-center-alpha.png');
    background-position: top left;
    background-repeat: repeat-x;
    clear: both;
   	color: #ffffff;
    font-size: 0.75em;
    height: 36px;
    margin-left: 11px;
    margin-right: 14px;
    position: relative;
}

div#footer a {
	color: #ffffff;
}

div#footer div.copyright {
	background-image: url('../images/footer-left-alpha.png');
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    line-height: 31px;			/* set line-height equal to container height minus bottom padding to vertically center text */
    margin-left: -11px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

div#footer div.contact {
	float: left;
    height: 36px;
	left: 37.5%;
    line-height: 31px;			/* set line-height equal to container height minus bottom padding to vertically center text */
    margin-left: -26em;
	position: relative;
    text-align: center;
    width: 52em;
}

div#footer div.pageinfo {
	background-image: url('../images/footer-right-alpha.png');
    background-position: top right;
    background-repeat: no-repeat;
    float: right;
    height: 36px;
    line-height: 31px;			/* set line-height equal to container height minus bottom padding to vertically center text */
    margin-right: -14px;
    padding-bottom: 5px;
    padding-right: 24px;
    position: relative;
}


/** Advanced search **/
form.advancedsearch div.greysearchform { /* Grey bg for general search fields */
	background-color: #e4e4e6;
	padding: 0.625em 1em;
	font-size: 0.875em;
    line-height: 1.4em;
}

form.advancedsearch div.whitesearchform { /* White bg for specific search fields */
	background-color: #fff;
	padding: 1em;
	font-size: 0.875em;
    line-height: 1.4em;
}

form.advancedsearch div.greysearchform label, form.advancedsearch div.whitesearchform label {
	display: block;
	width: 16em;
	float: left;
	margin-bottom: 8px;
	color: #314d1b;
}

form.advancedsearch div.greysearchform input[type="text"], form.advancedsearch div.whitesearchform label input[type="text"], select {
	display: block;
	float: left;
	margin-bottom: 8px;
	color: #314d1b;
}

form.advancedsearch div.whitesearchform label {
	width: 10em;
}

form.advancedsearch input[type="text"],select, textarea {
	border:1px solid #abadb3;
}

form.advancedsearch input[type="text"], input[type="checkbox"] {
	height: 1.375em;
	color: #3e3e40;
}
form.advancedsearch select {
	height: 1.6em;
}

form.advancedsearch div.searchheader {
	background-color: #cecdd1;
	font-size: 0.875em;
	font-weight:bold;
	color: #3e3e40;
	padding: 0.5em 1em;
}

br {
	clear: left;
}
form.advancedsearch span.valuebegin { /* Phone number area code etc. */
	float: left;
	padding-right:8px;
	color: #807F83;
}

fieldset.radiogroup {
	margin-top:8px;
}

fieldset.radiogroup label.class="radiolabel" {
	float: left;
	margin-left: .5em;
	width: 6em;
	display: inline;
	line-height: 1.4em;
}

fieldset.radiogroup input[type="radio"] {
	float: left;
	margin-right: 8px;
}

/* Widths for form text fields */
.width8em {width: 8em;}
.width16em {width: 16em;}
.width23em {width: 23em;}
.width29em {width: 29em;}


/** Buttons for search form **/

div#main div.buttons {
    float: left;
    margin: 1em 0.3em;
	margin-right: 4em;
    width: 36em;
	clear:both;
}

div#main div.buttons div.buttonleft {
	float: left;
	text-align: left;
}

div#main div.buttons div.buttonright {
	float: right;
    text-align: right;
}

input.buttongreen, input.buttongrey {
	background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    border: none;
    color: #ffffff;
    cursor: pointer;
	height: 30px;
    margin-left: -4px;
	width: 100px;
}
input.buttongreen {
    background-image: url('../images/longsearch-button.png');
}
input.buttongrey {
    background-image: url('../images/longclear-button.png');
}


/** Search results **/

div#main div.searchresults {
	padding: 0.625em 0;
	font-size: 0.875em;
    line-height: 1.4em;
	clear:both;
}

div#main div.searchinfo { /* Search info includes search terms (bold) and other information concerning results */
	background-color: #e4e4e6;
	padding: 0.625em 1em;
	font-size: 0.875em;
    line-height: 1.4em;
	clear: both;
	margin-top: 30px;
	margin-bottom: 15px;
}

div#main div.searchinfo span.terms {
	font-weight: bold;
}

div.searchresults ul {
	list-style-type: none;
}

div.searchresults ul li {
	margin-bottom: 14px;
}

div.searchresults ul li h3 { /* A search result heading*/
	font-weight: normal;
	color: #807F83;
}

div.searchresults ul li h3.person {
	font-weight: bold;
	color:#3e3e40;
}

div.searchresults ul li cite {
	margin-bottom: 8px;
}


/** Search results page browsing **/

div#main div.pages {
	background-color: #e4e4e6;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-bottom: 15px;
}

div#main div.pages table.browsepages {
	margin-left:auto; margin-right:auto; /* aligning table center */
}

div#main div.pages table.browsepages td {
	border-right:1px solid #fff;
}

div#main div.pages table.browsepages td.noprevious { /* When the current page is the first page */
	color: #807F83;
	border-left:1px solid #fff;
}

div#main div.pages table.browsepages td.currentpage { /* Current search results page */
	color: #807F83;
	background-color: #cecdd1;
	font-weight: bold;
	color: #3e3e40;
}

div#main div.pages table.browsepages td div { /* Important: div with active link must be clickable */
	padding: 0 10px;
	text-align: center;
	line-height: 1.9em;
	margin:0;
}

div#main div.pages table.browsepages td div.nbr {
	width: 30px; /* All page numbers same width */
	padding: 0 0;
	text-align: center
}


/** Person contact information **/

div#main span.phone {
	background-color: transparent;
    background-image: url('../images/phone.png');
    background-position: center left;
    background-repeat: no-repeat;
    float: left;
    margin: 0;
    padding-left: 16px;
	padding-right: 20px;
}
span.floatleft {
	float:left;  /* A line between phone and email */
}

div#main a.email {
	background-color: transparent;
    background-image: url('../images/email.png');
    background-position: center left;
    background-repeat: no-repeat;
    float: left;
    margin: 0 20px;;
    padding-left: 22px;
}
