html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
  background: top left url(images/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(images/body_bot_bg.jpg) no-repeat;
  min-height: 739px;
  _height: 739px;
}
#body-top {
  background: url(images/body_top_bg.gif) no-repeat;
  min-height: 66px;
  _height: 66px;
/*  min-height: 800px; */
/*  _height: 800px; */
/*  padding-bottom: 14px; */
}

/** logo **/

#logo {
  width: 372px;
  text-align: center;
}
#logo h1 {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  padding-top: 25px;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}


#dummy1 {
  height: 25px;
}

/** nav **/

#nav {
  background: url(images/navGW431x36.png) no-repeat;
  height: 48px;
  width: 431px;
  padding-top: 5px;
  margin-top: 0px; /* not sure why this is greater than zero otherwise */
  margin-left: 22px; /* for round-rect */
}
#nav ul {
	margin: 6px 0px 0px 0px; /* top right bottom left */
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
  color: #3c746b;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}

/** green box **/
#gbox {
  width: 431px;
/*  margin-top: 47px; */
  margin-top: 64px;
  margin-left: 22px;
}

#gbox-bg  { background: url(images/white_bg.png) repeat-y transparent; }
#gbox-top { background: url(images/white_top.png) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(images/white_bot.png) no-repeat; height: 23px; }

#gbox-grd {
/*  background: bottom url(images/white_grad_bot.png) repeat-x; */
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}
#gbox h3 {
  font: bold 13px arial, sans-serif;
  color: #000;
/*  color: #3c746b; */ /* CMG1 */
  margin-top: -10px;
  padding-bottom: 10px;
}
#gbox p {
  margin: 1em 0;
}

#features {
  background: #cfdddb; /* #EDF0C4; */
  padding: 14px;
  margin: 0 -14px;
}
#features h2 {
  position: relative;
}
#features ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}

/** footer **/

#physical, #postal {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#physical h2, #postal h2 {
/*  color: #fff; */
  color: #3c746b; /* CMG1 */
  font-size: 15px;
}
#physical .text {
  width: 125px;
}
#physical form {
  margin: 0.3em 0 0.6em 0;
}
#physical p {
  margin: 0.3em 0;
/**  font-size: 12px; **/
}
#physical a {
  color: #000;
}

#postal {
  margin-left: 6%;
  width: 38%;
}
#postal ul {
  margin: 0.3em 0;
  padding: 0;
}
#postal li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#postal p {
  margin: 0.3em 0;
/**  font-size: 12px; **/
}
#postal a {
  color: #000;
}


/** grey box **/

#greybox {
/*  background: url(images/grey_bg.gif) repeat-y; commented out: need to see the photo behind it*/
  width: 326px;
  position: absolute;
/*  top: 292px; */
  top: 242px;
  left: 457px;
}
#greybox-top {
  background: url(images/grey_box_top.png) no-repeat transparent;
  height: 17px;
}
#greybox-mid {
  background: url(images/grey_box_mid_redcar.png) no-repeat;
  padding: 11px 0px 11px 165px; /* top right bottom left */
}
#greybox-bot {
  background: bottom left url(images/grey_box_bot.png) no-repeat transparent;
  height: 18px;
}
#greybox h2 {
  font: bold 12px arial, sans-serif;
  color: #FFFFFF; /* #E4EE6A; */
  line-height: 1.5;
}
#greybox a {
  color: #fff;
}

#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 60px;
}
