/***********************************************/
/*         Custom CSS Settings                 */
/*  Placeholder file that can be replaced by   */
/*  user's custom.css file                     */
/***********************************************/
body{
	/*background-color: #2D6A04;*/
	background-color: #536928;
}
	
#header{
/*override template header with new background image locaed in
  site's css folder.*/
  height:64px;
  background: url(tcfh_header.gif) no-repeat left top;
}

#container{
	/*to remove the template background image, we override it
	 with a transparent gif located in the site's css folder
	 with the custom.css file.*/
	background: url(spacer.gif) no-repeat left top;
	background-color: #758757;
}

#fixedPanel {
  padding-top: 5px;
  width: 190px; /*225*/
}

#contentPanel{
  margin-top: 0px;
  background-color: #C6D9A1;
  width: 634px; /*599*/
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

#mainMenu{
  margin-top: 0px;
  margin-left: 0px;
}

#mainMenu div.menuBox ul {
  margin-top: 0px;
}

#mainMenu ul li {
 width: 152px; /*182*/
 height: 32px;
}

#mainMenu ul li a {
/*	Here you can change the font size and face of the text for the menu items.
	If you change the color tag, it will change the color of the seperator characters which could be a pipe | . 
*/
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	float: right;
	padding-right: 10px;
}

/* use this for background-image */

.menuMouseOver {
	background: url(tcfh_nav_btn_over.gif) no-repeat left top;
}

.menuMouseOut {
	background: url(tcfh_nav_btn_up.gif) no-repeat left top;
}

