@charset "utf-8";
/* CSS Document */

body#index a#index,
body#products a#products,
body#services a#services,
body#warranties a#warranties,
body#new a#new,
body#contact a#contact,
body#about a#about,
body#links a#links,
body#map a#map,
body#state a#state,
body#testimonials a#testimonials
{color: #369; }

html {
	height: 100%
}

.container {
	height: 100%;
}

body {
	padding-left: 11em;  
	font-family: "Times New Roman",;
    color: #000;
    background-color: #336699 
}

#header {
	position: absolute; top: 0em; left: 0px;
	width: 100%;
	height: 146px;
	font-weight: bold;
	background-color: #e2e1dc;
	background-image:  url(../graphics/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	text-decoration: none; 
	color: #000;
	font-weight: bold;
}

#header ul {
	text-align: center;
	margin-top: 128px;
}

#header a {
    text-decoration: none }
#header  a:active {
	color: #369; }
#header  a:link {
    color: #369; }
#header  a:visited {
    color: #369; }
#header  a:hover { 
    color: #369; 
}

ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
	position: absolute;
    top: 150px;
    left: 0em;
    width: 9em;
	min-height: 100%;
}

ul.navbar li {
    background: #e2e1dc;
    margin: 0em 0;
    padding: 0.5em;
}
ul.navbar a {
    text-decoration: none }
ul.navbar  a:active {
	color: #369; }
ul.navbar  a:link {
    color: #000; }
ul.navbar  a:visited {
    color: #000; }
ul.navbar  a:hover { 
    color: #369; 
}

h1 {
	 font-family: "Georgia",; 
}
	
#main {
	position: absolute;
	top: 150px;
	left: 151px;
	background-repeat: no-repeat;
	background-color: #e2e1dc;
	overflow: hidden;
	width: auto;
	height: auto;
}

#main a {
    text-decoration: none }
#main  a:active {
	color: #369; }
#main  a:link {
    color: #369; }
#main  a:visited {
    color: #369; }
#main  a:hover { 
    color: #369; 
}

#content a {
    text-decoration: none }
#content  a:active {
	color: #369; }
#content  a:link {
    color: #369; }
#content  a:visited {
    color: #369; }
#content  a:hover { 
    color: #369; 
}

#content {
	position: relative; left: 2px;
	margin-right:5px;
	overflow: hidden;
}

#weblead {
	position: absolute;
	top: 150px;
	left: 151px;
	background-repeat: no-repeat;
	background-color: #e2e1dc;
	overflow: hidden;
	width: 1000px;
	height: auto;
}
