/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
html {
	height: 100%;
	}
	
body {
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
/*background-image:url(images/background.jpg);*/
/*background-repeat:repeat;*/
padding:0px;
margin:0px;
background-color:#D4D1D1;
}

a {color: #822F2E;}
a:visited {color:#8F8687;}
a:hover {color: #8F8687;}
a:active { color:#822F2E;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #822F2E;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px;
color: #ffffff; }

h2 {
font-size:14px;
font-weight: bold;
padding: 5px 10px;
margin-top:10px;
margin-bottom: -4px;
border-bottom:1px solid #D4D1D1;
}

ul, li {
margin-top: 3px;
}



/* ----------container to center the layout-------------- */
#container {
width: 780px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
height: 100%;
border: 1px solid #aca7a6;
}

/* ----------banner for logo-------------- */
#header {
background-image:url(images/Header2.gif);
background-repeat:no-repeat;
height: 146px;	
}

#banner {
background-color: #822F2E;
text-align: right;
font-weight:bold;
text-transform:uppercase;
color:#ffffff;
padding: 2px;
margin: 0px;
}


/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 223px;
margin-right: 0px;
margin-top: -10px;
border-left: #ACA7A6 1px solid;
}



p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigation------------- */
#left {
float: left;
width: 223px;
margin: 0px;
padding: 0px;
background-color:#D4D1D1;
height: 100%;
/*min-height:600px;*/
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}



#navlist{
	margin-left: 10px;
	padding: 5px;
	list-style: none;
}

#navlist li {
	padding-left: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	margin-top: 10px;
	text-decoration: none;	
}	
	
#navlist a {
	text-decoration: none;
	color: #822F2E;
}	
#navlist a:visited {
	text-decoration: none;
	color: #822F2E;
}	
#navlist a:hover {
	text-decoration: none;
	color: #8F8687;
}
#navlist a:active {
	text-decoration: none;
	color: #8F8687;
	font-weight: bold;
}


body#home li#home a,
body#mission li#mission a, 
body#rentals li#rentals a, 
body#construction li#construction a,
body#newequip li#newequip a,
body#survey li#survey a, 
body#contact2 li#contact2 a, 
body#parts li#parts a
{	
	text-decoration: none;
	color: #8F8687;
	font-weight: bold;
}
	
/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 3px;
text-align: left;
font-size: 90%;
background-color: #822F2E;
margin:0px;
color: #ffffff; }
