html { height: 100%; margin-bottom: 1px; }

body {
	background: #fff;
	color: #404040; 
	margin:0;
	padding: 0;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;	
 	font-size:small; 
  	line-height:1.3;}
  	

/* linkage  */	
#main a:link, #sidebar a:link {color: #ff7800; text-decoration: none; }
#main a:visited, #sidebar a:visited  {color: #ff7800; text-decoration: none; border-bottom: 1px dashed #aaa;}
#main a:hover, #sidebar a:hover {border-bottom: 1px dashed #ff7800; }

#container {
	width:750px; 
	background:#fff url(i/bg.gif) repeat-y top left;
	margin: 10px auto 0;
	border1: 1px solid #000;
	}

/* header section */

#header {
    height: 220px;
    width: 750px;
    background: #fff  url(i/skyline.jpg) no-repeat bottom left;
    }

#header a#logo {
    display: block;
    height: 45px;
    width: 208px;
    background:  url(i/logo.gif) no-repeat top left;
    border: none;
     }
  
/* forms section */
.formbox {border: 1px solid #999; padding-bottom: 5px; background1: #eee; margin-bottom: 10px;}
.input, .label, .button {
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; 
    font-size: 95%; margin: 0 10px;}
.label {display: block; padding: 4px 0 0 }
.button {margin: 4px 10px ; background: #ccc; border: 1px solid #999;}
#sidebar h3.formtitle {
    color: #fff; 
    background: #999; 
    padding: 3px 10px; }     
     
/* nav bar lifted from Simple Bits -- Thanks Dan */

#nav {width:100%; height:22px;}

#navlist {
	margin: 0;
	padding: 2px 0 20px 10px;
	border-bottom1: 1px solid #696;
	background: #ff7800;
	}

#navlist li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navlist a:link, #navlist a:visited {
	float: left;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	margin: 1px 10px 0 10px;
	padding-bottom: 0px;
	text-decoration: none;
	color: #fff;
	}

body.home ul#navlist a#home, 
body.service ul#navlist a#service, 
body.rates ul#navlist a#rates, 
body.contact ul#navlist a#contact, 
body.employment ul#navlist a#employment, 
#navlist a:hover 
{
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	background: #ff7800;
	color: #fff;
	}
	

/* Rates Section */
strong {color: #000;}
#prices {margin-bottom: 1em;}
#prices strong {font-size: 110%; }
#prices td {vertical-align: top; padding-top: 3px;}
#prices td.price {padding-left:1em;}

body.rates ul {margin: .5em; padding: 0 0 0 .75em;}



/* middle section */

#sidebar {
    float:right; 
    padding: 20px;
    border1: 1px solid black;
    color: black; 
    font-size: 78%;
    width:190px;
        }
        
	
#sidebar h3 { 
    font-size: 110%; margin: 0; padding:0;}


#main {
    padding: 15px 0 20px;
    width: 495px;
    font-size: 78%;
    border1: 1px solid orange;

     }	
     
#main h1 {margin: 0 0 10px; font-size:180%; color: black;}
#main h2 {margin: 10px 0 5px; font-size:130%; color: black;}

     #main p, #sidebar p  {margin: 0 0 1em; padding:0;}  

	
/* footer section */	
#footer {
    position: relative;
    clear: both;
    background: #999;
    font-size: 78%;
    color: #fff;
    padding: 2px 15px;
    }

#footer span {
    display: block;
    position: absolute;
    top: 2px;
    right:15px;
}

#footer a:link, #footer a:visited  {color: #fff; text-decoration: none; }
#footer a:hover   {text-decoration: underline; }

	