#wrapper {
position: relative;
text-align:left;
width:720px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
border: 1px solid #000000;
background-color:#ffffff;
}

body 
{
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/oakTile.jpg);
}

#address {
			position:absolute;
			top:137px;
			text-align:left;
			right:0px;
			font-size:14px;
			font-weight:bold;
			width:512px;
			color:#FFFFFF;
			padding:5px 5px 0px 5px;
			}

a:link, a:visited, a:active {
			color: #eb7126;
}
			
p 
{
	font-size: 14px;
}

.img
{
	font-size: 14px;
	margin:0px;
	padding:0px;
}

  .centeredImage
    {
    text-align:center;
    display:block;
    /*The next two lines are for Firefox to center the image:*/
    margin-right:auto;
    margin-left:auto; 
    margin-bottom:0px;
    }
	
   .italicText
   {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	font-size:14pt;
   }
   
h1 
{
	font-size:24px;
}

#content H1,H2,H6,h4 {
margin: 10px 0px 5px 0px;
	padding-top:0px;
	text-align:center;
}

h2,h4 {
 margin:10px 0px 5px 0px;
 }
 
#slideshow 
{
	text-align:center;
}

#searchResults
{
	margin-top: 10px;
    margin-left:80px; 
	font-size: 13px;
}
	

#header {
	text-align:center;
	margin: 0;
	padding: 0;
}
	

.header {
font-size:16px;
font-weight:bold;
}
	
#content {
border: solid 0px;
width:700px;
margin:0;
padding:10px 10px 10px 10px;
clear:both;
/* float:right; This float right is necessary to position the content right of the floating navigation. */
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


li 
{
	margin-top:6px;
}



#navcontainer 
{
		border-top: solid 20px black;
		text-align:center;
		margin-bottom:0px;

}

ul#navlist 
{
		/*The auto on right and left margins centers the list*/

		margin-top:0px;
		margin-bottom:10px;
		margin-left:0; 
        padding: 0;
        list-style-type: none;
        white-space: nowrap;

}

ul#navlist li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
		border-top: 1px solid #d6dff0;
        border-bottom: 1px solid #d6dff0;
		background-color:#e2e9f6;
}

#navlist li a {
        margin: 0;
        padding: 5px 9px 4px 9px;
        /*This code sets the color of the <a> tag.*/
				color: #000000;
	   border-right: 1px solid #eb7126;
        text-decoration: none;
}

ul#navlist li#active a{
        /*This sets the color of the <a> tag's text and the background color specifically for list items having the "active" id.*/
		color: #eb7126;
	   background-color:#000000;
}

#navlist a:hover {
        /*This code changes the color of the <a> tag's text and the background color when hovered over.*/
				color: #eb7126;
	   	   background-color:#000000;
}

#specifications 
{
font-size:12px;
text-align:center;
}

img 
{
	margin:0px;
	padding:0px;
}

#footer 
{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear:both;
	margin:0px;
	padding-bottom:5px;
	padding-top:0px;
	color:#ffffff;
	background-color:#1c1c1c;
}

#footer A {color: white; font-weight: bold; font-size:x-small;}
#footer A:active {color: white; font-weight: bold;}
#footer A:visited {color: white; font-weight: bold;}
#footer A:hover {color: #eb7126; font-weight: bold;}
