/*
* Religion & Society
* 2009/10/15
 
**********************************
************************************
General Rules
------------------------------------
*/
.left
{
	float: left !important;
}
.right
{
	float: right !important;
}
.text-left
{
	text-align: left !important;
}
.text-center
{
	text-align: center !important;
}
.text-right
{
	text-align: right !important;
}
.undo-margin
{
	margin-top: -1em !important;
}
.no-margin
{
	padding-bottom: 0 !important;
}
.half-margin
{
	padding-bottom: 1ex !important;
}
.margin
{
	padding-bottom: 1em !important;
}
.separated
{
	margin-top: 1ex;
	padding-top: 1em;
	clear: both;
	border-top: 1px solid #EEE;
}
/*----------------------------------
Headers, Paragraphs, Text style
------------------------------------
*/
H1
{
	margin-bottom: 1em;
	padding: 0.5ex 0 0.5ex 1px;
	background: transparent url(../img/heading_background.png) no-repeat 0 100%;
	color: #115991;
	font-size: 2.667em;
	font-weight: 400;
}
H2
{
	color: #115991;
	font-size: 1.917em;
	font-weight: 400;
	line-height: 1.1;
}
H3
{
	padding: 1ex 0;
	color: #115991;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.1;
}
H4
{
	padding: 1ex 0;
	color: #115991;
	font-size: 1.417em;
	font-weight: 400;
	line-height: 1.1;
}
H5
{
	color: #115991;
	font-size: 1.083em;
	line-height: 1.5;
}
P.author, P.date
{
	color: #888;
}
P.back
{
	margin-top: -2em;
	padding: 0 0 3ex;
	font-size: 11px;
	text-align: right;
}
P.back A
{
	padding-left: 24px;
	background: transparent url(../img/bullet_b.png) no-repeat 0 50%;
	text-decoration: none;
}
P.back A:hover
{
	text-decoration: underline;
}
P.top
{
	overflow: hidden;
	clear: both;
	padding: 5em 0 0;
	font-size: 0.917em;
}
P.top A
{
	float: right;
	padding: 0 0 0 28px;
	background: #EAEAEA url(../img/button_a.png) no-repeat 0 -21px;
	color: #888 !important;
	line-height: 21px;
	text-decoration: none;
	text-transform: lowercase;
	white-space: nowrap;
}
P.top A SPAN
{
	float: left;
	padding: 0 10px 0 0;
	background: transparent url(../img/button_a.png) no-repeat 100% -21px;
}
P.top A:hover SPAN
{
	text-decoration: underline;
}
P.photo
{
	float: right;
	width: 160px;
	margin: 0 0 1ex 2em;
	padding: 10px;
	border: 1px solid #E5E5E5;
	color: #888;
	font-size: 0.917em;
	font-style: italic;
}
P.photo EM
{
	display: block;
	padding: 1em 0 0.5ex;
	color: #115991;
	font-size: 1.091em;
}
P.photo IMG
{
	width: 160px !important;
}
P.member
{
	float: right;
	width: 182px;
	margin: 0 0 1ex 2em;
}
P.member STRONG
{
	display: block;
	padding: 1ex 0 0;
	color: #222;
}
P.member IMG
{
	width: 160px !important;
	padding: 10px;
	border: 1px solid #E5E5E5;
}
P.intro
{
	color: #222;
	font-size: 1.417em;
	font-weight: 400;
	line-height: 1.2;
}
P.empty-content
{
	height: 350px;
	margin-top: 30px;
}
/*----------------------------------
LINKS
------------------------------------
*/
A
{
	color: #48A5CE;
	text-decoration: underline;
	cursor: pointer;
}
A:focus, A:hover
{
	color: #115991;
	text-decoration: underline;
}
A.button
{
	display: inline-block;
	padding: 0 0 0 28px;
	background: #EFF6F9 url(../img/button_a.png) no-repeat 0 0;
	font-size: 11px;
	color: #115991 !important;
	line-height: 20px;
	text-decoration: none;
	text-transform: lowercase;
	white-space: nowrap;
}
A.button SPAN
{
	float: left;
	padding: 0 10px 1px 0;
	background: transparent url(../img/button_a.png) no-repeat 100% 0;
}
A.button:hover SPAN
{
	text-decoration: underline;
}
A.pdf
{
	display: inline-block;
	padding-left: 25px;
	background: transparent url(../img/icon_pdf.png) no-repeat 0 50%;
	line-height: 24px;
}
A.doc
{
	display: inline-block;
	padding-left: 25px;
	background: transparent url(../img/icon_doc.png) no-repeat 0 50%;
	line-height: 24px;
}
A.ppt
{
    display: inline-block;
    padding-left: 25px;
    background: transparent url(../img/icon_ptt.png) no-repeat 0 50%;
    line-height: 24px;
}
/*----------------------------------
Text
------------------------------------
*/
.underline
{
	text-decoration: underline;
}
/*----------------------------------
Clear & Hide
------------------------------------
*/
.clearme
{
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background: none;
}
.hideme
{
	display: none;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background: none;
}
/***********************************
************************************
Forms
------------------------------------
*/
BUTTON, INPUT.radio, INPUT.checkbox, INPUT.button, LABEL, SELECT
{
	cursor: pointer;
}
BUTTON
{
	padding: 0;
	border: none;
	background: transparent;
}
BUTTON SPAN
{
	display: inline-block;
	padding: 0 0 0 28px;
	background: #1D6596 url(../img/button_a.png) no-repeat 0 -42px;
	font-size: 11px;
	color: #AEE7FF !important;
	line-height: 20px;
	text-decoration: none;
	text-transform: lowercase;
	white-space: nowrap;
}
BUTTON SPAN SPAN
{
	float: left;
	padding: 0 10px 1px 0;
	background: transparent url(../img/button_a.png) no-repeat 100% -42px;
}
BUTTON:hover SPAN
{
	text-decoration: underline;
}
/*----------------------------------
Page header
------------------------------------
*/
#header
{
	position: relative;
	width: 960px;
	height: 187px;
	margin: 0 auto;
	z-index: 9999999;
}
#header P
{
	overflow: hidden;
	padding: 0;
}
#header H1
{
	position: absolute;
	left: 24px;
	top: 22px;
	overflow: hidden;
	width: 179px;
	height: 136px;
	background: transparent url(../img/logo.jpg) no-repeat 0 0;
	text-indent: -99em;
}
#header H1 A
{
	float: left;
	width: 100%;
	height: 100%;
}
#header P.links
{
	position: absolute;
	bottom: 140px;
	right: 26px;
	color: #72ADCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.917em;
	word-spacing: 1ex;
}
#header P.links A
{
	color: #FFF;
	text-decoration: none;
	word-spacing: normal;
}
#header P.links A:hover
{
	color: #0E4C7F;
}
#header FORM
{
	position: absolute;
	right: 21px;
	top: 59px;
	width: 240px;
}
#header INPUT.button
{
	overflow: hidden;
	float: right;
	width: 27px;
	height: 27px;
	margin: 2px 0 0 4px;
	padding: 0;
	border: none;
	background: #AEE7FF url(../img/button_search.png) no-repeat 0 0;
	text-indent: -99em;
}
#header INPUT.text
{
	overflow: hidden;
	float: left;
	width: 195px;
	height: 19px;
	padding: 7px 2px 3px 12px;
	border: none;
	background: #FFF url(../img/search_background.png) no-repeat 100% 0;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 12px;
}
#header UL
{
	z-index: 999999999;
	position: absolute;
	bottom: 26px;
	right: 8px;
	overflow: visible;
	list-style: none;
	width: 659px;
	height: 41px;
	padding: 0 0 0 11px;
	background: transparent url(../img/menu_background.png) no-repeat 0 3px;
	letter-spacing: -1px;
}
#header LI
{
	z-index: 999999999;
	float: left;
	margin-right: -1px;
	padding-right: 14px;
	background: transparent url(../img/menu_item_2.png) no-repeat 50% 1000%;
}
#header LI.active, #header LI.hover, #header LI:hover
{
	background-position: 50% 100%;
}
#header LI A
{
	z-index: 999999999;
	float: left;
	background: transparent url(../img/menu_item.png) no-repeat 0 0;
	color: #FFF;
	font-size: 1.167em;
	font-weight: 700;
	text-decoration: none;
}
#header LI A.first
{
	z-index: 999999999;
	background-position: -1px 0;
}
#header LI A SPAN
{
	z-index: 999999999;
	position: relative;
	left: 14px;
	float: left;
	padding: 0 14px 5px 0;
	background: transparent url(../img/menu_item.png) no-repeat 100% 0;
	line-height: 35px;
}
#header LI.active A, #header LI A:hover
{
	background-position: 0 100%;
}
#header LI.active A SPAN, #header LI A:hover SPAN
{
	background-position: 100% 100%;
	/*[disabled]text-shadow:#5a97bb 0 1px 1px;*/
}
#header UL DIV
{
	z-index: 999999999;
	position: absolute;
	left: -4px;
	top: 40px;
	display: none;
	width: 248px;
	padding: 15px 0 0;
	background: transparent url(/img/dropdown_background_top.png) no-repeat 0 0;
}
#header UL DIV#dd2
{
	margin-left: 120px;
}
#header UL DIV#dd3
{
	margin-left: 320px;
}
#header UL DIV#dd4
{
	margin-left: 410px;
}
#header LI.hover DIV, #header LI:hover DIV
{
	display: block;
}
#header UL DIV DIV
{
	z-index: 999999999;
	position: static;
	width: auto;
	padding: 0 15px 20px;
	background: transparent url(/img/dropdown_background_bottom.png) no-repeat 0 100%;
}
#header UL DIV UL
{
	z-index: 999999999;
	position: static;
	overflow: hidden;
	width: auto;
	height: auto;
	padding: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.857em;
	letter-spacing: normal;
}
#header UL DIV LI
{
	z-index: 999999999;
	position: relative;
	clear: left;
	margin: -1px 10px 0;
	padding: 0;
	border-top: 1px solid #D0EEF9;
	background: transparent;
}
#header UL DIV A
{
	z-index: 999999999;
	position: relative;
	width: 200px;
	height: 28px;
	margin: 0 -10px;
	padding: 0 4px 0 14px;
	background: transparent url(/img/dropdown_hover.png) no-repeat 999px 999px !important;
	color: #105389;
	font-weight: 400;
	line-height: 28px;
}
#header UL DIV LI.hover, #header UL DIV LI:hover
{
	z-index: 999999999;
	margin-top: 0;
	padding: 0;
	border-top: none;
}
#header UL DIV LI.active, #header UL DIV A:hover
{
	z-index: 999999999;
	background-position: 0 0 !important;
	padding: 0 4px 0 14px;
}
.js #header UL
{
	letter-spacing: normal;
}
.js #header LI A:hover SPAN
{
	text-shadow: none;
}
A.rss
{
	background: url(../img/rss.gif) no-repeat top left;
	padding-left: 19px;
	padding-bottom: 2px;
}
/*----------------------------------
Page content container/columns
------------------------------------
*/
#content
{
	overflow: hidden;
	width: 950px;
	margin: 0 auto;
	padding: 0 10px 20px 0;
}
#column-primary
{
	float: right;
	width: 640px;
	padding: 0 0 20px;
	background: transparent url(../img/primary_column_background.png) no-repeat 0 100%;
}
#column-primary-child
{
	overflow: hidden;
	padding: 15px 30px 0;
	background: #FFF url(../img/primary_column_background.png) no-repeat -640px 0;
	color: #666;
}
#column-secondary
{
	float: right;
	width: 305px;
	margin: 23px 0 0;
	padding: 16px 0 0;
	background: #3281AE url(../img/secondary_column_background_top.png) no-repeat 0 0;
}
#column-secondary DIV
{
	height: 95px;
	padding: 56px 30px 0 37px;
	background: transparent url(../img/secondary_column_background_bottom.png) no-repeat 4px 0;
}
#column-secondary DIV P
{
	padding: 0 0 0 43px;
	background: transparent url(../img/subscribe_background.png) no-repeat 0 0;
	font-size: 1.167em;
	font-weight: 700;
	line-height: 1.2;
}
#column-secondary DIV P A
{
	display: inline-block;
	margin-top: 1ex;
	color: #AEE7FF;
	font-size: 0.786em;
	font-weight: 400;
	text-decoration: none;
}
#column-secondary DIV P A:hover
{
	color: #FFF;
	text-decoration: underline;
}
DIV.no-menu
{
	height: 146px !important;
	padding-top: 0 !important;
	background: transparent url(../img/secondary_column_background_no_menu.png) no-repeat 0 0 !important;
}
DIV.no-menu DIV
{
	height: auto !important;
	padding-top: 39px !important;
	background: transparent !important;
}
#column-secondary.address
{
	height: 212px;
	padding-top: 0;
	background: transparent url(../img/secondary_column_background_address.png) no-repeat 0 0;
}
#column-secondary.address DIV
{
	height: auto;
	padding-top: 20px;
	padding-left: 30px;
	background: transparent;
}
#column-secondary.address H3
{
	border-bottom: 1px solid #3174A3;
	color: #AEE7FF;
	font-size: 1.167em;
	font-weight: 700;
}
#column-secondary.address H4
{
	padding-top: 1em;
	color: #FFF;
	font-size: 1.083em;
	font-weight: 700;
}
#column-secondary.address DIV P
{
	padding: 0;
	background: transparent;
	color: #C1D8E6;
	font-size: 1em;
	font-weight: 400;
}
#column-secondary UL
{
	overflow: hidden;
	list-style: none;
	padding: 0 26px 18px 30px;
}
#column-secondary UL UL
{
	padding: 0;
}
#column-secondary LI
{
	margin-top: -1px;
}
#column-secondary LI A
{
	display: block;
	padding: 0.6em 0 0.6em 22px;
	border-top: 1px solid #478EB6;
	background: transparent url(../img/bullet_c.png) no-repeat 5px 50%;
	color: #AEE7FF;
	font-size: 1.167em;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
}
#column-secondary LI A.active, #column-secondary LI A:hover
{
	color: #FFF;
}
#column-secondary LI LI
{
	margin-top: 0;
}
#column-secondary LI LI A
{
	padding: 0.8em 0 0.8em 38px;
	background-position: 23px 50%;
	font-size: 1em;
}
/*----------------------------------
Location bar - breadcrumbs
------------------------------------
*/
P.location
{
	color: #CCC;
	font-size: 0.917em;
	line-height: 1.1;
}
P.location A
{
	color: #888;
	text-decoration: none;
}
P.location A:hover
{
	color: #888;
	text-decoration: underline;
}
P.location STRONG
{
	color: #48A5CE;
	font-weight: 400;
}
/*----------------------------------
Specifications
------------------------------------
*/
UL.specifications
{
	overflow: hidden;
	list-style: none;
	padding: 0;
}
UL.specifications LI
{
	margin-top: -1px;
	padding: 1ex 0 1.25ex;
	border-top: 1px solid #EEE;
}
/*----------------------------------
Commisioning panel
------------------------------------
*/
UL.commisioning
{
	float: left;
	list-style: none;
	width: 240px;
	padding: 1em 15px 0 0;
	color: #222;
	font-size: 1.167em;
}
UL.commisioning LI
{
	padding: 0 0 1em;
}
UL.commisioning EM
{
	display: block;
	color: #666;
	font-size: 0.857em;
}
/*----------------------------------
External links listing
------------------------------------
*/
UL.links
{
	color: #449EC8;
}
UL.links LI
{
	padding-bottom: 1ex;
}
/*----------------------------------
List of thumbnails (used in team members and projects)
------------------------------------
*/
UL.thumbnails
{
	overflow: hidden;
	list-style: none;
	margin-right: -20px;
	padding: 1em 0 0;
}
UL.thumbnails LI
{
	float: left;
	width: 180px;
	padding: 0 20px 1em 0;
}
UL.thumbnails IMG
{
	display: block;
	width: 160px !important;
	height: 148px !important;
	padding: 9px;
	border: 1px solid #E5E5E5;
}
UL.thumbnails STRONG
{
	display: block;
	padding-top: 1ex;
	color: #222;
}
/*----------------------------------
Project phases
------------------------------------
*/
UL.phase
{
	overflow: hidden;
	list-style: none;
	padding: 0 0 1em;
}
UL.phase LI
{
	margin-top: -1px;
	padding: 1ex 0 1ex 27px;
	border-top: 1px solid #EEE;
	background: transparent url(../img/bullet_c.png) no-repeat 12px 0.8em;
}
UL.phase STRONG
{
	display: block;
	color: #222;
}
/*----------------------------------
Related projects
------------------------------------
*/
UL.rel-projects
{
	overflow: hidden;
	list-style: none;
	padding: 0 0 1em;
}
UL.rel-projects LI
{
	margin-top: -1px;
	padding: 0.6ex 0 0.6ex 27px;
	background: transparent url(../img/bullet_c.png) no-repeat 12px 0.8em;
}
UL.rel-projects STRONG
{
	display: block;
	color: #555;
}
/*----------------------------------
Generic listing
------------------------------------
*/
UL.listing
{
	overflow: hidden;
	list-style: none;
	margin-top: -1em;
	padding: 0;
}
UL.listing LI
{
	overflow: hidden;
	margin-top: -1px;
	padding: 4ex 0 2ex 150px;
	border-top: 1px solid #EEE;
}
UL.listing P.photo
{
	float: left;
	width: 128px;
	margin: 0 0 0 -150px;
	padding: 0;
}
UL.listing P.photo IMG
{
	width: 128px !important;
}
UL.listing P.author, UL.listing P.date
{
	padding-bottom: 1ex;
	font-size: 0.917em;
}
UL.listing-small LI
{
	padding-left: 75px;
}
UL.listing-small P.photo
{
	width: 54px;
	margin-left: -75px;
}
UL.listing-small P.photo IMG
{
	width: 54px !important;
}
UL.listing-nophoto
{
	margin-top: 15px;
}
UL.listing-nophoto LI
{
	margin-top: -1px;
	padding: 0.6ex 0 0.6ex 27px;
	background: url(../img/bullet_c.png) no-repeat scroll 12px 0.8em;
}
/*----------------------------------
Download listing
------------------------------------
*/
UL.downloads
{
}
UL.downloads LI
{
	float: right;
	margin-right: 20px;
	padding: 0;
	border: none;
}
/*----------------------------------
Pagination
------------------------------------
*/
.pages
{
	overflow: hidden;
	font-size: 0.917em;
	line-height: 1.1;
	text-align: right;
}
.pages P
{
	float: right;
	margin-right: 1em;
	padding: 0.6ex 0;
	color: #888;
	font-style: normal;
}
.pages UL
{
	overflow: hidden;
	float: right;
	list-style: none;
	padding: 0.6ex 0;
}
.pages LI
{
	float: left;
	margin-left: -1px;
	border-left: 1px solid #DEDEDE;
}
.pages LI.first
{
	border-left: none;
	font-weight: 700;
	text-align: left;
}
.pages LI.last
{
	border-right: none;
	font-weight: 700;
	text-align: left;
}
.pages LI.first .disabled, .pages LI.last .disabled
{
	width: auto;
	margin: 0 0 0 1em;
	padding: 0 10px 0 0;
	color: #999;
}
.pages LI A
{
	position: relative;
	float: left;
	width: 3.5ex;
	margin: -0.6ex 0;
	padding: 0.6ex 0;
	text-decoration: none;
	text-align: center;
}
.pages LI.first A, .pages LI.last A
{
	width: auto;
	margin: 0 0 0 1em;
	padding: 0 10px 0 0;
}
.pages LI A:hover
{
	text-decoration: underline !important;
}
.pages LI.current
{
	position: relative;
	float: left;
	width: 3.5ex;
	margin: -0.6ex 0;
	padding: 0.6ex 0;
	text-align: center;
	background: #115991;
	color: #FFF;
	font-weight: 700;
}
/*----------------------------------
Contacts listing
------------------------------------
*/
UL.contact
{
	overflow: hidden;
	list-style: none;
	margin-left: -20px;
	padding: 0 0 1em;
}
UL.contact LI
{
	float: left;
	width: 180px;
	padding: 0 0 0 20px;
}
UL.contact P
{
	padding: 0;
}
UL.contact P STRONG
{
	color: #222;
}
/*----------------------------------
Contact form
------------------------------------
*/
FORM.contact DL
{
	overflow: hidden;
	padding: 1em 0 0;
}
FORM.contact DT
{
	float: left;
	clear: left;
	width: 145px;
	padding: 0 10px 1ex 0;
}
FORM.contact DD
{
	float: left;
	width: 380px;
	padding: 0 0 1ex;
}
FORM.contact DD.indent
{
	clear: left;
	padding-left: 155px;
}
FORM.contact LABEL
{
	color: #222;
	font-weight: 700;
}
FORM.contact LABEL SPAN
{
	float: right;
	color: #449EC8;
	font-weight: 400;
}
FORM.contact INPUT.text
{
	width: 250px;
}
FORM.contact TEXTAREA
{
	width: 380px;
}
/*----------------------------------
Some tabs
------------------------------------
*/
UL.tabs
{
	overflow: hidden;
	list-style: none;
	padding: 0 0 3em;
	line-height: 1.1;
}
UL.tabs LI
{
	float: left;
	margin-left: -1px;
}
UL.tabs A
{
	position: relative;
	float: left;
	width: 111px;
	padding: 8px 15px 8px 20px;
	border-bottom: 1px solid #88ACC8;
	background: transparent url(../img/tabs_background.png) no-repeat 0 0;
	font-weight: 700;
	text-decoration: none;
}
UL.tabs A:hover
{
	text-decoration: underline;
}
UL.tabs A.active
{
	z-index: 1;
	border-bottom: none;
	background-position: 100% 0;
	color: #115991;
}
/*----------------------------------
Research projects
------------------------------------
*/
UL.projects
{
	overflow: hidden;
	list-style: none;
	margin-top: 1em;
	padding: 0;
	border-top: 1px solid #EEE;
}
UL.projects LI
{
	overflow: hidden;
	margin-top: -3px;
	padding: 1em 0 0.5ex;
	border-top: 3px solid #EEE;
}
UL.projects TABLE
{
	width: 100%;
	margin-left: -1em;
	border-collapse: collapse;
	line-height: 1.1;
}
UL.projects TABLE TD, UL.projects TABLE TH
{
	padding: 0 1em;
	border-left: 1px solid #EEE;
	text-align: left;
}
UL.projects TABLE .status
{
	width: 30px;
	padding-right: 0;
	text-align: right;
}
UL.projects TABLE .open
{
	color: #66B332;
}
UL.projects TABLE .closed
{
	color: #DD0000;
}
UL.projects H5
{
	margin-top: 1.5ex;
	padding-top: 1ex;
	border-top: 1px solid #EEE;
	color: #222;
}
UL.projects TABLE .download
{
	width: 80px;
	text-align: center;
	padding: 8px 0;
}
UL.projects TABLE .amount
{
	width: 90px;
	text-align: center;
	padding: 8px 0;
}
UL.projects TABLE TH.download
{
	padding: 0;
}
UL.projects TABLE .download .f-pdf
{
	float: left;
}
UL.projects TABLE .download .f-doc
{
	float: right;
}
UL.projects TABLE TH.amount
{
	padding: 0;
}
UL.projects TABLE .download A
{
	padding: 0 10px;
}
/*----------------------------------
Homepage banner/image
------------------------------------
*/
.banner
{
	overflow: hidden;
	width: 939px;
	margin: -8px auto 0;
	z-index: 0;
}
.banner DIV.left
{
	position: relative;
	overflow: hidden;
	width: 358px;
	height: 243px;
	background: #000;
	z-index: 0;
}
.banner DIV.left P.image
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}
.banner DIV.left P.image IMG
{
	height: 242px !important;
}
.banner DIV.left .desc
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 327px;
	padding: 0 15px 1ex;
	background: transparent url(../img/banner_desc_background.png) repeat 0 0;
}
.banner DIV.left .desc H2
{
	padding: 1ex 0 0;
	color: #FFF;
	font-size: 1.5em;
	font-weight: 400;
}
.banner DIV.left .desc P
{
	padding: 1ex 0 0;
}
.banner DIV.left .desc A
{
	color: #AEE7FF;
	text-decoration: none;
}
.banner DIV.left .desc A:hover
{
	color: #FFF;
	text-decoration: underline;
}
.js .banner DIV.left .desc P
{
	display: none;
}
.banner DIV.right
{
	width: 484px;
	height: 190px;
	padding: 53px 45px 0 40px;
	background: transparent url(../img/banner_background.jpg) no-repeat 0 0;
	font-size: 1.333em;
	line-height: 1.2;
	text-shadow: #145a8e 0 1px 1px;
	letter-spacing: -0.2ex;
	z-index: 0;
}
.banner DIV.right P.intro
{
	margin-right: -20px;
	padding-bottom: 1ex;
	color: #FFF;
	font-size: 1.563em;
}
.banner DIV.right P.intro STRONG
{
	color: #D7FFAD;
}
.js .banner DIV.right
{
	text-shadow: none;
}
.js .banner DIV.right P.intro
{
	padding-bottom: 0;
}
.js .banner DIV.right
{
	letter-spacing: normal;
}
/*----------------------------------
Three boxes/columns on homepage
------------------------------------
*/
.three-boxes
{
	width: 949px;
	margin: 0 auto 20px;
	padding: 22px 0 20px;
	background: transparent url(../img/three_boxes_bottom.png) no-repeat 0 100%;
}
.three-boxes-child
{
	position: relative;
	overflow: hidden;
	min-height: 150px;
	padding: 15px 4px 31px;
	background: transparent url(../img/three_boxes_top.png) no-repeat 0 0;
}
.three-boxes DIV.left, .three-boxes DIV.middle, .three-boxes DIV.right
{
	float: left;
	width: 251px;
	padding: 0 15px 0 35px;
}
.three-boxes DIV.middle
{
	width: 251px;
	padding-left: 54px;
}
.three-boxes DIV.right
{
	float: right;
}
.three-boxes A.button
{
	background-position: 0 -63px;
	color: #AEE7FF !important;
}
.three-boxes A.button SPAN
{
	background-position: 100% -63px;
}
.three-boxes H2
{
	padding: 0 0 1.25ex;
	color: #FFF;
	font-size: 1.75em;
	text-shadow: #145a8e 0 1px 1px;
}
.three-boxes P.last
{
	position: absolute;
	bottom: 0;
	padding: 0;
}
.three-boxes UL
{
	overflow: hidden;
	list-style: none;
	margin-left: -20px;
	padding: 0 0 0 20px;
	font-size: 0.917em;
}
.three-boxes LI
{
	margin-top: -1px;
	padding: 1.25ex 0 1.5ex;
	border-top: 1px solid #478EB6;
}
.three-boxes LI A
{
	display: block;
	margin-left: -20px;
	padding-left: 20px;
	background: transparent url(../img/bullet_c.png) no-repeat 0 0.8ex;
	color: #AEE7FF;
	font-size: 1.273em;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}
.three-boxes LI A:hover
{
	color: #FFF;
	text-decoration: none;
}
.three-boxes DIV.left UL
{
	font-size: 1em;
}
.three-boxes DIV.left LI
{
	padding: 1.5ex 0;
}
.three-boxes DIV.left LI A
{
	padding-bottom: 0.5ex;
	font-size: 1.167em;
}
.three-boxes DIV.right H2
{
	color: #D7FFAD;
}
.three-boxes DIV.right A.button
{
	background-position: 0 -84px;
}
.three-boxes DIV.right A.button SPAN
{
	background-position: 100% -84px;
}
/*----------------------------------
Podcasts
------------------------------------
*/
DIV.podcast
{
	float: left;
	margin: 0 2em 1ex 0;
}
/*----------------------------------
Page footer
------------------------------------
*/
#footer
{
	width: 900px;
	height: 282px;
	margin: 0 auto;
	padding: 0 20px;
	border-top: 1px solid #28618F;
	font-size: 0.917em;
}
#footer P
{
	float: left;
	padding: 30px 0 0;
}
#footer UL
{
	overflow: hidden;
	float: right;
	list-style: none;
	padding: 20px 0 0;
}
#footer LI
{
	float: left;
	margin-left: -1px;
	border-left: 1px solid #2D6B99;
}
#footer A.ahrc
{
	float: left;
	width: 158px;
	height: 37px;
	margin-right: 18px;
	background: transparent url(../img/footer_logo_ahrc.png) no-repeat 0 0;
	text-indent: -99em;
}
#footer A.esrc
{
	float: left;
	width: 47px;
	height: 39px;
	margin-left: 27px;
	background: transparent url(../img/footer_logo_esrc.png) no-repeat 0 0;
	text-indent: -99em;
}
#footer A
{
	color: #A1DCF9;
	text-decoration: none;
}
#footer A:hover
{
	color: #FFF;
	text-decoration: underline;
}
