body {
    margin: 0; 
    padding: 0;
    background-color: #000000;  /* #e7e8e9; #a7a9ac the clour applied to the window around the web page*/
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

a {
    color: inherit !important;
    text-decoration: none;
}

#container {
    margin: 0 auto;
    padding: 0;
    width: 980px; /* 794px; */
    background-color: #fff; /* #fff the background colour of the web pages*/
}

#header p img {
    margin: 0 0 9px 0; /* affects the banner strapline*/
}

#header span.contact {
	margin-left: 35px; /* affects the banner strapline*/
}

#header span.orange {
	padding-left: 5px;
	color: #f56912;
	font-family: Tahoma;
    font-weight: bold;
    font-size: 17px;
}

#header p {
	margin: 0;
	padding: 0 0 16px 0;
	height: 127px;  /* (104 + 39) - 16 */
	background-color: #e7e8e9; /* #e7e8e9  */
	color: #7a7b7e; /* colour of banner strapline text  */
	font-family: Tahoma;
	font-weight: bold;
	font-size: 15px;
}

#header a {
	color: #7a7b7e;
	font-family: Tahoma;
    font-weight: bold;
    font-size: 17px;
}

#footer span.orange {
	color: #f56912;
	font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
}

#footer p {
	height: 8px;
	background-color: #e7e8e9;
	color: #7a7b7e;
	text-align: left;
	font-weight: bold;
	font-size: 9px;
	margin-bottom: 21px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 271px;
}

#footer a {
	color: #59595d !important;
}

#footer a:hover {
	color: #f47321 !important;
}

#content_container {
    padding: 26px 38px; /* topmargin  between strapline and top of menu bar, & left margin to menu bar */
}

#menu {
    width: 193px; /* width of menu bar */
    float: left;
}

blockquote {
	font-size:14px;
	
}

ul.menu {
    list-style-type: none;
    margin: 0 0 27px 0;
    padding: 0;
}

ul.menu li {
    margin: 0 0 1px 0;
    width: 193px;
    height: 27px;
    color: #666;  /* #666*/
    background-color: #e7e8e9;
}

ul.menu li a {
	color: #666;
	font-size: 14px;
	font-weight: bold;
    display: block;
    padding: 3px 0 2px 10px;
}

ul.menu li.title {
    height: 27px; 
    color: #fff;
    font-weight: bold;
}

ul.menu li.title a {
	color: #fff;
    padding: 4px 0 3px 10px;  /*top right bottom left*/
}

ul.menu li.dark-grey { background-color: #a7a9ac; }
ul.menu li.dark-blue { background-color: #004271; }
ul.menu li.dark-green { background-color: #008080; }
ul.menu li.purple    { background-color: #9c3f97; }
ul.menu li.green     { background-color: #94c948; }
ul.menu li.orange    { background-color: #f47321; }
ul.menu li.pink      { background-color: #ec008c; }
ul.menu li.blue      { background-color: #4e9fba; }
ul.menu li.flag-red      { background-color: #ce1126; }
ul.menu li.flag-black      { background-color: #000000; }
ul.menu li.flag-green      { background-color: #339e35; }

p.menu {
	color: #999;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-left: 2px;
	margin-bottom: 0px;
}

p.menu .phone {
	color: #004371;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
}

#content {
    width: 655px;
    margin-left: 232px;
    margin-top: 38px; /* 38px  */
}

#catcontent {
   	width: 1000px;
    margin-left: 232px;
    margin-top: 0px;
}

#content p, #content p strong,
#content li, #content td {
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
}

h1 {
	color: #1D4372;
	font-size: 15px;
	text-transform: uppercase;
}

h1.dark-grey { color: #a7a9ac; }
h1.dark-blue { color: #004271; }
h1.purple    { color: #9c3f97; }
h1.green     { color: #94c948; }
h1.orange    { color: #f47321; }
h1.pink      { color: #ec008c; }
h1.blue      { color: #4e9fba; }
h1.flag-red  { color: #ce1126; }
h1.flag-black  { color: #000000; }
h1.flag-green  { color: #339e35; }

h2 {
	color: #555;
	font-size: 14px;
}

.content-images {
	text-align: center;
	margin-top: 28px;
}

.content-home-img {
	position: relative;
	top: -38px;
	margin-bottom: -38px;
}

.content-images img {
	margin-bottom: 28px;
}

img.left {
	float: left;
}

img.right {
}

img.rightandrepel {
	float: right;
	margin-bottom:1000px;
	margin-left:20px;
	margin-top:20px;
	
}


img.leftandrepel {
	float: left;
	margin-bottom:20px;
	margin-right:20px;
	margin-top:5px;
	
}

.highlighted {
	clear: right;
	color:#FF0000 !important;
	font-weight:bold;
}
