/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}

body {
	margin: 0 0 0 0;
	background-color:#E6E6E6;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*	un-rem this to get a feel for the layout */
/* #shadow, #page, #content, #header, #leftCol, #centreCol, #rightCol, #footer {
	border: 1px solid red;
	}
*/
#shadow {
	padding: 15px;
	width:970px;
	background-image:   url("/images/shadow/body.jpg");
	background-repeat:repeat-y;
	position: relative;
	padding-bottom: 15px;
	/* disabled following line for menu tests */
/*	overflow: hidden; /* for some crazy reason, this fixes the shadow in browsers */
	}

#shadowTop { top: 0; background-image:   url("/images/shadow/top.jpg"); }
#shadowBottom { bottom: 0; background-image:    url("/images/shadow/bottom.jpg"); }
#shadowTop, #shadowBottom { position: absolute; width: 100%; height: 25px; left: 0; background-repeat:repeat-x; }

#page{
	min-height:100%;
	margin-bottom:-40px;
	height:auto;
	width:1000px;
	position:relative;
	left: 50%;
	margin-left: -500px;

	}
* html #page{height:100%;}



#content {
	position:relative;
	background: url("/images/background.jpg") repeat;
	height: auto;
	min-height: 100%;
	padding-bottom: 10px; /* put a gutter at the bottom */
	overflow: hidden; /* for some crazy reason, this fixes the size in browsers */
	padding-top: 10px;
	border-top: 1px dotted black;
	}
* html #content{height:100%;}

#content p { line-height: 1.8em; }

#header {
	background-color:#ffffff;
	position: relative;
	/* disabled following line for menu tests */
/*	z-index:100; */
	}
	
#headerBanner {
	position: relative;
	width: 100%;
	height: 100px;
	background-image:url(/images/header.jpg);
	border-bottom: 1px solid black;
	}
	
/* Top Navigation styles (Should do it with UL/LI, but it caused too many compatibility headaches for now!) */
.mainNav {
	background-color: #cad9df;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 25px;
	margin-top: 3px;
	margin-bottom: 4px; 
	padding: 0px;
	padding-top: 5px;
	padding-left: 10px;
}
.subNav {
	position: absolute;
	right: 8px;
	top: 5px;
	font-size: 11px;
	font-weight:bold;
	color: white;
	}
	
#header a:link, #header a:active, #header a:visited { text-decoration: none; color:#31487e; }
#header a:hover { color: #e80000;}

.subNav a { color: white !important; }
/* END OF Top Navigation styles */


#leftCol {
	float: left;
	position:relative;
	width: 160px;
	left: 15px;
	}
	
#centreCol {
	float: left;
	position:relative;
	width: 468px;
	left: 46px;
	}
	
#rightCol {
	float: right;
	position:relative;
	width: 250px;
	right: 15px;
	}
	
#footer {
	width:100%;
	clear:both;
	height:30px;
	text-align:center;
	position:relative;
	color: #b6abab;
	}
	
#leader {
	width:728px;
	clear:both;
	text-align:center;
	position:relative;
	color: #333;
	margin:auto;
	}
#adHeader {
	width:468px;
	position:relative;
	left:490px;
	top:20px;
}
.advert{
	padding:15px 5px;
}	

#footer p { margin-top: 5px; line-height: 1.7em; }
#footer a:link, #footer a:active, #footer a:visited { text-decoration: none; color:#b6abab; }
#footer a:hover { color: black;}

.infoPanel { font-size: 10px; margin-bottom: 15px;}
.infoPanelHead { background-color: #585858; font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #fff; }
.infoPanelBody { background-color: #ebebeb; color: black; }
.infoPanelBody TD {  border-bottom: 1px solid #585858; }

.infoPanelHead2 { background-color: #274e6e; color: white; }
.infoPanelBody2 { background-color: #cedbe5; }
.infoPanelBody2 TD {  border-bottom: 1px solid #274e6e; }

.smallPanel { margin-bottom: 5px; border-bottom: 1px dotted black; }
.smallPanel2 { margin-bottom: 5px; }
.smallPanel h3, .smallPanel2 h3 { margin-bottom: 5px; }
.infoPanel h3 { margin-top: 0px; }
.infoPanel UL {
	list-style: none;
	line-height: 1.3em;
	margin: 0px;
	padding: 0;
	}
.infoPanel LI { margin-bottom: 5px; }
.infoPanel a:link, .infoPanel a:visited, .infoPanel a:active { text-decoration: none; color:#000000; }
.infoPanel a:hover { text-decoration: underline;}
.infoPanel P {margin-bottom: 5px; margin-top: 0px; }

#clearfooter{clear:both;height:30px;}
div>p {margin:0}
html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:62px;} /*safari wrapper */
-->

