		
/*==================== Menu Styles ==================================*/

		#udm a.icon {
			background-repeat:no-repeat;
			background-position:2px 2px;
		}

		#udm a.arrow {
			background-image:url(http://www.corkandross.org/images/cream-bullet.gif);
		}
		
		#udm a.menu {
			background-image:url(http://www.corkandross.org/images/cream-arrow.gif);
		}
		
			
			
		#udm #diocese{
			background-image:url(http://www.corkandross.org/images/diocese.jpg);
			width:99px;
			height:34px;
		}
				
		#udm #education{
			background-image:url(http://www.corkandross.org/images/education.jpg);
			width:176px;
			height:34px;
		}
		
	
		
		#udm #services{
			background-image:url(http://www.corkandross.org/images/services.jpg);
			width:129px;
			height:34px;
		}
		
	
			
		#udm #parishes{
			background-image:url(http://www.corkandross.org/images/parishes.jpg);
			width:82px;
			height:34px;
		}
		

		
		#udm #sacraments{
			background-image:url(http://www.corkandross.org/images/sacraments.jpg);
			width:111px;
			height:34px;
		}
		
	
		
		#udm #prayers{
			background-image:url(http://www.corkandross.org/images/prayers.jpg);
			width:87px;
			height:34px;
		}
		

		
		#udm #history{
			background-image:url(http://www.corkandross.org/images/history.jpg);
			width:92px;
			height:34px;
		}
		

/* ====================== Top Level Layout ====================================*/
		
		body, html{
			
			margin:0;
			padding:0;
			height:100%;
		}
		
				
		#centered{
			background-color:#FFFFFF;
			position:absolute;
			left:50%;
			width:784px;
			margin-left: -392px;
			background:url(http://www.corkandross.org/images/content-bg.gif) repeat-y top center
			
		}
		
		#header{
			background:url(http://www.corkandross.org/images/header2.jpg) no-repeat top center;
			height:201px;
			margin:0;
			padding:0;
		}
		
		#pdo_header{
			background:url(http://www.corkandross.org/images/pdo_header.jpg) no-repeat top center;
			height:201px;
			margin:0;
			padding:0;
		}
		
		#content{
			background:url(http://www.corkandross.org/images/content-bg.gif) repeat-y top center;
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 40px;
			padding-bottom:20px;
			font-family: verdana; 
			font-size: 11px;
			color: #333333; 
			text-decoration: none;
			height: 100%;
		}
		
		
		
		#leftcolumn{
			
			width:500px;
		}
		
		#rightcolumn{
			float:right;
			margin-right: 0px;
			margin-top: 20px;
			height:100%;
			margin-bottom:30px;
		}

		.side_panel{
			float:right;
			height:100%;
			background: url(http://www.corkandross.org/images/side_panel.gif) repeat-y center;
		}

		p a{
			text-decoration: none;
			color: #0066CC;
		}

		p a:hover{
			text-decoration: underline;
			color: #003366;
		}

	
		

/* ==================== Reusable =======================================*/
		
		.floatright{
			float:right;
		}
		
		.floatleft{
			float:left;
		}
		
		.imgborder{
			padding:3px;
			border: 1px solid #666633;
			margin-right:10px;
		}
		
		h1{
			font-family: arial;
			font-size: 11px;
			text-transform: uppercase;
			border-bottom: 1px solid #BDB994;
			color: #333333;
			font-weight: normal;
			letter-spacing: 3px;
			padding-left: 3px;
			margin-bottom:5px;
		}

		hr{	background-color:#FFFFFF;
			height:0px;

		}


/* =================== News Items ===========================================*/
		
		.newsitem{
			padding-left:3px;
			padding-bottom:5px;
		}
		
		.newsitem .heading a{
			font-family: Times New Roman, Times, serif; 
			font-size: large; 
			font-family: times;
			text-decoration: none;
			color: #003366;
			text-transform: capitalize;
		}
		
		.newsitem .heading a:hover{
			text-decoration: none;
			color: #0066CC;

		}
		
		.newsitem .date{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: x-small; 
			color: #003366;
			margin-top:-13px;

		}
		
		.newsitem p{
			font-family: verdana; 
			font-size: 11px;
			color: #333333; 
			text-decoration: none
		}
		
		.newsitem p a{
			text-decoration: none;
			color: #0066CC;
		}
		
		.newsitem p a:hover{
			text-decoration: underline;
			color: #003366;
		}

		.newsitem img{
			max-width: 100%;
		}

		.newsitem_short{
			margin-bottom:15px;
		}

		.newsitem_short .date{
			font-weight:bold;
		}

		.newsitem_short .related a{
			font-weight:normal;
			color: #0066CC;
		}

		.newsitem_short .related a:hover{
			text-decoration: underline;
			font-weight:normal;
			color: #003366;
		}

		#CiNews, #CiContent{
			margin-top:10px;
		}

		#CiNews img, #CiContent td img{
			padding:3px;
			border: 1px solid #666633;
			margin-right:10px;
			margin-top:0px;
		}

		

		#CiNews a, #CiContent td a{
			font-family: Times New Roman, Times, serif; 
			font-size: large; 
			font-family: times;
			text-decoration: none;
			color: #003366;
			text-transform: capitalize;
		}

		#CiNews a:hover, #CiContent td a:hover {
			text-decoration: none;
			color: #0066CC;

		}
		
		
		#CiNews p{
			display:none;
			
		}
		
		
		
		

		#CiContent img{
			float:left;
			padding:3px;
			border: 1px solid #666633;
			margin-right:10px;
			margin-bottom:10px;
			margin-top:15px;
		}
		
		#CiContent a img{
			display:none;
		}
	
		
		
		#CiContent p.feed b{
			font-family: Times New Roman, Times, serif; 
			font-size: large; 
			font-family: times;
			text-decoration: none;
			color: #003366;
			text-transform: capitalize;
		
			font-weight:normal;
		}

		#CiContent p i{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: x-small; 
			color: #003366;
			font-style:normal;
			
		}

		#CiContent p a{
			font-family: verdana; 
			font-size: 11px;
			text-decoration: none;
			font-weight:bold;
			color: #333333;
			margin-top:3px;
			margin-left:4px;
			padding-left:15px;
			background: url(http://www.corkandross.org/images/blue-arrow-content.gif) no-repeat left;
		}

		

		#CiContent p a:hover{
			font-family: verdana; 
			font-size: 11px; 
			text-decoration: underline;
			font-weight:bold;
			color: #333333;
			margin-top:3px;
			margin-left:4px;
			padding-left:15px;
			background: url(http://www.corkandross.org/images/blue-arrow-content.gif) no-repeat left;
		}

		#CiContent > p a+a{
			display:none;
		}

		.reflection img {
			display:none;
		}

		.reflection strong {
			font-family: Times New Roman, Times, serif; 
			font-size: large; 
			font-family: times;
			text-decoration: none;
			color: #003366;
			text-transform: capitalize;
			font-weight: normal;
		}

		


/* =========================================================================*/

		.related{
			margin-top:3px;
			margin-left:4px;
		}
		.related a{
			font-family: verdana; 
			font-size: 11px;
			text-decoration: none;
			color: #333333;
			font-weight:bold;
		}
		
		.related a:hover{
			font-family: verdana; 
			font-size: 11px;
			text-decoration: underline;
			color: #333333;
			font-weight:bold;
		}

		.related span a{
			font-family: verdana; 
			font-size: 11px;
			text-decoration: none;
			color: #0066CC;
			font-weight:normal;
		}
		
		.related span a:hover{
			font-family: verdana; 
			font-size: 11px;
			text-decoration: underline;
			color: #003366;;
			font-weight:normal;
		}
		
		
		#topnav{
			padding-left: 30px;
			padding-top: 65px;
			font-size: 10px;
			color: #CCCCCC;
			font-family: verdana;
		}
		
		#topnav a{
			color: #CCCCCC;
			text-decoration:none;
		}
		
		#topnav a:hover{
			color: #CCCCCC;
			text-decoration:underline;
		}
		
		#pdo_topnav{
			padding-left: 30px;
			padding-top: 65px;
			font-size: 10px;
			color: #CCCCCC;
			font-family: verdana;
		}
		
		#pdo_topnav a{
			color: #333;
			text-decoration:none;
		}
		
		#pdo_topnav a:hover{
			color: #333;
			text-decoration:underline;
		}	
		#parishlink{
			background: #B3CEE2;
			border: 1px solid #5B7486;
			padding-left:10px;
			padding-right:10px;
			padding-top:5px;
			padding-bottom:5px;
			margin-top:10px;
			
			font-family:verdana;
			font-size:11px;
			width:200px;
		
		}
		
		#parishlink p{
			font-family: verdana; 
			font-size: 11px;
			color: #333333; 
			text-decoration: none
		}
		
		#parishlink p a{
		
			text-decoration: none;
			color: #0066CC;
		}
		
		#parishlink p a:hover{
			text-decoration: underline;
			color: #003366;
		}
		
		select{
			font-family: verdana; 
			font-size: 11px;
			color: #333333;
		}
		
		input{
			font-family: verdana; 
			font-size: 11px;
			color: #333333;
		}
		
		#search{
			background: #FFF6E3;
			border: 1px solid #BDB994;
			padding-left:10px;
			padding-right:10px;
			padding-top:5px;
			padding-bottom:5px;
			margin-top:10px;
			font-family:verdana;
			font-size:11px;
			width:200px;
		
		}
		
		
		#randomimage{
			background: #B3CEE2;
			border: 1px solid #5B7486;
			padding-left:10px;
			padding-right:10px;
			padding-top:5px;
			padding-bottom:5px;
			margin-top:10px;
			
			font-family:verdana;
			font-size:11px;
			width:200px;
		
		}
		
		#event{
			background: #EBE2BB;
			border: 1px solid #999999;
			padding-left:10px;
			padding-right:10px;
			padding-top:5px;
			padding-bottom:5px;
			margin-top:10px;
			font-family:verdana;
			font-size:11px;
			width:200px;
		
		}

		#mass{
			background: #CCCCCC;
			border: 1px solid #999999;
			padding-left:10px;
			padding-right:10px;
			padding-top:5px;
			padding-bottom:5px;
			margin-top:10px;
			font-family:verdana;
			font-size:11px;
			width:200px;
		
		}
		
		#ppd{
			background: #DDE6DD;
			border: 1px solid #537052;
			padding-left:10px;
			padding-right:10px;
			padding-top:5px;
			padding-bottom:5px;
			margin-top:10px;
			font-family:verdana;
			font-size:11px;
			width:200px;
		
		}
		
		#ppd p a{
			text-decoration: none;
			color: #0066CC;
		}
		
		#ppd p a:hover{
			text-decoration: underline;
			color: #003366;
		}

		#archive{
			background: #DDE6DD;
			border: 1px solid #537052;
			padding-left:10px;
			padding-right:10px;
			padding-top:5px;
			padding-bottom:5px;
			margin-top:10px;
			font-family:verdana;
			font-size:11px;
			width:200px;
		
		}
		
		#archive a{
			font-family: verdana; 
			font-size: 11px;
			text-decoration: none;
			color: #333333;
			font-weight:normal;
		}
		
				
		#archive a:hover{
			font-family: verdana; 
			font-size: 11px;
			text-decoration: underline;
			color: #333333;
			font-weight:normal;
		}

		#archive ul{
			margin-left: 10px;
			padding-left: 10px;
			width:180px;
				
		}

		#archive ul li{
			display:block;
			width:40px;
    			
  		}

		.years{
			width:40px;
			float:left;
			margin-right:20px;
		}

		
	
		.clear{
			clear:left;
		}
		
		#footer{
			font-family: verdana; 
			font-size: 11px;
			color: #CCCCCC; 
			text-decoration: none;
			
			background: url(http://www.corkandross.org/images/footer-bg.gif) repeat-y;
			align:center;
			margin:0;
			padding:0;
			padding-left:20px;
		}

		

		#breadcrumbs{
			margin-bottom:5px;
			font-weight:bold;
			color:#333333;
		}

		#breadcrumbs .active{
			color:#0066CC;
		}

		#breadcrumbs a{
			font-family: verdana; 
			font-size: 11px;
			text-decoration: none;
			color: #333333;
			font-weight:bold;
		}
		
		
		
		#breadcrumbs a:hover{
			font-family: verdana; 
			font-size: 11px;
			text-decoration: underline;
			color: #333333;
			font-weight:bold;
		}


		.linktable { 
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #333333;
			text-decoration: none;
			line-height : 16px;
			border-collapse: collapse;
	
 		}

		.linktable th {  
			border-right: 1px solid #999999; 
			border-bottom: 1px solid #999999; 
			border-left: 1px solid #003366;  
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			color: #FFFFFF; 
			background-color: #003366; 
			text-align: left; 
			padding-top: 2px; 
			padding-right: 2px; 
			padding-bottom: 2px; 
			padding-left: 5px;
		}

		.linktable td { 
			border: 1px solid #999999;  
		}

		.linktable tr:hover, .linktable tr.hilight {  
			background-color: #999999; 
			color: #FFFFFF 
		}


		.rowLink {
			cursor: pointer
		}


/* ============================== Site Map ===========================================*/


		.sitemap, .sitemap ul, .sitemap ul ul{
		margin:0;
		padding:0;
		list-style-type:none;
		
		}
		
		.sitemap{
		margin-left:4px;
		}
		
		.sitemap ul{
		margin-bottom:20px;
		}
		
		.sitemap ul li{
		margin-bottom:3px;
		}
		
		.sitemap ul ul li{
		margin-bottom:3px;
		}
		
				
		
		
		.sitemap .top{
			font-family: Times New Roman, Times, serif; 
			font-size: large; 
			font-family: times;
			text-decoration: none;
			color: #003366;
			text-transform: capitalize;
		}
		
		.sitemap .nohref{
			font-family: verdana; 
			font-size: 11px;
			text-decoration: none;
			color: #333333;
			font-weight:bold;
		}
				
		.sitemap ul li a{
			font-family: verdana; 
			font-size: 11px;
			text-decoration: none;
			color: #333333;
			font-weight:bold;
		}
		
		.sitemap ul li a:hover{
			font-family: verdana; 
			font-size: 11px;
			text-decoration: underline;
			color: #333333;
			font-weight:bold;
		}

/* ============================== Contact ===========================================*/


		.contact{
			float:right;
			border: 1px solid #BDB994;
			padding:5px;
			margin-top:10px;
			margin-bottom:10px;
			margin-left:10px;
		}
		
		.contact a{
			text-decoration: none;
			color: #0066CC;
		}

		
		.contact a:hover{
			text-decoration: underline;
			color: #003366;
		}
		
		.contactheading{
			font-family: Times New Roman, Times, serif; 
			font-size: large; 
			font-family: times;
			text-decoration: none;
			color: #003366;
			text-transform: capitalize;	
		
		}
		
		.contactform h2{
			font-family: Times New Roman, Times, serif; 
			font-size: large; 
			font-family: times;
			text-decoration: none;
			color: #003366;
			text-transform: capitalize;
			font-weight: normal;
			margin-bottom: 0px;
		
		}


		.contactform span{
			font-family: verdana; 
			font-size: 11px;
			color: #333333; 
			text-decoration: none;
			height: 100%;
		
		}
		
.pdo-header{display:block; font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:bold; font-size:13px; padding-top:3px; padding-left:6px; margin-top:0px;}	
	
#pdo-logo{
width:225px;
height:115px;
background: url(http://www.corkandross.org/images/pdo_logo.gif) no-repeat left;
}


#pdo-navigation{
clear:both;
width:225px;
min-height:100px;
background: url(http://www.corkandross.org/images/pdo_sidenav_header.gif);
background-repeat:no-repeat;
background-position:top;
display:block;
}

#pdo-navigation ul{
float:left;
width:210px;
background-color:#F2F5F7;
min-height:100px;
margin:0px;
margin-top:2px;
margin-left:7px;
padding:0px;
padding-top:15px;
padding-bottom:15px;
border-top:none!important;
border:1px solid #96D5F5;
}

#pdo-navigation li{
list-style-type:none;
background:url(../images/pdo_bullet.gif);
background-repeat:no-repeat;
background-position:top left;
padding-left:20px;
margin-bottom:15px;
width:185px;
margin-left:10px;
}

#pdo-navigation li a{color:#333333; text-decoration:none;}
#pdo-navigation li a:hover{text-decoration:underline;}

#ppd{
float:left;
clear:both;
width:190px;
margin-left:7px;
margin-bottom:10px;
}

#pdo-submitnews{
clear:both;
width:225px;
min-height:100px;
background: url(http://www.corkandross.org/images/pdo_submitnews_header.gif);
background-repeat:no-repeat;
background-position:top;
}

#pdo-submitnews p{margin-top:2px; }
#pdo-submitnews ul{
float:left;
width:188px;
background-color:#E9E5BF;
min-height:100px;
margin:0px;
margin-left:7px;
padding-right:15px;
padding-left:7px;
padding-top:10px;
padding-bottom:15px;
border-top:none!important;
border:1px solid #BDB994;
}

.img_lhs{float:left; margin-right:7px;}

.submit-news-link{
padding:3px; 
padding-bottom:4px;
padding-left:4px;
padding-right:2px;
background-color:#7A764C; 
border:1px solid #AEA671; 
display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-size:11px;
background-image: url(http://www.corkandross.org/images/pdo_submitnews_bullet.gif);
background-repeat:no-repeat;
background-position:right;
}

a:hover.submit-news-link{text-decoration:underline!important;}

.pdo-title{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#074179;
font-size:13px;
font-weight:bold;
border:none;
}

