/*

Style sheet

*/

html {
  font-size:100.1%;
}

body {
	color:#414141;
	background:#96a7a9;
	font-family: "Lucida Sans Unicode", Arial, helvetica, san-serif;
	font-size:62.5%; 
	height:100%;
	width:100%;
}

h1 {
	font-size:2.8em;
	margin:0 0 0.5em 0;
}

h2 {
	font-size:1.4em;
	margin:0 0 0.7em 0;
}

h3 {
	margin:0 0 1em 0;
	font-size:1em;
}

p {	
	margin:0 0 1em 0;
}

table {	

}

table th {
	font-weight:bold;
}

a:link,
a:visited {
	color:#94bcc9;
	color:#82a792;
	text-decoration:none;
}

a:active,
a:hover {
	color:#94bcc9;
	color:#82a792;
	text-decoration:none;
	border-bottom:1px dotted #82a792;
}


strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

.clear {
	clear:both;
	height:0px;
}

.hr {
	
	height:2px;
	width:100%;
	background:transparent url(/inc/images/bg_hr.gif) repeat-x 0 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.left-margin {
	float:left;
	margin:0 1em 1em 0;
}

.right-margin {
	float:right;
	margin:0 0 1em 1em;
}

.image-left {
	float:left;
	margin:0 1em 1em 0;
}

.image-right {
	float:right;
	margin:0 0 1em 1em;
}

#text-page #content ul {
	margin:0 0 15px 0;
}

#text-page #content ul li {
	list-style:circle;
	margin:0 0 5px 25px;
}

#text-page #content ol {
	margin:0 0 15px 0;
}

#text-page #content ol li {
	list-style:decimal;
	margin:0 0 5px 25px;
}

#container {
	width:100%;
	background:#e6f0f1 url(/inc/images/bg.gif) repeat 0 50%;
}

#container-inner {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:0 0 10px 0;
	font-size:1.2em;
}

#white-fade {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:464px;
	background:transparent url(/inc/images/bg_white_fade.png) no-repeat 50% 0;
	z-index:-1;
}

/* =Header
------------------------------------------------------- */

#header {
	position:relative;
}

#logo {
	float:left;
	margin:20px 0 20px 15px;
}

#logo a:link,
#logo a:visited,
#logo a:active,
#logo a:hover {
	display:block;
	width:277px;
	height:44px;
	background:transparent url(/inc/images/sens_logo3.png) no-repeat 0 0;
	text-indent:-9999px;
	text-decoration:none;
	border:0;
        outline: none;
        -moz-outline-style: none;
}

#main-menu {
	clear:both;
	height:110px;
	background:transparent url(/inc/images/dot_grey.gif) repeat-x 0 0;
	margin:0 0 0 0;
}

#main-menu ul {

}

#main-menu ul li {
	float:left;
}

#main-menu ul li a {
	display:block;
	width:192px;
	height:110px;
	text-decoration:none;
	border:0;
}

#main-menu ul li a:link,
#main-menu ul li a:visited{
	outline: none;
        -moz-outline-style: none;
}

#main-menu ul li a:active,
#main-menu ul li a:hover {
	background:transparent url(/inc/images/bg_main_menu.png) repeat-x 0 0;
	outline: none;
}

#main-menu ul li a:focus,
#main-menu ul li a:active {
	-moz-outline-style: none;
}

/* =Breadcrumb
------------------------------------------------------- */

#breadcrumb {
	margin:5px 0 25px 5px;
	font-size:0.8em;
	color:#636363;
}

#breadcrumb ul li {
	display:inline;
	background: transparent url(/inc/images/breadcrumb_spacer.gif) no-repeat 1px 6px;
	padding:0 5px 0 10px;
}

#breadcrumb ul li a {
}

#breadcrumb ul li a:link,
#breadcrumb ul li a:visited {
/*	color:#939393; */
}

#breadcrumb ul li a:active,
#breadcrumb ul li a:hover {
/*	color:#636363; */
	border:none;
}

/* =Sub-menu
------------------------------------------------------- */

#sub-menu {
	position:absolute;
	top:0;
	width:650px;
	right:10px;
	color:#fff;
}

#sub-menu ul li {
	float:left;
	background:transparent url(/inc/images/bg_sub_menu.gif) repeat-x 0 0;
}

#sub-menu #sub-start {
	width:7px;
	height:24px;
	background:transparent url(/inc/images/bg_sub_menu_l.gif) no-repeat 0 0;
}

#sub-menu #sub-end {
	width:7px;
	height:24px;
	background:transparent url(/inc/images/bg_sub_menu_r.gif) no-repeat 0 0;
}

#sub-menu ul li a {
	display:block;
	height:24px;
	width:110px;
	padding:3px 0 0 17px;
	color:#fff;
	text-decoration:none;
	border:0;	
	background:transparent url(/inc/images/sub_menu_dot.gif) no-repeat 7px 10px;
}

#sub-menu ul li a:link,
#sub-menu ul li a:visited {
	text-decoration:none;
}

#sub-menu ul li a:active,
#sub-menu ul li a:hover {
	text-decoration:underline;
}

#sub-menu ul li.highlight {
	background:transparent url(/inc/images/bg_sub_menu_hi.gif) repeat-x 0 0;
}

/* =Search
------------------------------------------------------- */
/* changed search ID to search-wrapper to prevent conflict with Drupal element */

#search-wrapper {
	position:absolute;
	top:40px;
	right:15px;
}

#search-wrapper form {
	background:transparent url(/inc/images/bg_search.png) no-repeat 0 0;
	width:212px;
	height:26px;
}

#search-wrapper form input {
	background:none;
	border:none;
	padding:3px 25px 3px 3px;
	width:180px
}

/* =Content
------------------------------------------------------- */


/* =Footer
------------------------------------------------------- */

#footer {
	position:relative;
	clear:both;
	border-top:2px #8e9d9f solid;
	font-size:1.2em;
	color:#fff;
	padding:10px 10px 10px 10px; /* Changed for GT widget */
	bottom:0;
}

#footer p {
	width:960px;
	margin:0 auto;
        display: inline; /* Changed for GT widget */
}

/* =General
------------------------------------------------------- */

.div-bg {
	background-color:#f8fbfb;
}

.width-260 {
	width:260px;
}

.width-260-pad {
	width:240px;
	padding:10px;
}

.width-320 {
	width:320px;
}

.width-320-pad {
	width:300px;
	padding:10px;
}

/* =Home page
------------------------------------------------------- */

#home-main {
	position: relative;
	background:#fff;
	width:960px;
	margin:10px 0 20px 0;
}

#home-main img {
	float:left;
}

#home-blurb {
	float:right;
	width:260px;
	font-size:1.2em;
	margin:25px 25px 0 0;
}

#home-news {
	float:left;
	width:430px;
	padding:15px;
	background:transparent url(/inc/images/dot_grey.gif) repeat-x 0 0;
}

.more-link {
	float:right;
	background:transparent url(/inc/images/link_arrow_green.png) no-repeat 100% 0;
	padding:4px 17px 6px 7px;
}

.more-link a:link,
.more-link a:visited {
	color:#fff;
}

.more-link a:hover,
.more-link a:active {
	color:#fff;
	border-bottom:1px dotted #fff;
}

#home-bottom ul li {
	margin:0 0 10px 0;
}

#home-bottom ul li p {
	margin:0;
	font-size:0.8em;
}

#home-bottom ul li p.details {
	color:#7c7c7c;
}
	
#home-bottom ul li h3 {
	margin:0;
	font-size:1.1em;
}

#home-extras {
	float:right;
	width:480px;
	background:#f8fbfb url(/inc/images/dot_grey.gif) repeat-y 50% 0;
}

#home-feed,
#home-media {
	float:left;
	width:210px;
	padding:15px;
}

#home-media {

}

.video-container {
	width:202px;
	margin:0 auto 20px auto;
}

.video-bg-top {
	background:transparent url(/inc/images/bg_video_t.png) no-repeat 0 0;
	padding:13px 13px 4px 13px;
}

.video-bg-mid {
	background:#010101;
	color:#fff;
	padding:0 13px 0 13px;
}

.video-bg-mid p {
	margin:0;
	padding:0;
}
.video-bg-bottom {
	background:transparent url(/inc/images/bg_video_b.png) no-repeat 0 0;
	height:10px;
}

#youtube-more {
	background:transparent url(/inc/images/dot_grey2.gif) repeat-y 119px 0;
}

#youtube-more img {
	float:right;
}

/* =People
------------------------------------------------------- */

.profile .picture {
	float:right;
	padding:0.5em;
	margin:0 0 1em 1em;
	background-color:#f8fbfb;
	border:1px solid #c3d1d2;
}

.profile .picture a:link,
.profile .picture a:visited {
	margin:0;
	border:0;
	padding:0;
}

.profile h3 {
	font-size:1.1em;
}

.profile dl {
	margin:0 0 1em 0;
}

.profile dl dt {
	font-weight:bold;
}

.profile dl dd {
	margin:0 0 1em 0;
}

#text-page #content .profile .item-list ul {
	margin:5px 0 0 0;
}

#text-page #content .profile .item-list ul li {
	background:transparent url(/inc/images/li_arrow1.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
	list-style-type:none;
	margin-left:10px;
}


/* =Publications
------------------------------------------------------- */

.node {
	margin:0 0 2em 0;
}

.field,
.taxonomy-term-description {
	margin:0 0 1em 0;
}

.terms-inline ul li {
	display:inline;
	background:transparent url(/inc/images/li_arrow1.gif) no-repeat 0 6px;
	margin:0;
	padding:0 0 0 10px;
}

.node {
	padding:1em 0 0 0;
	background:transparent url(/inc/images/dot_grey.gif) repeat-x scroll 0 0;
}

.field-items {
	color:#666;
}

/* =Forms
------------------------------------------------------- */

#content form {
	padding:1em;
	background:#f5f9f9;
}

.webform-component-textfield,
.webform-component-email,
.webform-component-select,
.webform-component-markup,
.webform-component-textarea,
.webform-component-date,
.webform-component-file {
	clear:both;
	margin:0 0 1em 0;
}

form input,
form select,
form textarea {
	border:1px solid #bec3be;
}

.description {
	margin:1em 0 1em 0;
	color:#99a2a3;
}

.form-required {
	color:#de7070;
}

.container-inline {
	width: 300px;
	float:left;
}

.webform-component-textfield label,
.webform-component-file label,
.webform-component-date label,
.webform-component-email label,
.webform-component-select label,
.webform-component-textarea label{
	width:150px;
	float:left;
}

.webform-component-date .form-item  select{
	float:left;
	margin:0 10px 1em 0;
}

/* =Image captions
------------------------------------------------------- */

.caption {
position:absolute;
color:#fff;
font-size:1em;
}

.caption a:link,
.caption a:visited {
	color:#fff;
	border-bottom:1px dotted #fff;
}

.caption a:active,
.caption a:hover {
	color:#eee;
	border-bottom:1px dotted #eee;
}

.caption.horizontal {
bottom:0;
left:0;
right:0;
}

#home-main .caption.horizontal {
bottom:0;
left:0;
right:320px;
}

.caption.vertical {
top:0;
bottom:0;
right:0;
}

#home-main .caption.vertical {
top:0;
bottom:0;
right:320px;
width:150px;
}

.caption-arrow {
position:absolute;
}

.caption.horizontal .caption-arrow {
width:40px;
height:20px;
left:20px;
margin:-20px 0 0 0;
background:transparent url(/inc/images/caption_arrow_up.png) no-repeat 0 0;
}

.caption.vertical .caption-arrow {
width:20px;
height:40px;
bottom:20px;
margin:0 0 0 -20px; 
background:transparent url(/inc/images/caption_arrow_left.png) no-repeat 0 0;
}

.caption p {
margin:0;
}

.caption.vertical p {
position:absolute;
bottom:20px;
}

.caption .caption-inner {
background:transparent url(/inc/images/caption_bg.png) repeat 0 0;
padding:15px;
}
.caption.horizontal .caption-inner {
left:0;
right:0;
top:20px;
bottom:0;
}

#home-main .caption.vertical .caption-inner {
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
}

.node-type-project .terms,
.page-taxonomy .view-id-taxonomy_term_projects .meta .terms {
padding:15px 0 0 0;
}

#text-page #content .taxonomy_term_2,
#text-page #content .taxonomy_term_3,
#text-page #content .taxonomy_term_4,
#text-page #content .taxonomy_term_6,
#text-page #content .taxonomy_term_7,
#text-page #content .taxonomy_term_8,
#text-page #content .taxonomy_term_9,
#text-page #content .taxonomy_term_54,
#text-page #content .taxonomy_term_55,
#text-page #content .taxonomy_term_56,
#text-page #content .taxonomy_term_60 {
list-style:none;
margin:0;
display:inline;
margin:0 10px 0 0;
}

.taxonomy_term_2 a:link,
.taxonomy_term_2 a:visited,
.taxonomy_term_3 a:link,
.taxonomy_term_3 a:visited,
.taxonomy_term_4 a:link,
.taxonomy_term_4 a:visited,
.taxonomy_term_6 a:link,
.taxonomy_term_6 a:visited,
.taxonomy_term_7 a:link,
.taxonomy_term_7 a:visited,
.taxonomy_term_8 a:link,
.taxonomy_term_8 a:visited,
.taxonomy_term_9 a:link,
.taxonomy_term_9 a:visited,
.taxonomy_term_54 a:link,
.taxonomy_term_54 a:visited,
.taxonomy_term_55 a:link,
.taxonomy_term_55 a:visited,
.taxonomy_term_56 a:link,
.taxonomy_term_56 a:visited,
.taxonomy_term_60 a:link,
.taxonomy_term_60 a:visited {
padding:5px;
background:#F8FBFB;
border:0;
}

.taxonomy_term_2 a:hover,
.taxonomy_term_2 a:active,
.taxonomy_term_3 a:hover,
.taxonomy_term_3 a:active,
.taxonomy_term_4 a:hover,
.taxonomy_term_4 a:active,
.taxonomy_term_6 a:hover,
.taxonomy_term_6 a:active,
.taxonomy_term_7 a:hover,
.taxonomy_term_7 a:active,
.taxonomy_term_8 a:hover,
.taxonomy_term_8 a:active,
.taxonomy_term_9 a:hover,
.taxonomy_term_9 a:active,
.taxonomy_term_54 a:hover,
.taxonomy_term_54 a:active,
.taxonomy_term_55 a:hover,
.taxonomy_term_55 a:active,
.taxonomy_term_56 a:hover,
.taxonomy_term_56 a:active,
.taxonomy_term_60 a:hover,
.taxonomy_term_60 a:active {
padding:5px;
background:#82A792;
color:#fff;
}

/* Project updates - link back to project */
.project-info {
float:right;
width:180px;
background:#c2d1d2;
padding:10px;
text-align:right;
}

.project-info p {
margin-bottom:3px;
}

.project-info a {
color:#fff;
font-size:1.2em;
padding:0 0 0 15px;
}

.project-info a:link,
.project-info a:visited {
color:#fff;
background:transparent url(/inc/images/arrow_wh.gif) no-repeat 0 7px;
}

.project-info a:active,
.project-info a:hover {
color:#eee;
text-decoration:none;
background:transparent url(/inc/images/arrow_gr.gif) no-repeat 0 7px;
border:0;
}

/* Breadcrumbs */

#breadcrumb {
margin:5px 0 25px 5px;
font-size:1em;
color:#fff;
}

#breadcrumb ul li {
display:block;
float:left;
background:none;
padding:0;
margin:0 4px 0 0;
}

#breadcrumb ul li span {
display:block;
float:left;
width:4px;
height:23px;
background: transparent url(/inc/images/crumb_sprite.png) no-repeat top left;
}

#breadcrumb ul li.active span {
background: transparent url(/inc/images/crumb_sprite.png) no-repeat 0 -23px;
}

#breadcrumb ul li a {
display:block;
float:left;
height:16px;
color:#fff;
background:transparent url(/inc/images/crumb_sprite.png) no-repeat top right;
padding:3px 8px 4px 3px;
}

#breadcrumb ul li.active a {
color:#5e5e5e;
background:transparent url(/inc/images/crumb_sprite.png) no-repeat 100% -23px;
}

#breadcrumb ul li a:active,
#breadcrumb ul li a:hover {
text-decoration:underline;
border:0;
}

/* Section-specific breadcrumb colours */
body.body1 #breadcrumb ul li span {
background-position:0 -46px;
}

body.body1 #breadcrumb ul li a {
background-position:100% -46px;
}

body.body1 #breadcrumb ul li.active span {
background-position:0 -69px;
}

body.body1 #breadcrumb ul li.active a {
background-position:100% -69px;
}

body.book-bid-56 #breadcrumb ul li span {
background-position:0 -92px;
}

body.book-bid-56 #breadcrumb ul li a {
background-position:100% -92px;
}

body.book-bid-56 #breadcrumb ul li.active span {
background-position:0 -115px;
}

body.book-bid-56 #breadcrumb ul li.active a {
background-position:100% -115px;
}

body.book-bid-5 #breadcrumb ul li span {
background-position:0 -138px;
}

body.book-bid-5 #breadcrumb ul li a {
background-position:100% -138px;
}

body.book-bid-5 #breadcrumb ul li.active span {
background-position:0 -161px;
}

body.book-bid-5 #breadcrumb ul li.active a {
background-position:100% -161px;
}

body.book-bid-6 #breadcrumb ul li span {
background-position:0 -184px;
}

body.book-bid-6 #breadcrumb ul li a {
background-position:100% -184px;
}

body.book-bid-6 #breadcrumb ul li.active span {
background-position:0 -207px;
}

body.book-bid-6 #breadcrumb ul li.active a {
background-position:100% -207px;
}

body.book-bid-1 #breadcrumb ul li span {
background-position:0 -230px;
}

body.book-bid-1 #breadcrumb ul li a {
background-position:100% -230px;
}

body.book-bid-1 #breadcrumb ul li.active span {
background-position:0 -253px;
}

body.book-bid-1 #breadcrumb ul li.active a {
background-position:100% -253px;
}

#breadcrumb ul li a span,
body.body1 #breadcrumb ul li a span,
body.book-bid-56 #breadcrumb ul li a span,
body.book-bid-5 #breadcrumb ul li a span,
body.book-bid-6 #breadcrumb ul li a span,
body.book-bid-1 #breadcrumb ul li a span {
display:block;
height:21px;
width:7px;
background: transparent url(/inc/images/crumb_arrow_wh.gif) no-repeat 0 6px;
}

#breadcrumb ul li.active a span,
body.body1 #breadcrumb ul li.active a span,
body.book-bid-56 #breadcrumb ul li.active a span,
body.book-bid-5 #breadcrumb ul li.active a span,
body.book-bid-6 #breadcrumb ul li.active a span,
body.book-bid-1 #breadcrumb ul li.active a span {
background: transparent url(/inc/images/crumb_arrow_gr.gif) no-repeat 0 6px;
}

/* Active section highlight */
body.book-bid-5 #menu-01 {
background:transparent url(/inc/images/bg_main_menu_01_active.png) repeat 0 0;
}

body.book-bid-6 #menu-02 {
background:transparent url(/inc/images/bg_main_menu_02_active.png) repeat 0 0;
}

body.book-bid-56 #menu-03 {
background:transparent url(/inc/images/bg_main_menu_03_active.png) repeat 0 0;
}

body.book-bid-1 #menu-04 {
background:transparent url(/inc/images/bg_main_menu_04_active.png) repeat 0 0;
}

body.news-events-media #menu-05 {
background:transparent url(/inc/images/bg_main_menu_05_active.png) repeat 0 0;
}
