/*
littletreeinn.com
 styles ver 1 
 */


/* Sets page padding to 0 to accommodate Opera, set margins to fill % of browser */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #264633;
	padding: 0px;
	background-image: url(../images/html_bg_marble.jpg);
	background-repeat: repeat;
	margin: 0px;
	height: 100%;
}

td,p,ul {
	font-family: Arial, Helvetica, sans-serif; /* Netscape 4 does not understand the font-family on the body selector, so we set it here */
}

/* main content table, the double comments hide the sytle from Netscape 4,
1 pixel border is ignored by netscape 4) */

#mainTable {
	line-height: 1.5em;
	padding: 0px;
	width: 600px;
	height: 100%;
}


#maincontent{
	font-size: 14px;
	font-size: 100%;
	background-color: #FFFFFF;
	width: 400px;
	vertical-align: top;
}



#header{
	color: #CCCCCC;
	padding: 0px;

}
/* footer*/
#footer{
	padding: 0px;
	height: 100%;
}

#footer a:link, #footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	color: #CCCCCC;
	text-decoration: underline;
}

#welcome {
	padding-top: 15px;
	font-size: 24px;
	color: #996600;
}


h1 {
	font-size: 160%;
	color: #996600;
}
h2 { font-size: 140%;}

#sidebar a /* this rule is hidden from Netscape 4 */{
	/*/*/padding: 5px;
	display: block;
	border: 1px dotted #999999;
	text-decoration: none;
	line-height: 1em;
	width: 160px /* */
}


/* sidebar styles */
#sidebar{
	width: 175px;
	font-size: 85%;
	font-size: 85%;
	vertical-align:top;
	background-color: #FFFFF2;
	padding: 5px;
	color: #336633;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	height: 100%;

}

#sidebar a:link, #sidebar a:visited {
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
	 }
#sidebar a:hover, #sidebar a:active	/* Netscape 4 ignores hover and active states */ {
 	color: #3366CC;
 	background-color: #FFFFFF;
 	border: 1px solid #000000;
	}
	
#current a{
	color:#FFFFFF !important;
	/*/*/ background-color: #0F4068!important;
	border: 1px dotted #004588!important; /*  */
}	

#sidebar ul /*this rule is hidden from Netscape 4, set both padding and margin for different browsers */{
 	/*/*/padding-left: 1em;
 	margin-left: 1em;
 	/* */ 
 }	
 
 #sidebar li {
 	/*/*/margin: 0px 0px 6px 0px; /* */
 }
/* menu styles */

#menu{
	background-color: #336633;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	vertical-align: bottom;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/grn_marble_tile1.gif);
	background-repeat: repeat;
	border-top: 1px solid #9E6F2E;
	border-right: none #9E6F2E;
	border-bottom: none #9E6F2E;
	border-left: none #9E6F2E;
}

#menu a, #menu a:visited {
	color: #FFFFFF;
	padding: 0px 5px 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu a:hover, #menu a:active {
	color: #99CC00;
	/* background-image: url(../images/navbut_bg.gif);
	background-repeat: repeat;
	background-position: left bottom; */

}
	
#current a{
	color:#FFFFFF !important;
	/*/*/ background-color: #999999!important;
	border: 1px dotted #999 !important; /*  */
}

/*navigation buttons*/
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
}
.address2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
.formTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
#container {
	height: 100%;
	background-color: #264633;
	width: 600px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #996600;
	border-left-color: #996600;
	text-align: left;
}
#container td {

	
}
#no_container {
	height: normal;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	text-align: left;
}