@charset "utf-8";
/* CSS Document */

version:   1.0
author:    Rachel McKnight
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* clear all margins */
* {
	margin:0;
	padding:0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border:0;
}

body {
	font-family:Arial, "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	background:url("images/body.jpg") repeat-x top; 
	font-size:12px;	
	color:#666;
	line-height:1.5;
	min-width:700px;
	text-align:center;
}

/* Centre container and set width */
#container {
	margin:0 auto;
	width:700px;
	text-align:left;
}

h1 {
	color:#005a9c;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	color:#005a9c;
	font-size:13px;
	margin:0;
	padding:0;
	}

p {
	margin:0 0 12px 0;
	}

.blue {
	color:#005a9c;
	font-size:13px;
	}

#header {
	height:120px;
	border-bottom:1px solid #999999;
	text-align:center;
	}


#navigation {
	height:30px;
	padding-top:10px;
	}
	
#navigation ul {
	list-style:none;
	padding:0;	
	margin:0;
	display:inline;
}

#navigation li {
	display:inline;
    padding:0 5px 0 10px;
	background-image: url(http://www.brophygillespie.ie/images/divider.gif);
 	background-position: 0em 0.2em;
    background-repeat: no-repeat;
	}
	
#navigation ul .removedivider {
	background-image:none;
	}
	
#navigation a {	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
	text-decoration:none;
	}

#navigation a:hover {
	text-decoration:underline;
	}
	
	
#content {
	border-top:1px solid #999999;
	}	

#footer {
	border-top:1px solid #999999;
		}

#footer p {
	font-size:10px;
	}
	
	
.bullets {
	list-style:none;
	margin:0;
	padding:0;
	}

.bullets li {
	padding:0 0 0 12px;
	background-image: url(http://www.brophygillespie.ie/images/blue_dot.gif);
 	background-position: 0em 0.6em;
    background-repeat: no-repeat;
	}


.floatright {
	float:right;
	padding:24px 0 20px 20px;
	}
	
	.weblink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #005a9c;
}
a:visited {
	text-decoration: none;
	color: #005a9c;
}
a:active {
	text-decoration: none;
	color: #005a9c;
}
a:hover {
	text-decoration: underline;
	color: #036;
}
