/* Started 7/16/10 by NNFP Website HELP Team */

/* ***** TAG REWRITES ***** */
body
{
  margin: 10px 0 0 0;
  padding: 0;
  background: #c0c0c0;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}


/* ***** ID LAYERS ***** */
#Container
{
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
    /* 175px of width is the left green bar; 220px is the search bar on the right*/
}

#Maintable
{
	width: 1000px;
	background: #ffffff;
	border: solid 1px #666666;
	padding: 0;
    border-bottom: 5px solid #cccccc;
}
/* 7/16/10: #Maintable is based on .maintable in main.css */

#Sidebar
{
	position: relative;
	width: 180px;
	/*
	 margin: 20px; 
	 margin-right: 10px;
	*/
	margin-bottom: 0 0 200px 0;
	padding: 5px;
	height: 554px;
	background: #004f39 url(../images/Logos/TrueNorthTreeLogo.jpg) no-repeat bottom; /* 7/23/10 */
	/* Test: border: 1px solid #000000; */
}
/* 7/16/10: #Sidebar is based on .sidebar in main.css */


/* Added 7/23/10 */
#MenuTable
{
  background: #679146;
  width: 600px;
}

/* Added 7/23/10 */
.MenuPhotoCell
{
  background: #ffffff;
  height: 100px;
  width: 120px;
}

.MenuCell
{
  height: 25px;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

a.MenuCell
{
  color: #ffffff;
  text-decoration: none;
}

a.MenuCell:hover
{
  color: #FFFF99;
  text-decoration: underline;
}


#ContentTable
{
  width: 560px;
  padding: 20px;
  margin-top: -70px;

}

#SearchColumn
{
  width: 220px;
  background: #004f39;
  text-align: center;
  padding: 8px;
}

#SearchTable
{
  width: 214px;
  padding: 5px;
  text-align: center;
}

.SearchBar
{
	margin-top: 10px;
	border-collapse: collapse;
	border: solid 1px #666666;
}

.SearchBarHeading
{
	background-color: #679146;
	color: White;
	font-weight: bold;
	text-align: center;
	border: solid 1px #666666;
	padding: 3px;
}

.SearchBarContent
{
	background-color: #9bc688;
	border: 1px solid #666666;
	border-bottom: 10px solid #004f39;
	padding: 3px;
	text-align: center;
	margin-bottom: 10px;
}


