@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: #974619 url(../images/bg-grad.gif) repeat-x;
	overflow:scroll;
}

p {
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 130%;
	color: #974619;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#container {
	width: 925px;
	margin: 0px auto 0;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: url(../images/main-bg.gif);
} 
#header {
	background: url(../images/header.jpg);
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 230px;
} 
#sidebar1 {
	float: left; /* 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: 60px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	background: url(../images/header.jpg) no-repeat 0px -225px;
}

#sidebar1 p {
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	color: #793D25;
}
#sidebar1 p a {
	font-size: 110%;
	color: #793D25;
}

#sidebar1 h3 {
	color: #FFF;
	background: #5B484C;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 5px solid #AA6C23;
	border-bottom: 5px solid #AA6C23;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
#sidebar1 h5 {
	text-align: center;
	color: #FFF;
	background: #793D25;
	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: 10px 0px;
	font-weight: bold;
	font-size: 90%;
}

#sidebar1 ul li {
	display: block;
	list-style: none;
	margin: 6px 0px;
	padding: 5px 15px 5px 10px;
	height: 30px;
}
#sidebar1 ul li a:link, #sidebar1 ul li a:visited {
	text-decoration: none;
	color: #FFFAEB;
	background: #974619;
	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: #5B484C;
	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 10px 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 {
	text-decoration: none;
	color: #FF6;
}
#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 .click {
	font-size: 70%;
}



#mainContent {
	margin: 0 0 0 210px; /* 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 15px 0 0px;
	background: url(../images/header.jpg) no-repeat -210px -230px;
}


#mainContent p {
	margin: 0px 20px 15px 40px;
}
.note {
	font-size: 70% !important;
	font-style: italic;
}
.special {
	font-size: 200%;
	font-style: italic;
}

#mainContent #CalloutDiv {
	float: right;
	width: 275px !important;
	margin: 10px 0px 0px 10px;
	color: #FFFAEB !important;
	background: #AA6C23;
	border: 6px groove #974619;
}
#mainContent #CalloutDiv p, #mainContent #CalloutDiv h2, #mainContent #CalloutDiv ul {
	color: #FFEEC3;
}
#mainContent #CalloutDiv h2 {
	font-style: italic;
	font-weight: bold;
}


#mainContent .borderBold  {
	border-top: 8px double #5A4A42;
	border-bottom: 8px double #5A4A42;
	display: block;
	text-align: center;
}

#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;
	vertical-align: top;
	border-style: none;
	margin-bottom: 20px;
}
#mainContent table tr td  {
	vertical-align: top;
	border-width: 0px;
	border-style: none;
}

#mainContent table tr td p  {
	font-size: 80%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#mainContent table tr td h3  {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	color: #974619;
	display: block;
	border-top: 8px double #974619;
	border-bottom: 8px double #98451D;
	padding: 15px 10px;
	margin: 15px;
	background: url(../images/coupon-bg.gif) repeat-x;
}
#mainContent ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #974619;
	font-style: italic;
}
#mainContent ul li {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 8px;
}



#mainContent img {
	border-top: 7px double #974619;
	border-bottom: 7px double #974619;
	display: block;
	padding: 10px 0px;
	margin: 10px;
}
#mainContent #p7LSMtrg_1 {
	list-style: none;
	margin-left: 20px;
}
#mainContent #p7LSMtrg_1 ul li {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 8px;
}
#mainContent #p7LSMtrg_1 img {
	border-width: 0px;
	border-style: none;
	margin: 10px;
	padding: 0px;
}

#mainContent #p7LSMtrg_2 {
	list-style: none;
	margin-left: 20px;
}
#mainContent #p7LSMtrg_2 ul li {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 8px;
}
#mainContent #p7LSMtrg_2 img {
	border-width: 0px;
	border-style: none;
	margin: 10px;
	padding: 0px;
}
#mainContent #p7LSMtrg_3 {
	list-style: none;
	margin-left: 20px;
}
#mainContent #p7LSMtrg_3 ul li {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 8px;
}
#mainContent #p7LSMtrg_3 img {
	border-width: 0px;
	border-style: none;
	margin: 10px;
	padding: 0px;
}

#mainContent #frmContact {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#mainContent #frmContact p {
	color: #FFFAEB;
}
#mainContent #frmContact fieldset{
	padding-right: 15px;
	padding-left: 15px;
	background: #974619;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top-style: none;
	border-left-style: none;
	color: #FFFAEB;
}
#mainContent #frmContact fieldset legend {
	font-weight: bold;
	color: #974619;
	background: #FFEEC2;
	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 h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #793F29;
	font-size: 150%;
	margin: 0px 20px 10px;
}
#mainContent h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 120%;
	color: #793F29;
	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:#974619 url(../images/footer.gif) no-repeat;
}
#footer a{
	color: #F36300;
	text-decoration: none;
}
#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%;
	color: #FFF;
}
#footer p.brown {
	color: #5A4A42;
}
#footer table tr td p.right {
	text-align: right;
}
#footer table tr td p.center {
	text-align: center;
}


.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;
}
.centerText {
	text-align: center;
}

