﻿/* Ceardlann Earraigh CSS Layout*/
#container {
	border: 6px solid #173F55;
	margin:auto;
	padding:0;
	background-color: #004771;
	position: relative;
	width: 900px;
}
#masthead {
	position:relative;
	padding:0px;
	margin:0px;
	width:900px;
	height: 200px;
	background-position: left;
	background-color: #003250;
	background-image: url('images/top_banner.png');
	background-repeat: no-repeat;	
}
#top_nav {
	position:relative;
	top:4px;
	width:900px;
	height: 28px;
	background-color: #5893AC;
}
#page_content {
	position:relative;
	left: 200px;
	top: 10px;
	width:700px;
	background-color: #F2F2F5;
	min-height:482px;
	padding:0px;
	margin:opx;
}
#left_col {
	position:absolute;
	top: 234px;
	left:0px;
	width: 200px;
	padding:0px;
	margin:0px;
}

#footer {
	position:relative;
	top:0px;
	background-color: #5893AC;
	height: 28px;
}
#masthead h1 {
	text-align: center;
	color: #FFFFFF;
	font-size: 400%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#masthead h2 {
	color: #FFFFFF;
	font-size: 200%;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#page_content h1 {
	text-align:center;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
#page_content h2 {
	text-align: center;
	margin:0px;
	padding:0px;
}
#page_content h3 {
	margin: 0px;
	font-weight: bold;
	text-align: center;
}
#page_content p {
	padding: 4px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12pt;
}
#page_content p_old {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12pt;
    color: red;
}
#page_content ul {
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 0px;
	list-style-type: circle;
	text-align: center;
}
#top_nav ul {
	list-style-type: none;
	padding: 0px;
	width: 100%;
	margin: 0px;
}
#top_nav li {
	border: 2px solid #787878;
	background-color: #BBD2E0;
	float: right;
	margin-right: 10px;
	padding: 2px 5px 2px 5px;
	text-align: center;
}
#top_nav a {
	font-weight: bold;
	color: #787878;
	font:"Times New Roman", Times, serif;
	font-style:italic;
}
#top_nav a:hover {
	color: #BBD2E0;
	font-weight: bold;
	background-color: #003250;
}
#left_col ul {
	position:relative;
	margin:0px;
	padding-left: 0px;
	padding-right: 4px;
	list-style-type: none;
	font-size: 100%;
}
#left_col li {
	padding: 0px 0px 0px 0px;
	line-height: 35pt;
	text-align: center;
	position: static;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom:0px;
}
#left_col a {
	background-position: 0px 0px;
	padding: 0px;
	display: block;
	width: 194px;
	height: 50px;
	background: url("images/left_col_button.jpg") no-repeat;
	margin-left: 1px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font:"Times New Roman", Times, serif;
	font-style:italic;
}
#left_col a:hover {
	background-position: 0 -51px;
	font-weight: bold;
	text-decoration:none;
	color:#FFF;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	float: right;
	margin-right: 6px;
	margin-left: 6px;
	margin-top: 6px;
	color: #F2F2F5;
}
#footer a {
	color: #F2F2F5;
}
#body {
	font:"Times New Roman", Times, serif;
}
