@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#faf3df;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	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: #000000;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:13px;
	color:#2c0100;
	line-height:1.5em;
	font-style:italic;

}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#faf3df;
	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. */
} 
.twoColFixLtHdr #header { 
	background-image:url(images/header-bg.jpg); 
	width:auto;
	height:200px;
	padding: 0 0 0 0;  /* 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. */
} 
.twoColFixLtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header h2 {
	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: 75px 0px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#tabnav {
		height:35px;
		margin:0px;
		padding-left:250px;
		background-position:bottom;
}

#tabnav li {
		margin: 0; 
		padding: 0;
  		display:inline;
}

.sold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#990000;
	width:150px;
	display:block;
	text-indent:5px;
	margin-top:20px;
	margin-bottom:-10px;
}

	
#tabnav a:link, #tabnav a:visited {
		float: left;
		background:url(images/tab-bg-off.png);
		background-repeat:repeat-x;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-style:italic;
		line-height: 2em;
		font-weight:normal;
		padding: 5px 10px 4px 10px;
		border-right:1px solid #73351e;
		text-decoration: none;
		color: #5d1700;
}

#tabnav a:link.active, #tabnav a:visited.active {
		border-right: 1px solid #73351e;
		background:url(images/tab-bg-on.jpg);
		background-repeat:repeat-x;
		color: #223c00;
}

#tabnav a:hover {
		color:#223c00;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* 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 */
	background-color:#faf3df;
	padding: 15px 10px 15px 20px;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.twoColFixLtHdr #sidebar2 p {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:13px;
	color:#000000;
	line-height:1.5em;
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border-bottom:dashed 1px #333333;
	padding-bottom:15px;
}
.twoColFixLtHdr #sidebar2 h1 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:18px;
	color:#2c0100;
	line-height:1.5em;
	font-style:normal;
	font-weight: normal;
	font-style:italic;
	text-transform: none;
}
.twoColFixLtHdr #sidebar2 h2 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:15px;
	color:#000000;
	line-height:2em;
	font-style:normal;
	font-weight:bold;
	font-style:normal;
	text-transform: none;
}
.twoColFixLtHdr #sidebar2 h3 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:12px;
	color:#000000;
	line-height:2em;
	font-style:normal;
	font-weight:bold;
	font-style:normal;
	text-transform: none;
	margin-top:-15px;
}
.twoColFixLtHdr #sidebar2 h4 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:12px;
	color:#000000;
	line-height:1.5em;
	font-style:normal;
	font-weight:normal;
	font-style:italic;
	text-transform: none;
}
.twoColFixLtHdr #sidebar2 a {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:12px;
	color:#000000;
	line-height:1.5em;
	font-style:normal;
	font-weight:bold;
	font-style:italic;
	text-transform: none;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar2 a:hover {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:12px;
	color:#1a5508;
	line-height:1.5em;
	font-style:normal;
	font-weight:bold;
	font-style:italic;
	text-transform: none;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar2 h5 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:14px;
	color:#2c0100;
	line-height:1.5em;
	font-style:normal;
	font-weight: normal;
	font-style:italic;
	text-transform: none;
}
.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* 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 */
	background-color:#faf3df;
	padding: 20px 10px 15px 20px;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.twoColFixLtHdr #sidebar3 p {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:13px;
	color:#5d1700;
	line-height:1.5em;
	font-style:italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar3 h1 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:14px;
	color:#5d1700;
	line-height:1.5em;
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar3 h2 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:16px;
	color:#990000;
	line-height:1.5em;
	margin-bottom:-5px;
	border-bottom:#5d1700 1px solid;
	display:block;
	width:140px;
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar3 h1.active {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:14px;
	color:#1a5508;
	line-height:1.5em;
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar3 active2 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:14px;
	color:#1a5508;
	line-height:1.5em;
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar3 a {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:13px;
	color:#5d1700;
	line-height:1.5em;
	font-style:italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border-bottom:dashed 1px #666666;
	padding-bottom:5px;
	display:block;
}
.twoColFixLtHdr #sidebar3 a:hover {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:13px;
	color:#1a5508;
	line-height:1.5em;
	font-style:italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar3 a.active {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:13px;
	color:#1a5508;
	line-height:1.5em;
	font-style:italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar3 active {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:13px;
	color:#1a5508;
	line-height:1.5em;
	font-style:italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* 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 */
	background-color:#faf3df;
	padding: 15px 10px 15px 20px;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.twoColFixLtHdr #sidebar1 p {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:13px;
	color:#2c0100;
	line-height:1.5em;
	font-style:italic;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:18px;
	color:#2c0100;
	line-height:1.5em;
	font-style:normal;
	font-weight: normal;
	font-style:italic;
	text-transform: none;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:14px;
	color:#2c0100;
	line-height:1.5em;
	font-style:italic;
	margin-bottom:-10px;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:13px;
	color:#000000;
	line-height:1.5em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
}
.twoColFixLtHdr #sidebar1 h4 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:12px;
	color:#000000;
	line-height:1.5em;
	font-style:italic;
	font-weight:bold;
	letter-spacing:normal;
}
.twoColFixLtHdr #sidebar1 h5 {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:12px;
	color:#000000;
	line-height:1.5em;
	font-style:italic;
	font-weight:bold;
	letter-spacing:normal;
	text-align:right;
	margin-top:-10px;
	margin-bottom:30px;
}
.twoColFixLtHdr #sidebar1 a {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:13px;
	color:#1a5508;
	line-height:1.5em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	font-family:"Georgia", Times New Roman, Times, serif,;
	font-size:13px;
	color:#1a5508;
	line-height:1.5em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#F9F0DD;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:650px;
	} 
.twoColFixLtHdr #mainContent1 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#F9F0DD;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:750px;
	} 
.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#F9F0DD;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:750px;
	} 
.twoColFixLtHdr #mainContent3 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#F9F0DD;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:700px;
	} 
	.twoColFixLtHdr #mainContent4 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#F9F0DD;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:800px;
	text-decoration:none;
	} 
.twoColFixLtHdr #mainContent5 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#F9F0DD;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:825px;
	text-decoration:none;
	} 
.twoColFixLtHdr #mainContent6 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#F9F0DD;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:800px;
	text-decoration:none;
	} 
.twoColFixLtHdr #mainContent7 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#F9F0DD;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:1200px;
	text-decoration:none;
	}
	
.twoColFixLtHdr #mainContent8 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#F9F0DD;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:950px;
	text-decoration:none;
	} 
	
.twoColFixLtHdr #mainContent9 { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left 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: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#F9F0DD;
	background-image:url(images/maincontent-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:1300px;
	text-decoration:none;
	}
.twoColFixLtHdr #footer { 
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FAF2DF;
	background-image:url(images/footer-line.jpg);
	background-repeat:no-repeat;
	background-position:top;
} 
.twoColFixLtHdr #footer2 { 
	padding: 0 0px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FAF2DF;
	background-image:url(images/footer-line2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:-80px;
	float:right;
	width:500px;
	text-align:right;
} 
.twoColFixLtHdr #footer3 { 
	padding: 0 0px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FAF2DF;
	background-image:url(images/footer-line2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:right;
	width:500px;
	text-align:right;
}
.twoColFixLtHdr #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: 40px 50px 20px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:10px;
	color:#853d13;
	letter-spacing:normal;
}
.twoColFixLtHdr #footer2 a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 5px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:10px;
	color:#853d13;
	letter-spacing:normal;
	text-align:right;
	text-decoration:none;
}
.twoColFixLtHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 5px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:10px;
	color:#853d13;
	letter-spacing:normal;
	text-align:right;
	text-decoration:none;
}
.twoColFixLtHdr #footer2 a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 5px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:10px;
	color:#223c00;
	letter-spacing:normal;
	text-align:right;
	text-decoration:none;
}
.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;
}

