charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0; 
	padding: 0;
	text-align: center;
}
#background {
	background-image:url(../images/bckgrnd.jpg);
	background-repeat:repeat;
}


h1, h2{margin:0; padding:0;}
p {margin:0; padding:0; line-height:125%;}
blockquote {font-size: 1.10em; font-style:italic; line-height:150%; margin:30px; color:#5e5445}
h3 {margin:15px 0 0 0; padding:5px; background-color: #d79c43; color:#000; font-size:1.20em;}
img {text-decoration:none; border:none;}
td {font-size: .95em; line-height:150%; text-align:center; border:none;}
#contact {
	position:relative;
	width:200px;
	left: 760px;
	top: 96px;
}
.phone {font-size:24px; color:#993300; padding:0 0 15px 0;}
#container { 
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/body1.jpg); background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	width:100%; height:165px; background-image:url(../images/head01.jpg); background-repeat: no-repeat; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:none;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-size: .9em;
	padding: 0px 10px;
}
#sidebar1 ul {
	margin: 0;
	padding:5px 0 10px 0;
	list-style:none;
}

#sidebar1 li {
	line-height:160%;
	padding: 0 0 0 12px;
}

#sidebar1 input {
	width:100%;
	display:block;
}
#sidebar1 label {
	color:#993300;
	font-variant:small-caps;}

supNav-txt{font-size:1.50em; }
a {text-decoration:none; }
a:link {color: #993300;}
a:visited { color: #993300; } 
a:hover{ color: #000000; }

#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h1{ font-size:24px; color:#d79c43; font-variant:small-caps; padding-top:10px; margin:0;}
#mainContent .specials{ font-size:30px; color:#993300; font-variant:normal; padding:5px 0; margin: 15px 150px; text-align:center; border-bottom:#993300 1px solid; border-top: #993300 1px solid; font-style:italic;}

#mainContent h2{ font-size:18px; color:#d79c43; font-variant:small-caps; padding:10px 0 5px 0;}
#mainContent h4{ margin: 0; font-size:16px; color: #993300; font-weight: bold; padding:10px 0 0 0;}

#mainContent p{ padding:5px 0; line-height:150%;}
#oneMoreThing {
	font-size: 0.95em;
	font-style:italic;
	margin: 0;
	padding: 0 30px 0 100px;
	color:#2d446e;
	background-image:url(../images/just-background.jpg);
	background-repeat:no-repeat;
	text-indent: 15px;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/foot1.jpg);
	background-repeat: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 215px 0 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	font-size: .80em; color:#222; 
}
.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;
}

.article { font-size: .95em; line-height:175%; text-indent:15px; padding:0; margin:0;}
.indent {padding-left: 25px;}

#classes h4 {font-size: 1em; margin:0; padding: 10px 0 0 0; color:#000; text-decoration:underline; }
#classes p {font-size: .95em; line-height:150% }

/*show hide additional content*/
.more {
	display: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666; }
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	background: transparent url('down.gif') no-repeat left; }
a.hideLink {
	background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; }

.highlightText {color: #069; font-size: 1.25em; font-weight:bold;}
