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: #000;
	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/bodbg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(images/bg.jpg) no-repeat;
}
#body-top {
  background: url(images/top4.jpg) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: px;
}

/** logo **/

#logo {

  height: 85px;
}
#logo h1 {
  color: #fff;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
  margin-top: 50px;

}
#nav li {
  display: inline;
  list-style: none;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 10px;
  padding-right: 20px;
}

.right {
	font-size: 12px;
	font-weight: bold;
	float: right; 
	margin-top: -.8em;
	letter-spacing: .15em;
	padding-right: 15px;
}

#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
#nav a:hover {
  color: #df2310;
  padding-left: 5px;
}

/** green box **/
#gbox {
  width: 431px;
  margin-top: 30px;
  margin-left: 22px;
}

#gbox-bg  { background: url(images/b1.jpg) no-repeat; }

#gbox-top { background: url(images/l_top.jpg) no-repeat; height: 19px; }
#gbox-bot { background: bottom left url(images/bot.jpg) no-repeat; height: 23px; }

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
  font-size: 12px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

#features {
  background: ;
  padding: 10px;
  margin: 0 -10px;
}
#features h2 {
  position: relative;
}
#features ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#features li {
 list-style: url(images/arr.gif);
  margin-left: 12px;
}

#services {
  background: ;
  padding: 10px;
  margin: 0 -10px;
}

#services h2 {
  position: relative;
}

#services ul {
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 0;
}
#services li {
 list-style: url(images/arr.gif);
  margin-left: 12px;
}

/** footer **/


#copyright {
  font-size: 11px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
