@charset "utf-8";

html, body { 
	height:100%;/*Phil- make the Footer stay at bottom*/
}

/*Header colours #650b0a and #951011*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #666666;*/
	background: url('../../inspections/images/Background.jpg') top repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #5c5c5c;*/
	color: #2a3f4f;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */

	min-height: 100%;
	margin-bottom: -50px;

	
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	background-image: url(../../inspections/images/Header.jpg);
	background-repeat: no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 162px;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #fbd539;
	font-weight: 600;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

h1
{
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #012B4B;
	margin-top: 5px;
	margin-bottom: 0px;
}

h2 {
	font: 105% Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #012B4B;
	margin-top: 10px;
	margin-bottom: 0px;
	/*border: 1px solid #425227;
	background-color: #a78e3e; *//*712002; 650d01;*/
}

h3
{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #012B4B;
	font-weight: 550;
	margin-top: 5px;
	margin-bottom: 0px;
}

 h6
{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #D5d0B0;
	margin-top:20px;
	margin-bottom: 0px;

}

p, li, td
{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}

p{
	margin-top: 5px;
}

#arrows-green, #arrows-red, #arrows-blue
{
	margin-left: 0;
	padding-left: 0;
	
}

#arrows-green li
{
	background-image: url('../../inspections/images/arrow-green.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
}

#arrows-red li
{
	background-image: url('../../inspections/images/arrow-red.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
}

#arrows-blue li
{
	background-image: url('../../inspections/images/arrow-blue.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0 .5em;
	
}

A {
	 COLOR: #8a2b44;  TEXT-DECORATION: none
}
A:hover {
	COLOR: #8a2b44; TEXT-DECORATION: underline
}

#menu {
	background: url('../../inspections/images/menu.gif') top repeat-x;
	height: 35px;
	font-size: 90%;
}
#menu ul {
	list-style: none;
	display: block;
	width: 725px;
	margin: 0 auto 0 auto;
}
#menu li {
	display: block;
	float: left;
}
#menu li a {
	display: block;
	padding: 6px 16px 6px 16px;
	float: left;
	text-decoration: none;
	color: #5e646d;
}
#menu li a:hover, #menu li.menu-selected a {
	background: url('../../inspections/images/menu-alt.gif') 0px 0px repeat-x;
	color: #2c3137 !important;
}


#footer {

	background: url('../../inspections/images/Footer-Bg.gif') top repeat-x;
	height: 50px;
	/*color: #b06564;*/
	font-size: 10px;
	padding-top: 5px;
	color: #5e646d;
	position: relative;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}



#sidebar {
	width: 250px;
	height: 300px;
	float: right;
	margin-left: 20px;
	/*text-align: center;*/
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*anylinkcss are sub menus*/
.anylinkcss{

position:absolute; 
visibility: hidden;
border-bottom-width: 0;
font:normal 80% Arial;
line-height: 18px;
z-index: 100;
width: 140px;
}

.anylinkcss a{
width: 100%;
position : relative; 
top : 5px; /*-5>
left : 10px; /*80*/
display: block;
border-bottom: 1px solid white;
text-decoration: none;
text-indent: 15px;
color: black;
background-color: #e5e6f0;
text-align: left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #414141;
color: #fbd539;
}

a.mainMenuLink{
 /*padding: 8px 4;*/ /*top, left sets the drop down as well*/
 /*display: block;*//*puts it downwards*/
 width: 95px;/* width can be changed this sets the width of text and may go underneath*/
 text-align: left;
 text-decoration: none;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:80%;
 margin-left:0px;
 color: #ffffff;
 background-color:#414141;
 text-indent: 4px;
 border: none;
}

A.mainMenuLink:hover{ /*hover background color*/
color: #fbd539;
}

A.mainMenuLinkSelected {
/*display: block;*/
width: 95px;/* width can be changed this sets the width of text and may go underneath*/
text-align: left;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:0px;
color: #fbd539;
background-color:#414141;
BORDER: none;
FONT-WEIGHT: bold;
text-indent: 4px;
}

A.mainMenuLinkSelected:hover {
color: #fbd539;
}

img.paddedRight
{
	padding-right: 5px;
}

P.borderedbox {

	BORDER-RIGHT: #DBDBDB 1px solid; 
	BORDER-TOP: #DBDBDB 1px solid; 
	BORDER-LEFT: #DBDBDB 1px solid; 
	BORDER-BOTTOM: #DBDBDB 1px solid; 
}

a.newsLink{
	 color:#15a9d3;
	 text-decoration:none;
	 font-size: 85%;
	 font-weight: 300;
}

a.newsLink:hover {
	text-decoration:underline;
}

.newsDate
{
font-size: 70%;
color: #a65600;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.extra-wrap { 
	overflow:hidden;
	}

/*Photo Gallery Styles*/
td.gallery 
{
	background-color:  #788;
	font-size: 15px;
	vertical-align: top; 
}
td.gallerybg {
	background-color: #fff;
	font-size: 11px;
	vertical-align: bottom; 
	text-align: center;
	width: 128px; 
	height: 168px;
}





