/* ChetsFrets.css
 * Basic Classes
 */
 
.br {
	font-weight:bold;
}
.name {
	font-style:italic;
	font-weight:bold;
}

.indent {
	padding-left:50px;
}

.indent10 {
	padding-left:10px;
}

.center {
	text-align:center;
	margin-left:auto;  /* these will center tables and images 101127*/
	margin-right:auto
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}

table {  /* this should center all tables */
margin-left: auto;
margin-right: auto;
}

/*-------body---------*/
body,html {
	margin:5px; padding:0;
	font-size:medium;
}
body {
/*--	background-color:#222222;/*--bkgd outside the pg bounds--*/
	background: url("Images/General/SitkaSpruce black 245x.JPG"); 
}

/* -- page, contains the entire page content --*/
div#page {
	text-align:left;/* to counteract the IE5x hack in the body tag for centering*/
	padding: 0px 0px 0px 0px;
	border:#666 3px double;
	margin: auto; /* set this margin to zero for stuck-left designs, auto for float-center */
	background: url("Images/General/Spruce.JPG") left top repeat;
/*	background-color:#dddddd;*/
	width: 96.8%;
	min-width: 650px;
/*	max-width:100%;*/
	max-width: 860px; /* orig max width 1004px */
}

/*-- banner --*/
div#banner {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: url("Images/Banner/Banner 001.JPG") top no-repeat;
	height: 130px;
	width: 100%;
}

/*-- logo line-- */
div#logo {
	width:100%;
	height:40px;
	margin:-10px 0px 0px 0px;
	background:#DDDDDD;
	border-top-style:double;
	border-bottom-style:double;
}

div#logo h1 {
	text-align:left;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size:1.2em;
	font-variant:small-caps;
}


/*-- topnav bar --*/
div#topnav {
/*    background: #444444; */
	height: 25px;
    margin: 0;
    padding: 10px 0 0 0;
    width: 100%;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 14px;
	text-align:center;
	background: url("Images/General/SitkaSpruce black 245x.JPG") left top repeat;
	border-bottom-style:double;
	border-color:#DDDDDD;
}

div#topnav ul.base { list-style-type: none; padding:0px 10px; margin:0; text-align:center}

div#topnav a {
  text-decoration: none;    /*removes underline from anchor*/
  padding: 0px 10px;        /*separates menu items*/
  color:#fff;
}		

div#topnav a:hover {
    color: #DDDDDD; 
    background: none;
	text-decoration: underline;
}

#topnav ul.base li {
	float: left;  /* this makes the list go horizontal ZZZZZ Why? */	
	position: relative;
	margin:0px 5px;
	text-align:center;
}

#topnav ul.base li a {
	display: block;
	overflow: hidden;
}

#topnav ul.base li ul {
	display: none;
	margin-top: -25px;
	padding-top: 10px;
	margin-left: 25px;
}

#topnav ul.base li ul li:hover {
	display: block;
}

#topnav ul.dropdown li {
	text-align:left;
	list-style-type:none;
	position:relative;
	left:-20px;
	right:10px;
}

#topnav ul.dropdown li a {
	display: block;
	padding: 3px 5px;
	color: #FFFFFF;
	overflow: visible;
	height:auto;
}

#topnav ul.base li:hover ul /* dropdown menu control */
{
	display: block;
	width: 130px;
	background-color: #444444;
	position: absolute;
	top: 41px; /* puts dropdown menu below main menu item*/
	left: 0;
    text-decoration: none;
}

#topnav ul.dropdown li:hover a
{
	color: #DDDDDD;
	text-decoration: underline;
}
/*-- end topnav --*/

/*-- container for leftcol and main areas --*/
div#content {
	width: 100%;
	float: left;
	background: url("Images/General/SitkaSpruce black 245x.JPG") left top repeat-y;
}

/* -- left column --*/
div#leftcol {
	float:left;
	width:25%;
	padding: 10px 10px 10px 10px;
}

div#leftcol h1 {
    font-size: 1.5em;
	text-align:left;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	color:#eeeeee;
}
div#leftcol h2 
{
    font-size: 1.3em;
	text-align:left;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	color:#eeeeee;
}
div#leftcol h3 {
    font-size: 1em;
/*	text-align:left;*/
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	color:#eeeeee;
}
div#leftcol h4 {
    font-size: 1.1em;
	text-align:left;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	color:#eeeeee;
}

div#leftcol ul li {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	color:#eeeeee;
	font-size:.9em;
}
div#leftcol p {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	color:#eeeeee;
	font-size:.9em;
}

div#leftcol a:link {
	color:#CCCCCC;
	text-decoration:none;
}

div#leftcol a:hover {
    color: #999999;  
	text-decoration: underline;
}

div#leftcol a:active {
    color: #666666;  /* kind of gray */
    background: none;
}
div#leftcol a:visited {
    color: #999999; 
	text-decoration:none; 
}

/* ---- end left column ---*/

div#pageid p { 
	text-align:center
}

*.text-center {
	text-align:center;
}

.leftcol-misc {
	text-align:left;
}


div#leftnav a {text-decoration:none}

div#leftnav ul li{
	list-style-type:none;
	display:block;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 1.3em;
	padding:0px;
}


/* ----------- main ------------ t r b l--------*/
div#main {
	text-align: left;
	float: right;
	width:68%;  /********/
	padding: 0px 15px 0px 15px;
	font-family: "Arial", Helvetica, sans-serif;
    font-size: 14px;
/*background: url("Images/General/sitkaspruce.JPG") left top repeat;*/
color:#002222;
}
div#main h1, h2, h3, h4, p, li {
	font-family: "Arial", Helvetica, sans-serif;
	color:#000000;
}
#main h1 {font-size: 1.8em; font-weight: bold;}
#main h2 {font-size: 1.4em; font-weight: bold;}
#main h3 {font-size: 1.2em; font-weight: bold;}

#main p {
	font-family: "Arial", Helvetica, sans-serif;
    font-size: 1em;
/*	text-align:left;*.
	
}

.news { /* meeting news item within the main section */
	width:100%;
	padding: 0px 5px 0px 5px;
}
/*.news p {
	text-align:left;
}*/

.picright {
	width: 38%;
	float: right;
	padding:0px 5px 5px 10px;
}
.picright p {
	text-align: center;
	font-style: italic;
}

.picleft {
	width:38%;
	float:left;
	padding:0px 10px 0px 5px;
}

.picleft p {
	text-align:center;
	font-style:italic;
}

.piccenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	font-style:italic;
}


/*-- footer, copyright --*/
div#footer {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
/*	background: #111111;*/
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
/*	color: #FDFFED;	*/
	background: url("Images/General/SitkaSpruce black 245x.JPG") left top repeat;
	height: 80px;
	width: 100%;
	border-top-style:double;
	border-color:#DDDDDD;
}

div#footer p {
	text-align:center;
	color:#DDDDDD;
}


/* ------------ ^ footer ^ ----------------*/
