@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body, html {
	width: 100%;
	height: 100%;
 	text-align: center;
 	background-color: #f2f2f2;
	background: url('/media/images/background_colour.gif');
 	color: #474747;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
	line-height: 16px;
}

a {
	font-size: 12px;
	color: #444444; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	padding: 0px;
	color: #d2232a;
  	font-size: 18px;
  	line-height: 30px;
}

h2 {
	padding: 0px;
	color: #d2232a;
  	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

h3 {
	padding: 0px;
	color: #d2232a;
  	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h4 {
	color: #d2232a;
  	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}

h5 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #d2232a;
  	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}

/* CLASSES */
.headerIMG {
	width: 255px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.highlight {
background-color:#FFFF00;
}
.listtick {
	list-style-image: url('/media/images/list-tick.gif');
}

.associmages {
	border: 8px solid #CCCCCC;
}


/* ID'S */
#googlemap {
	width: 620PX;
	margin-left: auto;
	margin-right: auto;
}

#footer a {
	color: #005daa;
	font-size: 10px;
}

#footer a:hover {
	color: #005daa;
}
