@charset "UTF-8";
/* CSS Document */
p
{
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	font-size:12px;
}

h1
{
	font-family:Helvetica, Arial, sans-serif;
	color: #C60;
	font-size:18px;
}

h2
{
	font-family:Helvetica, Arial, sans-serif;
	color: #C60;
	font-size:14px;
}

h3
{
	font-family:Helvetica, Arial, sans-serif;
	color: #000;
	font-size:14px;
}


body {
	background-image: url(img/bg-grad.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #C60;
	font-weight: bold;
	text-decoration: none;
}

li.active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #C60;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

li a:hover
{
	text-decoration: none;
	color: #FFF;
}

p.homeBoxtitle
{
	font-family:Helvetica, Arial, sans-serif;
	color:#C60;
	font-size:16px;
	font-weight:bold;
	margin:0;
}

ul.menu
{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:14px;
	list-style-type:none;
}

.activemenu
{
color:#FFF;	
}

ul.menu2
{
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	font-size:13px;
	list-style-type:none;
	padding-left:36px;
	margin:0;
	padding-top:20px;
}

ul.menu2 a:hover
{
	color:#000;
}

#elainepage
{
	width: 222px;
	height: 208px;
	margin-top:10px;
	margin-right: 10px;
	float:left;
	background-image:url(img/elainepagemenu.jpg);
	background-repeat:no-repeat;
}

#niamh
{
	width: 222px;
	height: 208px;
	margin-top:10px;
	margin-right: 10px;
	float:left;
	background-image:url(img/niamh.jpg);
	background-repeat:no-repeat;
}

.elainepagequote
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#333;
	font-style:italic;
	font-weight:bold;
	margin-top:60px;
}

.niamhquote
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	font-style:italic;
	font-weight:bold;
	margin-left: 235px;
}

.staffmember
{
width:565px;
height: 240px;
}

.staffmemberlong
{
width:565px;
height: 300px;
}

.staffmemberlonger
{
width:565px;
height: 350px;
}

.staffmemberevenlonger
{
width:565px;
height: 450px;
}

.staffmemberevenlongeragain
{
width:565px;
height: 515px;
}

.contactform
{
	list-style:none;
}


.staffmemberpic
{
float:left;	
}

.staffmembertext
{
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	font-size:13px;
	margin-left:160px;
}

.staffmembertextinbox
{
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	font-size:12px;
	margin-left:160px;
}

#footlighterspic
{
	width: 250px;
	height: 366px;
	margin-top:10px;
	margin-right: 10px;
	float:left;
	background-image:url(img/footlighters.jpg);
	background-repeat:no-repeat;
}

#peopleleft
{
width: 270px;
float:left;
}

#peopleright
{
width: 250px;
float: left;
}

#container{

padding:15px;
width:875px;
margin-left:auto;
margin-right:auto;
background-color:#FFF;
}

#header{
padding:0px;
width:875px;
background-color:#000;
height:370px;
}

#menu
{
width:275px;
height:360px;
float:left;
margin-top:10px;
}

#sidemenu
{
	width: 275px;
	height: 400px;
	background-image:url(img/menuback.jpg);
	background-repeat:repeat-x;
	float:left;
}

#maintext
{
width: 565px;
float:left;
padding: 6px 10px;
}

#flash
{
width: 600px;
height: 370px;
float:right;
}

#columns{
border: solid 5px #000;
width:865px;
margin-left:auto;
margin-right:auto;
}

#columntitle{
font:Arial, Helvetica, sans-serif;
font-size:16px;
font:bold;
text-transform:uppercase;
}
#columntitle img{
float:left;
clear:both;
border: 1px solid #FC9;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
}
#left{
float:left;
}
#middle {
float:left;
}

#right{
float:left;
}
#clear {
clear:both;
} 
.homeBox {
	margin:10px;
	padding:10px;
	width:248px;
	border:1px;
	background-image:url(img/bg-cell-lightbrown.jpg);
	background-repeat:repeat-x;
}	
.footerBox {
	padding:15px;
	width:28%;
}	
#footer {
	background-color:#000;
	font-size:11px;
	color:#fff;
}
#footer #middle {
margin-left:0px;
}

.orange {
	color: #C60;
}


/*--------------------------------------------ACCORDION--------------------------------------------*/

	  .accordionItem h2 { margin: 0; font-size: 1.1em; padding: 0.4em; color: #fff; background-color: #CC6600; border-bottom: 5px solid #000; }
      .accordionItem h2:hover { cursor: pointer; }
      .accordionItem div { margin: 0; padding: 1em 0.4em; background-color: #eef; border-bottom: 1px solid #000; }
      .accordionItem.hide h2 { color: #000; background-color: #FC9; border-bottom: 5px solid #CC6600;}
      .accordionItem.hide div { display: none; }
