/* CSS file for the Pensions Ireland */
/* (c) Media One | http://www.MediaOne.ie */

/* xhtml tag definitions */

body,html{ /* forces Firefox to include scroll bar */
	height:100.01%; margin-bottom:1px;
}

* { 
  margin: 0;
  padding: 0;
}

.cb {
	clear: both;
}

.access {
	display: none;
}

body, html {
	background: url(../img/bg/bg.gif) repeat-x #FFF;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


/*-----------------------------
WRAPPER
-----------------------------*/

div#wrapper {
	margin: 0 auto;
	width: 940px;
	height: auto;
}

div#content .break, div#content_full .break, div#sidebar .break {
	display: block;
	height: 1px;
	width: 100%;
	background: #E3DCD0;
}

div#content .break { margin: 20px 0 25px 0; }
div#sidebar .break { margin: 10px 0 25px 0; }


/*-----------------------------
TOP AND MAIN MENU
-----------------------------*/

a .logo {
	text-decoration: none;
	border: none;
}

.logo {
	float: left;
}

#top_right {
	float: right;
	display: block;
	height: auto;
	width: 400px;
	margin: 10px 0 0 0;
}

#top_right ul {
	float: right;
	margin: 0 0 8px 0;
}

#top_right ul li {
	display: inline;
	font-size: 11px;
	margin: 0 0 0 15px;
	color: #CCCCCC;
}

#top_right ul li em {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#top_right ul li a {
	color: #fff;
	text-decoration: none;
}

#top_right ul li a:hover {
	text-decoration: underline;
}

#top_right fieldset {
	border: none;
}

#top_right input.searchbox {
	border: 1px solid #002A1E;
	border-right: none;
	float: left;
	width: 163px;
	padding: 2px 5px 2px 2px;
}

#top_right input.searchboxbutton {
	display: block;
	height: 22px;
	width: 14px;
	background: url(../img/button/search-button.gif) no-repeat;
	float: right;
	border: none;
	cursor: pointer;
}

#main_menu {
	float: left;
	margin: 15px 0 41px 0;
}

#main_menu li {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	list-style: none;
}

#main_menu li a {
	padding: 8px 10px 11px 10px;
	color: #B7DCD2;
	text-decoration: none;
}

#main_menu li.first a {
	padding-left: 0px;
}

#main_menu li a:hover {
	color: #fff;
}

#main_menu li a.on {
	background: url(../img/bg/menu-active.gif) bottom center no-repeat;
}

#main_menu li.first a.on {
	background: url(../img/bg/menu-active.gif) 15px 31px no-repeat;
}

/*-----------------------------
SERVICES DIRECTORY
-----------------------------*/
body.categories table {width:50%;}
body.categories table td {padding:10px 10px 2px 10px; font-size:12px; width:50%;}
body.categories table td a{background: url(../img/icons/bullet-blue.gif) 0px 4px no-repeat; padding-left:15px;}
body.categories img.banner {margin-top:-5px; margin-bottom:10px;}

/*-----------------------------
MAIN BODY CONTENT
-----------------------------*/

div#content {
	float: left;
	display: block;
	height: auto;
	width: 640px;
	min-height: 600px;
	padding: 0 0 20px 0;
}

h1 {
	padding: 0 0 10px 0;
	font-size: 28px;
	font-weight: lighter;
	color: #004F39;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 14px;
	margin: 25px 0 5px 0;
	line-height: 140%;
}

div#content_full {
	display: block;
	height: auto;
	width: 940px;
	min-height: 550px;
	padding: 0 0 30px 0;
}

div#content p, div#content_full p {
	font-size: 12px;
	line-height: 140%;
	margin: 0 0 12px 0;
}

div#content ul, div#content ol {
	margin: -5px 0 25px 18px;
	font-size: 12px;
	line-height: 140%;
}

div#content ul li, div#content ol li {
	line-height: 140%;
	margin: 0 0 5px 0;
}

div#content p a, div#content li a, div#content_full p a, div#content_full li a, table td a  {
	color: #3D7CA8;
	text-decoration: none;
}

div#content p a:hover, div#content li a:hover, div#content_full p a:hover, div#content_full li a:hover, table td a:hover {
	text-decoration: underline;
}

div#content ul.pagination, div#content_full ul.pagination {
	margin: 0 0 30px 0;
}


ul.pagination li {
	display: inline;
	padding: 0px 1px 0px 1px;
}

ul.pagination li a {
	background: #E3E3E3;
	padding: 3px 5px 3px 5px;
}

/*Latest Issue*/
#latest_issue {
	display: block;
	height: 221px;
	width: 600px;
	background: url(../img/bg/latest-news.jpg);
	padding: 30px 20px 20px 20px;
	margin: 0 0 30px 0;
}

#latest_issue_text {
	display: block;
	height: auto;
	width: 330px;
}

div#content #latest_issue_text h1 {
	display: block;
	height: 15px;
	width: 117px;
	background: url(../img/bg/latest-issue.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}

div#content p.issue_date {
	float: left;
	color: #74664C;
	font-size: 14px;
	margin: 0 0 20px 10px;
	font-family: Helvetica, Arial, sans-serif;
}

div#content #latest_issue_text ul {
	margin: 0 0 0 15px;
	font-size: 15px;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
}

div#content #latest_issue_text ul li {
	line-height: 130%;
	margin: 0 0 10px 0;
}

p.read_full_issue a {
	margin: 25px 0 0 0;
	display: block;
	width: 123px;
	height: 19px;
	background: url(../img/button/read-full-issue.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

p.read_full_issue a:hover {
	cursor: pointer;
	background: url(../img/button/read-full-issue.gif) 0 -19px no-repeat;
}

/*News Items*/
div#content .news_category {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serif
}

div#content .news_title, div#content_full .news_title {
	color: #004F39;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0 0 7px 0;
	line-height: 110%;
}

div#content_full .news_title {
	font-size: 16px;
}

.document .news_title {
	border-top: 1px solid #e3dcd0;
	padding-top: 15px;
}

.left_news {
	float: left;
	display: block;
	height: auto;
	width: 300px;
	margin: 0 0 10px 0;
}

.right_news {
	float: right;
	display: block;
	height: auto;
	width: 300px;
	margin: 0 0 10px 0;
}

.news_full_width {
	margin: 0 0 30px 0;
}

/*Table*/
table {
	width: 100%;
	margin: 0 0 30px 0;
}



table th { 
	background: #004F39;
	padding: 4px 8px 4px 8px;
	text-align: left;
	color: #FFF;
	font-weight: lighter;
}

table td { 
	background: #fff;
	padding: 6px 8px 6px 8px;
	text-align: left;
	font-size: 14px;
}

table tr.alt td { 
	background: #EBF1F7;
}

/*Services Directory Table*/
table.services_directory {
	border-collapse: separate;
	border-spacing: 0px;
	border: none;
	margin: 0 0 30px 0;
}

table.services_directory tr th {
	text-align: left;
	padding: 5px 0 5px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: lighter;
}

.dark th.section_title {
	background: #0D3D73;
}

.dark th {
	background: #7C85B3;
}

.light th.section_title {
	background: #2DBEE8;
}

.light th {
	background: #B7EBFA;
}

.listing_logo {
	width: 136px;
}

.services_directory .first_row td {
	border-top: none;
}

.services_directory .last_row td {
	border-bottom: none;
}

.services_directory td {
	font-size: 12px;
	border-bottom: 1px solid #C3CBD2;
	border-top: 1px solid #fff;
}

.services_directory td p {
	margin: 0 0 5px 0;
}

.services_directory ul {
	margin: 0 0 0 0px;
}

.services_directory ul li {
	padding: 0 0 0 10px;
	background: url(../img/icons/bullet-point.gif) left no-repeat;
	display: inline;
	list-style: none;
	margin: 0 8px 0 0;
	zoom:1;
}

.listing_logo a img  {
	text-decoration: none;
	border: none;
}

.listing_contact_details {
	width: 304px;
	padding: 15px;
	background: #EBF1F7;
	vertical-align:top;
}

.listing_services {
	padding: 15px;
}

.listing_services p.small {font-size:11px!important;}

.listing_services span {
	color:#006633; font:14px; 
}

/*Article Pages*/

#sectiontitle {
	border-bottom: 1px solid #e3dcd0;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

div #content #sectiontitle p {
	color: #032c21;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sectiontitle p.sectiontitle_category {
	float: right;
	margin: -19px 0 0 0;
}

#sectiontitle em {
	color: #004f39;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
}

.article div#content p, .article div#content li {
	font-size: 14px;
}

.article div#content {
	padding-bottom: 30px;
}

.article div#content h1.article_title {
	padding: 0;
	margin: 0 0 5px 0;
}

.article div#content h2 {
	font-size: 15px;
	margin: 25px 0 15px 0;
	line-height: 150%;
}

#content .sample_issue h2 {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #E3DCD0;
}

blockquote {
	display: block;
	padding: 20px 0 2px 30px;
	background: url(../img/bg/quote.gif) top left no-repeat #F4EDE5;
	margin: 0 0 15px 0;
}

#content blockquote p {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	padding: 0 30px 5px 0;
	background: url(../img/bg/quote-2.gif) bottom right no-repeat #F4EDE5;
}

div#content .current_issue {
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
}

div#content p.auth {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #74664C;
	font-size: 14px;
	margin: -17px 0 20px 0;
}

div#content p.auth span {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #000;
	text-transform: uppercase;
}	

div#content .back_to_contents a {
	display: block;
	height: 19px;
	width: 121px;
	background: url(../img/button/back-to-contents.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

div#content .back_to_contents a:hover {
	background: url(../img/button/back-to-contents.gif) 0 -19px no-repeat;
	cursor: pointer;
}

.back_to_services_directory a {
	display: block;
	height: 19px;
	width: 181px;
	background: url(../img/button/back-to-services-directory.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

.back_to_services_directory a:hover {
	background: url(../img/button/back-to-services-directory.gif) 0 -19px no-repeat;
	cursor: pointer;
}

div#content .article_options {
	float: right;
	margin: -34px 0 24px 0;
}

div#content .article_options li {
	float: left;
	font-size: 12px;
	list-style: none;
	margin: 0 0 0 20px;
}

div#content .article_options li a {
	padding: 2px 0 2px 20px;
}

div#content .article_options li.add_to_docs a {
	background: url(../img/icons/my-documents.gif) left no-repeat;
}

div#content .article_options li.feedback {
	background: url(../img/icons/feedback.gif) left no-repeat;
}

/*Feedback Form*/
form.form1 { position: relative; top: -10px;}
form.form1 h4 { margin-top: 15px; margin-bottom: 10px;}
form.form1 fieldset table  { background: #fff; }
form.form1 fieldset table td.title { color: #032c21; font-size: 16px;}
form.form1 fieldset table td.snippet{ color: #032c21; font-size: 12px;}
.user_details { font-family: Cambria, Georgia, "Times New Roman", Times, serif; font-style: italic; color: #666666;}
form.form1 fieldset table textarea { width: 390px; height: 100px;}
textarea { overflow: hidden;}

#wrapper #content .form1 fieldset table tbody tr td label { font-weight: bold;}
#Submit1 { display: block; height: 19px; width: 60px; background: url(../img/button/print.gif) 0 0; border: none; font-size: 0; line-height: 3em; text-indent: -9999px; cursor: pointer;}
#Submit1:hover {background: url(../img/button/print.gif) 0 -19px;}

.submit_button { margin: 0 0 0 0;
	display: block;
	width: 51px;
	height: 19px;
	background: url(../img/button/submit.gif) 0 0 no-repeat;
	text-indent: -9999px;
	border: none;
}

.submit_button:hover {
	cursor: pointer;
	background: url(../img/button/submit.gif) 0 -19px no-repeat;
}

p.back_to_homepage a { display: block; background: url(../img/button/back_to_homepage.gif) 0 0; width: 121px; height: 19px; text-indent: -9999px;}
p.back_to_homepage a:hover {background: url(../img/button/back_to_homepage.gif) 0 19px;}


/*Search Pages*/
div#content form {
	margin: 10px 0 30px 0;
	background: #F1F1F1;
	padding: 20px 20px 30px 20px;
}

.fr {
	float: right;
}

div#content .sort_results {
	margin: -36px 0 17px 0;
	background: none;
	padding: 0;
}

div#content form h2 {
	margin: 0 0 7px 0;
}

div#content form fieldset {
	border: none;
}

div#content legend {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	color: #000;
}

.helptext {
	background: #FFFDCC;
	padding: 6px 10px 5px 10px;
	border: 1px solid #DCD992;
}

div#content form label {
	font-size: 12px;
}

.date_to {
	margin: 0 0 0 100px;
}

select, {
	background: #fff;
	border: 1px solid #D9D3C9;
	padding: 2px;
	margin: 0 0 7px 0;
}

.date_select{width: 100px;}
.subscribe_select{width: 118px;}
.year_select {width: 65px;}

div#content .vat_exempt {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}

div#content .vat_exempt label {
	font-style: italic;
}

.search_result {
	padding: 20px 20px 0 20px;
	background: #F1F1F1;
	border-top: 2px solid #D9D3C9;
	border-bottom: 2px solid #D9D3C9;
	margin: -10px 0 30px 0;
}

div#content .search_result  p.title a {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.adv_search_button {
	display: block;
	height: 19px;
	width: 76px;
	background: url(../img/button/adv_search.gif) 0 0 no-repeat;
	border: none;
	text-indent: -9999px;
	margin: 20px 0 0 0;
}

.adv_search_button:hover {
	background: url(../img/button/adv_search.gif) 0 -19px no-repeat;
	cursor: pointer;
}

.search_result p a {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

/*Contact Form*/

div#content button {
	margin: 25px 0 0px 0;
}

div#content input {
	margin: 0 0 10px 0;
	padding: 4px 2px 4px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
}

form input.focus, form textarea.focus{ background: #feffeb;}

div#content textarea {
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	margin: 0 0 20px 0;
}

#address_details {
	display: block;
	height: auto;
	width: 280px;
	float: left;
	padding: 0 25px 0 0;
	margin: 0 30px 0 0;
}

.contact_form input {
	width: 255px;
}

div#content form input.checkbox, div#content form input.radio {
	width: 20px;
	text-align: left;
}

.contact_form textarea {
	width: 255px;
	text-align: left;
}

div#content form input.send_button {
	display: block;
	height: 19px;
	width: 60px;
	background: url(../img/button/send.gif) no-repeat 0 0;
	text-indent: -9999px;
	border: none;
}

div#content form input.send_button:hover {
	background: url(../img/button/send.gif) no-repeat 0 -19px;
	cursor: pointer;
}

.confirm_details {
	display: block;
	height: 19px;
	width: 132px;
	background: url(../img/button/confirm_details.gif) 0 0 no-repeat;
	text-indent: -9999px;
	border: none;
}

.confirm_details:hover {
	background: url(../img/button/confirm_details.gif) 0 -19px no-repeat;
	cursor: pointer;
}

.form_left, .form_right {
	display: block;
	height: auto;
	padding: 20px 0 0 0;
}

.form_left { float: left; width: 300px; }
.form_right { float: right; width: 270px;}
.form_left input, .form_right input, .form_left textarea, .form_right textarea { width: 260px; }

/*sitemap*/

ul#sitemap li {
	font-weight: bold;
}

ul#sitemap li ul {
	margin: 5px 0 15px 25px;
}

ul#sitemap li ul li {
	font-weight: lighter;
}

/*-----------------------------
SIDEBAR
-----------------------------*/
div#sidebar {
	float: right;
	display: block;
	height: auto;
	width: 256px;
}

div#sidebar a {
	text-decoration: none;
}

div#sidebar a:hover {
	text-decoration: underline;
}

/*Sponsor Logo*/
.sponsored_by {
	width: 250px;
	height: 132px;
	border: double #E3DCD0;
	margin: 0 0 30px 0;
}

.sponsored_by a img {
	border: none;
	text-decoration: none;
}

ul#sponsor_logo { 
	list-style: none;
	margin: 0 auto;
	position:relative;
	}

ul#sponsor_logo li a img {position:absolute; left:25px; top:16px; width:200px; height:100px;}

/*Login*/
.login {
	border: 1px solid #E3DCD0;
	padding: 20px;
	margin: 0 0 30px 0;
}

.login fieldset {
	border: none;
}

.login legend {
	display: block;
	height: 10px;
	width: 74px;
	background: url(../img/bg/user-login.gif) no-repeat;
	text-indent: -9999px;
}

.or_register {
	float: right;
	margin: -12px 0 15px 0;
	font-size: 12px;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.or_register a {
	color: #3D669F;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.login label {
	font-size: 12px;
	color: #3C4045;
	float: left;
	margin: 4px 0 0 0;
}

.login .textbox {
	background: #F7F2ED;
	border: 1px solid #D9D3C9;
	padding: 2px;
	margin: 0 0 7px 0;
	width: 140px;
	float: right;
}

#sidebar input.log_in_button {
	display: block;
	height: 19px;
	width: 60px;
	background: url(../img/button/login.gif) 0 0 no-repeat;
	text-indent: -9999px;
	border: none;
	margin: 15px 0 0 68px;
}

#sidebar input.log_in_button:hover {
	background: url(../img/button/login.gif) 0 -19px no-repeat;
	cursor: pointer;
}

#content #login_button {
	display: block;
	height: 19px;
	width: 60px;
	background: url(../img/button/login.gif) 0 0 no-repeat;
	text-indent: -9999px;
	border: none;
	margin: 0px 0 10px 0px;
}

#login_button:hover {
	background: url(../img/button/login.gif) 0 -19px no-repeat;
	cursor: pointer;
}

.forgot_password {
	float: right;
	margin: -17px 0 0 0;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
}

.forgot_password a {
	color: #45484B;
}

.contact_form .log_in_button { margin: 25px 0 0 0;
	display: block;
	width: 51px;
	height: 19px;
	background: url(../img/button/submit.gif) 0 0 no-repeat;
	text-indent: -9999px;
	border: none;
}

.contact_form .log_in_button:hover {
	cursor: pointer;
	background: url(../img/button/submit.gif) 0 -19px no-repeat;
}

/*Sample Issue*/
div#sample_issue {
	display: block;
	height: auto;
	width: 214px;
	border: 1px solid #E3DCD0;
	padding: 20px 20px 5px 20px;
	background: url(../img/bg/sample-issue-image.gif) left top no-repeat;
	margin: 0 0 25px 0;
}

div#sample_issue p.sample_issue_title {
	display: block;
	height: 10px;
	width: 88px;
	background: url(../img/bg/sample-issue.gif) no-repeat;
	text-indent: -9999px;
	padding: 0;
	margin: 0 0 25px 0;
}

div#sample_issue p {
	padding: 0 0 0 80px;
	color: #000;
	font-size: 12px;
	margin: 0 0 15px 0;
}

div#sample_issue p a {
	color: #00528A;
}

/*User Documents*/
div#user_documents {
	display: block;
	height: auto;
	width: 214px;
	border: 1px solid #E3DCD0;
	padding: 20px 20px 20px 20px;
	margin: 0 0 25px 0;
}

#user_doc_name {
	text-transform: uppercase;
	margin: 0 0 30px 0;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

p.excerpt {
	font-size: 11px;
	margin: -15px 0 3px 0;
}

.doc_links {
	padding: 0 0 7px 0;
	color: #E3DCD0;
}

.view {
	color: #4D8BB6;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

#wrapper .remove {
	font-size: 12px;
	color: #999999;
}

.view_all_docs {
	border: none;
	height: 19px;
	width: 120px;
	background: url(../img/button/view-all-documents.gif) 0 0 no-repeat;
	text-indent: -9999px;
	float: left;
}

.view_all_docs:hover {
	background: url(../img/button/view-all-documents.gif) 0 -19px no-repeat;
	cursor: pointer;
}

.total_docs {
	color: #747371;
	font-size: 12px;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
	margin: 2px 0 0 10px; 
}

/*My Documents*/
.document_first, .document {
	display: block;
	height: auto;
	width: 800px;
	float: left;
	margin: 20px 0 0 0;
}

.document {
	margin: 20px 0 0 0px;
}

#wrapper #content #scrollpages p {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

#scrollpages p span {
	color: #d3c6c6;
}

#scrollpages span span {
	color:#252323;
}

/*-----------------------------
FOOTER
-----------------------------*/

#footerwrap {
	margin: 0 auto;
	display: block;
	width: auto;
	height: 140px;
	background: #252323;
}

#footer {
	margin: 0 auto;
	display: block;
	width: 940px;
	height: 110px;
	padding: 30px 0 0 0;
}

#footer p {
	font-size: 12px;
	color: #C7C4C4;
	margin: 0 0 10px 0;
}

#footer p strong {
	color: #FFFFFF;
}

#footer ul {
	float: right;
	margin: -4px 0 0 0;
}

#footer ul li {
	display: inline;
	font-size: 12px;
	margin: 0 0 0 10px;
	list-style: none;
}

#footer ul li a {
	display: inline;
	color: #C7C4C4;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}
