@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #FFFFFF;
	background: white url(../images/bgtile_good.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 95%;
	line-height: 150%;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
strong {
	font-weight: bold;
}
.quotes {
	color: #9C6;
	border-top: 1px dotted #FFFFFF;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p     a:link {
	color: #89D7D6;
	line-height: 160%;
	border-bottom: 1px solid #89D7D6;
	text-decoration: none;
}
p     a:visited {
	color: #89D7D6;
	line-height: 160%;
	border-bottom: 1px solid #89D7D6;
	text-decoration: none;
}
p       a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
p      a:active {
	color: #3399FF;
	border-bottom: 1px sollid #3399FF;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFF;
} 
.twoColFixLtHdr #header {
	background: #5A4734;
	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. */
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #container #mainnavigation {
	background: url(../images/mannav_bg.png) repeat-x;
}
#sprite {
	width: 946px;
	height: 80px;
	background: #5A4734 url(../images/mainnavcombineinuse.png) no-repeat;
	padding: 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#sprite  li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	height: 15px;
	left: 0px;
	top: 0px;
}
#sprite  li, #sprite  a {
	height: 80px;
	display: block;
	}
#mainnavigation  #sprite  #panel1b  {
	width: 80px;
	height: 80px;
}
	
#mainnavigation  #sprite  #panel1b   a:hover   {
	background: transparent url(../images/mainnavcombineinuse.png) no-repeat -946px 0px;
}
#mainnavigation  #sprite  #panel2b  {
	width: 162px;
	left: 80px;
	height: 80px;
}
#mainnavigation  #sprite  #panel2b  a:hover     {
	background: transparent url(../images/mainnavcombineinuse.png) no-repeat -1026px 0px;
}
#mainnavigation  #sprite  #panel3b   {
	width: 120px;
	height: 80px;
	left: 242px;
}
#mainnavigation  #sprite  #panel3b  a:hover     {
	background: transparent url(../images/mainnavcombineinuse.png) no-repeat -1188px 0px;
}
#mainnavigation  #sprite  #panel4b   {
	width: 105px;
	height: 80px;
	left: 362px;
}
#mainnavigation  #sprite  #panel4b  a:hover    {
	background: transparent url(../images/mainnavcombineinuse.png) no-repeat -1308px 0px;
}
#mainnavigation  #sprite  #panel5b   {
	width: 135px;
	left: 467px;
	height: 80px;
}
#mainnavigation  #sprite  #panel5b  a:hover     {
	background: transparent url(../images/mainnavcombineinuse.png) no-repeat -1413px 0px;
	left: 550px;
}
#mainnavigation  #sprite  #panel6b   {
	width: 154px;
	left: 602px;
	height: 80px;
}
#mainnavigation  #sprite  #panel6b  a:hover     {
	background: transparent url(../images/mainnavcombineinuse.png) no-repeat -1548px 0px;
	left: 550px;
}
#mainnavigation #sprite #panel7b {
	width: 90px;
	left: 756px;
	height: 80px;
}
#mainnavigation #sprite #panel7b a:hover {
	background: transparent url(../images/mainnavcombineinuse.png) no-repeat -1702px 0px;
	left: 550px;
}
#mainnavigation #sprite #panel8b {
	width: 100px;
	left: 846px;
	height: 80px;
}
#mainnavigation #sprite #panel8b a:hover {
	background: transparent url(../images/mainnavcombineinuse.png) no-repeat -1792px 0px;
	left: 550px;
}
.twoColFixLtHdr #container #wrapperSidebarMaincontent {
	background: #5A4734;
	padding: 25px;
	margin: 25px;
	overflow: auto;
}
.twoColFixLtHdr #container #wrapperSidebarMaincontent #mainContent h1 {
	font-size: 140%;
	color: #89D7D6;
	padding-bottom: 10px;
	line-height: 140%;
	font-weight: 100;
}
.twoColFixLtHdr #container #wrapperSidebarMaincontent #mainContent h2 {
	color: #99CC66;
	margin-bottom: 6px;
	margin-top: 10px;
	border-top: 1px dotted #FFFFFF;
	padding-top: 10px;
	line-height: 140%;
}
.twoColFixLtHdr #container #lizard {
	padding-left: 35px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #lizard #logo {
	padding-left: 25px;
}
.twoColFixLtHdr #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 10px;
}
.twoColFixLtHdr #container #wrapperSidebarMaincontent #sidebar1 h1 {
	font-size: 160%;
	color: #C9310B;
	padding-bottom: 10px;
	line-height: 130%;
	font-weight: 100;
}
.twoColFixLtHdr #container #wrapperSidebarMaincontent #sidebar1 h2 {
	color: #99CC66;
	margin-bottom: 6px;
	margin-top: 10px;
	line-height: 140%;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* 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 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 250px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5A4734;
} 
.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 */
	font-size: 80%;
}
.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;
}
.whiteborderimg {
	border: 2px solid #FFFFFF;
}
.photocredit {
	font-size: 70%;
	color: #9C6;
}
#etsylink {
	padding-top: 25px;
	padding-left: 25px;
}
