/* CSS Document casahoward.co.uk 
 Style sheet licensed for use on casahoward.co.uk
 CSS may be used in accordance with creative commons license
 (c) 2005 Cequin Web Design 
*/

body
{
	font-size: 1em;
	width:95%;
	height:100%;
	color:#000;
	margin:0;
	background-color:#fec;
	font-family: Arial, Helvetica, sans-serif; 
  font-weight:bolder;
/*font-style:italic;*/
	}

h1
{
	font-size:1.2em;
}

h2
{
	font-size:1.2em;
 text-decoration:underline;
 background-color:#fed;

}

h3
{
	font-size:1.1em;
  text-decoration:underline;
  font-weight:bold;
   background-color:#fed;

}


TABLE {margin: auto;}
	
#page
{
	width:775px;
	height:auto;
	float:left;  
	font-size:0.8em;
	background-color:#FEE3C6;
	z-index:0;
}

img
{
	border:none;
	margin:0;
	padding:0;
	display:inline;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color: yellow;
	text-decoration: underline;
}

.leftcol, .leftcolpics{
		width: 39%;
		text-align: left;
		float: left;
		padding: 0.2em;
	  padding-left:25px;
		margin: 0.2em;
}
.leftcol img
{
 text-align:center;
 margin:auto;
}

.leftcolpics a
{
	position:relative;
	top:2em;
	color: #900;
	padding:3em;
}

.rightcol{
	padding: 0.2em;
	float:right;
	width: 53%;
	margin: 0.2em;
	text-align: left;
}

#borderlines{
	border-top:1px red solid;
	border-bottom:1px red solid;
	border-left:1px red solid;
	border-right:1px red solid;
	height: 115px;
	padding: 0.5em;
}
/* Navigation menu */
.navmenu
{
	font-size:1.2em;
	margin:0 0 2px 0;
        top:179px;
        left:360px;
	position:absolute;
        width:470px;
}



.localmenu
{
   font-size:0.9em; 
   margin:0 0 2px 0;
   border:1px solid #944;
   background-color:#e26657;
   height:1.5em;
   width:100%;
   top:5px;
   position:relative;
}
.localmenu a
{
   padding:10px;
}


.navmenu a
{
	background-position: left center;
	background-image:     url(images/bullets.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
  margin:0px 5px 0 5px;
white-space:nowrap;
}

.navmenu a:hover, .homenavmenu a:hover, .graybg a:hover{
	background-image: url(images/bullets2.gif);
}

.maintext
{
	clear: left;
	float:left;
	left:25px;
	position:relative;
	width:575px;
	height:auto;
	background-color:#fff;
	padding:2em;
}

.footer
{
	width:100%;
	left:0px;
	float:left;
	position:relative;
	background-color:#e77;
	color:#fff;
	font-size:0.85em;
	text-align:center;
	top: 0em;
}

.footer .leftcol
{
	  padding-left:0px;
}
/* This just affects the rigthcol within a footer */
.footer .rightcol, .homefooter .rightcol
{
	text-align:right;
}

h3, #centered{

	color: #000;
	font-size: 1.1em;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}

#centered{
	text-decoration: none;
	text-align: center;
}
.p1
{
	color: #000;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	line-height: 1.4em;
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

#centeralign{
	text-align: center;
}

.boldordered, .normalordered{
	padding-left: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	color: #000;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
.normalordered{
	font-weight: normal;
}

ul
{
	padding:2px;
	margin:1em;
}

li{
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	line-height: 1.2em;
	margin-left:0.1em;
}


li a,  #intro a, .redlink
{
	color:#900;
}

li a:hover, .toplink:hover, .leftcolpics a:hover, #intro a:hover , .redlink:hover
{
	color:Blue;
}

.right
{
	padding-left:25px;
	margin:0;
}

.toplink{
	float: right;
	padding: 4px;
	text-align: right;
	border: 1px #555 solid;
	top:-1em;
	position:relative;
	color:#900;
}

#intro
{
position:absolute;
top:240px;
left:298px;
width:350px;
color:#000;
z-index:5;
font-size:0.9em;
}


.text
{
	padding-top:0;
	width:50%;
	float:left;
}
.images
{
	width:40%;
	float:right;
}

.images img
{
	padding-top:10px;
	padding-bottom:10px;
}

#tblform
{
width:70%;
border:solid 1px #ccc;
padding:0em;
margin:0.5em;
}

#tblform td
{
border-bottom:solid 1px #ccc;
padding:0.2em;
}

.button input
{
margin-left:90px;
margin-right:25px;
width:125px;
}

#desc 
{
width:230px;
}

.header, th
{
height:1.9em;
margin-top:10px;
background-color:#FEC;
text-align:left;
}


