/* 

LEISURE LANE COLORS 
old
F0AD1E -- orange
cc9900 -- mid-mustard
D4900B -- dark-mustard 
C58301 -- dark orange
F5C55E -- creamy orange
F6CB6F -- light orange

NEW COLORS
444444 -- dk gray
333333 -- dk gray
666666 -- mid gray
999999 -- lt gray
bbb6b0 -- med gray
f9fff7 -- ice gray (lighter)
fdfdf7 -- ice gray (darker)
f3eed2 -- beige gray
f3efd2 -- beige gray
e9eee7 -- slate blue
d8eff7 -- light blue
b3bfc3 -- slate blue (dark)
4992b8 -- royal blue
8fbc8f -- dark sea green (alternate color)  ***
bcb19f -- mid gray/brown
dfe4ad -- khaki ***
f6f4e8 -- light silver/cream 
a29d87 -- mid gray/green/brown ***
*/


@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px 0px; /* 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: #333333;          /* TEXT OVER/UNDER THUMBS ON GALLERY PGS - ALSO BELOW ACCENT PHOTOS AND ABOVE MAIN COLUMN ON TEXT PAGES */
	background-color: #444444; /* MAIN BACKGROUND */
}
.twoColFixLtHdr #container {
	width: 860px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid;
	text-align: left;
	border-color: #999999;  /* OUTER BORDER - SUBPAGES */ 
	background-repeat: repeat-y;
	background-image: url(../i/bg_container2.jpg);  /* BG COLOR LOWER LEFT COLUMN */
} 
.twoColFixLtHdr #header {
	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. */
	background-color: #bab690;  /* TOP STRIPE SUBPAGES */
	height: 20px;
} 
.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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px;
	background-color: #e9eee7;   /* TOP LEFT COLUMN BG SUBPAGES */
	height: 380px;
}
.twoColFixLtHdr #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;  /* TEXT - LEFT COLUMN - CONTACT PAGE  */
	padding: 20px 20px 0px 20px;
	line-height: 1.7em;
}
.twoColFixLtHdr  #sidebar1 #sidebar1_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;  /* LEFT COLUMN TEXT ABOVE THUMBS */
	font-size: 12px;
	padding: 15px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.twoColFixLtHdr #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 500px;
	background-color: #f9fff7;  /* BGCOLOR - RIGHT COLUMN */
	background-image: url(../i/bg_mainContent_r2_c2_r2_c2.jpg);   /* TOP LEAF MOTIF */
	background-repeat: no-repeat;
	padding: 120px 30px 20px 30px;
	background-position: -30px -40px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;    /* HEADER TEXT- RIGHT COLUMN */
	font-size: 24px;
	margin: 0;
}
.twoColFixLtHdr #mainContent p {
	color: #666666;    /* BODY TEXT - RIGHT COLUMN */
}

.box ul {
	list-style-type: none;
	margin: 0px 0px 0px 40px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;     /* TEXT ABOVE/BELOW NAV */
	font-weight: bold;
	font-size: 13px;
	text-indent: 5px;
}
.box a {
	color: #333333;     /* NAV TEXT */
	text-decoration: none;
	height: 18px;
	display: block;
	padding: 2px 0px 0px 0px;
}
.box a:hover {
	text-decoration: none;
	border-left: 3px solid;
	border-left-color: #666666;     /* SHORT BORDER ON THE SIDE OF NAV TEXT HOVER */
	color: #bab690;     /* NAV TEXT HOVER COLOR*/
	padding: 2px 0 0 0;
	height: 18px;
	text-indent: 7px;
}
.box .last_li {
	border: 0;
}

.box_inside ul {
	list-style-type: none;
	margin: 15px 5px 0px 15px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff66ff;   /* ????? */
	font-weight: bold;
	font-size: 13px;
	text-indent: 1px;
}
.box_inside a {
	color: #666666;  /* ????? */
	text-decoration: none;
	height: 18px;
	display: block;
	padding: 0px 0px 0px 5px;
}
.box_inside a:hover {
	text-decoration: none;
	border-left: 3px solid;
	border-left-color: #bab690;  /* ????? */
	color: #990000;  /* ????? */
	padding: 0px;
	height: 18px;
	text-indent: 5px;
}
.box_inside .last_li {
	border: 0;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 40px;
	background-color: #bab690;    /* BGCOLOR FOOTER */
	background-repeat: repeat-x;
	background-position: -300;
	height: 150px;
	background-image: url(../i/bg_footer2.gif);   /* FOOTER IMAGE */
} 
.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 */
}
.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;
}
.twoColFixLtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .83em;
	line-height: 1.7em;
}
.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;
}

.leftColumn {
	list-style-type: none;
	margin: 20px 10px 0px 30px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;  /* TEXT - LEFT COLUMN - SUBPAGES */
	font-size: 12px;
	text-indent: 0px;
}


.contactTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;      /* TEXT - LEFT COLUMN - CONTACT INFO SUB PAGES*/
  font-weight: strong;
	text-align: center;
}





/*INDEX PAGE STYLE below*/

/*homepage thin border stripe*/
.twoColFixLtHdr_index #container {
	width: 860px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid;
	text-align: left;
	border-color: #999999;  /*OUTER BORDER STRIPE*/
	background-image: url(../i/bg_container2.jpg);	
} 
/*homepage top border stripe*/
.twoColFixLtHdr_index #header {
	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. */
	background-color: #bab690;   /* TOP BORDER STRIPE INDEX */
	height: 20px;
} 
.twoColFixLtHdr_index #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_index #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px;
	background-color: #e9eee7;   /* MAIN PANEL LEFT - INDEX PAGE */
	height: 380px;
}
.twoColFixLtHdr_index #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;    /* HOME PAGE TEXT - LEFT COLUMN */
	line-height: 1.7em;
	margin: 15px 0px 10px 4px;
}
.twoColFixLtHdr_index #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 520px;
	background-color: #bab690;  /* BG COLOR BEHIND MAIN IMAGE */
	height: 380px;
	background-image: url(../i/MASTER_0813_mainimg-c.jpg);  /* MAIN IMAGE */
	background-repeat: no-repeat;
	padding: 20px;
} 
.twoColFixLtHdr_index #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.twoColFixLtHdr_index #footer {
	padding: 0 10px 0 40px;
	background-color: #bab690;   /* BG COLOR - FOOTER */
	background-repeat: repeat-x;
	background-position: -300;
	height: 150px;
	background-image: url(../i/bg_footer2.gif);   /* LOGO IMAGE - FOOTER*/
} 
.twoColFixLtHdr_index #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 */
}
.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;
}
.twoColFixLtHdr #container #sidebar1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7b7d6a;    /* TEXT - LEFT COLUMN */
	text-align: center;
}


.twoColFixLtHdr #container #sidebar_contactTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7b7d6a;    /* TEXT - LEFT COLUMN - CONTACT INFO SUB PAGES*/
	text-align: center;
}
