body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #e9e7e2;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #5b5549;
}

td.header_bg {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 956px;
	height: 251px;
	vertical-align: top;
}

td.shadw_left {
	background-image: url(images/left_dropshadw_bg.gif);
	background-repeat: repeat-y;
	width: 16px;
}

td.shadw_right {
	background-image: url(images/right_dropshadw_bg.gif);
	background-repeat: repeat-y;
	width: 16px;
}

td.grn_nav {
	width: 956px;
	height: 28px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
}

td.content {
	width: 100%;
	background-color: #ffffff;
	vertical-align: top;
}

td.small {
	color: #837e74;
	font-size: 11px;
}

h4 {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	padding-bottom: 15px;
}

h5 {
	padding-top: 8px;
	margin-top: 0;
	text-transform: uppercase;
	color: #4b4334;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 0.05mm;
	padding-bottom: 15px;
	margin-bottom: 0;
}

input {
	border: 1px solid #acacac;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5b5549;
}

ul li {
	padding-top: 0;
	list-style-image: url(images/bullet.gif);
}

div.logo {
	padding-top: 15px;
	padding-right: 15px;
	float: right;
}

div.title {
	float: left;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 0.01em;
	line-height: 26px;
	color: #5b5549;
	padding-top: 36px;
	width: 530px;
}

div.copy_left {
	padding-left: 20px;
	text-align: left;
	vertical-align: top;
	width: 550px;
	float: left;
	display: inline;
}

div.img_right {
	width: 266px;
	text-align: right;
	padding-right: 28px;
	padding-top: 20px;
	float: right;
	vertical-align: top;
	display: inline;
	font-size: 11px;
}

/* ------- Navigation Buttons ----------------------------- */

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
  width: 100%;
	display: inline;
}


/* Highlight tab state ------------------------------*/

a.highlight {
	background: transparent url('images/bg_button_a.gif') no-repeat scroll bottom right;
  display: block;
  float: left;
  font: normal 11px Verdana, sans-serif;
  height: 33px;
  padding-right: 20px; /* sliding doors padding */
  text-decoration: none;
	letter-spacing: 0.01em;
  color: #000000;
}

a.highlight span {
	background: transparent url('images/bg_button_span.gif') no-repeat;
  display: block;
	color: #2e3821;
	text-decoration: none;
  line-height: 13px;
  padding: 10px 0 10px 20px;
	background-position: bottom left;
  color: #000000;
	text-decoration: none;
}

a.highlight:hover {
	background-position: bottom right;
  color: #000000;
  outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}

a.highlight:hover span {
  background-position: bottom left;
  color: #000000;
	text-decoration: none;
	padding: 10px 0 10px 20px;
}


/* Normal tab state -------------------------- */

a.button {
  background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
  color: #444444;
  display: block;
  float: left;
  font: normal 11px Verdana, sans-serif;
  height: 33px;
  padding-right: 20px; /* sliding doors padding */
  text-decoration: none;
	letter-spacing: 0.01em;
}

a.button span {
  background: transparent url('images/bg_button_span.gif') no-repeat;
  display: block;
	color: #2e3821;
	text-decoration: none;
  line-height: 13px;
  padding: 10px 0 6px 20px;
}

a.button:hover {
  background-position: bottom right;
  color: #000000;
  outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}

a.button:hover span {
  background-position: bottom left;
  color: #000000;
	text-decoration: none;
	padding: 10px 0 10px 20px;
}

/* --------- Custom Classes ----------------------- */

.green {
	color: #91a770;
}

/* ------------------- Link Styles ----------------- */

a:link {
	color: #ef980f;
	text-decoration: none;
}

a:active {
	color: #ef980f;
	text-decoration: none;
}

a:visited {
	color: #ef980f;
	text-decoration: none;
}

a:hover {
	color: #ef980f;
	text-decoration: underline;
}