@charset "UTF-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #61492F;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #333333;
	/*line-height: 14px;*/
	background-image: url(../images/t_bg.gif);
	background-repeat: repeat;
}
p {
	/*padding: 2px 0px 2px 0px;*/
	line-height: 1.5em;
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #333333;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #000000;
}
/********************* Link Styles *********************/

a {
	text-decoration: none;
	color: #f2f2f2;
}

a:link {
	text-decoration: none;
	color: #f2f2f2;
}

a:visited {
	text-decoration: none;
	color: #f2f2f2;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/********************* List Styles *********************/

ul {
	margin: 10px 0px 10px 0px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 10px;
	/*text-indent: -1em;*/
	list-style-type:none;
	}
	
ul li {
	padding: 5px 0px 5px 10px;
    background:transparent url(images/bullet.gif) no-repeat;
    background-position:0 5px;
	border-bottom: 1px dotted #333333;
}
	
ul ul{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
	
ul ul li{
	padding: 5px 2px 5px 12px;
	background:none;
}

/********************* Build Styles *********************/

.twoColFixLtHdr #burlapContainer {
	width: 900px;
	background: #61492F;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-image:  url(../images/burlap_bag.jpg);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #bottomContainer {
	width: 774px;
	margin: 20px auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	background: #57422A;
	border: 1px solid #000000;
	padding: 10px 10px 10px 10px;
}

.twoColFixLtHdr #contentBg {
	background: #F5F5F5;
	background-image:  url(../images/content_bg2.jpg);
	background-repeat: repeat-y;
	/*clear: both;*/
}

.twoColFixLtHdr #contentBgHome {
	background: #F5F5F5;
	/*clear: both;*/
}

.twoColFixLtHdr #header {
	width: 774px;
	margin: 0px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 10px 0px 10px;  /* 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. */

} 

/******************* MainNav Styles ***********************************/
.twoColFixLtHdr #mainNav {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #F5F5F5;
}

.twoColFixLtHdr #mainNavbg {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:  url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	clear: both; /* added 1/23 NK */
}

.twoColFixLtHdr #mainNav a {
	text-decoration: none;
	color: #E2D7A9;
	padding: 0px 2px 0px 2px;
	font-size: 10px;
}

.twoColFixLtHdr #mainNav a:link {
	text-decoration: none;
	color: #E2D7A9;
	padding: 0px 2px 0px 2px;
	font-size: 10px;
}

.twoColFixLtHdr #mainNav a:visited {
	text-decoration: none;
	color: #E2D7A9;
	padding: 0px 2px 0px 2px;
	font-size: 10px;
}

.twoColFixLtHdr #mainNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	padding: 0px 2px 0px 2px;
	font-size: 10px;
}

.twoColFixLtHdr #buttonHolder {
	margin: 0px 0px 0px 8px;
	padding: 4px 0px 10px 0px;
}

.twoColFixLtHdr #button {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 4px 2px 6px 2px;
	margin: 2px 2px 2px 2px;
	float: left;
	width: 182px;
}

.twoColFixLtHdr #leafPic {
	float: left;
	margin: 20px 0px 0px 0px;
}

/******************* Sidebar Styles ***********************************/

.twoColFixLtHdr #sidebar1 {
	float: left;
	/*width: 170px;*/
	width: 164px;
	padding: 4px 4px 15px 4px;
	margin: 2px 10px 10px 2px;
	/*background-color: #D9DDD0;	*/
}
.twoColFixLtHdr #sidebar2 {
	float: left;
	/*width: 170px;*/
	width: 200px;
	padding: 4px 4px 15px 4px;
	margin: 2px 10px 10px 2px;
}

.twoColFixLtHdr #photo {
	padding: 4px 0px 6px 0px;
	margin: 10px 0px 0px 0px;
	border-bottom: 10px solid #7B742E;
	text-align: center;
}

.twoColFixLtHdr #photo img {
	padding: 0px 0px 0px 0px;
	
}

/******************* Ad Styles ***********************************/

.twoColFixLtHdr #ad {
	padding: 10px 10px 30px 10px;
	margin: 0px 0px 0px 0px;
	color: #f3f1e7;
	/*border-bottom: 1px dashed #333333;*/
	}

.twoColFixLtHdr #ad h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*line-height: 1.2em;*/
}

.twoColFixLtHdr #ad p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.2em;
}

.twoColFixLtHdr #ad a {
	text-decoration: none;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #ad a:link {
	text-decoration: none;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #ad a:visited {
	text-decoration: none;
	color: #000000;
	padding: 0px 2px 0px 2px;
}

.twoColFixLtHdr #ad a:hover {
	text-decoration: underline;
	color: #f2f2f2;
	padding: 0px 2px 0px 2px;
}

/******************* Sub Nav Styles ***********************************/

.twoColFixLtHdr #subNav {
	padding: 15px 10px 30px 10px;
	margin: 5px 0px 0px 0px;
}

.twoColFixLtHdr #subNav h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*line-height: 1.2em;*/
}

.twoColFixLtHdr #subNav p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.2em;
}

.twoColFixLtHdr #subNav a {
	text-decoration: none;
	color: #333333;
	padding: 0px 2px 0px 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.twoColFixLtHdr #subNav a:link {
	text-decoration: none;
	color: #333333;
	padding: 0px 2px 0px 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.twoColFixLtHdr #subNav a:visited {
	text-decoration: none;
	color: #333333;
	padding: 0px 2px 0px 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.twoColFixLtHdr #subNav a:hover {
	text-decoration: underline;
	color: #000000;
	padding: 0px 2px 0px 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

/*.twoColFixLtHdr #subNav ul {
	padding: 0px 0px 0px 0px;
}

.twoColFixLtHdr #subNav li {
	padding: 0px 0px 0px 0px;
}*/

/******************* Main Content Styles ***********************************/

.twoColFixLtHdr #mainContentHome {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px;
	/*background-image: url(../images/tea_leaves.jpg);
	background-repeat: no-repeat;*/
}

.twoColFixLtHdr #mainContent {
	margin: 10px 10px 10px 210px; /* 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: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #mainContent2 {
	margin: 10px 10px 10px 210px;
	padding: 10px 10px;
}

.twoColFixLtHdr #mainContent2 h1, .twoColFixLtHdr #welcome h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #863a09;
	border-bottom: 1px solid #333333;
	padding: 0px 0px 6px 0px;
}


.twoColFixLtHdr #mainContent a {
	text-decoration: none;
	color: #7B742E;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent a:link {
	text-decoration: none;
	color: #7B742E;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent a:visited {
	text-decoration: none;
	color: #7B742E;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent a:hover {
	text-decoration: underline;
	color: #7B742E;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent2 a, .twoColFixLtHdr #book a, .twoColFixLtHdr #welcome a {
	text-decoration: none;
	color: #7B742E;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent2 a:link, .twoColFixLtHdr #book a:link, .twoColFixLtHdr #welcome a:link {
	text-decoration: none;
	color: #7B742E;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent2 a:visited, .twoColFixLtHdr #book a:visited, .twoColFixLtHdr #welcome a:visited {
	text-decoration: none;
	color: #7B742E;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent2 a:hover, .twoColFixLtHdr #book a:hover, .twoColFixLtHdr #welcome a:hover {
	text-decoration: underline;
	color: #7B742E;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent ul {
	margin: 0px 0px 0px 20px;
	/*list-style: disc url(../images/bullet.gif) inside;*/
	padding: 0px 0px 0px 5px;
	/*text-indent: -1em;*/
	list-style-type: disc;
	}
	
.twoColFixLtHdr #mainContent ul li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 5px;
	border: 0;
	list-style-type: disc;
	background:transparent url(images/none.gif) no-repeat; /* HACK by Noelle Kehrley: No actual image exsists but will override list-style for side navigation*/
}

.twoColFixLtHdr #mainContent h1 {
	color: #863a09;
	border-bottom: 1px solid #333333;
	font-size: 14px;
	padding: 0px 0px 6px 0px;
}
.twoColFixLtHdr #book, .twoColFixLtHdr #welcome {
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 6px 10px;
	border: 1px dashed #ccc;
}
.twoColFixLtHdr #book p, .twoColFixLtHdr #welcome p{
	margin: 0px;
	padding: 10px 40px 10px 10px;
}

.twoColFixLtHdr #members {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 6px 20px;
}

/********************* Footer Styles *********************/
.twoColFixLtHdr #footer {
	width: 974px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 10px 10px 10px;
	color: #E2D7A9;
	font-size: 10px;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 1.2em;
}

/********************* Misc Styles *********************/

.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;
}

/********************* Images Styles *********************/

.storyImgL{
	margin: 0px 10px 30px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #787878;
	float: Left;
}

.storyImgRborder{
	margin: 0px 0px 30px 20px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #787878;
	float: right;
}

.storyImgLborder{
	margin: 0px 20px 30px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #787878;
	float: left;
}

.storyImgR{
	margin: 0px 0px 0px 0px;
	padding: 8px 5px 5px 5px;
	float: right;
}

.side2ImgC{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #787878;
	text-align: center;	
}



