/* CSS Document */
html {
  height: 100%;
}

body {
  background: #fff;
	padding: 0px;
	margin: 0px;
	/* margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px; */
	/* font-family:  Verdana, Helvetica, Arial, sans-serif; */
	font-family: 'Franklin Gothic Medium', 'Arial Narrow Bold', Arial, sans-serif;
	font-size: 13px;
	color: #262626;
	height: 100%;
}

table {
  font-size: 1em;
}

a {
  color: #262626;
}

a:link, a:active, a:visited {
  color: #262626;
  text-decoration: underline;
}

a:hover {
  color: #262626;
  text-decoration: none;
}


h3 {
  font-size: 16px;
  font-weight: bold;
}

label {
  clear: left;
  display: block;
  float: left;
  width: 190px;
  text-align: right;
  padding-right: 5px;
  padding-top: 5px;
  /* font-size: 11px; */
  font-weight: bold;
  color: #fff;
  background: #968679;
  /* margin-bottom: 0.5em; */
}

input.wider {
  width: 220px;
  background: #ddd;
}

#wrapper {
  width: 960px;
  /* height: 540px; */
  margin: 0 auto auto auto;
  /* border: 1px #bababa solid; */
  /* background: url(images/bg_white_green.gif) repeat-x; */
}

#top_spacer {
  height: 0px;
}

#banner
{
  width: 960px;
  height: 407px;
  background: url(images/bg.jpg) no-repeat center top;
  position: relative;
}

#logo
{
  background: url(images/logo_gdl.gif) no-repeat center center;
  height: 307px;
}

#tagline
{
  background: url(images/george_downer_landscapes.jpg) no-repeat center top;
  height: 100px;
}

#color_bars {
  width: 264px;
  height: 213px;
  background: url(images/color_bars.jpg) no-repeat right top;
  position: absolute;
  right: 0px;
  top: 0px;
}

#left_half {
  float: left;
  display: inline;
  display: none;
  width: 0px;
  /*
  padding-left: 10px;
  padding-right: 20px;
  */
}

#left_half form {
  width: 430px;
  margin: 0 auto 25px auto;
}

#logo_cl {
  width: 371px;
  margin-left: auto;
  margin-right: auto;
}

#right_half {
  /*
  float: left;
  display: inline;
  */
  margin: 0 auto;
  width: 748px;
  /* padding: 230px 10px 0 20px; */
  background: url(images/bg.jpg) no-repeat center 20px;
}

.block {
  display: block;
}

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

p.bigger_text {
  font-size: 17px;
}

p.small_text {
  font-family:  Verdana, Helvetica, Arial, sans-serif; 
  font-size: 9px;
}

#left_list {
  float: left;
  display: inline;
  width: 350px;
  margin-left: 24px;
}

#right_list {
  float: left;
  display: inline;
  width: 350px;
}

ul {
  margin: 0;
  padding-left: 0px;
  list-style: none;
}

li {
  color: #e11a21;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  background: url(images/list_leafe.jpg) no-repeat left 2px;
}

li span {
  color: #262626;
}

#map {
  /*
  float: left;
  display: inline;
  */
  width: 200px;
  height: 220px;
  margin: 20px 59px 20px 59px;
}

#powered {
  font-size: 9px;
  /* width: 350px; */
  padding-top: 10px;
  padding-right: 30px;
  height: 28px;
  text-align: right;
  color: #262626;
}

#welcometext {
  float: left;
  display: inline;
  margin: 30px;
  width: 520px;
}

.footer, div.footer a
{
  color: #00872B;
}

#powered a {
  color: #262626;
}

#powered a span.etailorRed {
  color: #ff0000 !important;
}

.clearall {
  clear: both;
  display: block;
  height: 0px;
  font-size: 0;
  line-height: 0;
}

span[class=clearall] {
  display: block;
  height: 0px;
}

.contact, .about{
  font-size: 12px;
}

.contact img, .about img {
  float: right;
  display: inline;
  border: 1px #ffffff solid;
  margin: 10px;
}

.preload {
  display: none;
}
