/*
-----------------------------------------------
CSS Rules
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../imgs/nav/loading.gif');
}
html>body { font-size: small; } /* be nice to Opera */
html,body { height: 100%; }

/* Styles
----------------------------------------------- */
a img { border-style: none; }

h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }
p { margin:0.375em 0; }

ul { margin-top:0.375em; list-style-type: square; }
ul.both { margin-top:0.375em; }

label, select { font-size: 85%; font-family: Arial, sans-serif; }
select { color: #B1B1BC;background-color:  #131313;border: 1px solid #b1b1bc; }
input { width:120px; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

#home {
	position: absolute;
	margin: 0px; padding: 0px; 
	top:0px; left: 0px; right: 0px;
	width: 100%; height: 100%;
}

/* Home Elements
----------------------------------------------- */
#bac {
	position: absolute; 
	margin: 0px; padding: 0px; 
	top:0px; left: 0px; right: 0px;
	width: 100%; height: 100%;
	/*background-color: #fff;*/
	background-repeat: no-repeat;
	background-position: center;
}

#milesholden {
	position:absolute;
	padding: 0px;
	top: 150px; left: 100px;
	white-space: nowrap;
}
#milesholden_print, #nav_print {
	display: none;
}

#nav {
	position:absolute;
	top: 195px; left: 100px;
	margin-left: 51px; margin-top:1px;
	white-space:nowrap;
	width: 575px; height: 21px;
}

/* BORDER FOR NAV IMAGES - no association with img 
as pngfix replaces img tag to span */
.brdr1 {
	margin: 1px;
	margin-top: 2px;
}

#contact {
	position: absolute;
	top: 195px; left: 100px;
	margin-top: 36px;
	margin-left: 52px;
	font-family: Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
}
#contact a {
	text-decoration: none;
	text-transform:lowercase; 
	font-weight:bold;
	color: #000;
}
#contact a:hover {
	color: #fff;
}

.spacer {
	font-size: 60%;
	clear: both;
}

