@charset "windows-1252"; 

/* --------- 1. defaults  --------- */

*	{
	margin: 0;
	padding: 0;
	}
body {
	margin:25px 0px;
	padding:0px;
	text-align:center;
	background-color: white;
	padding-bottom: 40px;
	}
img	{
	padding: 0;
	margin: 0;
	border: none;
	}
	
html, body, div, p {
	font-family:  "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif;

}
/* Positions and IDs */

/* the overall container for the page */	
#wrapper {
	width: 675px;	
	margin: auto;
	text-align:left;
	height: 122.9em;
	padding:0px;
	position: relative;
	background-color: white;
	z-index:1;
	border: rgb(0, 128, 9) 2px solid;
	}
#logobox{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	padding: 0px;
	margin: 0px;
	background-color:white;
	border-bottom: rgb(0, 128, 9) 3px solid;
	}
#logotext{
	position: absolute;	
	top: 98px;
	left: 0px;
	width: 145px;
	padding: 0px 10px 0px 10px;
	font: 1.5em "Times New Roman", Roman, Serif;
	font-weight: bold;
	text-align: center;
	color: black;
	z-index: 2;
	}	
	
#masthead{
	position: absolute;
	top: 0px;
	left: 200px;
	width: 475px;
	height: 146px;
	padding: 0px;
	margin: 0px;
	border-bottom: rgb(0, 128, 9) 3px solid;
	background-color:white;
	background-image: url(../graphics/masthead1.jpg);
	text-align: center;
	} 

#navigation{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 147px;
	padding: 0px;
	margin: 0px;
	background-color: white;
	z-index: 1;
	}
#content{
	position:absolute;
	top: 155px;
	left: 150px;
	width: 500px;
	height: 100em;
	padding: 6px 8px 5px 10px;
	margin: 0px;
	background-color: white;
	z-index: 1;	
	}
#footer{
	position: absolute;
	width: 671px;
	left: 0px;
	bottom: 0px;
   	padding: 8px 2px 2px 2px;
	height: 4em;
	color: white;
	background-color: rgb(0, 128, 9);
	text-align: center;
	z-index: 2;	
	}
.right{
	float: right;
	margin: 10px 0px 10px 20px;
	}
.left{
	float: left;
	margin: 10px 20px 10px 0px;
	}
/* 
---------- 2. fonts ---------- 

*/

html {
	font-size: 100%;
	}

body {
	font-size: 62.5%;
	}
#content{
	text-align: left;
	}
h1, h2, h3, h4, h5{
	color:  rgb(0,128,0);
	font-family: "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	}
h1{
	font-size:1.8em;
	letter-spacing: 0.1em;
	margin: 0em;
	padding: 0.2em 0.7em 0.7em 0em;
	}

div#masthead h1{
	font-size:2.0em;
	padding: 120px 0px 0px 0px;
	color: white;
	}
h2
	{
	font-size: 1.5em;
	margin: 0em 0 1.0em 0;
	letter-spacing: 0.2em;
	font-variant: small-caps;
	text-align: center;
	}
div#logobox h2{
	font: 1em "Times New Roman", Roman, Serif;
	padding: 100px 40px 10px 10px;
	z-index: 3;
	}
h3
	{
	font-size:1.2em;
	letter-spacing: 0.1em;
	margin: 0em;
	padding: 0.2em 0.7em 0.7em 0em;
	font-style: italic;
	}
h5{	 
	font-size: 1.2em;
	padding-top: 2em;
	color: black;
	}
div#content p{
	margin: 0px;
	padding: 0.4em 0px 0.3em 0px;
	font: 1.4em/1.5em "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	} 
div#content ul{
	list-style: URL(../graphics/bullet.gif);
	padding: 10px 0px 0.5em 30px;
	}

div#content ul li{
	margin: 0px;
	padding: 0em 0px 0.5em 0.5em;
	font: 1.4em/1.5em "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	} 	
.clearall{
	clear: both;
	}
.boldtxt{
	font-weight: bold !important;; 
	}

	
/* 	 Drop Down Menu for Woodlands Garages  */

/* ---------- 3. links and navigation ---------- */
	A:LINK{color: rgb(0, 128, 9); font-family: Arial,"Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif; text-decoration : none}
	A:ACTIVE{color : purple; font-family: arial, sans-serif; text-decoration: none}
	A:VISITED{color :rgb(110, 249, 110); font-family: Arial,"Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif; text-decoration : none}
	A:HOVER{color : red; text-decoration : underline;}
	/* menu design */
ul { 
	padding: 0px;
	margin:0px;
}
div#navigation ul li {
    font: 1.2em tahoma,arial,helvetica, sans-serif; 
   	list-style-type:none;	
}

div#navigation ul li a {
	display:block;
	width:147px;
	background-color: rgb(0,128,0);
	color: white;
	text-indent:5px;
	text-align: left;
	text-decoration: none;
	line-height:25px;
	border-top:1px solid #999999; /* format the design */
	border-bottom:1px solid #000000;
	border-right:2px solid #000000;
	border-left:none;
}
div#navigation ul li a:hover {
	font-weight: bold;
	color: rgb(0,128,0);
	background-color: rgb(232, 155, 0);
}
div#footer p a{color: white; font-family: Arial,"Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif; text-decoration : none}
div#footer p a:visited{color: rgb(180,180,180); font-family: Arial,"Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif; text-decoration : none}
div#footer p a:hover {color: white; font-family: Arial,"Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif; text-decoration : underline;}
#xtratxt{
   	position: relative;
   	top: 90em;
   	padding: 10px;
   	font: 9px/11px Arial, sans-serif;
	color: rgb(132,208,240);
	z-index: 0;
   	}	
div#xtratxt h1{
   	font: 9px/11px Arial, sans-serif;
	color: rgb(132,208,240);
   	padding: 0;
   	margin: 0;
	}

