/* CSS Document */

html, body, ul, li {margin: 0; padding: 0; border: 0;}

body {
	color: #000; 
	margin: 0 0px;			 
	background: #eee;
	font-size: 100.01%;
	font-family: verdana, sans-serif;
	text-align: center;
	}

table {border-left-color:#060000;
border-left-style:solid;
border-left-width:1px;
border-top-width:1px;
border-top-style:solid;
border-top-color:#060000;
}

td{
border-right-style:solid;
border-right-width:1px;
border-right-color:#060000;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#060000;
}

.wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 1px solid #666;
	background: #fff;
	text-align: left;
}
	

	
h2 {font-size: 1em; font-family: verdana, sans-serif; margin: 10px;}
	
p {color: #000; font-size: .9em; margin: .6em 10px;}

.navholder {
	width: 8em;
	float: left;
	display: inline; /* doubled margin bug fix for IE/win */
	margin: 15px 0px 5px 0px;
}

/* the flyout menu */
ul {
  	width:12em;
	border-top: 1px solid #000; /* Makes top border on flyouts */
	font-size:11px;
	background-image:url(button-background.jpg);
	}

li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	font-weight: bold;
	font-family: arial, sans-serif;
	border-left: 1px solid #000; /* Makes side borders on flyouts */
	border-right: 1px solid #000; /* Makes side borders on flyouts */
	border-bottom: 1px solid #000; /* Makes bottom border on flyouts */
	vertical-align: bottom; /* for IE5/win */
	}

ul a {
	display: block;
	padding: 5px 10px;
	vertical-align: bottom; /* needed for IE5/win */
	text-align: center;
	text-decoration: none;
	color: #fff;
	}

ul ul { 
	position: absolute;  
	left: -3000px;
	background-color:#FFBF00;
	}	/* flyout elements need a background image or color to avoid bugs in IE/win */
		
li:hover {background: #000;}
	
ul li:hover ul {
	left: 7em;
	top: 4px;
}

ul a:hover {text-decoration: underline;}

#contactinformation{
position:absolute;
top:5px;
left:2%;
width:18%;
height:80px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
z-index:6;
}

#menu{
position:absolute;
left:0px;
top:180px;
width:20%;
height:600px;
z-index:1;
}

#leftside {
position:absolute;
left:0px;
top:153px;
width:20%;
height:600px;
background-color:#D49F00;
z-index:0;
}

#backgroundheading{
position:absolute;
top:0px;
left:0px;
width:100%;
height:107px;
background-image:url(images/backgroundheading.jpg);
z-index:0;
}
 
#sidebar{
position:absolute;
left:0px;
top:108px;
width:100%;
height:47px;
text-align:center;
font-weight:bold;
background-image:url(images/sidebarbackground.jpg);
z-index:0;
}


#maintitle{
position:absolute;
top: 2%;
left:38%;
width:130px;
font-family:"Ancestory SF", "Edwardian Script ITC", "French Script MT", "Liffey Script SF";
z-index:1;
}
#mainsubtitle{
position:absolute;
top: 10%;
left:35%;
width:40%;
font-family:"Ancestory SF", "Edwardian Script ITC", "French Script MT", "Liffey Script SF";
z-index:1;
}

#maininformation{
position:absolute;
top: 35%;
left:30%;
max-width:70%;
max-height:200px;
text-align:left;
font-family:"Times New Roman", Times, serif;
z-index:1;

