/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	background: #bbad93;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #251f15;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, form, input, legend, select, option, address {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Sets the line-height for the p, td, and address tags */
p, td {
	line-height: 18px;
}

address {
	line-height: 14px;
	font-style: normal;
	}
	
/* Styles A links */
a img {
	border: 0px;
}
a:link {
	text-decoration: underline;
	color: #6a6050;
	}
a:visited {
	text-decoration: underline;
	color: #3a3124;
 }
a:hover {
	text-decoration: none;
	color: #584e3e;
	}
a:active, a.selected {
	text-decoration: none;
	color: #493f30;
	}
	
/* Style ordered and unordered lists */
ul, ol {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: url(images/bullet.gif) inside;	
}

/* CLASSES to create columns for unordered lists in IE. */
ul.leftul, div#leftpara {
	float: left;
	width: 200px;
}
ul.rightul, div#rightpara {
	float: left;
	width: 200px;
	margin-left: 15px;
}

/* ID to set back to top link */
p#back {
	margin: 0px;
	text-align: right;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	clear: both;
}
p#back a {
	text-align: right;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4, h5 {
	color: #3a3124;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1, h2, h3 {
	font-weight: normal;
	}
h1 {
	font-size: 20px;
	padding: 0;
	margin: 0px 0px 10px;
	border-bottom: 1px solid #c2b59c;
}
h2 {
	font-size: 18px;
	padding: 0;
	margin: 0px 0px 8px;
}
h3 {
	font-size: 16px;
	padding: 0;
	margin: 0px 0px -10px;
}
h4 {
	font-size: 14px;
	padding: 0;
	margin: 0px 0px -10px;
}
h5 {
	font-size: 12px;
	padding: 0;
	margin: 0px 0px 2px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 100%;
	margin: 0px;
	background: url(images/bg_site.gif) repeat-x;
}

/* Creates DIV container for layout. */
div#layout {
	width: 770px;
	margin: 0px;
	background: #f0eae2 url(images/layout.gif) repeat-y; /* Faux column bg for page */
}

/* Creates DIV container for bttom (used to prevent the layout from breaking. */
div#bottom {
	width: 770px;
	margin: 0px;
	background: url(images/layout.gif) repeat-y; 
	clear: both;
}

/* Creates DIV container for logo. */
div#logo {
	width: 770px;
	margin: 0px;
	}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	margin: 0px;
	height: 140px;
	}
		
/* Creates DIV container for sidebar content */ 
div#sidebar {
	width: 210px;
	float: left;
	padding: 0px;
	color: #584e3e;
	background: url(images/sidebar_bg.jpg) no-repeat;
}
div#sidebar a {
	color: #584e3e;
}
div#sidebar address {
	padding: 5px 0px 10px 10px;
}

/* Creates DIV container for main content */ 
div#content {
	width: 560px;
	float: right;
	padding: 0px 0px 10px 0px;
	background: url(images/content_bg.gif) no-repeat right bottom;
}
div#content p, h1, h2, h3, h4, h5, table {
	margin-left: 10px;
	margin-right: 10px;
}
div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 25px;
	margin-right: 10px;
}

/* Styles DIV container for Google map */
div#map {
	border: 1px solid #c2b59c;
	text-align: center;
	margin: 10px auto 5px;
	width: 538px;
}

/* Styles DIY frames in Plus sites */
iframe#iframe1 {
	margin: -20px 0px 0px -10px;
	overflow: hidden;
}

/* Creates DIV container for footer content*/ 
div#footer {
	font-size: 10px;
	width: 100%;
	margin: 0px;
	text-align: left;
	clear: both;
	padding: 0px;
	background: #bbad93 url(images/footer.gif) no-repeat;
	color: #ffffff;
}
div#footer a {
	color: #ffffff;
	font-weight: bold;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	margin: 0px;
	padding: 5px 5px 7px;
}

/* Creates DIV container for copyright statement */
div#copyrght {
	font-size: 9px;
	margin: 0px;
	padding:5px 5px 10px;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 770px;
	background: #bbad93 url(images/mainnav_bg.gif) no-repeat;
	height: 25px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #f8f4ef;
	display: block;
	float: left;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	padding: 6px 5px 6px;
	text-decoration: none;	
	text-transform:uppercase;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #b0a185 url(images/hover_bg.gif) repeat-y;
	color: #f8f4ef;
	width: auto;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #a59578 url(images/current_bg.gif) repeat-y;
	color: #f8f4ef;
	width: auto;
}

/* Create CLASSES to float images and groups of images in SPAN tags */

/* start hack to hide DIV styles from Internet Explorer */
html>body div#rtfloat {
	float: right;
	margin: 10px 10px 10px 10px;
}
html>body div#lftfloat {
	float: left;
	margin: 10px 10px 10px 10px;
}
/* end hack to hide styles from Internet Explorer */

div#rtfloat {
	float: right;
	margin: 10px 3px 10px 10px;
}
div#rtfloat img {
	border: 1px solid #c2b59c;
	margin: 0px 0px 10px;
}
div#lftfloat {
	float: left;
	margin: 10px 10px 10px 0px;
}
divlftfloat img {
	border: 1px solid #c2b59c;
	margin-bottom: 10px;
}
img.rt {
	float: right;
	margin: 10px 10px 5px 5px;
}
img.rtborder {
	border: 1px solid #c2b59c;
	float: right;
	margin: 10px 10px 5px 10px;
}
img.rtbordernorightmargin {
	border: 1px solid #c2b59c;
	float: right;
	margin: 0px 0px 5px 10px;
}
img.lft {
	float: left;
	margin: 10px 5px 5px 15px;
}
img.lftborder {
	border: 1px solid #c2b59c;
	float: left;
	margin: 10px 10px 10px 10px;
}
img.ctrborder {
	border: 1px solid #c2b59c;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}
/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to underline text */
.underline {
	text-decoration: underline;
}

/* Class to style businessname in address tag */
.businessname {
	font: bold 11px Georgia, "Times New Roman", Times, serif;
}

/* Class to make price text float to the left */
span.itemfloat {
	float: left; 
	font-weight: bold;
}
span.itemfloatclear {
	float: left; 
	font-weight: bold;
		clear:both;
}
span.itemnobold {
	float: left; 
}
span.itemnofloat {
	font-weight: bold;
}
span.price {
	float: right;
	font-weight: bold;
}
span.pricenofloat {
	font-weight: bold;
}
span.pricenofloat2 {
	font-weight: bold;
	padding-left: 290px;
}
span.pricefltleft1 {
	float: left; 
	font-weight: bold;
}
span.pricefltleft2 {
	float: left; 
	font-weight: bold;
	padding-left: 50px;
}
span.pricefltright {
	float: right; 
	font-weight: bold;
	padding-right: 100px;
}
span.pricefltrightclear {
	float: right; 
	font-weight: bold;
	padding-right: 100px;
	clear:left;
}
span.pricefltrightnopadding {
	float: right; 
	font-weight: bold;
	margin-right: 100px;
}
span.pricefltrightnopdnomar {
	float: right; 
	font-weight: bold;
}
span.pricepadding {
	padding-left: 50px;
}
span.smaller {
	font: bold italic 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}
span.smallernobold {
	font: italic 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}
/* Class to indent text */
.indent {
	margin-left: 30px;
}