@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body{
	background: #b1c9a0 url(../images/gradient.jpg) top left repeat-x;
/*	background-position: 26px;*/
}

p {
	padding: 5px 0 5px 0;
	}

#container{
	width: 800px;
	margin: auto;
}

#topbar{
	background: #1e2714;
	height: 26px;
	width: 100%;
	
}
#footer{
	margin-top: 50px;
	background: #1e2714;
	width: 100%;
	text-align:center;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: .8em;
}

#footer a {
	color: #fff;
	}
	
#links{
	font-size: small;
	text-align: right;
	color: white;
	
	padding: 4px 4px 0 0;
}
#links a{
	color: white;
	text-decoration: none
}
#links a:hover{
	text-decoration: underline;
}

#header{
	border-bottom: 5px solid #1e2714;
	height: 270px;
	border-left: 1px solid #1e2714;
	border-right: 1px solid #1e2714;
}
.subitem{
	margin:16px;

}
.subitem img{
	margin-right:4px;
	margin-bottom:16px;
}

#left{
	background: #1e2714;
}
#left ul{
	color: white;
	margin:0;
	margin-top: 3px;
	padding: 0;
	list-style:none;
	border-bottom:1px solid #b1c9a0;
}
#left ul li{
	padding: 0px 0 0px 0;
	position:relative;
	border-top: 1px solid #b1c9a0;
}
#left ul li a{
	display: block;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: white;
	text-decoration: none;
}
#left ul li a:hover{
	color:#1e2714;
	background-color:#859278;
	/*background-color: #859278;
	color: #1e2714;*/
}
#left ul li ul{
	display: none;
	position: absolute;
	top: 0px;
	left: 200px;
	width: 250px;
	background: #859278;
	border: 1px solid #1e2714;
	z-index: 2;
}
#left ul li:hover ul{
	display: block;
}
#left ul li ul li{
	border-bottom: 0;
	background-color: transparent;
}
#left ul li ul a{
	color: #1e2714;
	font-size: small;
	border-top:0;
}
#left ul li ul a:hover{
	border-bottom: 0;
	background: #660000;
	color: white;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

#center{ background:white;}

#center a:hover{
	text-decoration:none;
}
#center #signature{
	text-align:right;
}

#right{ background:white;

	
}
#right p{
	margin-left:8px;
	margin-right:8px;
}


/** Columns **/
/*body {
  min-width: 596px;      /* 2x LC width + RC width */
/*}*/

#inner {
  padding-left: 199px;   /* LC width */
  padding-right: 192px;  /* RC width */
  border-left: 1px solid #1e2714;
  background: white url(../images/background-green.jpg) repeat-y top left;
  border-right:1px solid #1e2714;
  border-bottom:1px solid #1e2714;
}
#inner .column {
  position: relative;
  float: left;
  /*overflow: hidden;*/
}
#center {
  width: 367px;
  border-left:1px solid #1e2714;
  padding: 20px;
}
#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -407px;
}
#right {
  width: 190px;          /* RC width */
  margin-right: -199px;  /* RC width */
  overflow:hidden;
  border-left:1px solid #1e2714;

}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 193px;           /* RC width */
}
#center img{
	margin: 5px;
}
.section{
	padding-left: 7px;
	clear: both;
	width: 100%;
	background-color: #1E2714;
	color: white;
	font-size:large;
}
.section a{
	color: white;
	text-decoration:none;
}
.section a:hover{
	
}
.print{
display:none;
}
/* Table Styles */
 table.tabdata td {
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	padding: 5px;}
table.tabdata th {
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 5px;
	background-color:#eee;}
table.tabdata {
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;}
/* END Table Styles */

