/*
-----------------------------------------------
'dentalhealth.ie' Master Print Styles
Author:   Tom Duke
          http://www.revolutionaries.ie/
Version:  17th March 2009
----------------------------------------------- */

/* Page Defaults
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 76%;
	line-height: 1.6;
}

/* Sections to Hide
----------------------------------------------- */
#tertiaryNav, #sitesearch, #secondaryNav, #primaryNav, #sidebar, div.footernav, p#revolutionaries {
	display: none;
}

/* General Typography
----------------------------------------------- */
p, ol, ul {
	margin-bottom: 1em;
}
h1, h2, h3, h4 {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #000;
	line-height: 1.2;
}
h1 {
	font-size: 2em;
	margin: .2em 0 .5em 0;
	color: #2BB009;
}
h2 {
	font-size: 1.6em;
	margin: 1.5em 0 .5em 0;
}
h3 { 
	font-size: 1.4em;
	margin: 1.3em 0 .5em 0;
}
h3.date {
	margin: 0 0 1em 0;
}
h4 { 
	font-size: 1.2em;
	margin: 0 0 .5em 0;
}
#sidebar h2 {
	color: #C50347;
	margin-top: 0;
}
p.center {
	text-align: center;
}
p.center img {
	margin: 0 auto;
}

/* Header Styles
----------------------------------------------- */
#header h1 {
	border: 1px solid #000;
	border-width: 0 0 1px 0;
}

#header h1 a {
	font-size: 1.1em;
	text-decoration: none;
	color: #000;
}

/* Sidebar Navigation
----------------------------------------------- */
#sidenavContainer {
	padding: 10px;
	min-height: 350px;
	border: 1px solid #BCBACD;
	background: #DDDCE6 url(/common/images/navigation/css_sidenavContainer_back.gif) left top repeat-x;
}
body#index #sidenavContainer {
	min-height: 206px;
}
#sidehlContainer {
	margin: 8px 0 0 0;
	padding: 10px;
	border: 1px solid #AADE9C;
	background: #D4EFCD url(/common/images/navigation/css_sidehlContainer_back.gif) left top repeat-x;
}
#sidehlContainer h2 {
	margin: 6px 0 10px 0;
	color: #21195B;
	border: 1px solid #2BAC0A;
	border-width: 0 0 1px 0;
	font-size: 1.6em;
	font-weight: normal;
}
#sidehlContainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidehlContainer li {
	margin: 0 0 6px 0;
}
#sidehlContainer li span {
	color: #2BB009;
	display: block;
	font-size: .9em;
	font-weight: bold;
}
#sidehlContainer li a {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	color: #21195B;
	display: block;
	padding: 0 0 0 5px;
	font-weight: bold;
	text-decoration: none;
}
#sidehlContainer li a:hover, #sidehlContainer li a:focus, #sidehlContainer li a:active {
	text-decoration: underline;
	background: transparent;
}
#sidehlContainer p {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	text-align: right;
	margin: 0;
}
#sidehlContainer p a {
	color: #21195B;
	font-weight: bold;
}
#sidehlContainer p a:hover, #sidehlContainer p a:focus, #sidehlContainer p a:active {
	background: transparent;
}

#homeNav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#homeNav li {
	line-height: 1.1;
}
#homeNav li a {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	display: block;
	margin: .8em 0 0 0;
	color: #2BB009;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.5em;
}
#homeNav li a span {
	display: block;
	font-size: .65em;
	color: #21195B;
}
#homeNav li a:hover, #homeNav li a:focus, #homeNav li a:active {
	text-decoration: underline;
	background: transparent;
}
#homeNav li a.first {
	margin: 0;
}
#homeNav li.partner a {
	font-size: 1.1em;
	color: #21195B;
	padding: 2px;
}


h3.navHeader {
	margin: 6px 0 10px 0;
	color: #2BB009;
	font-size: 1.6em;
	font-weight: normal;
}
h3.navHeader a {
	color: #2BB009;
	background: transparent;
	text-decoration: none;
}
h3.navHeader a:hover,h3.navHeader a:focus, h3.navHeader a:active {
	color: #2BB009;
	background: transparent;
	text-decoration: underline;
}



/* Content Styles
----------------------------------------------- */
a {
	color: #005481;
}
a:hover, a:focus, a:active {
	background: #005481;
	color: #fff;
	text-decoration: none;
}
#content img {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	display: block; 
}
body#index #content img {
	padding: 0;
	border: 0;
	background: #fff;
	display: block; 
}
#content .left {
	float: left;
	margin: 0 12px 8px 0;
}
#content .right {
	float: right;
	margin: 0 0 8px 12px;
}
#content ul li, #content ol li {
	margin-bottom: .5em;
}
#content .photo {
	font-style: italic;
	font-size: .89em;
	text-align: left;
	font-weight: normal;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #ccc;
	line-height: 140%;
}
#content .nocaption {
	padding: 0;
	border-bottom: 0;
}
#content .photo img {
	display: block;
	padding: 3px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}
#content li span {
	display: block;
}


/* Footer Styles
----------------------------------------------- */
#footer {
	border-top: 1px solid #E4E3EB;
	padding: 10px 0 0 0;
}
#footer div {
	float: left;
	width: 250px;
	min-height: 150px;
	padding: 0 0 0 20px;
	border: 1px solid #E4E3EB;
	border-width: 0 0 0 1px;
}
#footer div.logo {
	border: 0;
	width: 70px;
}
#footer p, #footer ul {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	margin-top: 0;
	font-size: .9em;
	font-weight: bold;
}


/* Utilities */
.hide {
	display: none;
}
.clearfix:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Accessible jump to links */
.offset {
	left:-9000px;
	position:absolute;
	top:-9000px;
	z-index:9;
	background: green;
}
li.offset a:focus, li.offset a:active {
	left: 9000px;
	position:absolute;
	top: 9000px;
	width: 9em;
	line-height: 120%;
	text-align: center;
	z-index: 9;
}

/* Forms */
form {
	margin: 0;
	padding: 0;
}
form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
form legend {
	color: #000;
}
form label {
	display: block;
	margin-top: .5em;
}
form input.inputText, form select.inputText {
	width: 50%;
}
/* form textarea {
	width: 75%
} */
form input.inputText, form select.inputText/*, form textarea*/ {
	background: #f4f4f4;
}
form input.inputText:hover, form select:hover/*, form textarea:hover*/, form input.inputText:focus, form select:focus/*, form textarea:focus*/, form input.inputText:active, form select:active/*, form textarea:active*/ {
	background: #FFF6B7;
}
p.error {
	margin: 1em auto;
	border: 1px solid #F30;
	background: #FC0;
	padding: .5em;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
}

#formcontact fieldset {
	border: 2px solid #ccc;
	padding: 0px 20px 20px 20px;
}
#formcontact legend {
	padding: 0px 10px 10px 10px;
	background: #fff;
	font-weight: bold;
}
#formcontact label.inputText, #formcontact label.inputTextarea {
	width: 12em;
	float: left;
	text-align: right;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: .5em;
}
form#formcontact  textarea.inputTextarea {
	width: 50%;
	height: 5em;
}
#formcontact small {
	display: block;
	margin-left: 16em;
}
#formcontact br {
	clear: both;
}
#formcontact, #formjoin, #formregistration {
	margin-top: 30px;
}
#formcontact fieldset, #formjoin fieldset, #formregistration fieldset {
	border: 1px solid #efefef;
	padding: 0px 10px 10px 10px;
	background: #E07DB5;
}
#formcontact legend, #formjoin legend, #formregistration legend {
	border: 1px solid #ccc;
	padding: 5px 10px;
	background: #004476;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
#formjoin fieldset fieldset {
	margin-top: 5px;
}
#formjoin fieldset fieldset legend {
	padding: 1px 3px;
}




/* PAGINATOR - thanks to flickr ;-) */

.Pages { text-align: center; margin-bottom: 5px; margin-top: 5px; }
.Paginator { font-size: 1em; padding-top: 5px; margin-left: auto; margin-right: auto; /* padding-bottom: 10px;  background-image: url(../images/dotted.gif); background-repeat: repeat-x; background-position: left bottom; */ }
.Paginator a, .pageList .this-page { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator a:visited { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator .AtStart { margin-right: 7px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .Prev { margin-right: 7px; padding: 2px 6px; border: solid 2px #ddd; background: #fff; }
.Paginator .break { padding: 2px 6px; border: none; background: #fff; text-decoration: none; }
.Paginator .Next { margin-left: 7px; padding: 2px 6px; border: solid 2px #ddd; background: #fff; white-space: nowrap;}
.Paginator .AtEnd { margin-left: 7px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .this-page {padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 1.1em; vertical-align: top; background: #fff; color: #FF0084; }
.Paginator a:hover {color: #fff; background: #0063DC; border-color: #036; text-decoration: none;}
/* 
.Paginator .ranking {display: block; margin-top: 0.5em; font-weight: bold;}
.Paginator .ranking a {padding: 0; border: 0; background: transparent;} 
*/
.Pages div.Results { text-align: center; font: .9em/1.2em Arial, Helvetica; color: #aaa; margin-top: 8px; }






/* Home Page Feature Slider
----------------------------------------------- */
#slideshowWrapper {
	width: 693px;
	background: #FFF url(/common/images/navigation/css_homeFeature_back.gif) left top repeat-x;
	position: relative;
	border: 1px solid #21195B;
}
#slideshow {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 450px;
	float: right;
}
#slideshow li {
	width: 450px;
	height: 223px;
}
#slideshow a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 448px;
	height: 221px;
	position: relative;
	border: 1px solid #FFF;
	overflow: hidden;
}
#slideshow span {
	position: absolute;
	left: 0;
	top: 197px;
	display: block;
	width: 450px;
	padding: 5px 10px;
	text-align: left;
	background: #F9B53B url(/common/images/navigation/css_homeFeature_back.gif) left bottom repeat-x;
	min-height: 88px;
}
#slideshow span strong {
	font-size: 1.6em;
	font-weight: normal;
	color: #00AEEF;
}
#slideshow a:hover, #slideshow a:active, #slideshow a:focus, #slideshow a:hover span, #slideshow a:active span, #slideshow a:focus span {
	text-decoration: underline;
}
#slideshowNav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 275px;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
}
#slideshowNav li {
	line-height: 1;
}
#slideshowNav li a {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	width: 275px;
	height: 56px;
	background:  url(/common/images/navigation/css_slideshownav_back_off.png) left top no-repeat;
}
#slideshowNav li.last a {
	height: 55px;
}
#slideshowNav li a span {
	display: block;
	padding: 15px 20px 5px 10px;
}
#slideshowNav li a:hover, #slideshowNav li a:focus, #slideshowNav li a:active, #slideshowNav li.activeSlide a {
	background: transparent url(/common/images/navigation/css_slideshownav_back_on.png) left top no-repeat;
}
#slideshowNav li a img {
	border: 0;
}



div.home-pullout {
	width: 340px;
}
div.home-pullout h2 {
	margin: 25px 0 10px 0;
	color: #2BB009;
	border: 1px solid #21195B;
	border-width: 0 0 1px 0;
	font-size: 1.6em;
	font-weight: normal;
	background: transparent;
}
div.home-pullout h2 a {
	color: #2BB009;
	background: transparent;
	text-decoration: none;
}
div.home-pullout p.more {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	text-align: right;
}
div.leftside {
	float: left;
}
div.rightside {
	float: right;
}

#featuredpubs {
	width: 300px;
	float: right;
	margin: 0 0 20px 20px;
}
#featuredpubs h3 {
	margin-top: 0;
}
#featuredpubs ul {
	margin: 0;
	padding: 0 5px 0 0;
	list-style: none;
	height: 300px;
	overflow: auto;
}
#featuredpubs li a {
	display: block; 
	padding: 5px; 
	margin: 0 0 5px 0; 
	background: #EFEFEF;
}
#featuredpubs li a img {
	float: left;
	margin: 0 5px 0 0;
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
}
#featuredpubs li a:hover, #featuredpubs li a:focus, #featuredpubs li a:active {
	background: #666;
	color: #FFF;
}

/* Link Icons
----------------------------------------------- */
a.pdflink {
	padding: 1px 0 1px 20px;
	background-image: url(/common/images/icons/page_white_acrobat.png);
	background-repeat: no-repeat;
	background-position: left;
}
a.doclink {
	padding: 1px 0 1px 20px;
	background-image: url(/common/images/icons/page_white_word.png);
	background-repeat: no-repeat;
	background-position: left;
}
a.pptlink {
	padding: 1px 0 1px 20px;
	background-image: url(/common/images/icons/page_white_powerpoint.png);
	background-repeat: no-repeat;
	background-position: left;
}
a.xlslink {
	padding: 1px 0 1px 20px;
	background-image: url(/common/images/icons/page_white_excel.png);
	background-repeat: no-repeat;
	background-position: left;
}
#content img.extlink {
	display: inline;
	padding: 0;
	border: 0;
}

/* Publications Icons
----------------------------------------------- */
div.pubdetail {
	background: #EFEFEF;
	padding: 5px;
	margin: 0 0 10px 0;
}
div.pubdetail h3, div.pubdetail p {
	margin: 0;
}
div.pubdetail h3 span {
	display: block;
	font-size: smaller;
}
div.pubdetail img.thumb {
	float: left;
	margin: 0 10px 0 0;
}

