/* --- RESET --- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,blockquote,th,address,td { 	margin:0;	padding:0;}
table {	border-collapse:collapse; border-spacing:0;}
fieldset,img { 	border:0;}
h1,h2,h3,h4,h5,h6 {	font-weight:normal; }
q:before,q:after { content:''; }

/* --- MAKE THE NOSCRIPT IMAGE PLACED BY SERVER AT BOTTOM OF PAGE GO AWAY --- */

noscript{
	display:none;
	}

/* ------------- BASICS --------------------- */

html{
	background-color:#d3d9e3;
	}
body{
	width:800px;
	margin:0 auto;
	padding:0 8px;
	background:#FFF url(../images/body_back.gif) repeat-y center top;
	font-family:Helvetica, Arial, sans-serif;
	}
	
/* ------------- HEADER --------------------- */

#header{
	}
#header img#logo{
	float:left;
	padding: 0 28px;
	}	
#header h1 {
	padding:10px 15px 0 0;
	margin:0;
	font-size:2em;
	text-align:right;
	}
#header h1 a{
	text-decoration:none;
	color:#000;
	}
#header h2 {
	padding:0 15px 0 0;
	font-size:1.2em;
	float:right;
	}
h2#homepage_header{
	background: url(../images/xray_800.gif) no-repeat top left;
	height:300px;
	color:#FFF;
	border-top:2px solid #222;
	padding:8px 0 0 15px
	}

#header address {
	font-size:.9em;
	font-style:normal;
	padding:5px 15px 0 0;
	margin:0px;
	text-align:right;
	clear:right;
	}
#header address a {
	color:#000;
	}

/* ------------- NAVIGATION --------------------- */
#nav{
	height:2em;
	background:#333 url(../images/nav_back.gif) repeat-x center left;
	padding: 0 0 0 98px;
	}
#nav, #nav ul {
	margin: 0;
	list-style: none;
	clear:both;
	}
#nav ul{
	background: #4A4D4A;
	border:solid #111;
	float:left;
	z-index:99;
	border-width:0px 1px 1px 1px;
	}
#nav li {
	float: left;
	width: 100px;
	border-right:1px solid #999;
	}
#nav li a{
	text-decoration:none;
	color:#FFF;
	font-size:.8em;
	padding:.6em 0 0 0;
	height:1.9em;
	display:block;
	text-align:center;
	width:100px;
	}
#nav li a:hover{
	background:#333 url(../images/nav_back_hover.gif) repeat-x center left;
	}	
#nav li li{
	float: left;
	border:none;
	width: 150px;
	}
#nav li li a:hover{
	background:#333;
	}	
#nav li li a{
	width:150px;
	}
#nav li#selected{
	background:#333 url(../images/nav_back_hover.gif) repeat-x center left;
	}
#nav li:hover ul, #nav li.over ul{ 
	left: auto; 
	background-position: 0 0;
	}
#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	height: auto;
	}

/* ------------- MAIN --------------------- */

#main{
	clear:both;
	line-height:1.2em;
	padding:15px;
	}
	#main h2{
		line-height:2em;
		}
	#main h3{
	 	padding-top:1em;
	 	}
	#main .bubble h3{
	 	padding-top:0px;
	 	}
abbr, acronym{
	cursor:help;
	border-bottom:1px dotted #CCC;
	}

.source_citation{
	text-align:right;
	float:right;
	font-size:.8em;
	margin-top:-1em;
	}
	
/* ------------- CONTACT FORM --------------------- */
	
#Form6 label{
	width:190px;
	font-weight:bold;
	float:left;
	text-align:right;
	margin-top:.2em;
	padding-right:1em;
	}
#Form6 input, #Form6 textarea, #Form6 p{
	width:280px;
	float:left;
	margin-top:.2em;
	}
#Form6 .required{
	color:#990000;
	}
#Form6 .button{
	width:100px;
	margin:1em .5em;
	}
#Form6 #buttons{
	margin:0 0 0 200px;
	}
		
/* ------------- SUB NAVIGATION --------------------- */

#subnav{
	width:183px;
	margin:0 0 0 0 ;
	float:left;
	padding:1em 0;
	border-right:1px solid #CCC;
	}
#subnav #sub_selected{
	font-weight:bold;
	}
#subnav li{
	list-style-type:none;
	width:170px;
	padding:.5em 15px .5em 0;
	}
#subcontent{
	margin-left:200px;
	}	
	#subcontent ul{
		margin:1.5em;
		line-height:1.2em;
		}
	#subcontent address{
		margin-bottom:1em;
		}
	#subcontent blockquote{
		margin:1em;
		}
		
/* ------------- HOMESCREEN --------------------- */

.off{
	display:none;
	}
.on{
	display:block;
	}

#modules{
	margin:1em 0 0 0;
	}
	#modules ul{
		margin:0;
		}
	#modules li{
		width:170px;
		padding:35px 0 13px 30px;
		margin:0 0 15px 0;
		float:left;
		font-size:.9em;
		list-style-type:none;
		background: url(../images/mod_normal.gif) no-repeat center bottom ;
		}
	#modules li span{
		color:#000;
		text-decoration:none;
		width:120px;
		float:right;
		padding:5px 0 0 0;
		}
	#modules li img{
		margin:2px 0 2px 0px;
		float:left;
		border:1px solid #000;
		}
	#modules li.hover a{
		font-weight:bold;
		}
	#modules li.hover{
		background: url(../images/mod_active_arrow.gif) no-repeat center bottom ;
		}
	#modules div{
		height:360px;
		border-bottom:2px solid #000;
		border-top:2px solid #000;
		padding:20px 0;
		}
	#modules div h2 a{
		background: url(../images/transparent.png) ;
		color:#FFF;
		padding:5px;
		margin:20px 0 20px 20px;
		text-decoration:none;
		}
	#modules div p{
		background: url(../images/transparent.png) ;
		color:#FFF;
		padding:5px;
		margin:40px 40px 0 20px;
		line-height:1.4em;
		text-decoration:none;
		}
	#modules div p a{
		color:#FFF;
		}
	#modules div p a.learn_more{
		font-weight:bold;
		color:#B4CEE7;
		}
	 #mod_diagnostics{
		background: url(../images/ottawa_800.jpg) no-repeat top left;
		}
	 #mod_equip_sales{
		background: url(../images/rosedale_800.jpg) no-repeat top left;
		}
	 #mod_reg_req{
		background: url(../images/chest_800.jpg) no-repeat top left;
		}
	 #mod_maintenance_service{
		background: url(../images/extra_mile.jpg) no-repeat top left;
		}
		
		

table{
	margin:2em 0;
	width:99%;
	}
td{
	padding:5px 10px;
	vertical-align:top;
	border-top:1px solid #DDD;
	}

	
/* ------------- FOOTER --------------------- */
#footer{
	background: #4A4D4A url(../images/footer_shadow.gif) repeat-x top left;
	clear:both;
	line-height:1.2em;
	border-top:2px solid #111;
	border-bottom:2px solid #111;
	padding:1em 0;
	margin:15px 0 -1.2em 0;
	}	
#footer dl {
	font-size:.9em;
	font-style:normal;
	padding:0 0 0 20px;
	margin:0px;
	width:179px;
	overflow:hidden;
	float:left;
	color:#CCC;
	}
#footer dt {
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:5px;
	color:#EEE;
	}
#footer dd img {
	margin:0 10px 0 0;
	}
#footer .label{
	width:50px;
	display:block;
	float:left;
	}
#footer ul{
	margin:0;
	padding:0;
	}
#footer li {
	margin:0 0 0 10px ;
	}
#footer a{
	color:#CCC;
	}
.copyright{
	text-align:center;
	font-size:.8em;
	clear:both;
	color:#999;
	padding:.7em 0;
	}
	
	
	
	
	
	
	
	
	
	