/* change default html styles */
* {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: disc;
  margin: 0px 0px 0px 20px;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
  font-weight: normal;
}
a img {
  border-style: none;
}

/* hax */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* general styling */
body {
  background: #fff url(images/bg.gif) top repeat-x;
  color: #574210;
  font: normal 76% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
}
a {
  color: #ee9414;
  text-decoration: none;
}
a:hover {
  background-color: #fff8eb;
  border-bottom: 1px solid #ffc676;
}

/* layout */
#pagewrapper {
  width: 850px;
  margin: 0 auto;
}
#banner {
  float: right;
  background: url(images/banner_left.gif) left bottom no-repeat;
}
#banner p {
  padding: 5px 9px;
  background: url(images/banner_right.gif) right bottom no-repeat;
  color: #6e6e6e;
}
#banner p strong {
  color: #444;
}

#logo {
  padding-top: 18px;
  padding-bottom: 11px;
}
#logo div {
  background: url(images/logo.png) no-repeat;
}
#logo div a {
  display: block;
  width: 300px;
  height: 100px;
}
#logo div a:hover {
  background: none;
  border: none;
}
#logo div a span {
  display: none;
}

#menu {
  margin-bottom: 12px;
  background: url(images/menu_bottom.gif) bottom no-repeat;
}
#menu ul {
  padding: 0 15px;
  background: url(images/menu_top.gif) top no-repeat;
}
#menu li {
  display: inline;
  margin-right: 20px;
  font-size: 1.1em;
  /* font-weight: bold; */
  line-height: 2.2;
}
#menu li a {
  color: #fff;
  text-decoration: none;
}
#menu li a:hover {
  background: none;
  border-bottom: none;
  text-decoration: underline;
}

#announcement {
  background: url(images/box_bottom.gif) bottom no-repeat;
  text-align: center;
}
#announcement p {
  padding: 20px 12px 9px 12px;
  background: url(images/box_top_gray.gif) top no-repeat;
  text-align: left;
}
#announcement img {
  display: block;
  margin: 0px auto 25px auto;
}

h1 {
  color: #ee9414;
  padding-top: 20px;
  padding-bottom: 3px;
  font-family: "Century Gothic";
  font-size: 1.9em;
}

.content {
  margin-bottom: 0px;
  padding-top: 0px;
  background: url(images/bg_tagline.gif) top repeat-x;
}
.column1 {
  float: left;
  display: inline;
  width: 410px;
}
.column2 {
  float: right;
  display: inline;
  width: 410px;
}
.content h2 {
  margin-top: 1.75em;
  margin-bottom: .75em;
  padding-bottom: 2px;
  background: url(images/bg_dot.gif) bottom repeat-x;
  color: #86b514;
  font-size: 1.3em;
}
.content dl.founders dd {
  margin-bottom: 2em;
}
.content p {
  margin-bottom: 1em;
}
.content .more {
  text-align: right;
}
.img {
  float: right;
  display: inline;
  width: 191px;
  height: 129px;
  margin-left: 15px;
  margin-bottom: 15px;
  background: url(images/bg_img.gif) center center no-repeat;
}
.img img {
  width: 173px;
  height: 111px;
  margin-left: 9px;
  margin-top: 9px;
}
.right {
  float: right;
}
.left {
  float: left;
}


#footer {
  clear: both;
  margin-top: 1em;
  margin-bottom: 2em;
  background: url(images/box_bottom.gif) bottom no-repeat;
  color: #565656;
}
#footer #innerfooter {
  padding: 13px;
  background: url(images/box_top.gif) top no-repeat;
}
#footer #stayuptodate {
	float:right;
}
#copy {
  float: left;
  font-size: .8em;
}
#contact {
  float: right;
  font-size: 1.1em;
  text-align: right;
}

label{
	display:block;
	font-weight: bold;
}
input{
  color: #222;
	padding: 4px;
  font-size: 1.2em;
	border: 1px solid #ccc;
}



