body, html { 
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, san-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper { 
	width: 800px;
	margin: 25px auto;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
}


/* BANNER BOX AND STYLES
--------------------------------------------------------- */

#banner    {
	background-image: url("/images/banner.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	z-index: 10;
	top: 0;
	left: 0;
	width: 800px;
	height: 110px;
}

#banner-text {
position: absolute;
width: 800px;
top: 110px;
text-align: right;
z-index: 100;
}


#banner-text p {
	color: #333333;
	font-size: 11px;
	margin: 0;
	padding: 0;
}


/* MENU BOX AND STYLES
--------------------------------------------------------- */

#menu {
/*position: absolute;*/
width: 800px;
height:25px;
top: 150px;
padding-top:10px;
padding-bottom: 30px;
text-align: center;
vertical-align:top;
z-index: 100;
}

#menu ul {
margin:0;
padding:0;
}

#menu li {
list-style-type: none;
display: inline;
font-size: 11px;
color: #707070;
border-right:1px solid #707070;
margin:0;
padding:0;
}

#menu li.closeList {
	border-right:none;
}

#menu li a {
color: #88944D;
text-transform: uppercase;
text-decoration: none;
margin: 0;
padding: 0 8px 0 4px;
}

#menu li a:hover {
color: orange;
}



.gyro, a.gyro   {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight:bold;}

/* CONTENT BOX AND TEXT STYLES
--------------------------------------------------------- */

#content  {
	font-size: 12px;
	background: #ffffff;
	text-align: left;
	margin: 30px 0 50px 0;
	padding: 0;
	overflow:auto;
	width: 100%;
}

#content h1 {
	font-size: 24px;
	font-weight: 100;
	color: #566022;
	text-transform: capitalize;
	margin: 0 0 15px 0;
	padding: 0;
}

#content h1.specialHead {
	font-size: 15px;
	font-weight: 100;
	color: #566022;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom:1px solid #566022;
}

#content h2 {
	font-size: 14px;
	font-weight: 100;
	color: #4D4D4F;
	margin:0;
	padding: 7px 0 2px 0;
	text-transform: uppercase;
}

#content h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 2px 0;
	text-transform: uppercase;
}

#content p {
	line-height: 150%;
	margin: 0;
padding:0;
}

#content a:link {
	color: #88944D;
	text-decoration: none;
}

#content a:visited {
	color: #88944D;
	text-decoration: none;
}

#content a:hover {
	color: orange;
	text-decoration: none;
}

#content a:active {
	color: orange;
	text-decoration: none;
}

#content ul {
	margin: 5px 0 10px 15px;
	padding: 0;
}

#content li {
	margin: 0 0 4px 0;
	list-style-type: disc;
	list-style-position:outside;
}

#content #text ul.indentList {
padding-left:175px;	
}

#text {
width: 350px;
float: right;
margin: 0;
padding:0;
}

#text p.quote {
color: #566022;
margin-top: 35px;
}

#text p.question {
color: #566022;
margin: 15px 0 2px 0;
}



#specials_box {border: 1px solid #88944D; padding: 10px; margin-top: 15px; }

/* PHOTOS is for the portfolio gallery on the left
----------------------------------------------------------- */

#photos {
width: 400px;
float: left;
padding: 0;
margin: 0;
}

#photos img {
margin: 0;
padding: 0;
}

#photos p {
}

	
	
/* FOOTER
----------------------------------------------------------- */

#footer {
	width: 100%;
	margin: 25px 0;
	text-align: center;
}

#footer p {
	font-size: 9px;
	color: #4D4D4F;
	margin: 0;
	padding: 0;
}


#footer a:link  {
	color: #88944d;
	text-decoration: none;
	text-transform: none }

#footer a:visited  {
	color: #88944d;
	text-decoration: none;
	text-transform: none }

#footer a:hover  {
	color: #ffa500;
	text-decoration: none;
	text-transform: none }

#footer a:active  {
	color: #ffa500;
	text-decoration: none;
	text-transform: none }

#footer img {
vertical-align: -5px;
border: none;
}
