body{
	font-family: Trebuchet MS, arial, helvetica, sans serif;
	color: #333;
	background: #FDF5E2;
	font-size: small;
	margin-top: 0px;
	padding: 0;
}

#wrapper{
	position: relative;
	width: 764px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 0;
}

/*////////////////////////////
	HEADER
////////////////////////////*/

#header{
	width: 764px;
	height: 118px;
	background: #fff; 
	margin-top: 20px;
	padding: 0;
	float: left;
}

.logo{
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
}

#toppic{
	width: 564px;
	height: 118px;
	float: left;
	margin: 0;
	padding: 0;
}



/*////////////////////////////
	MENU
////////////////////////////*/

#menu{
	width: 200px;
	background: #fff url(images/menu_background.jpg) no-repeat top left;
	height: 300px;
	float: left;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active{
	color: #000;/* black*/ 
	font-weight: normal;
	text-decoration: none;
}

.innermenu{
	width: 157px;
	float: right;
}

#menu ul{
	margin: 5px 0px 0px 0px;
	padding: 0;
	line-height: 100%;
}

#menu ul li{
	list-style: none;
	width: 145px;
	background: #B30020;/* red */
	float: right;
	margin: 0;
	padding: 0px 0px 0px 5px;
	border-bottom: 2px solid #fff;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active{
	color: #fff;/* blue */
	width: 140px;
	display: block;
	font-weight: bold;
	padding: 5px;
	font-size: 90%;
	text-decoration: none;
}

.colour1{
background: #F4753C;
width: 157px;
}

.colour2{
background: #F15328;
width: 157px;
}

.colour3{
background: #E62D1A;
width: 157px;
}

.colour4{
background: #C6170F;
width: 157px;

}

.colour5{
background: #AC0D05;
width: 157px;
}

.colour6{
background: #960A04;
width: 157px;
}

/*////////////////////////////
	CONTENT
////////////////////////////*/


#content{
	width: 764px;
	background: #fff url(images/content_background.gif) repeat-y top left;
	margin: 0px;
	min-height: 300px;
	max-height: auto;
	float: left;
}

*html #content{
	height: 300px;
}

.innercontent{
	width: 533px;
	float: right;
	padding: 0px 13px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.5em;
}

.telephone{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 6px 0px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #D2D2D2;
}

.telephone a:link, .telephone a:visited, .telephone a:hover, .telephone a:active{
	color: #333;/* grey */
	text-decoration: underline;
}

/*////////////////////////////
	FOOTER
////////////////////////////*/

#footer{
	width: 764px;
	height: 74px;
	background: url(images/footer_background.gif) no-repeat top right;
	float: left;
}

#copyright{
	width: 740px;
	height: 40px;
	font-size: x-small;
	padding: 5px 0px 0px 0px;
	float: left;
}

#copyright p{
	padding-left: 49px;

}


/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #B30020; /*red */
	text-decoration: underline;
}

a:visited{
    color: #B30020; /* red */
	text-decoration: underlined;
}

a:hover{
    color: #B30020;  /* red */
	text-decoration: none;
}


/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: Trebuchet MS, arial, helvetica, sans serif;
	color: #B30020;/* red */
	font-size: medium;
	font-weight: bold;
	margin-top: 0;
}


h2{
	font-family: Trebuchet MS, arial, helvetica, sans serif;
	color: #B30020;/* red */
	font-size: small;
	font-weight: bold;
}  


h3{
	font-family: Trebuchet MS, arial, helvetica, sans serif;
	color: #333;/* black */
	font-size: small;
	font-weight: bold;
}
 

/*////////////////////////////
	OTHER
////////////////////////////*/


ul li{
	list-style-image:  url(images/bulletpoint.gif);
	vertical-align: middle;
}

img{
	border: none;
}

.red{
	color: #B30020;
}

.enquiry
{
	float: left;
	width: 110px;	
}

.right
{
	float: right;
	margin-bottom: 20px;
}

#map
{
	width: 95%;
	height: 400px;
	border: 1px solid #333;
}

.folderblank
{
	background: url(images/folder_blank.jpg) no-repeat top center;
}