@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FFF url(../images/page-bg.gif) repeat-x;
}
p {
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#container {
	width: 925px;
	margin: 5px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #E1E1E1;
	text-align: left;
	background: url(../images/main-bg.gif);
} 
#header {
	background: #F36300;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
} 
#container #header a img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 p {
	text-align: center;
}
#sidebar1 h3 {
	color: #FFF;
	background: #F36300;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 5px solid #666;
	border-bottom: 5px solid #666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
#sidebar1 h5 {
	text-align: center;
	color: #FFF;
	background: #666;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	border-top: 2px solid #F36300;
	border-bottom: 2px solid #F36300;
}

#sidebar1 ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar1 ul li {
	display: block;
	list-style: none;
	margin: 6px 0px 6px -5px;
	padding: 5px 15px;
	height: 30px;
}
#sidebar1 ul li a {
	text-decoration: none;
	color: #F36300;
	background: #FFF;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar1 ul li a:link, #sidebar1 ul li a:visited {
	text-decoration: none;
	color: #F36300;
	background: #FFF;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar1 ul li a:hover, #sidebar1 ul li a:active {
	text-decoration: none;
	color: #FFF;
	background: #F36300 url(../images/stone-bg.gif) no-repeat;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 p {
	margin-right: 12px;
	margin-left: 12px;
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#sidebar2 p a {
	text-decoration: none;
	color: #F36300;
}


#sidebar2 h3{
	background-image: url(../images/stone-bg.gif);
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-top: 5px solid #F36300;
	padding: 10px 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 120%;
}
#sidebar2 h3 .click {
	font-size: 70%;
}
#sidebar2 h3 a:link , #sidebar2 h3 a:visited {
	color: #FFF;
	text-decoration: none;
}
#sidebar2 h3 a:hover , #sidebar2 h3 a:active {
	text-decoration: underline;
}

#sidebar2 h4 {
	font-weight: bold;
	color: #000;
	text-align: center;
	border-top: 5px solid #666;
	padding: 10px 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 135%;
	background: url(../images/stone-bg-orange.gif);
	font-size: 120%;
}
#sidebar2 h4 a {
	text-decoration: none;
	color: #666;
}
#sidebar2 h4 a:link , #sidebar2 h4 a:visited {
	color: #000;
	text-decoration: none;
}
#sidebar2 h4 a:hover , #sidebar2 h4 a:active {
	text-decoration: underline;
}
#sidebar2 h4 .click {
	font-size: 70%;
}
#sidebar2 div.stonedoctor {
	display: block;
	margin: 0px auto;
	width: 185px;
	background-image: url(../images/stonedoctorusa.jpg);
	height: 295px;
	background-repeat: no-repeat;
	padding-top: 55px;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#sidebar2 .stonedoctor a {
	color: #FFF;
	text-decoration: none;
}
#sidebar2 .stonedoctor  a:hover {
	text-decoration: underline;
}

#sidebar2 .stonedoctor h2 {
	font-size: 120%;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 130%;
}
#container #sidebar2 .stonedoctor h3 {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar2 .stonedoctor p {
	font-weight: bold;
	font-style: normal;
	text-align: center;
	line-height: 125%;
	font-size: 100%;
}
#mainWide {
	margin: 0 0px 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 12px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/content-bg.gif) repeat-x;
	color: #666;
}
#mainContent {
	margin: 0 190px 0 200px;
	padding: 12px 0px 0;
	background: url(../images/content-bg.gif) repeat-x;
	color: #666;
}

#mainContent h3 {
	color: #666;
	margin-left: 20px;
	font-style: italic;
	font-weight: bold;
	margin-right: 20px;
}

#mainContent h2 a {
	text-decoration: underline;
}
#mainContent h2 a:link, #mainContent h2 a:visited {
	color: #F36300;
}
#mainContent h2 a:hover, #mainContent h2 a:active {
	color: #FFF;
	background: #F36300;
}

#mainContent p a {
	text-decoration: none;
}
#mainContent p a:link, #mainContent p a:visited {
	color: #F36300;
}
#mainContent p a:hover, #mainContent p a:active {
	color: #FFF;
	background: #F36300;
}
#mainContent table {
	margin-right: auto;
	margin-left: auto;
	background: #EBEBEB;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

#mainContent table tr td img {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}

#mainContent table tr td p  {
	font-size: 80%;
	text-align: center;
}
#mainContent table tr .labelcell  {
	color: #FFF;
	background: #F36300;
	text-align: center;
	vertical-align: middle;
}
#mainContent table tr td.specials {
	color: #FFF;
	background: url(../images/2995-specials.gif) no-repeat;
	text-align: center;
	vertical-align: middle;
}



#mainContent ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}
#mainContent ul li {
	list-style: none;
	background: url(../images/orange-bullet.gif) no-repeat 0px 3px;
	padding-left: 15px;
	margin-bottom: 8px;
}


#mainContent img {
	border-top: 1px solid #666;
	border-right: 3px solid #666;
	border-bottom: 3px solid #666;
	border-left: 1px solid #666;
	margin-left: 30px;
	margin-bottom: 25px;
	margin-top: 10px;
}
#mainContent.specials {
	margin-right: 0px;
	margin-left: 0px;
	background-image: none;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent.specials img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent.specials h1 {
	font-size: 260%;
	font-weight: bold;
	text-align: center;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #F36300;
	margin: 15px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent.specials h2 {
	font-size: 165%;
	text-align: center;
	margin-bottom: 0px;
	font-weight: bold;
	color: #5E646F;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
}

#container #mainContent img.NoImgBorder{
	margin-left: 30px;
	margin-bottom: 0px;
	margin-top: 10px;
	border-style: none;
}

#mainContent #frmContact {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#mainContent #frmContact fieldset{
	padding-right: 15px;
	padding-left: 15px;
	background: #EBEBEB;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top-style: none;
	border-left-style: none;
}
#mainContent #frmContact fieldset legend {
	font-weight: bold;
	color: #F36300;
	background: #4A4A4A;
	margin-top: -10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#mainContent #frmContact input.text {
	border:2px inset #F36300;
	width:200px;
}
#mainContent #frmContact textarea {
	border:2px inset #F36300;
	width:350px;
}
#mainContent #frmContact input.text:focus, #mainContent #frmContact textarea:focus {
	background:#FFE1CE;
	border:2px outset #F36300;
}


#mainContent p {
	margin: 0px 20px 15px 40px;
}
#mainContent p.Note {
	margin: 0px 20px 15px 40px;
	font-size: 65%;
	font-style: italic;
}


#mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #F36300;
	font-size: 150%;
	margin: 0px 20px 10px;
}
#mainContent h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 120%;
	color: #F36300;
	margin: 0px 20px 10px;
}


#footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF url(../images/footer-bg.gif) no-repeat;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	line-height: 110%;
}
#footer table tr td p.right {
	text-align: right;
}
#footer table tr td p.center {
	text-align: center;
}

#footer table tr td img.social {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.largeText {
	font-size: 110%;
	font-style: italic;
}
.boldItalicOrange {
	font-style: italic;
	font-weight: bold;
	color: #F36300;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}
