/* Colours used:- 
Off white #FFFFDD
Light blue #95D0F7
Dark blue #3B8ABF
Gold #E9C881
*/
/* ########### COMMON ############ */
body {
	background-color: #FFFADD;
	background-image: url(graphics/bg.gif);    /* LH stripes */
	background-repeat: repeat-y;
	background-position: -7px 0px;
	font-family:  Verdana,Arial, sans-serif;
	font-size: 10pt; /* Base size */
	color: #330033;	
}

table#page {
	background: transparent url(graphics/bgRight.gif) repeat-y right top; /* RH bar */
	/*position: absolute;
	left: 5px;
	top: 0;*/
	width: 101%; /*  101% works ! */
	height: 560px;
}

td {
	vertical-align: top;
}

li {
	padding: 3px 0px 0px;

}

h1, h2, h3, h4, h5 {
	color: #2a799f;
	letter-spacing: 0.3pt;
	text-align: left;
	font-weight: bold;
}
h2 {
	 font-size: 14pt;
}
h3 {
	 font-size: 12pt;
}
h4 {
	font-size: 10pt;
}
.smallGreen {
	color: #009900;
	font-size: 10px;
}

.c {
	text-align: center;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:link.blue, a:visited.blue {
	/*color: #19688d;*/
	color: #22E;
	text-decoration: none;
}
a:hover, a:hover.blue {
	color: #FF3333;
}
/************** roll-over effect styles **************/
tr.normal { }
tr.highlight {BACKGROUND-COLOR: #e0f7e0}

/*  ########################  HEADER SECTION  #######################  */
td#top {
	height: 190px;
}

div#header {
	position: absolute;
	height: 120px;
	width: 99%; /* 99 */
	left: 0px;
	top: 22px;
	background: url(photos/header.jpg) repeat-x 0px 1px;
	z-index: 2;
}

div#barH2 { /* Pale blue, top */
	background-color: #95D0F7;
	height: 8px;
	width: 98%; /* 98 */
	position: absolute;
	left: 0px;
	top: 17px;
	z-index: 1;
}

div#barH3 { /* Titles */
	background-color: #E9C881;
	height: 50px;
	width: 96.5%;
	position: absolute;
	left: 2.3%;
	top: 150px;
	padding-bottom: 3px;
	z-index: 6;
	border: 1px solid #555555;
}
div#scrollwindow {
	width: 700px;
}
div#barV3 { /* Top, right, short, dark blue */
	background-color: #3B8ABF;
	height: 142px;
	width: 22px;
	position: absolute;
	right: 2px;
	top: 0;
	z-index: 6;
}

div#corner {
	position: absolute;
	left: -17px;
	top: 0;
	height: 300px;
	width: 350px;
	background-image: url(graphics/corner.gif);    /* Dark blue */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index:4;

}

div#corner2 {
	position: absolute;
	left: -10px;
	top: 7px;
	height: 292px;
	width: 350px;
	background-image: url(graphics/corner2.gif);    /* Light blue */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index:4;
}

div#apt {
	position: absolute;
	left: -6px;
	top: 6px;
	z-index:9;
}

h3.cw {
	text-align: center;
	color: white;
	font-family: Century, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-top: 4px;
	margin: 0px;
	vertical-align: middle;
	padding-bottom: 4px;
}

/* **************** MENU SYSTEM  ****************** */
div#menu { /* Top, dark blue bar with menu */
	position: absolute;
	background-color: #3B8ABF;
	left: 117px; /* 117 = Space on left of menu, behind logo */
	top: 0;
	width: 90%; /* 86,  109 */
	height: 11px;
	z-index:10;
	padding: 5px 0px 1px 0;
}

.horizontalcssmenu ul{
	margin: 0; 
	padding: 2px 3px 3px 1px;
	list-style-type: none;
	text-align: left;
	list-style-position: inside;
	position: absolute;
	left: 0;
	top: 0px;
	width: 96%;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	float: left;
	position: relative;
	display: block;
	color: white;
	font: bold 11px Arial;
	letter-spacing: 0.5pt;
	padding: 0;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	/*width: 60px;  /*Width of top level menu link items (variable if blank)*/
	padding: 2px 4px 2px 4px;
	margin-right: 2px;
	border: 0;
	border-right: solid 1px #555555;
	border-bottom: solid 1px #333333; 
	text-align: center;
	background-color: #3B8ABF;
	color: white;
	letter-spacing: 0.5pt;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	position: absolute;
	left: -1px; /*  Align with top level menu */
	top: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
	font: bold 11px Arial;
	}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	display: block;
	width: 160px;
	padding: 4px 5px;
	background: #e3f1bd;
	background-color: #3B8ABF;
	border-top: 0px solid;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	}

.horizontalcssmenu ul li a:hover{
	background-color:#95D0F7;
	color: #EE0000;
}

.horizontalcssmenu ul li ul li a:hover{
	background-color:#95D0F7;
	color: #EE0000;
}

.horizontalcssmenu .arrowdiv{
	position: absolute;
    right: 3px; 
	/* background: transparent url(graphics/menuarrow.gif) no-repeat right bottom; */
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em 
top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End Menu */

/* ############  MIDDLE SECTION  ###########  */

/*  ###  Front page  ###  */
table.contents {
	position: relative;
	top: 0;
	left: 45px;
	font-size: 12px;
	width: 91%;
}

td.block {
	background-color: #F0F0D0;
	margin: 0;
	padding: 10px; 
}

h4.news {
	line-height: 100%;
	font-size: 10pt;
	margin: 0 0 5px 0;
	padding: 0px;
	display: inline;
}

div#fiataButton {
	left: 0px;
	width: 100%;
	bottom: -20px;
	position: relative;
	text-align: center;
	margin: 90px 0px 15px 0px;
}
td.left {
	padding-left: 20px;
	padding-right: 15px;
}
table#split {
	position: relative;
	top: 0;
	left: 52px;
	width: 90%;
}
table#news {
	float: left;
	font-size: 12px;
}

td.news {
	text-align: justify;
	background-color: #F0F0D0;
	/*width: 100%;  allow to balance column lengths by varying width to suit*/
	vertical-align: top;
	padding: 12px;
	border: 1px solid #E9C881;
}

table#advert {
	float: right;
	font-size: 11px;
}
td.advert {
	text-align: center;
	width: 20%;
	border: 1px solid #555555;
	vertical-align: text-top;
	padding: 5px;
	background-color: #E9C881;
	}
td.login {
	text-align: center;
	font-size: 11px;
	width: 20%;
	border: 0;
	vertical-align: text-top;
	padding: 0;
	background-color: #E9C881;
}
img.news {
	float: left;
	border: 1px solid #666666;
	margin: 0 10px 5px 0;
	}
img.right {
	float: right;
	border: 1px solid #666666;
	margin-left:10px;
}
img.black {
	border: 1px solid #666;
}
div#fiata {
	position: relative;
	left: 10px;
	bottom: -50px;
}
/* ### End front page  ### */

/*  ##  Other pages  ##  */
div#justify {
	position: relative;
	left: 55px;
	top: 10px;
	width: 88%;
	text-align: justify;
}
div.block {
	background-color: #F0F0D0;
	padding: 10px 20px 10px 20px;
	margin: 0 0 6px 0;
	text-align: justify;
}
#justify a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
#justify a:hover {
	color: #FF0000;
	text-decoration: underline;
}
img.photoL {
	float: left;
	border-top: solid 4px #222222;
	border-right: solid 4px #888888;
	border-bottom: solid 4px #bbbbbb;
	border-left: solid 4px #555555;
	margin: 10px 20px 10px 5px;
}
img.photoR {
	float: right;
	border-top: solid 4px #222222;
	border-right: solid 4px #888888;
	border-bottom: solid 4px #bbbbbb;
	border-left: solid 4px #555555;
	margin: 10px 5px 10px 20px;
}
/* ###  Members / Council listing  ##  */
table.members {
	position: relative;
	top: 0;
	left: 15px;
	font-size: 10px;
	width: 86%;
}

td.members, th.members {
	border: 1px solid #DDDDDD;
	padding: 2px;
	height: 22px;
}
#debtors input {
	z-index: 20;
}

#debtors h3 {
	margin: 0 0 5px 5px;
	padding: 0px;
	font-size: 16px;	
}
#debtors h4 {
	margin: 10px 0 0 5px;
	padding: 0px;
	font-size: 14px;	
}
#debtors td {
	padding: 10px 5px 0 5px;
	text-align: right;
}
#debtors th {
	padding: 20px 5px 5px 5px;
	text-align: center;
}
#showDebtors th {
	text-align: left;
}

/*##  End, other pages  ##  */

/* ##############  FOOTER SECTION  ################ */

td#footer {
	text-align: center;
	height: 25px;
}
#footer a {
	color: #4444FF;
	font-size: 10pt;
}
#footer a:hover {
	color: #EE0000;
}