/* primary CSS for Coaliste Muire */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #cccccf;
	color:#85878E;
	font: 0.8em/1.3em Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-align: center;
}

p {
	padding: 0.6em 0;
}

h1 {
	color: #1350bb;
	font-size: 150%;
	font-weight: normal;
	margin: 0.3em 0;
}

h2 {
/*
	background: #b4c8eb url(../../img/common/bg_headline.gif) bottom left repeat-x;
	color: #ffffff;
	padding: 0.4em 15px;
	font-weight: bold;
*/
	color: #1350bb;
	font-size: 110%;
}

h3 {
	color: #1350bb;
	font-size: 90%;
	font-weight: bold;
	margin: 0.3em 0 0.2em 0;
}

a, a:link {
	color: #1350bb;
	text-decoration: none;
}

a:visited {
	color: #6699cc;
}

a:hover, a:active {
	background-color: #1350bb;
	color: #ffffff;
}

/* structural styles */

#outerHeader {
	background: #cccccf url(../../img/common/bg_header.gif) top left repeat-x;
}

#header {
	margin: 0 auto;
	width: 770px;
}

#mainNav {
	background: #1350bb url(../../img/common/bg_mainNav.gif) top left repeat-x;
	margin: 0 auto;
	width: 770px;
}

#outerContainer {
	background: #ffffff url(../../img/common/bg_main.gif) top left repeat-x;
	overflow: hidden;
}

#container {
	margin: 0 auto;
	padding-top: 28px;
	width: 770px;
	overflow: hidden;
}

#bgContainer {
	background: transparent url(../../img/common/bg_container.gif) top left repeat-y;
	overflow: hidden;
}

#leftContent {
	border-top: 2px solid #1350bb;
	float: left;
	margin-right: 15px;
	width: 185px;
}

div.leftBlock {
	background: transparent url(../../img/common/bg_leftContent.gif) bottom left no-repeat;
	border-top: 1px solid #ffffff;
	padding-bottom: 130px;
}

div.leftBlockHome {
	background: transparent url(../../img/common/bg_leftContentHome.gif) bottom left no-repeat;
	border-top: 1px solid #ffffff;
	padding-bottom: 45px;
}

div.leftBlock img, div.leftBlockHome img {
	border-bottom: 1px solid #ffffff;
}

#centreContent {
	border-top: 2px solid #1350bb;
	float: left;
	padding-bottom: 20px;
	text-align: left;
	width: 320px;
}

#rightContent {
	float: right;
	width: 230px;
}

#centreAndRightContent
{
	border-top: 2px solid #1350bb;
	float: left;
	padding-bottom: 20px;
	text-align: left;
	width: 510px;
}	

div.sidebarBlock {
	background: transparent url(../../img/common/bg_sectionBase.gif) bottom left repeat-x;
	border-top: 2px solid #1350bb;
	margin-bottom: 20px;
	padding: 1px 0 30px 0;
	text-align: left;
}

div.sidebarImg {
	background: transparent url(../../img/common/bg_sectionBase.gif) bottom left repeat-x;
	border-top: 2px solid #1350bb;
	margin-bottom: 20px;
	padding: 1px 0 21px 0;
	text-align: left;
}


#outerFooter {
	background: #cccccf url(../../img/common/bg_footer.gif) top left repeat-x;
}

#footer {
	margin: 0 auto;
	width: 770px;
}

#baseContent {
	color: #666666;
	float: left;
	text-align: left;
	width: 520px;
}

#baseContent p {
	font-size: 85%;
	margin: 0 0 0 15px;
	padding: 15px 0;
}

#baseNav {
	float: right;
	text-align: right;
	width: 250px;
}

/* miscellaneous styles */

div.clear {
	/*background-color:#00CC66;*/
	clear: both;
}

div.hrClear {
	clear: both;
	height: 1px;
}

div.hrClear hr {
	visibility: hidden;
}

#centreContent ul {
	list-style: bullet;
	margin: 0.3em 25px;
}

#centreContent ul li {
	/*color: #89a7dd;*/
	padding: 0.2em 0;
}
/*
#centreContent ul li.go_p_bullet {
	color: #89a7dd;
	padding: 0.2em 0;
}
*/
#centreContent ul.linkList {
	list-style: url(../../img/common/arrow_blue2.gif) outside;
}

.photocontainer
{
	float: left;
	width: 230px;	
	padding: 5px 0 5px 15px;
}

.photocontainer img
{
	border: 1px solid #FFFFFF;	
}

.photocaption
{
	padding:0 0 0 6px;	
}

.photoitem_link
{
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}

div.backtotop
{
	font-size:90%;
}

.go_downloadlink
{
	display:block;	
    background: url("../../img/followon/icon_download.gif") left top no-repeat;
    padding-left:20px;
    margin-bottom:8px;
}
