/* Fish Creek CSS */


/*
          page bg: 767d4e
         dark brn: 46402d
    green (links): 528917
dk green (titles): 40590a
 orange (link.on): f99812
  tan (copyright): d3c57d
*/


/* start: global attributes */
body { 
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 15px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	background: #767d4e;
}

td {
	color: #46402d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
}

a:link    { color: #528917; font-weight: bold; text-decoration: underline; }
a:visited { color: #767d4e; font-weight: bold; text-decoration: underline; }
a:hover   { color: #f99812; font-weight: bold; text-decoration: none; }
a:active  { color: #f99812; font-weight: bold; text-decoration: none; }
/* end: global attributes */


/* start: specific item attributes */
.nav {
	color: #46402d;
	padding: 10px;
}
.nav a:link    { color: #46402d; font-weight: bold; text-decoration: none; }
.nav a:visited { color: #46402d; font-weight: bold; text-decoration: none; }
.nav a:hover   { color: #ffffff; font-weight: bold; text-decoration: none; }
.nav a:active  { color: #ffffff; font-weight: bold; text-decoration: none; }

.bottom {
	font-size: 10px; 
	line-height: 12px;
	padding: 20px;
}
.bottom a:link    { color: #46402d; font-weight: normal; text-decoration: none; }
.bottom a:visited { color: #46402d; font-weight: normal; text-decoration: none; }
.bottom a:hover   { color: #f99812; font-weight: normal; text-decoration: none; }
.bottom a:active  { color: #f99812; font-weight: normal; text-decoration: none; }

.copy {
	color: #528917;
	font-size: 10px; 
	line-height: 12px;
}
.copy a:link    { color: #528917; font-weight: normal; text-decoration: none; }
.copy a:visited { color: #528917; font-weight: normal; text-decoration: none; }
.copy a:hover   { color: #f99812; font-weight: normal; text-decoration: none; }
.copy a:active  { color: #f99812; font-weight: normal; text-decoration: none; }


.navbg {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.hbg {
	background-image: url(../images/holder_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.wh {
	line-height: 1px;
	background: #ffffff;
}
.dk {
	line-height: 1px;
	background: #46402d;
}
.date {
	color: #ffffff;
	font-size: 10px;
	line-height: 21px;
	padding-right: 10px;
	background-image: url(../images/date_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.title {
	color: #40590a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
/* end: specific item attributes */


/* start: form stuff */
form { 
	margin: 0px;
	padding: 0px;
}

#searchBox { 
	width: 172px;
}

input, select, textarea {
	background: #ffffff;	
	margin: 0px;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}

/* drop-down */
#searchBox input.search { 
	margin: 14px 0px 6px 0px;
	width: 112px;
}

/* button */
#searchBox input.but { 
	margin: 0px 0px 0px 5px;
	padding: 1px 3px 1px 3px;
	/* width: 40px; */
}

/* text box */
#searchBox select	{ 
	width: 70px;
}
/* end: form stuff */

div#body {
	display: none; 
}


/* end CSS */

