/* CSS file for the Pensions Ireland */
/* (c) Media One | http://www.MediaOne.ie */

/* xhtml tag definitions */

* { 
  margin: 0;
  padding: 0;
}

.cb {
	clear: both;
}

.access {
	display: none;
}

body, html {
	background: none;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


/*-----------------------------
WRAPPER
-----------------------------*/

div#wrapper {
	margin: 0 auto;
	width: auto;
	height: auto;
}


/*-----------------------------
TOP AND MAIN MENU
-----------------------------*/

a.logo_link { display: block; height: 77px; width: 269px; background: url(../img/logo/logo-print.jpg) no-repeat;}
a.logo_link img {display: none;}

#top_right ul {
	display: none;
}

#top_right ul li {
	display: none;
}

#top_right form {
	display: none;
}

#main_menu {
	display: none;
}



/*-----------------------------
MAIN BODY CONTENT
-----------------------------*/

div#content {
	height: auto;
	width: auto;
}

h1 {
	padding: 0 0 10px 0;
	font-size: 28px;
	font-weight: lighter;
	color: #004F39;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif
}

h2 {
	font-size: 14px;
	margin: 25px 0 15px 0;
	line-height: 140%;
}

div#content_full {
	height: auto;
	width: auto;
}

div#content p, div#content_full p {
	font-size: 12px;
	line-height: 140%;
	margin: 0 0 15px 0;
}

div#content ul {
	margin: -20px 0 25px 15px;
	font-size: 12px;
	line-height: 140%;
}

div#content p a, div#content li a, div#content_full p a, div#content_full li 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 {
	text-decoration: underline;
}

.break {
	display: block;
	height: 1px;
	width: 100%;
	background: #E3DCD0;
	margin: 0 0 25px 0;
}

/*Latest Issue*/
#latest_issue {
	display: block;
	height: auto;
	width: auto;
	margin: 0 0 30px 0;
	padding: 0;
}

#latest_issue_text {
	display: block;
	height: auto;
	width: 330px;
}

div#content #latest_issue_text h1 {
	font-size: 28px;
	font-weight: lighter;
	color: #004F39;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif
}

div#content p.issue_date {
	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) no-repeat;
	text-indent: -9999px;
}

/*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 {
	color: #004F39;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0 0 7px 0;
	line-height: 110%;
}

.left_news {
	float: left;
	display: block;
	height: auto;
	width: 45%;
}

.right_news {
	float: right;
	display: block;
	height: auto;
	width: 45%;
}

/*Services Directory Table*/
table.services_directory {
	border-collapse: separate;
	border-spacing: 0px;
	border: none;
	margin: 0 0 30px 0;
}

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 15px;
}

.services_directory ul li {
	float: left;
	margin: 0 20px 0 0;
}

.listing_logo a img  {
	text-decoration: none;
	border: none;
}

.listing_contact_details {
	width: 304px;
	padding: 15px;
	background: #EBF1F7;
}

.listing_services {
	padding: 15px;
}

/*Article Pages*/
h1.article_title {
	padding: 0px 0 10px 0;
}

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: 12px;
	margin: 0 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 {
	display: block;
	height: 19px;
	width: 121px;
	background: url(../img/button/back-to-contents.gif) no-repeat;
	text-indent: -9999px;
}

div#content .article_options {
	float: right;
	margin: -42px 0 0 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;
}

/*Search Pages*/
div#content form {
	margin: 10px 0 0 0;
	background: #F1F1F1;
	padding: 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;
}

.helptext {
	background: #FFFDCC;
	padding: 5px 5px 4px 5px;
	border: 1px solid #DCD992;
}

div#content form label {
	font-size: 12px;
}

.date_to {
	margin: 0 0 0 100px;
}

select, #keywords {
	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;}

.search_result {
	padding: 20px 20px 0 20px;
	background: #F1F1F1;
	border-top: 2px solid #D9D3C9;
	border-bottom: 2px solid #D9D3C9;
	margin: 0 0 10px 0;
}

div#content .search_result  p.title {
	
	color: #004F39;
	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) no-repeat;
	border: none;
	text-indent: -9999px;
	margin: 20px 0 0 0;
}

.search_result p a {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

/*Contact Form*/

div#content input {
	margin: 0 0 10px 0;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
}

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;
}

.google_maps {
	border: 2px solid #7F9DB9;
	cursor: pointer;
}

div#content form {
	margin: 0 0 30px 0;
}

.contact_form input {
	width: 255px;
}

.contact_form textarea {
	width: 255px;
	text-align: left;
}

.send_button {
	display: block;
	height: 19px;
	width: 60px;
	background: url(../img/button/send.gif);
	text-indent: -9999px;
	border: none;
}

.confirm_details{
	display: block;
	height: 19px;
	width: 132px;
	background: url(../img/button/confirm_details.gif);
	text-indent: -9999px;
	border: none;
}

.form_left, .form_right {
	display: block;
	height: auto;
	width: 300px;
	margin: 0 0 30px 0;
}

.form_left { float: left; }
.form_right { float: right;}
.form_left input, .form_right input, .form_left textarea, .form_right textarea { width: 260px; }

/*-----------------------------
SIDEBAR
-----------------------------*/
div#sidebar {
	display: none;
}

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;
}

/*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;
}

#login_button {
	display: block;
	height: 19px;
	width: 60px;
	background: url(../img/button/login.gif) no-repeat;
	text-indent: -9999px;
	border: none;
	margin: 15px 0 0 68px;
	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;
}

/*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: 12px;
	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;
}

.remove {
	font-size: 12px;
	color: #999EA1;
}

.view_all_docs {
	border: none;
	height: 19px;
	width: 120px;
	background: url(../img/button/view-all-documents.gif) no-repeat;
	text-indent: -9999px;
	float: left;
}

.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; 
}

/*-----------------------------
FOOTER
-----------------------------*/

#footerwrap {
	margin: 0 auto;
	display: block;
	width: auto;
	height: 140px;
}

#footer {
	width: auto;
}

#footer p {
	font-size: 12px;
	color: #C7C4C4;
	margin: 0 0 5px 0;
}

#footer p strong {
	color: #FFFFFF;
}

#footer ul {
	display: none;
}
