/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
.singlecolumn {
	padding:2em;
}
body
{
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	padding: 20px;
	margin: 0;
	text-align: center;	
	font-size: x-small;
	/* Above is a Fix for IE4/5 Below is recovery for standard browsers */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:small;	
}
html>body {
	/* For Opera to recover from above */
	font-size:small;
}

A:link { text-decoration: underline; color: #EF426D;}
A:visited { text-decoration: underline; color: #A1142C; }
A:hover { text-decoration: none; color: #003F62; }

p {
	margin: 0 0 1em 0;
	line-height: 140%;
}
form {
	margin:0;
	background-color: #E5EDF0;
	padding:5px;
}
h1, h2, h3, h4, h5, h6 {
    color: #003f62;
	padding: 0 0 .25em 0;
	font-variant: normal;
}
h1 {
    display: none;
	font-size:150%;
}
h4 {
    border-bottom-style: none;
	font-size:120%;	
}
h3 {
	font-size:120%;
	background-image:url(images/highlight.gif);
	background-repeat:no-repeat;
	height:30px;
	margin:0 0 0 0;
	padding:5px 0 0 30px;
}
h2 {
	font-size:140%;
	text-align:right;
	padding:.5em;
	background-color:#FFFFEB;
	margin-top:0;
}
.standard {
	background-color:#98BAC6;
	color:#003f62;
}

h5{
	font-size:110%;
}
h6 {
	font-size:100%;
	padding: 0;
	margin:.5em 0 .5em 0;
}
table {
	margin:0;
	border-style: solid;
	border-width: 1px;
	border-bottom-width:1px;
	border-color: #FFF;
	font-size: x-small;
	/* Above is a Fix for IE4/5 Below is recovery for standard browsers */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:x-small;	
}
html>body table{
	/* For Opera to recover from above */
	font-size:x-small;
}

#oldbrowser
{
	text-align: center;
}
.centred {
    text-align: center;
}
.imgleft {
    float: left;
	margin-right: 1em;
}
.rightalign {
	text-align:right;
}
.imgright {
	float: right;
	margin-left: 1em;
}

.newsbox {
	background-image:url(images/latest.jpg);
	background-repeat:no-repeat;
	padding-top:40px;
	width:163px;
}
.specialofferhead {
    background-image: url(images/specialoffer3.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	color:#a8adb3;
	text-align: center;
	font-weight: bold;
	height:56px;
}
.specialoffer {
    background-image: url(images/specialofferbody.jpg);
	background-repeat:repeat-y;
	background-position:center;
	color:#a8adb3;
	text-align: center;
	font-weight: bold;
	padding:0 25px 10px 40px;
	margin-bottom:1em;
}
.specialofferfoot {
    background-image: url(images/specialofferfoot.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	color:#a8adb3;
	height:20px;
	margin:0;
}
.specialoffer a {
	text-decoration: underline;
	color: #b3afa8;
}
.specialoffer a:hover {
	text-decoration: none;
}

#leftColumn
{
	float: left;
	width: 166px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 167px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
html>body #leftColumn {
	 width: 167px;
}
#rightColumn
{
	float: right;
	width: 166px;
}
#contentColumn
{
	width: auto;
	margin-left: 166px;
	background-image: url(images/fingal_bg3.jpg);
	background-repeat:repeat-x;
	background-color: #fff;
}
#masthead {
    height: 100px;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFF;
	
}
#twocolcontent {
	height: 100%;	/* fix the Win32 IE float bug */
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#twocolcontent
{
	height: auto;	/* fix Opera which breaks with the above IE fix */
}
#twocolcontent
{
	height: 80%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerFooter, #twocolcontent
{
	padding: 10px;	
}

#innerLeftColumn
{
	padding: 0px;
}

.mainimage {
    height: 100px;
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border-width: 0px;
	border-color: #ffffff;
	border-top-width: 0px;
	z-index: 30;
	border-top: solid 1px #000;
			
}

#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	margin-right: 166px;
	height: 100%;	/* fix the Win32 IE float bug */
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 80%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

/*---- Borders ----*/
.pageBorder {
	width: 758px;
	border: solid 1px #000;
	border-top-width: 0px;
	border-bottom-width: 0px;	
	border-color: #8F95AF;	
	margin: auto;

}
#pageFrame
{
	font-family: verdana, georgia, arial, helvetica, sans-serif;
	text-align: left;
	font-size: xx-small;
	/* Above is a Fix for IE4/5 Below is recovery for standard browsers */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:x-small;	
}
html>body #pageframe{
	/* For Opera to recover from above */
	font-size:x-small;
}

#leftColumn
{

	background-color: #E51C3E;

}

#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn, #twocolcontent
{
	border: solid 0px #000;
	border-color: #04405C;
	
}

#footer
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-image: url(images/sidewhite.jpg);
	background-repeat:repeat-y;
	background-color: #FFF;
}
#masthead
{
	border-bottom-width: 1px;
}
#innerLeftColumn
{
	border-right-width: 1px;
}

#contentColumn
{
	border-left-width: 1px;
}
/*---- Visual Elements ----*/

.borderbox {
	border:1px solid #D8C4A8;
	background-color:#000;
	padding:10px;
	margin-bottom:10px;
}
.tablehead {
	background-color:#FFF;
	color:#003f62;
	font-weight:bold;
}	

.navtext {
	color: #b59463;
}
.rowbg {
	background-color:#003366;
	color:#fff;
}
body
{
	background-image: url(images/fingal_bg.jpg);
	background-repeat:repeat-x;
	color: #003f62;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-image: url(images/sidered.jpg);
	background-repeat:repeat-y;
	background-color: #FFF;
	border-color: #8f95af;
	color: #003f62;
}
#hnav {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width:1px;
    border-top-style: solid;
    border-top-width:1px;
	border-color: #6f8c8f;
	white-space: nowrap;
	margin: 0;
	padding: 3px 0 4px 0;
	color: #6f8c8f;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
}
#hnav ul
{
text-align: center;
list-style-type: none;
line-height: normal;
margin: 0;
padding: 0;
}
#hnav ul li
{
background-position:center;
display: inline;
white-space: nowrap;
/*/*/ /*/display: none;/*  */
}


/*** Alternative Lists for Horizontal Nav Bar ***/

#althnav {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width:1px;
	border-color: #8F95AF;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}
#althnav ul
{
text-align: center;
list-style-type: none;
margin: 0;
padding: 0;
}
#althnav ul li
{
background-position:center;
display: inline;
white-space: nowrap;
/*/*/ /*/display: none;/*  */
}


#Tabletop {
	border-style: solid;
	border: 1px solid #000;
	border-bottom-width:1px;
	border-color: #dedede;
	background-color: #efefe7;
	font-size: small;
	/* Above is a Fix for IE4/5 Below is recovery for standard browsers */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 420px;
}

#Table1 {
	border-style: solid;
	border: 1px solid #000;
	border-bottom-width:1px;
	border-color: #dedede;
	font-size: small;
	/* Above is a Fix for IE4/5 Below is recovery for standard browsers */
	voice-family: "\"}\"";
	voice-family: inherit;
	
}

#Table1 th {
	padding: 3px;
        background-color: #efefe7;	
        text-align: left;
}

#Table1 td {
	padding: 3px;
        border-bottom: 1px solid #333;
}


#Table1 td.firstcol {
	width: 230px;
	}
	
#Table1 td.secondcol {
	width: 120px;
	text-align: left;
	color: #006;
	}
	
#Table1 td.thirdcol {
	width: 50px;
	text-align: left;	
	}
	
#Table1 td.fourthcol {
	width: 80px;
	}

	

